@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/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .

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

yso:p8240
  skos:scopeNote "I fråga om musik använd notskrift"@sv, "Musiikin yhteydessä käytä nuottikirjoitus" ;
  rdfs:comment "muistiinpano, kirjaus; merkintätapa" ;
  skos:broader yso:p261 ;
  skos:prefLabel "notation"@en, "notation"@sv, "notaatio"@fi ;
  dc11:source "Kielitoimiston sanakirja" ;
  skos:inScheme yso:conceptscheme ;
  skos:related yso:p1793 ;
  skos:closeMatch ysa:Y97672, allars:Y31052 ;
  a skos:Concept .

yso:p1793
  skos:prefLabel "notation"@en, "nuottikirjoitus"@fi, "notskrift"@sv ;
  a skos:Concept ;
  skos:related yso:p8240 .

yso:p261
  skos:prefLabel "information"@en, "tieto"@fi, "kunskap"@sv ;
  a skos:Concept ;
  skos:narrower yso:p8240 .

