@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/1918> a ns1:Event ;
    rdfs:label "Vladimir Horowitz, Piano" ;
    ns1:description "benefit performance",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/45> ;
    ns1:startDate "1944-04-05T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/1918/work_01>,
        <http://data.carnegiehall.org/events/1918/work_02>,
        <http://data.carnegiehall.org/events/1918/work_03>,
        <http://data.carnegiehall.org/events/1918/work_04>,
        <http://data.carnegiehall.org/events/1918/work_05>,
        <http://data.carnegiehall.org/events/1918/work_06>,
        <http://data.carnegiehall.org/events/1918/work_07>,
        <http://data.carnegiehall.org/events/1918/work_08> ;
    rdfs:comment """Benefit: American Red Cross\r
The New York Times review of this recital notes that, according to an announcement from stage, more than $10,500 was raised for the American Red Cross.  It also mentions that "the platform was draped with a huge Red Cross flag and several hundred nurses in bright yellow uniforms were seated on the stage during the performance."\r
M.A.S. "HOROWITZ RECITAL ASSISTS RED CROSS." New York Times (1923-Current file) Apr 06 1944: 27. ProQuest. 27 Aug. 2013.""" .

