@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

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

yso:p3082
  skos:prefLabel "viruminen"@fi, "krypning"@sv, "creeping"@en ;
  dc11:source "Kielitoimiston sanakirja" ;
  rdfs:comment "(tekn.) metallista tm. kiinteästä aineesta: venyä jännityksen alaisena" ;
  a skos:Concept ;
  skos:closeMatch ysa:Y106872 ;
  skos:related yso:p949 ;
  skos:inScheme yso:conceptscheme ;
  skos:broader yso:p2715 .

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

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

