@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/32752> 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 "1956-09-16T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/32752/work_01>,
        <http://data.carnegiehall.org/events/32752/work_02>,
        <http://data.carnegiehall.org/events/32752/work_03>,
        <http://data.carnegiehall.org/events/32752/work_04>,
        <http://data.carnegiehall.org/events/32752/work_05>,
        <http://data.carnegiehall.org/events/32752/work_06>,
        <http://data.carnegiehall.org/events/32752/work_07>,
        <http://data.carnegiehall.org/events/32752/work_08> ;
    rdfs:comment """Personnel and limited selection information has been added from the event listing and review in the New York Times, as well as from a recording of a performance in Seattle from October of 1956.\r
"PROGRAMS OF THE WEEK: NEW YORK CITY OUT OF TOWN NEW JERSEY CLINTON MASSACHUSETTS COONA'MESSETT." New York Times (1923-Current file), Sep 09 1956, p. 1. ProQuest. Web. 31 Mar. 2021.\r
"Music: Intellectual Jazz: Modern Quartet Stars in Two Concerts here by the Norman Granz Troupe." New York Times (1923-Current file), Sep 17 1956, p. 23. ProQuest. Web. 31 Mar. 2021.\r
Jazz At The Philharmonic – Seattle 1956 (2012, CDr). www.discogs.com, https://www.discogs.com/Jazz-At-The-Philharmonic-Seattle-1956/release/13902637. Accessed 31 Mar. 2021.""" .

