@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/48732> a ns1:Event ;
    rdfs:label "Revival by Evangelist Uldine Utley" ;
    ns1:description "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:startDate "1927-05-01T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48732/work_01>,
        <http://data.carnegiehall.org/events/48732/work_02> ;
    rdfs:comment """Entered from New York Times article ("Uldine Utley Wins 30 of 2,000 at Revival," May 2, 1927, pg. 12).\r
Article carries the sub-heading "15-Year-Old Evangelist Opens the Summer Campaign Before Crowd in Carnegie Hall."  Utley held evangelistic meetings nightly (except May 4 and 9) through May 15.""" .

