@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/68823> a ns1:Event ;
    rdfs:label "Church of Divine Unity" ;
    ns1:description "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/28454> ;
    ns1:startDate "1959-12-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/68823/work_01>,
        <http://data.carnegiehall.org/events/68823/work_02> ;
    rdfs:comment """Pre Christmas Service\r
Topic: "Simple Faith"\r
Entered from booking ledger and New York Times advertisement.\r
"Display Ad 21 -- no Title." New York Times (1923-), Dec 19 1959, p. 20. ProQuest. Web. 27 Apr. 2022.""" .

