@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/44902> a ns1:Event ;
    rdfs:label "Lecture by C. H. Edwards" ;
    ns1:description "lecture",
        "religious event" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1908-03-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44902/work_01>,
        <http://data.carnegiehall.org/events/44902/work_02> ;
    rdfs:comment """Topic: The Christian Sabbath: Which Day Is It? Saturday or Sunday?\r
Entered from New York Times listing; stated time is approximate.""" .

