@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/15770> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Songs and Dances of Death" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004504> ;
    ns1:dateCreated "1875-1877" ;
    skos:exactMatch <http://dbpedia.org/resource/Songs_and_Dances_of_Death>,
        <http://id.loc.gov/authorities/names/n81081344>,
        <http://www.wikidata.org/entity/Q466218>,
        <https://musicbrainz.org/work/48be23ed-44f7-46fb-b703-e0e78447f460> .

