@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/78942> a ns1:Event ;
    rdfs:label "Meeting: International Ladies' Garment Workers' Union" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/94835> ;
    ns1:startDate "1912-01-08T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78942/work_01> ;
    rdfs:comment """Entered from New York Times article; stated time is approximate.\r
"GARMENT WORKERS THREATEN BIG STRIKE: FIVE THOUSAND WOMEN APPLAUD DEMANDS OF THEIR LEADERS AT TWO MEETINGS. MORE PAY, SHORTER HOURS IF THEIR PROPOSITION IS NOT ACCEPTED BY MANUFACTURERS, SPEAKERS FRANKLY PREDICT A STRIKE HERE." New York Times (1857-1922), Jan 09, 1912, pp. 6, ProQuest Historical Newspapers: The New York Times.""" .

