@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#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

puho:ph384
  skos:prefLabel "signaalinkäsittely"@fi ;
  a skos:Concept ;
  skos:related puho:ph383 .

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

puho:ph383
  skos:related puho:ph384 ;
  skos:narrower puho:ph381 ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p12611 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "näytteenotto"@fi ;
  a skos:Concept .

yso:p12611
  skos:prefLabel "provtagning"@sv, "sampling"@en, "näytteenotto"@fi ;
  a skos:Concept .

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

