@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/102763> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 24 in F-sharp Major, Op. 78: 1. Adagio cantabile — Allegro ma non troppo" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1809" ;
    skos:exactMatch <https://musicbrainz.org/work/db69f268-01ba-35ef-a151-39dff04e7fff> .

