@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/39973> a ns1:Event ;
    rdfs:label "Diederich Neuman, Mind Reader" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1896-03-19T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39973/work_01> ;
    rdfs:comment """Entered from New York Times review; stated time is approximate.\r
The review describes the event as "an exhibition before a number of newspaper men and invited guests" of Neuman's "skill in what he calls mind reading...". \r
"Neuman Exhibits His Powers." New York Times (1857-1922), Mar 20 1896, p. 2. ProQuest. Web. 11 June 2020.""" .

