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

yso:p2390
  skos:broader yso:p998 ;
  skos:related yso:p2391 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "pälsindustri"@sv, "fur industry"@en, "turkisteollisuus"@fi ;
  a skos:Concept .

yso:p998
  skos:prefLabel "industri"@sv, "industry"@en, "teollisuus"@fi ;
  a skos:Concept ;
  skos:narrower yso:p2390 .

yso:p2391
  skos:prefLabel "läderindustri"@sv, "leather industry"@en, "nahkateollisuus"@fi ;
  a skos:Concept ;
  skos:related yso:p2390 .

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

