@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/15477> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Grande symphonie funèbre et triomphale, Op. 15" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003038> ;
    ns1:dateCreated "1840" ;
    skos:exactMatch <http://dbpedia.org/resource/Grande_symphonie_fun%C3%A8bre_et_triomphale>,
        <http://www.wikidata.org/entity/Q2634994>,
        <https://id.loc.gov/authorities/nr96014895>,
        <https://musicbrainz.org/work/577ebb9c-43ac-4551-a288-02b65d465821> .

