@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/69040> a ns1:Event ;
    rdfs:label "Meeting: Women Volunteers for Roosevelt" ;
    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/127666> ;
    ns1:startDate "1944-10-09T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69040/work_01> ;
    rdfs:comment """Entered from New York Times article; stated time is approximate. According to the article, 3,000 women were in attendance, and an overflow crowd listened from the street.\r
"FIRST LADY URGES ALL WOMEN TO VOTE: OUR LEADERS HAVE RIGHT TO BE PUT INTO OFFICE BY POPULAR MAJORITY, SHE HOLDS." New York Times (1923-), Oct 10 1944, p. 21. ProQuest. Web. 23 May 2022.""" .

