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

afo:p7632
  ns0:rtx afo:p5126 ;
  skos:broader yso:p824 ;
  skos:altLabel "hoof care"@en, "hoofcare"@en ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "sorkkahoito"@fi ;
  a skos:Concept .

yso:p824
  skos:prefLabel "vård (omsorg)"@sv, "hoito (huolenpito)"@fi, "treatment"@en ;
  a skos:Concept ;
  skos:narrower afo:p7632 .

afo:p5126
  skos:prefLabel "sorkat"@fi ;
  a skos:Concept ;
  ns0:rtx afo:p7632 .

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

