@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/43427> a ns1:Event ;
    rdfs:label "Woman Suffrage Party Convention" ;
    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> ;
    ns1:startDate "1910-10-28T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43427/work_01>,
        <http://data.carnegiehall.org/events/43427/work_02>,
        <http://data.carnegiehall.org/events/43427/work_03>,
        <http://data.carnegiehall.org/events/43427/work_04> ;
    rdfs:comment """See articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1910-10-29/ed-1/seq-7/" target="_blank">New York Tribune ("Women Hold Convention", column 5)</a> and New York Times.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, October 29, 1910, Image 7. no. 1910/10/29, 29 Oct. 1910, p. 7.\r
"MRS. BAILEY DERIDES A CHILDHOOD FRIEND." New York Times (1857-1922), Oct 29 1910, p. 11. ProQuest. Web. 20 Mar. 2022.""" .

