@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:ph370
  a skos:Concept ;
  skos:broader puho:ph365 ;
  skos:exactMatch yso:p7126 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "infrapunasäteily"@fi .

yso:p7126
  a skos:Concept ;
  skos:prefLabel "infraröd strålning"@sv, "infrared radiation"@en, "infrapunasäteily"@fi .

puho:ph365
  a skos:Concept ;
  skos:narrower puho:ph370 ;
  skos:prefLabel "sähkömagneettinen säteily"@fi .

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

