@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/38448> a ns1:Event ;
    rdfs:label "Midnight Performance: Jazz at the Philharmonic" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/153> ;
    ns1:startDate "1952-09-14T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38448/work_01>,
        <http://data.carnegiehall.org/events/38448/work_02>,
        <http://data.carnegiehall.org/events/38448/work_03>,
        <http://data.carnegiehall.org/events/38448/work_04>,
        <http://data.carnegiehall.org/events/38448/work_05>,
        <http://data.carnegiehall.org/events/38448/work_06>,
        <http://data.carnegiehall.org/events/38448/work_07>,
        <http://data.carnegiehall.org/events/38448/work_08>,
        <http://data.carnegiehall.org/events/38448/work_09>,
        <http://data.carnegiehall.org/events/38448/work_10>,
        <http://data.carnegiehall.org/events/38448/work_11>,
        <http://data.carnegiehall.org/events/38448/work_12>,
        <http://data.carnegiehall.org/events/38448/work_13>,
        <http://data.carnegiehall.org/events/38448/work_14>,
        <http://data.carnegiehall.org/events/38448/work_15>,
        <http://data.carnegiehall.org/events/38448/work_16>,
        <http://data.carnegiehall.org/events/38448/work_17>,
        <http://data.carnegiehall.org/events/38448/work_18>,
        <http://data.carnegiehall.org/events/38448/work_19>,
        <http://data.carnegiehall.org/events/38448/work_20>,
        <http://data.carnegiehall.org/events/38448/work_21> ;
    rdfs:comment """Selection information has been sourced from the 2010 compilation reissue of the concert recordings from Fresh Sound Records. Billie Holiday appeared as a special guest only on the early performance, not the midnight show.\r
“Jazz At The Philharmonic - Norman Granz Presents: Jazz At The Philharmonic Carnegie Hall Concert 09/13/1952 (2-CD).” Blue Sounds, https://www.freshsoundrecords.com/jazz-at-the-philharmonic-albums/5432-norman-granz-presents-jazz-at-the-philharmonic-carnegie-hall-concert-09-13-1952-2-cd-set.html. Accessed 1 Feb. 2024.""" .

