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

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

yso:p2175
  skos:prefLabel "kopiering (reproducering)"@sv, "copying"@en, "kopiointi"@fi ;
  a skos:Concept ;
  skos:related yso:p2452 .

yso:p1452
  skos:prefLabel "skapande med hjälp av tekniskt redskap"@sv, "creation by machines"@en, "koneellinen luonti"@fi ;
  a skos:Concept ;
  skos:narrower yso:p2452 .

yso:p14833
  skos:prefLabel "copies"@en, "kopior"@sv, "kopiot"@fi ;
  a skos:Concept ;
  skos:related yso:p2452 .

yso:p2452
  skos:broader yso:p1452 ;
  skos:related yso:p14833, yso:p2175 ;
  skos:altLabel "monistaminen"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "duplication"@en, "duplicering"@sv, "monistus"@fi ;
  a skos:Concept .

