@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/42386> a ns1:Event ;
    rdfs:label "Memorial: Ida and Isidor Straus" ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-05-12T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42386/work_01>,
        <http://data.carnegiehall.org/events/42386/work_02>,
        <http://data.carnegiehall.org/events/42386/work_03> ;
    rdfs:comment """Ida and Isidor Straus died when the Titanic sunk on April 15, 1912; Isidor Straus was a co-owner of the department store Macy's. Entered from New York Times article; stated time is approximate.\r
“THOUSANDS MOURN AT STRAUS MEMORIAL: Carnegie Hall Auditorium Too Small to Accommodate All Who Sought Admission.” New York Times [New York, N.Y., United States], 13 May 1912, p. 3.""" .

