@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:p997
  skos:broader yso:p998 ;
  skos:related yso:p1000, yso:p999 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "hemslöjd"@sv, "domestic industry"@en, "kotiteollisuus"@fi ;
  a skos:Concept .

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

yso:p1000
  skos:prefLabel "art handicraft"@en, "konsthantverk"@sv, "taidekäsityö"@fi ;
  a skos:Concept ;
  skos:related yso:p997 .

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

yso:p999
  skos:prefLabel "hantverksindustri"@sv, "handicraft industry"@en, "käsiteollisuus"@fi ;
  a skos:Concept ;
  skos:related yso:p997 .

