@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/52938> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations and Fugue on a Theme by Handel, Op. 24" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1861" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_and_Fugue_on_a_Theme_by_Handel>,
        <http://id.loc.gov/authorities/names/n81118731>,
        <http://musicbrainz.org/work/7fc5a01f-0c35-41d7-897d-1b48481fd529>,
        <http://www.wikidata.org/entity/Q3554787> .

