@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:ph382
  skos:prefLabel "suojelutiedustelu"@fi ;
  a skos:Concept ;
  skos:related puho:ph381 .

puho:ph381
  skos:broader puho:ph383 ;
  skos:related puho:ph382 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "ilmanäytteenotto"@fi ;
  a skos:Concept .

puho:ph383
  skos:prefLabel "näytteenotto"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph381 .

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

