@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/44869> a ns1:Event ;
    rdfs:label "Salvation Army Funeral Service" ;
    ns1:description "religious event",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/243> ;
    ns1:startDate "1907-02-17T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44869/work_01> ;
    rdfs:comment "Entered from an article in the New York Times. This funeral service honored ten Salvation Army officers and cadets who died in the wreck of the passenger steamer Larchmont.  On the night of February 11, 1907, the Larchmont, bound from Providence, RI to New York City, was rammed by the schooner Harry Knowlton in Long Island Sound, just off Watch Hill, RI.  Between 120 and 190 people were thought to have perished (no exact count could be made since the passenger manifests went down with the Larchmont)." .

