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

afo:p1197
  a skos:Concept ;
  skos:narrower afo:p5718 ;
  skos:prefLabel "metsätalous"@fi .

afo:p5718
  a skos:Concept ;
  skos:altLabel "village forestry"@en, "social forestry"@en ;
  skos:broader yso:p1861, afo:p1197 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kylämetsätalous"@fi ;
  ns0:agcx "community forestry "@en .

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

yso:p1861
  a skos:Concept ;
  skos:narrower afo:p5718 ;
  skos:prefLabel "skogsbruk"@sv, "forestry"@en, "metsätalous"@fi .

