@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:p3470
  skos:broader yso:p10661 ;
  skos:altLabel "öljyteollisuus"@fi, "oljeindustri"@sv ;
  skos:narrower yso:p3469 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "petrokemian teollisuus"@fi, "petrochemical industry"@en, "petrokemisk industri"@sv ;
  a skos:Concept .

yso:p10661
  skos:prefLabel "basic chemical industry"@en, "kemisk basindustri"@sv, "kemian perusteollisuus"@fi ;
  a skos:Concept ;
  skos:narrower yso:p3470 .

yso:p3469
  skos:prefLabel "plastindustri"@sv, "plastics industry"@en, "muoviteollisuus"@fi ;
  a skos:Concept ;
  skos:broader yso:p3470 .

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

