@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/25288> a ns1:Event ;
    rdfs:label "Meeting: National Council of American-Soviet Friendship" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101522> ;
    ns1:startDate "1961-11-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/25288/work_01> ;
    rdfs:comment """According to the New York Times, 1,000 people attended this rally, which was picketed outside by fifty anti-Communist protesters.\r
"1,000 AT PEACE RALLY: SOVIET-U.S. FRIENDSHIP GROUP PICKETED AT CARNEGIE HALL." New York Times (1923-), Nov 13 1961, p. 62. ProQuest. Web. 6 Feb. 2023.""" .

