@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 dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

puho:ph430 skos:exactMatch yso:p3089 .
yso:p3089
  skos:related yso:p23890, yso:p949 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "utmattning"@sv, "väsyminen"@fi, "fatigue"@en ;
  dc11:source "Kielitoimiston sanakirja" ;
  a skos:Concept ;
  rdfs:comment "kiinteästä kappaleesta: murtua jatkuvan tärinän, taivuttelun tms. liikkeen johdosta" ;
  skos:broader yso:p2715 .

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

yso:p2715
  skos:prefLabel "naturvetenskaplig förändring"@sv, "change related to natural science"@en, "luonnontieteellinen muutos"@fi ;
  a skos:Concept ;
  skos:narrower yso:p3089 .

yso:p23890
  skos:prefLabel "ansträngning"@sv, "rasitus"@fi, "stress"@en ;
  a skos:Concept ;
  skos:related yso:p3089 .

yso:p949
  skos:prefLabel "physical phenomena"@en, "fysikaliska fenomen"@sv, "fysikaaliset ilmiöt"@fi ;
  a skos:Concept ;
  skos:related yso:p3089 .

