@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/5045> a ns1:Event ;
    rdfs:label "Debate: Harvard Forum and the Columbia University Debating Union" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1897-03-19T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/5045/work_01> ;
    rdfs:comment """Stated time is approximate.\r
The Harvard Forum argued the affirmative; Columbia argued the negative.\r
""" .

