@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/77704> a ns1:Event ;
    rdfs:label "Unity Center of Practical Christianity" ;
    ns1:description "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/25651> ;
    ns1:startDate "1969-05-25T11:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/77704/work_01> ;
    rdfs:comment """Panel Discussion: "The Relevancy of Christian Metaphysics in a Contemporary World"\r
Entered from booking ledger and New York Times advertisement.\r
"Display Ad 51 -- no Title." New York Times (1923-), 24 May 1969, p. 25. ProQuest. Web. 28 May 2025.""" .

