@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/11831> a ns1:Event ;
    rdfs:label "Salute to Israel: Celebrating the 10th Anniversary of the State of Israel and the 35th Anniversary of the National Committee for Labor Israel" ;
    ns1:description "screening",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96118> ;
    ns1:startDate "1958-10-13T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/11831/work_01>,
        <http://data.carnegiehall.org/events/11831/work_02>,
        <http://data.carnegiehall.org/events/11831/work_03>,
        <http://data.carnegiehall.org/events/11831/work_04>,
        <http://data.carnegiehall.org/events/11831/work_05> ;
    rdfs:comment "The film \"Israel Today\" was narrated by Cornelius Vanderbilt, Jr. From the listing in the program, it is unclear whether this was a voice-over narration in the film, or whether Vanderbilt appeared in person in the hall." .

