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

<http://data.carnegiehall.org/events/19465> a ns1:Event ;
    rdfs:label "Midnight Performance: Jazz Concert featuring Duke Ellington, Billie Holiday, Charlie Parker and Others" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:description "radio broadcast" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96031> ;
    ns1:startDate "1952-11-15T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/19465/work_01>,
        <http://data.carnegiehall.org/events/19465/work_02>,
        <http://data.carnegiehall.org/events/19465/work_03>,
        <http://data.carnegiehall.org/events/19465/work_04>,
        <http://data.carnegiehall.org/events/19465/work_05>,
        <http://data.carnegiehall.org/events/19465/work_06>,
        <http://data.carnegiehall.org/events/19465/work_07>,
        <http://data.carnegiehall.org/events/19465/work_08>,
        <http://data.carnegiehall.org/events/19465/work_09>,
        <http://data.carnegiehall.org/events/19465/work_10>,
        <http://data.carnegiehall.org/events/19465/work_11>,
        <http://data.carnegiehall.org/events/19465/work_12>,
        <http://data.carnegiehall.org/events/19465/work_13>,
        <http://data.carnegiehall.org/events/19465/work_14>,
        <http://data.carnegiehall.org/events/19465/work_15> ;
    rdfs:comment """Broadcast on WNBC.\r
Selections, which are not listed in the printed concert program, have been added from various released versions of the live concert recording; the program order shown here should be considered approximate.\r
Session Details: Carnegie Hall (November 14, 1952). http://www.plosin.com/milesahead/BirdSessions.aspx?s=521114. Accessed 23 Nov. 2020.\r
“Various - Duke Ellington 25th Anniversary Concert - Carnegie Hall, New York.” Discogs, https://www.discogs.com/Various-Duke-Ellington-25th-Anniversary-Concert-Carnegie-Hall-New-York/release/3609608. Accessed 23 Nov. 2020.\r
“Stan Getz - Stan Getz Quintet at Carnegie Hall.” Blue Sounds, https://www.freshsoundrecords.com/stan-getz-albums/1635-stan-getz-quintet-at-carnegie-hall.html. Accessed 23 Nov. 2020.""" .

