@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/21288> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Danse macabre, Op. 40" ;
    dcterms:creator <http://data.carnegiehall.org/names/41588> ;
    ns1:dateCreated "1874" ;
    skos:exactMatch <http://dbpedia.org/resource/Danse_macabre_(Saint-Sa%C3%ABns)>,
        <http://id.loc.gov/authorities/names/n81133655>,
        <http://www.wikidata.org/entity/Q1164860>,
        <https://musicbrainz.org/work/640d92c6-7a12-38ca-a331-ac4ccf420536> .

