@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/112680> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphonic Variations" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006613> ;
    ns1:dateCreated "1936-1938" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1704094>,
        <https://id.loc.gov/authorities/names/n88611034>,
        <https://musicbrainz.org/work/75d112be-f579-3269-bd18-8f9e7848764d> .

