@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/49635> a ns1:Event ;
    rdfs:label "Meeting: Action Committee of the Socialist Party" ;
    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/7> ;
    ns1:startDate "1928-05-08T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49635/work_01> ;
    rdfs:comment """Entered from New York Times article ("7-Cent Fare Order to be Signed Today," May 9, 1928, pg. 1); stated time is approximate.\r
Article reads, in part: "A resolution calling on the Board of Estimate to serve immediate notice of recapture upon the Interborough Rapid Transit Company was unanimously adopted last night at a mass meeting at Carnegie Hall under the auspices of the Action Committe of the Socialist Party.  Embodied also in the resolution was a demand for municipal operation of all rapid transit lines.  The 2,000 men and women who attended the meeting - most of them members of the needle trades - voted to form a "Five-Cent Fare League" to fight against a fare increase.\"""" .

