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

yso:p8240
  skos:inScheme puho:conceptscheme ;
  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:related yso:p1793 ;
  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 .

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

