@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/26403> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 1 in C Major, Op. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1852-1853" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._1_(Brahms)>,
        <http://id.loc.gov/authorities/names/no97083995>,
        <http://www.wikidata.org/entity/Q3043401>,
        <https://musicbrainz.org/work/3ceba99b-e62b-4d0a-b4b0-c36e41974a0c> .

