@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/43673> a ns1:Event ;
    rdfs:label "Meeting: Christian Catholic Church in Zion" ;
    ns1:description "lecture",
        "meeting",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1904-04-03T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43673/work_01>,
        <http://data.carnegiehall.org/events/43673/work_02> ;
    rdfs:comment "Subject: The Rising, Living, Coming Christ" .

