@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:ph412
  skos:broader puho:ph410 ;
  skos:related puho:ph653 ;
  skos:narrower puho:ph267 ;
  skos:exactMatch yso:p3753 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "mekaniikka"@fi ;
  a skos:Concept .

puho:ph410
  skos:prefLabel "fysiikka"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph412 .

yso:p3753
  skos:prefLabel "mekanik"@sv, "mekaniikka"@fi, "mechanics"@en ;
  a skos:Concept .

puho:ph267
  skos:prefLabel "dynamiikka"@fi ;
  a skos:Concept ;
  skos:broader puho:ph412 .

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

puho:ph653
  skos:prefLabel "lujuusoppi"@fi ;
  a skos:Concept ;
  skos:related puho:ph412 .

