@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/56318> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Don Quixote, Op. 35: Variation No. 2, \"The Battle with the Sheep\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/39889> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <https://musicbrainz.org/work/89e1e19c-bd0e-364e-982d-9e52dd7c2b91> .

