@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/43446> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on a Waltz by Diabelli in C Major, Op. 120" ;
    ns2:cmp <http://data.carnegiehall.org/names/1003713> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1003713> ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1819-1823" ;
    skos:exactMatch <http://dbpedia.org/resource/Diabelli_Variations>,
        <http://id.loc.gov/authorities/names/n81127885>,
        <http://musicbrainz.org/work/1c9f6dbc-ea30-4a2c-b775-db345d277d96>,
        <http://www.wikidata.org/entity/Q1207965> .

