@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/25907> a ns1:Event ;
    rdfs:label "Debate: United States-Russian Policy" ;
    ns1:description "debate" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1921-03-27T19:45:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25907/work_01>,
        <http://data.carnegiehall.org/events/25907/work_02>,
        <http://data.carnegiehall.org/events/25907/work_03>,
        <http://data.carnegiehall.org/events/25907/work_04> ;
    rdfs:comment """Under the auspices of France-King Debate Committee\r
Topic: Shall the policy of the United States towards Russia be changed?\r
Senator France takes the affirmative; Senator King takes the negative.\r
""" .

