@prefix ns1: <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/30806> a ns1:Event ;
    rdfs:label "Lecture by Jeannette Rankin" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/98625> ;
    ns1:startDate "1917-03-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/30806/work_01>,
        <http://data.carnegiehall.org/events/30806/work_02> ;
    rdfs:comment """Subject: Let the People Know\r
Jeannette Rankin was the first woman elected to the U.S. House of Representatives and the first woman member of Congress. See the article in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1917-03-03/ed-1/seq-11/" target="_blank">New York Tribune ("Jeannette Rankin Cheered by 3,000 For Speech Here", column 6)</a> for more information on this event.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 03, 1917, Image 11. no. 1917/03/03, 3 Mar. 1917, p. 11.""" .

