@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/43659> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations and Fugue on a Theme of Mozart, Op. 132" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009826> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_and_Fugue_on_a_Theme_by_Mozart>,
        <http://www.wikidata.org/entity/Q3554785>,
        <https://id.loc.gov/authorities/names/n87810267>,
        <https://musicbrainz.org/work/e23a8430-5070-4da0-ac46-90a6af5f0a89> .

