@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/47972> a ns1:Event ;
    rdfs:label "Authors' Easter Readings in Aid of the Benevolent Fund of the American Authors' Guild" ;
    ns1:description "benefit performance",
        "lecture",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123074> ;
    ns1:startDate "1895-04-20T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/47972/work_01>,
        <http://data.carnegiehall.org/events/47972/work_02>,
        <http://data.carnegiehall.org/events/47972/work_03>,
        <http://data.carnegiehall.org/events/47972/work_04>,
        <http://data.carnegiehall.org/events/47972/work_05>,
        <http://data.carnegiehall.org/events/47972/work_06>,
        <http://data.carnegiehall.org/events/47972/work_07>,
        <http://data.carnegiehall.org/events/47972/work_08> ;
    rdfs:comment """Stated time is approximate.\r
According to a New York Times article about this event (Apr. 21, 1895, pg. 5), Julia Ward Howe and Edmund Clarence Stedman did not appear as scheduled.""" .

