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

puho:ph360
  skos:broader puho:ph140 ;
  skos:exactMatch yso:p8348 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "monipalveluverkot"@fi ;
  a skos:Concept .

puho:ph140
  skos:prefLabel "tietoliikenneverkot"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph360 .

yso:p8348
  skos:prefLabel "digitala flerbandsnät"@sv, "monipalveluverkot"@fi, "integrated services networks"@en ;
  a skos:Concept .

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

