@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/44276> a ns1:Event ;
    rdfs:label "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-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44276/work_01>,
        <http://data.carnegiehall.org/events/44276/work_02>,
        <http://data.carnegiehall.org/events/44276/work_03>,
        <http://data.carnegiehall.org/events/44276/work_04>,
        <http://data.carnegiehall.org/events/44276/work_05>,
        <http://data.carnegiehall.org/events/44276/work_06>,
        <http://data.carnegiehall.org/events/44276/work_07>,
        <http://data.carnegiehall.org/events/44276/work_08>,
        <http://data.carnegiehall.org/events/44276/work_09>,
        <http://data.carnegiehall.org/events/44276/work_10>,
        <http://data.carnegiehall.org/events/44276/work_11>,
        <http://data.carnegiehall.org/events/44276/work_12>,
        <http://data.carnegiehall.org/events/44276/work_13>,
        <http://data.carnegiehall.org/events/44276/work_14>,
        <http://data.carnegiehall.org/events/44276/work_15>,
        <http://data.carnegiehall.org/events/44276/work_16>,
        <http://data.carnegiehall.org/events/44276/work_17>,
        <http://data.carnegiehall.org/events/44276/work_18>,
        <http://data.carnegiehall.org/events/44276/work_19>,
        <http://data.carnegiehall.org/events/44276/work_20>,
        <http://data.carnegiehall.org/events/44276/work_21>,
        <http://data.carnegiehall.org/events/44276/work_22> ;
    rdfs:comment """Selection information has been sourced from the 2010 compilation reissue of the concert recordings from Fresh Sound Records.\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.""" .

