@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:p8450
  skos:prefLabel "information service"@en, "informationstjänst"@sv, "tietopalvelu"@fi ;
  a skos:Concept .

puho:ph250
  skos:related puho:ph251, puho:ph247, puho:ph249 ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p8450 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "tietopalvelu"@fi ;
  a skos:Concept .

puho:ph249
  skos:prefLabel "tietohuolto"@fi ;
  a skos:Concept ;
  skos:related puho:ph250 .

puho:ph247
  skos:prefLabel "arkistotoimi"@fi ;
  a skos:Concept ;
  skos:related puho:ph250 .

puho:ph251
  skos:prefLabel "kirjastotoimi"@fi ;
  a skos:Concept ;
  skos:related puho:ph250 .

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

