@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:p855
  skos:member afo:p853, afo:p1929, afo:p3390 ;
  skos:topConceptOf yso:conceptscheme ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "metsät omistuksen mukaan"@fi ;
  a skos:Collection, skos:Concept .

afo:p853
  skos:prefLabel "yksityismetsät"@fi ;
  a skos:Concept .

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

afo:p3390
  skos:prefLabel "yhteismetsät"@fi ;
  a skos:Concept .

afo:p1929
  skos:prefLabel "valtionmetsät"@fi ;
  a skos:Concept .

