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

<http://www.yso.fi/onto/mesh/D008041> skos:exactMatch tero:D008041 .
tero:conceptscheme a skos:ConceptScheme .
tero:D008041
  skos:prefLabel "linolihapot"@fi, "linolsyror"@sv, "linoleic acids"@en ;
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D008041> ;
  skos:broader tero:p4800 ;
  skos:altLabel "pellavaöljyhapot"@fi ;
  skosext:broaderGeneric tero:p4800 ;
  skos:hiddenLabel "acids, linoleic"@en ;
  a skos:Concept .

tero:p4800
  skos:prefLabel "fettsyror"@sv, "fatty acids"@en, "rasvahapot"@fi ;
  a skos:Concept ;
  skos:narrower tero:D008041 .

