@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/> .

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

yso:p355
  skos:prefLabel "förvandling"@sv, "alteration"@en, "toisenlaiseksi muuttaminen"@fi ;
  a skos:Concept ;
  skos:narrower yso:p20262 .

yso:p20262
  skos:broader yso:p355 ;
  dc11:source "Suomen kielen perussanakirja" ;
  rdfs:comment "tehdä reik(i)ä, puhkaista" ;
  skos:altLabel "perforering"@sv ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "piercing"@en, "piercing"@sv, "lävistys"@fi ;
  a skos:Concept .

