@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/44086> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Grande messe des morts (Requiem), Op. 5" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003038> ;
    ns1:dateCreated "1837" ;
    skos:exactMatch <http://dbpedia.org/resource/Requiem_(Berlioz)>,
        <http://id.loc.gov/authorities/names/n81149815>,
        <http://www.wikidata.org/entity/Q1495114>,
        <https://musicbrainz.org/work/f67ae3bd-22a9-418c-9624-e52410c4d3ec> .

