@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:ph1109
  skos:broader puho:ph124 ;
  skos:altLabel "GPS"@fi ;
  skos:exactMatch yso:p19374 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "satelliittipaikannus"@fi ;
  a skos:Concept .

yso:p19374
  skos:prefLabel "satellite radiodetermination"@en, "satellitnavigering"@sv, "satelliittipaikannus"@fi ;
  a skos:Concept .

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

puho:ph124
  skos:prefLabel "paikannus"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1109 .

