@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/43342> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chansons de Don Quichotte: 4. Chanson de la mort de Don Quichotte" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010115> ;
    ns1:dateCreated "1932" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no95007388>,
        <https://musicbrainz.org/work/a6e89ada-af04-4eb4-a7cd-e411c1d0958a> .

