@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
  skos:prefLabel "kemiska föreningar"@sv, "chemical compounds"@en, "kemialliset yhdisteet"@fi ;
  a skos:Concept ;
  skos:narrower tero:p323 .

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

yso:p323 skos:exactMatch tero:p323 .
