@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/> .

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

afo:p1829
  skos:prefLabel "tiaiset"@fi ;
  a skos:Concept ;
  skos:narrower afo:p4915 .

afo:p4915
  ns0:scx "Parus caeruleus"@la ;
  skos:broader afo:p1829 ;
  skos:exactMatch yso:p12446 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "sinitiainen"@fi ;
  a skos:Concept .

yso:p12446
  skos:prefLabel "blue tit"@en, "blåmes"@sv, "sinitiainen"@fi ;
  a skos:Concept .

