@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/43614> a ns1:Event ;
    rdfs:label "Memorial: Sidney Hillman" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1946-07-12T07:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43614/work_01> ;
    rdfs:comment """Funeral services for Sidney Hillman (1887-1946), founder of the Amalgamated Clothing Workers of America (now UNITE!) and its president from 1914 to 1946.\r
Doors were opened at 7 a.m. for the viewing of Hillman's body, which was resting in state in a bronze coffin on stage.  At 10:30, the hall was cleared for the invitation-only funeral services, which began at 11:45.  Mourners included Secretary of Commerce Henry A. Wallace, representing President Truman; Mayor William O'Dwyer; and Fiorello La Guardia.""" .

