@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/41655> a ns1:Event ;
    rdfs:label "Political Debate: George Foster Peabody, Felix Adler, and Oswald Garrison Villard" ;
    ns1:description "debate",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/48048> ;
    ns1:startDate "1901-10-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41655/work_01> ;
    rdfs:comment """Joint debate sponsored by the Young Men's Union of the Society for Ethical Culture\r
Entered from New York Times article; stated time is approximate.\r
The New York political situation of 1901 was discussed by George Foster Peabody, Dr. Felix Adler, and Oswald Garrison Villard, with Adler and Villard taking the side of the reform movement and fusion ticket and Peabody taking the side of Edward M. Shepard, the Democratic candidate for mayor of New York.\r
"MR. PEABODY'S ADVICE TO EDWARD M. SHEPARD." New York Times (1857-1922), New York, N.Y., 1901.""" .

