@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/25024> a ns1:Event ;
    rdfs:label "Rally for Peace and Friendship" ;
    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/101522> ;
    ns1:startDate "1957-11-10T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25024/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times article; stated time is approximate. According to the article, "Each of those present paid a $1 admission, and a collection inside raised more than $2,500. The council [National Council of Soviet-American Friendship] is appealing in the courts against a Subversive Activities Control Board ruling requiring it to register as a Communist front."\r
"2,100 HERE SALUTE SOVIET REVOLUTION." New York Times (1923-), Nov 11 1957, p. 6. ProQuest. Web. 16 Sep. 2021.""" .

