@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/63500> a ns1:Event ;
    rdfs:label "Meeting: Women United" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/119763> ;
    ns1:startDate "1941-04-14T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/63500/work_01> ;
    rdfs:comment """Entered from New York Times articles; stated time is approximate.\r
According to the article published the day after the event, "Three thousand persons attended a meeting in Carnegie Hall last night, sponsored by the newly organized Women United, to "oppose our involvement in Europe's and Asia's wars.""\r
CLARK AND REYNOLDS TALK HERE TOMORROW: WILL ADDRESS WOMEN UNITED, NEW ANTI-WAR GROUP." New York Times (1923-Current file), Apr 13 1941, p. 8. ProQuest. Web. 9 Sep. 2019.\r
"ONE U.S. LIFE PUT ABOVE BRITISH AID: REYNOLDS WOULD RATHER SEE MATERIALS SUNK THAN LOSE AN AMERICAN BY CONVOYS CLARK WARNS THE NATION TELLS ANTI-WAR MEETING WE RISK OUR FREEDOM IF WE SET OUT TO REFORM WORLD." New York Times (1923-Current file), Apr 15 1941, p. 9. ProQuest. Web. 9 Sep. 2019.""" .

