@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/10041> a ns1:Event ;
    rdfs:label "Debate: Bertrand Russell and Stephen S. Wise" ;
    ns1:description "debate" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1931-12-17T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/10041/work_01> ;
    rdfs:comment """Presented under the auspices of the Seven Arts Guild\r
Entered from New York Times article and program calendars; stated time is approximate.\r
"Debate: 'New Morality'." New York Times 18 Dec. 1931: 15. Print.""" .

