@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/50837> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 21 in C Major, Op. 53, \"Waldstein\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1803-1804" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._21_(Beethoven)>,
        <http://id.loc.gov/authorities/names/n82044800>,
        <http://www.wikidata.org/entity/Q146535>,
        <https://musicbrainz.org/work/a3c9dc10-0f58-3fcd-9b9f-bd455e386941> .

