@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/35774> a ns1:Event ;
    rdfs:label "New York State Communist Party Anniversary Celebration" ;
    ns2:genre <http://data.carnegiehall.org/genres/5> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101431> ;
    ns1:startDate "1958-09-26T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35774/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times article. William Albertson presided. According to the artilce, a "dramatized history of the party filled a part of the program."\r
"U. S. COMMUNISTS MARK 39TH YEAR: PARTY, MEETING HERE, ECHOES DEMAND THAT AMERICANS LEAVE TAIWAN AREA." New York Times (1923-), Sep 27 1958, p. 8. ProQuest. Web. 23 Dec. 2021.""" .

