@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/41731> a ns1:Event ;
    rdfs:label "Anthony de Mare, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2005-03-15T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41731/work_01>,
        <http://data.carnegiehall.org/events/41731/work_02>,
        <http://data.carnegiehall.org/events/41731/work_03>,
        <http://data.carnegiehall.org/events/41731/work_04>,
        <http://data.carnegiehall.org/events/41731/work_05>,
        <http://data.carnegiehall.org/events/41731/work_06> ;
    rdfs:comment """Title: Gotham Glory\r
Anthony de Mare reversed the program order of the Moravec and Brown works.  There was no program insert announcing the change; Mr. de Mare announced the revised order from stage.  Note also that a video by Anney Bonney accompanied the performance of David Del Tredici's "Gotham Glory."\r
WORLD PREMIERE of Paul Moravec's ISLE OF THE MANHATTOES\r
WORLD PREMIERE of Jason Robert Brown's MR. BROADWAY\r
WORLD PREMIERE of David del Tredici's GOTHAM GLORY (Carnegie Hall commission)\r
WORLD PREMIERE of Fred Hersch's SALOON SONGS""" .

