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

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

yso:p1601
  skos:prefLabel "material testing"@en, "materialprovning"@sv, "aineenkoetus"@fi ;
  a skos:Concept ;
  skos:related yso:p1610 .

yso:p1610
  skos:altLabel "korroosiokokeet"@fi ;
  skos:prefLabel "korrosionsprov (metoder)"@sv, "corrosion tests"@en, "korroosiokokeet (menetelmät)"@fi ;
  skos:closeMatch ysa:Y96346, allars:Y21161 ;
  skos:related yso:p1601 ;
  skos:broader yso:p1913 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme .

yso:p1913
  skos:prefLabel "metoder"@sv, "menetelmät"@fi, "methods"@en ;
  a skos:Concept ;
  skos:narrower yso:p1610 .

