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

tero:p1240
  skos:prefLabel "vegetables"@en, "kasvikset"@fi, "grönsaker"@sv ;
  a skos:Concept ;
  skos:narrower tero:p6475 .

tero:p6475
  skos:prefLabel "sparris"@sv, "asparagus"@en, "parsa"@fi ;
  skos:exactMatch ysa:Y128007, yso:p6475 ;
  skos:broader tero:p6476, tero:p1240 ;
  a skos:Concept ;
  skosext:broaderGeneric tero:p6476, tero:p1240 ;
  skos:inScheme tero:conceptscheme .

tero:conceptscheme a skos:ConceptScheme .
ysa:Y128007 skos:exactMatch tero:p6475 .
yso:p6475 skos:exactMatch tero:p6475 .
tero:p6476
  skos:prefLabel "sparrisväxter"@sv, "asparagaceae"@en, "parsakasvit"@fi ;
  a skos:Concept ;
  skos:narrower tero:p6475 .

