@prefix afo: <http://www.yso.fi/onto/afo/> .
@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:p1242
  skos:member afo:p238, afo:p237, afo:p5482 ;
  skos:topConceptOf yso:conceptscheme ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "metsät iän mukaan"@fi ;
  a skos:Collection, skos:Concept .

afo:p237
  skos:prefLabel "aarniometsät"@fi ;
  a skos:Concept .

afo:p5482
  skos:prefLabel "yli-ikäiset metsät"@fi ;
  a skos:Concept .

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

afo:p238
  skos:prefLabel "vanhat metsät"@fi ;
  a skos:Concept .

