@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/38115> a ns1:Event ;
    rdfs:label "Meeting: The Humanitarian Cult" ;
    ns1:description "meeting" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/58619> ;
    ns1:startDate "1918-10-30T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38115/work_01>,
        <http://data.carnegiehall.org/events/38115/work_02>,
        <http://data.carnegiehall.org/events/38115/work_03>,
        <http://data.carnegiehall.org/events/38115/work_04>,
        <http://data.carnegiehall.org/events/38115/work_05>,
        <http://data.carnegiehall.org/events/38115/work_06>,
        <http://data.carnegiehall.org/events/38115/work_07>,
        <http://data.carnegiehall.org/events/38115/work_08>,
        <http://data.carnegiehall.org/events/38115/work_09>,
        <http://data.carnegiehall.org/events/38115/work_10>,
        <http://data.carnegiehall.org/events/38115/work_11> ;
    rdfs:comment """Entered from listing in the New-York Tribune and New York Times review.\r
The Tribune listing identifies the pianist as Edith Friedman.\r
New-York tribune. [volume] (New York [N.Y.]), 27 Oct. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-10-27/ed-1/seq-24/" target="_blank">Link to listing</a>\r
"BLIND VIOLINIST PLAYS.: ABRAHAM HAITOVITCH MAKES HIS DEBUT IN CARNEGIE HALL." New York Times (1857-1922), Oct 31 1918, p. 11. ProQuest. Web. 16 Oct. 2019.\r
""" .

