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

puho:ph959
  skos:broader puho:ph33 ;
  skos:related puho:ph1725 ;
  skos:narrower puho:ph963, puho:ph1854 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "akustiset sensorit"@fi ;
  a skos:Concept .

puho:ph1854
  skos:prefLabel "sonarit"@fi ;
  a skos:Concept ;
  skos:broader puho:ph959 .

puho:ph963
  skos:prefLabel "mikrofonit"@fi ;
  a skos:Concept ;
  skos:broader puho:ph959 .

puho:ph1725
  skos:prefLabel "akustiikka"@fi ;
  a skos:Concept ;
  skos:related puho:ph959 .

puho:ph33
  skos:prefLabel "sensorit"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph959 .

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

