@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/40804> a ns1:Event ;
    rdfs:label "National Conference of Charities and Correction Anniversary Program" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/123078> ;
    ns1:startDate "1898-05-18T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40804/work_01> ;
    rdfs:comment """This program celebrated the 25th anniversary of the National Conference of Charities and Correction.\r
Entered from an article published in the New York Times; stated time is approximate.\r
“CHARITY WORKERS MEET: Quarter-Centennial of the National Conference of Charities and Correction Celebrated. CROWD FILLS CARNEGIE HALL Joseph H. Choate, Archbishop Corrigan, Bishop Potter, and Seth Low Among the Speakers --Letter from President McKinley.” New York Times [New York, N.Y., United States], 19 May 1898, p. 9. ProQuest.""" .

