@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:p2169
  skos:prefLabel "kuitupitoisuus"@fi ;
  a skos:Concept ;
  skos:exactMatch yso:p21545 .

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

yso:p21545
  skos:broader yso:p1352 ;
  skos:altLabel "fiber content"@en ;
  skos:exactMatch afo:p2169 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "fiberhalt"@sv, "fibre content"@en, "kuitupitoisuus"@fi ;
  a skos:Concept .

yso:p1352
  skos:prefLabel "halt (innehåll)"@sv, "pitoisuus"@fi, "content"@en ;
  a skos:Concept ;
  skos:narrower yso:p21545 .

