@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/66986> a ns1:Event ;
    rdfs:label "Civil Liberties Rally" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/125607> ;
    ns1:startDate "1957-07-24T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66986/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times article; stated time is appproximate.\r
From the article: "More than 1,500 persons gathered at Carnegie Hall last night to greet Communist leaders released from prison terms for conspiracy to teach and advocate the violent overthrow of the Government."\r
"1,500 AT RALLY HERE GREET FREED REDS." New York Times (1923-), Jul 25 1957, p. 12. ProQuest. Web. 8 Sep. 2021.""" .

