@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p10546
  skos:prefLabel "hydrodynamiikka"@fi, "hydrodynamics"@en, "hydrodynamik"@sv ;
  a skos:Concept .

puho:ph1102
  skos:prefLabel "kavitointi"@fi ;
  a skos:Concept ;
  skos:related puho:ph1101 .

puho:ph267
  skos:prefLabel "dynamiikka"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1101 .

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

puho:ph399
  skos:prefLabel "turbulenssi"@fi ;
  a skos:Concept ;
  skos:related puho:ph1101 .

puho:ph1101
  skos:broader puho:ph267 ;
  skos:related puho:ph1102, puho:ph399 ;
  skos:exactMatch yso:p10546 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "hydrodynamiikka"@fi ;
  a skos:Concept .

