@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/40907> a ns1:Event ;
    rdfs:label "Plunket Greene, Bass" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1899-01-09T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40907/work_01>,
        <http://data.carnegiehall.org/events/40907/work_02>,
        <http://data.carnegiehall.org/events/40907/work_03>,
        <http://data.carnegiehall.org/events/40907/work_04>,
        <http://data.carnegiehall.org/events/40907/work_05>,
        <http://data.carnegiehall.org/events/40907/work_06>,
        <http://data.carnegiehall.org/events/40907/work_07>,
        <http://data.carnegiehall.org/events/40907/work_08>,
        <http://data.carnegiehall.org/events/40907/work_09> ;
    rdfs:comment "Although the printed program for this recital lists a date of January 6, the performance was presumably postponed until January 9.  The program announces three performances: January 6, 9, and 16; a review of a performance on January 9 matches the repertoire listed for January 6.  An announcement in the New York Times of the arrival of the White Star Line steamer The Majestic on January 5 lists Plunket Greene among the passengers; possibly his arrival so close to the time of the first scheduled recital prompted a postponement. \"Arrival Of The Majestic.\" New York Times (1857-1922): 2. Jan 06 1899. ProQuest. Web. 8 Dec. 2014." .

