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

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

yso:p7528
  skos:broader yso:p2862 ;
  skos:related yso:p1548 ;
  skos:altLabel "tryckalster"@sv, "painatteet"@fi ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "trycksaker"@sv, "printed matter"@en, "painotuotteet"@fi ;
  a skos:Concept .

yso:p2862
  skos:prefLabel "produkter"@sv, "products"@en, "tuotteet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p7528 .

yso:p1548
  skos:prefLabel "publikationer"@sv, "julkaisut"@fi, "publications"@en ;
  a skos:Concept ;
  skos:related yso:p7528 .

