@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/65808> a skos:Concept ;
    skos:altLabel "concertvleugel"@nl,
        "vleugelpiano's"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/65805> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300041713> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65808" ;
    skos:prefLabel "grand piano (keyboard instrument)"@en,
        "vleugel (klavierinstrument)"@nl ;
    skos:scopeNote "Pianofortes having a horizontal wing-shaped case, with one bent or curved side and one straight side, and most of the strings running parallel to the individual keys."@en,
        "Piano's, met horizontale, vleugelvormige kast met een gebogen en een rechte kant, waarin de snaren evenwijdig lopen aan de toetsen."@nl ;
    prov:generatedAtTime "2021-10-19T15:03:17+00:00"^^xsd:dateTime .

