@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/44880> a ns1:Event ;
    rdfs:label "Author's Reading for the Dickens Fellowship, Manhattan Branch" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1907-03-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44880/work_01> ;
    rdfs:comment """Entered from New York Times listing and advertisement.  \r
Proceeds from the event were to be used to establish "Tiny Tim" cots in the Cottage for Crippled Children of the Children's Aid Society at Bath Beach.""" .

