@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/2314> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 8 in C Minor, Op. 13, \"Pathétique\": 1. Grave – Allegro di molto e con brio" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1797-1798" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2011008292>,
        <https://musicbrainz.org/work/e1c58466-6c16-3e01-a52c-2483f041b84f> .

