@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/48250> a ns1:Event ;
    rdfs:label "Debate: Rev. Dr. John Roach Straton vs. Rev. Charles Francis Potter" ;
    ns1:description "debate",
        "radio broadcast" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1924-03-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48250/work_01> ;
    rdfs:comment """Entered from New York Times article; stated time is approximate.\r
Debate topic: "Resolved, that the miraculous virgin birth of Jesus Christ is a fact and an essential Christian doctrine."\r
This debate was broadcast on radio station WJZ.\r
Dr. Straton argued for the affirmative, while the Rev. Mr. Potter argued the negative.  According to the article, "Mr. Potter won the debate by a vote of 2 to 1 of the judges...\"""" .

