@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 allars: <http://www.yso.fi/onto/allars/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
ysa:Y111929 skos:exactMatch tero:p676 .
tero:p676
  skos:prefLabel "islanninhevonen"@fi, "Icelandic horse"@en, "islandshäst"@sv ;
  skos:exactMatch allars:Y34987, ysa:Y111929, yso:p676 ;
  skosext:broaderGeneric tero:p501 ;
  skos:broader tero:p501 ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept .

yso:p676 skos:exactMatch tero:p676 .
allars:Y34987 skos:exactMatch tero:p676 .
tero:p501
  skos:prefLabel "horse"@en, "häst"@sv, "hevonen"@fi ;
  a skos:Concept ;
  skos:narrower tero:p676 .

