@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/13945> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 2 in G Minor, Op. 50, \"Eroica\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/23693> ;
    ns1:dateCreated "1894-1895" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n85023061>,
        <https://musicbrainz.org/work/80b04333-c068-4fcc-8921-9b1fcbddc35c> .

