@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/39672> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on a Rococo Theme, Op. 33" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1876" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_on_a_Rococo_Theme>,
        <http://id.loc.gov/authorities/names/n81076997>,
        <http://musicbrainz.org/work/942499a7-49de-377e-82f7-3c9e4ef82fbb>,
        <http://www.wikidata.org/entity/Q921258> .

