@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/26597> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in D Minor, D. 810, \"Death and the Maiden\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1824" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_No._14_%28Schubert%29>,
        <http://id.loc.gov/authorities/names/n83046551>,
        <http://www.wikidata.org/entity/Q605107>,
        <https://musicbrainz.org/work/c6e6e640-fd57-4ff6-82e1-d2cbca232344> .

