@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:ph959
  skos:prefLabel "akustiset sensorit"@fi ;
  a skos:Concept ;
  skos:related puho:ph1725 .

puho:ph410
  skos:prefLabel "fysiikka"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1725 .

puho:ph1725
  skos:broader puho:ph410 ;
  skos:related puho:ph959, puho:ph1529 ;
  skos:exactMatch yso:p2909 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "akustiikka"@fi ;
  a skos:Concept .

puho:ph1529
  skos:prefLabel "kaikuluotaus"@fi ;
  a skos:Concept ;
  skos:related puho:ph1725 .

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

yso:p2909
  skos:prefLabel "akustik (verksamhetssfär)"@sv, "acoustics"@en, "akustiikka (erikoisala)"@fi ;
  a skos:Concept .

