@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/44491> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 4, Op. 34, \"The Requiem\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/10700> ;
    ns1:dateCreated "1943" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1925613>,
        <https://id.loc.gov/authorities/names/no94001939>,
        <https://musicbrainz.org/work/c6da3fde-1400-4edc-8575-c2073f1a3fe3> .

