@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/53225> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on a Theme by Hindemith" ;
    dcterms:creator <http://data.carnegiehall.org/names/47971> ;
    ns1:dateCreated "1962-1963" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_on_a_Theme_by_Hindemith>,
        <http://www.wikidata.org/entity/Q104879600>,
        <https://id.loc.gov/authorities/names/no95023810>,
        <https://musicbrainz.org/work/9e9e603b-4b22-4d76-816f-c955596b0334> .

