@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/82453> a skos:Concept ;
    skos:altLabel "notenschrift"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98342> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300417622> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "82453" ;
    skos:prefLabel "music notation"@en,
        "muziekschrift"@nl ;
    skos:scopeNote "General term for systems used to visually represent music through written words or standard notations."@en ;
    prov:generatedAtTime "2023-08-10T12:39:53+00:00"^^xsd:dateTime .

