@prefix afo: <http://www.yso.fi/onto/afo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://www.yso.fi/onto/afo-meta/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

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

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

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

