@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:ph325
  skos:prefLabel "aselepo"@fi ;
  a skos:Concept ;
  skos:related puho:ph947 .

yso:p6129
  skos:prefLabel "negotiations"@en, "förhandlingar"@sv, "neuvottelut"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph947 .

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

puho:ph947
  skos:broader yso:p6129 ;
  skos:related puho:ph325 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "aseleponeuvottelut"@fi ;
  a skos:Concept .

