@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/43436> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 23 in F Minor, Op. 57, \"Appassionata\": 1. Allegro assai" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1804-1805" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008173778>,
        <https://musicbrainz.org/work/c813b9f9-97c5-3e21-8f99-265c0ecef0b8> .

