@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/39406> a ns1:Event ;
    rdfs:label "Memorial: Bishop Phillips Brooks" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:startDate "1893-02-16T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39406/work_01>,
        <http://data.carnegiehall.org/events/39406/work_02>,
        <http://data.carnegiehall.org/events/39406/work_03>,
        <http://data.carnegiehall.org/events/39406/work_04> ;
    rdfs:comment """Entered from New York Times article and listing; stated time is approximate.  \r
Article indicates that "a pamphlet containing a verbatim report of all the addresses delivered last night will soon be issued".  A listing for "Phillips Brooks memorial" appears in the on-line finding aid of the Abbott Memorial Collection, George J. Mitchell Department of Special Collections & Archives, Bowdoin College Library \r
 \r
""" .

