@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/34139> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite in G Major, \"Burlesque de Quixotte,\" TWV 55:G10" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "1761" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n85076556>,
        <https://musicbrainz.org/work/b00b63ef-554c-491b-8a29-47c47ef09e38> .

