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

afo:p7593
  skos:prefLabel "metsäntuotteet"@fi ;
  a skos:Concept ;
  skos:narrower afo:p4643 .

afo:p4643
  ns0:agcx "wood products "@en ;
  skos:broader afo:p7593 ;
  skos:altLabel "timber products"@en, "wood-based products"@en ;
  skos:exactMatch yso:p7474 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "puutuotteet"@fi ;
  a skos:Concept .

yso:p7474
  skos:prefLabel "träprodukter"@sv, "puutuotteet"@fi, "wood products"@en ;
  a skos:Concept .

