@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:ph390
  skos:broader puho:ph74 ;
  skos:exactMatch yso:p12932 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "ahdinmoottorit"@fi ;
  a skos:Concept .

puho:ph74
  skos:prefLabel "moottorit"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph390 .

yso:p12932
  skos:prefLabel "kompressionsmotorer"@sv, "ahdinmoottorit"@fi, "supercharged engines"@en ;
  a skos:Concept .

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

