@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/44402> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 26  in D Major, K. 537, \"Coronation\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1788" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Concerto_No._26_(Mozart)>,
        <http://id.loc.gov/authorities/names/n81133531>,
        <http://musicbrainz.org/work/1cc7ad76-726a-35af-921e-301d673cf0e8> .

