@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/41777> a ns1:Event ;
    rdfs:label "Jazz at the Philharmonic" ;
    ns3:conductor <http://data.carnegiehall.org/names/4806> ;
    ns3:orchestra <http://data.carnegiehall.org/names/27235> ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/124697>,
        <http://data.carnegiehall.org/names/153> ;
    ns1:startDate "1967-03-26T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41777/work_01>,
        <http://data.carnegiehall.org/events/41777/work_02>,
        <http://data.carnegiehall.org/events/41777/work_03>,
        <http://data.carnegiehall.org/events/41777/work_04>,
        <http://data.carnegiehall.org/events/41777/work_05>,
        <http://data.carnegiehall.org/events/41777/work_06>,
        <http://data.carnegiehall.org/events/41777/work_07>,
        <http://data.carnegiehall.org/events/41777/work_08>,
        <http://data.carnegiehall.org/events/41777/work_09>,
        <http://data.carnegiehall.org/events/41777/work_10>,
        <http://data.carnegiehall.org/events/41777/work_11>,
        <http://data.carnegiehall.org/events/41777/work_12> ;
    rdfs:comment """The printed program and program calendars list performance times of 2:30 and 8:30PM, while the promotional flyer lists 4:00 and 8:30PM. Booking ledger entries show an afternoon and evening performance, with a "twilight" time slot entry that says "as above, 4PM". Information from the Duke Ellington discography compiled by Marcus Girvan (Ellingtonia.com) confirms the 4:00 and 8:30 PM concert times, as does the weekly concert listing published in the New York Times. The discography has been used to enter information on selections.\r
1961 — 1970 | Ellingtonia.Com - A Duke Ellington Discography. https://ellingtonia.com/discography/1961-1970/. Accessed 22 Jan. 2024.\r
"Who Makes Music and Where: OPERA." New York Times (1923-), Mar 26 1967, p. 91. ProQuest. Web. 22 Jan. 2024.""" .

