@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/35168> a ns1:Event ;
    rdfs:label "Intercollegiate Debate: Columbia University vs. Cornell University" ;
    ns1:description "debate",
        "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1903-04-03T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35168/work_01> ;
    rdfs:comment """Fourth Annual Intercollegiate Debate between Columbia University and Cornell University\r
Subject: Resolved, That a method of electing United States Senators by popular election would be preferable to the present method of election.""" .

