@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/61288> a ns1:Event ;
    rdfs:label "First Superet Branch Church of New York Dedication Program" ;
    ns1:description "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/3> ;
    ns1:organizer <http://data.carnegiehall.org/names/114265> ;
    ns1:startDate "1968-10-27T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61288/work_01> ;
    rdfs:comment """Dedication program in honor of the incorporation of the Superet Church.\r
Entered from booking ledger and New York Times advertisement.\r
"Display Ad 43 -- no Title." New York Times (1923-Current file), Oct 26, 1968, pp. 43. ProQuest""" .

