@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/45704> a ns1:Event ;
    rdfs:label "Meeting: National American Woman Suffrage Association" ;
    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/108186> ;
    ns1:startDate "1912-11-13T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45704/work_01>,
        <http://data.carnegiehall.org/events/45704/work_02> ;
    rdfs:comment """This meeting, a "Celebration of Citizenship," was held in honor of four states that had recently granted woman suffrage, Arizona, Kansas, Michigan, and Oregon.\r
"Women Will Hail Ten-Starred Flag." New York Times (1857-1922): 7. Nov 12 1912. ProQuest. Web. 16 Nov. 2015.\r
"Salute A New Flag With Only 10 Stars." New York Times (1857-1922): 11. Nov 14 1912. ProQuest. Web. 16 Nov. 2015.\r
"Women Here Celebrate Suffrage Victories." New-York Tribune: 7. Nov. 14 1912. Chronicling America: Historic American Newspapers. Library of Congress, n.d. Web. 16 Nov. 2015. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-11-14/ed-1/seq-7/" target="_blank">Link to article</a>.""" .

