@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/38886> a ns2:Event ;
    rdfs:label "Jubilee Meeting of Welcome for Mrs. Carrie Chapman Catt" ;
    ns1:genre <http://data.carnegiehall.org/genres/5> ;
    ns2:description "meeting" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/258> ;
    ns2:startDate "1912-11-19T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/38886/work_01> ;
    rdfs:comment """Entered from articles in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-11-20/ed-1/seq-9/" target="_blank">New York Tribune ("Money Welcomes Mrs. Carrie Chapman Catt", column 4)</a> and the New York.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, November 20, 1912, Image 9. no. 1912/11/20, 20 Nov. 1912, p. 9.\r
"JUBILEE FOR MRS. CATT. Suffragists Crowd Carnegie Hall to Welcome Her Home." New York Times (1857-1922), Nov 20 1912, p. 12. ProQuest. Web. 26 Mar. 2022.""" .

