@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/33459> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Requiem, Op. 48" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009412> ;
    ns1:dateCreated "1877" ;
    skos:exactMatch <http://dbpedia.org/resource/Requiem_(Faur%C3%A9)>,
        <http://id.loc.gov/authorities/names/n81022487>,
        <http://www.wikidata.org/entity/Q1811459>,
        <https://musicbrainz.org/work/f817a7e7-b9a7-4a20-9763-65c35037e420> .

