@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix afo: <http://www.yso.fi/onto/afo/> .
@prefix ns0: <http://www.yso.fi/onto/afo-meta/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p501
  skos:prefLabel "horse"@en, "häst"@sv, "hevonen"@fi ;
  a skos:Concept ;
  skos:narrower afo:p7599 .

afo:p7599
  ns0:rtx afo:p891 ;
  skos:broader afo:p2430, yso:p501 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "eestinhevonen"@fi ;
  a skos:Concept .

afo:p2430
  skos:prefLabel "hevonen"@fi ;
  a skos:Concept ;
  skos:narrower afo:p7599 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

afo:p891
  skos:prefLabel "maatiaisrodut"@fi ;
  a skos:Concept ;
  ns0:rtx afo:p7599 .

