@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/3810> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 12 in D Minor, Op. 112, \"The Year 1917\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002763> ;
    ns1:dateCreated "1961" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._12_(Shostakovich)>,
        <http://www.wikidata.org/entity/Q172080>,
        <https://id.loc.gov/authorities/names/n82101856>,
        <https://musicbrainz.org/work/bc42de63-2d89-4e44-8f49-f60781cab74d> .

