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

tero:conceptscheme a skos:ConceptScheme .
tero:p501
  skos:prefLabel "horse"@en, "häst"@sv, "hevonen"@fi ;
  a skos:Concept ;
  skos:narrower tero:p24274 .

tero:p24274
  skos:prefLabel "vuonohevonen"@fi, "fjord horse"@en, "fjordhäst"@sv ;
  skos:broader tero:p501 ;
  skos:exactMatch yso:p24274 ;
  skos:altLabel "norjanvuonohevonen"@fi, "norsk fjordhäst"@sv ;
  yso:p23805 ysa:Y174566 ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme ;
  skosext:broaderGeneric tero:p501 .

yso:p24274 skos:exactMatch tero:p24274 .
