@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 .

yso:p12840
  skos:prefLabel "alder"@en, "al"@sv, "leppä"@fi ;
  a skos:Concept ;
  skos:narrower afo:p4900 .

afo:p2945
  skos:prefLabel "lepät"@fi ;
  a skos:Concept ;
  skos:narrower afo:p4900 .

afo:p4900
  ns0:scx "Alnus mandshurica"@la ;
  ns0:ftso "Metla"@fi ;
  skos:broader yso:p12840, afo:p2945 ;
  skos:altLabel "Manchurian alder"@en ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "matsurianleppä"@fi ;
  a skos:Concept .

