@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/6862> a ns1:Event ;
    rdfs:label "Debate: \"The Modern Controversy - Humanism? Will It Succeed?\"" ;
    ns1:description "debate" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1930-05-09T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/6862/work_01>,
        <http://data.carnegiehall.org/events/6862/work_02> ;
    rdfs:comment """Presented under the auspices of the Discussion Guild\r
Entered from New York Times concert listing and article ("What is Going On This Week," May 4, 1930, pg. N4; "Babbitt Debates New Humanism Here," May 10, 1930, pg. 4) and advertisement in 4/20/1930 program; stated time is approximate.\r
Topic: "The Modern Controversy - Humanism? Will It Succeed?"\r
Affirmative: Professor Irving Babbitt \r
Negative: Henry Seidel Canby \r
Negative: Carl Van Doren""" .

