@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/3775> a ns1:Event ;
    rdfs:label "League for Public Discussion Debate" ;
    ns1:description "debate" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/20566> ;
    ns1:startDate "1930-03-16T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/3775/work_01>,
        <http://data.carnegiehall.org/events/3775/work_02> ;
    rdfs:comment """Presented under the auspices of the League for Public Discussion\r
Entered from New York Times concert listing and article ("What is Going On This Week," March 16, 1930, pg. N5; "Red Atheism Drive Scored and Upheld," March 17, 1930, pg. 2) and program calendars.\r
Debate: "Sovietism vs. Religion"\r
Debating the question "Resolved, That the anti-religious policy and practices of the Soviet Government are justified."\r
Affirmative: Max Eastman and Harry Elmer Barnes\r
Negative: Rabbi Stephen S. Wise and Rev. John Haynes Holmes\r
""" .

