@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/46451> a ns1:Event ;
    rdfs:label "Woman Suffrage Party Campaign Rally" ;
    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/126782>,
        <http://data.carnegiehall.org/names/126856> ;
    ns1:startDate "1915-10-29T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46451/work_01> ;
    rdfs:comment """Entered from an article in the New York Times. Stated time is approximate.\r
Special to The New York Times. "FIND OUTLOOK POOR FOR SUFFRAGE VOTE: Carnegie Hall Crowded." New York Times (1857-1922), Oct 30 1915, p. 4. ProQuest. Web. 26 Mar. 2022.""" .

