@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/10506> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No.2 in C Minor, \"Resurrection\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/39824> ;
    ns1:dateCreated "1888-1894" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._2_(Mahler)>,
        <http://id.loc.gov/authorities/names/n82027762>,
        <http://www.wikidata.org/entity/Q210549>,
        <https://musicbrainz.org/work/ad8df966-dba7-43d0-8d0e-91e69df5b5ef> .

