@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/46545> a ns1:Event ;
    rdfs:label "Meeting: Society of Friends of Russian Freedom" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1917-03-23T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46545/work_01>,
        <http://data.carnegiehall.org/events/46545/work_02>,
        <http://data.carnegiehall.org/events/46545/work_03>,
        <http://data.carnegiehall.org/events/46545/work_04> ;
    rdfs:comment "Entered from New York Times article ; stated time is approximate.  This meeting, held to celebrate the Russian Revolution, was marked by pacifist protests directed at Mayor John Purroy Mitchel, one of the speakers.  Mitchel: \"This country is on the verge of war\", which prompted a loud cry of \"No\"; Mitchel responded by saying \"And I say to you in the gallery that tonight we are divided into only two classes -- Americans and traitors!\" (NYT, 3/24/1917, pg. 1)" .

