@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/72316> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on an Original Theme, WoO 24" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1854" ;
    skos:exactMatch <http://dbpedia.org/resource/Geistervariationen>,
        <http://id.loc.gov/authorities/names/nr91035679>,
        <http://www.wikidata.org/entity/Q1339833>,
        <https://musicbrainz.org/work/054f14c0-8edf-43b5-8946-88f9bd6c3dc1> .

