@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/8063> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on an Original Theme, Op. 36, \"Enigma\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1899" ;
    skos:exactMatch <http://dbpedia.org/resource/Enigma_Variations>,
        <http://id.loc.gov/authorities/names/n83155695>,
        <http://musicbrainz.org/work/626bef05-10e7-3fb0-9f4c-17f947810429> .

