@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/39464> a ns1:Event ;
    rdfs:label "Exhibition: The Living Christ" ;
    ns1:description "exhibition" ;
    ns1:location <http://data.carnegiehall.org/venues/94043> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1893-10-03T10:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39464/work_01> ;
    rdfs:comment """Entered from advertisements in the New York Times.  \r
Advertisements and listings indicate that this exhibition consisted of a painting by John Theo. Dore Bentley called "The Living Christ".  The painting was on view daily, 10:00AM-6:00PM, from Oct.3 at least through January 11, the last date for which an advertisement could be found (although advertisement does not mention a closing date).""" .

