@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/13517> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Requiem, Op. 9" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003479> ;
    ns1:dateCreated "1947" ;
    skos:exactMatch <http://dbpedia.org/resource/Requiem_(Durufl%C3%A9)>,
        <http://id.loc.gov/authorities/names/no97040351>,
        <http://www.wikidata.org/entity/Q1510137>,
        <https://musicbrainz.org/work/53b9bdef-a1c9-4e67-9c4f-65cd5a83c54b> .

