@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/47854> a ns1:Event ;
    rdfs:label "Intercollegiate Socialist Society Debate" ;
    ns1:description "debate",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1912-04-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/47854/work_01> ;
    rdfs:comment """Resolved" That Government ownership and operation is the only solution of the trust problem."\r
Morris Hillquit arguing for the Affirmative\r
Samuel Untermyer arguing for the Negative\r
See also <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-04-27/ed-1/seq-18/" target="_blank">The Sun ("In New York To-day", column 5)</a>.""" .

