@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

tero:conceptscheme a skos:ConceptScheme .
tero:p324
  a skos:Concept ;
  skos:narrower tero:p323 ;
  skos:prefLabel "kemiska föreningar"@sv, "chemical compounds"@en, "kemialliset yhdisteet"@fi .

tero:p323
  a skos:Concept ;
  skosext:broaderGeneric tero:p324 ;
  skos:broader tero:p324 ;
  skos:exactMatch yso:p323 ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "acetylkolin"@sv, "acetylcholine"@en, "asetylkoliini"@fi .

yso:p323 skos:exactMatch tero:p323 .
