@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/46064> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Don Quixote, Op. 35" ;
    dcterms:creator <http://data.carnegiehall.org/names/39889> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <http://dbpedia.org/resource/Don_Quixote_(Strauss)>,
        <http://id.loc.gov/authorities/names/n88651496>,
        <http://www.wikidata.org/entity/Q606635>,
        <https://musicbrainz.org/work/55f0a8a1-102b-4b27-a6ba-1305e64e0674> .

