@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:p4022
  ns0:scx "Struthionidae"@la ;
  skos:broader afo:p3260, yso:p2103 ;
  skos:narrower afo:p4409 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "strutsit"@fi ;
  a skos:Concept .

afo:p4409
  skos:prefLabel "strutsi"@fi ;
  a skos:Concept ;
  skos:broader afo:p4022 .

afo:p3260
  skos:prefLabel "strutsilinnut"@fi ;
  a skos:Concept ;
  skos:narrower afo:p4022 .

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

yso:p2103
  skos:prefLabel "ratite"@en, "strutsilinnut"@fi, "strutsfåglar"@sv ;
  a skos:Concept ;
  skos:narrower afo:p4022 .

