@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/16489> a ns1:Event ;
    rdfs:label "Jazz at the Philharmonic: Ella Fitzgerald and the Oscar Peterson Trio" ;
    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 "1958-09-12T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/16489/work_01>,
        <http://data.carnegiehall.org/events/16489/work_02>,
        <http://data.carnegiehall.org/events/16489/work_03>,
        <http://data.carnegiehall.org/events/16489/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times advertisement, listing, and review. Tickets were priced at $2.75, $3.75, and $4.75.\r
"Display Ad 20 -- no Title." New York Times (1923-), Sep 12 1958, p. 19. ProQuest. Web. 22 Dec. 2021.\r
"PROGRAMS OF THE WEEK." New York Times (1923-), Sep 07 1958, p. 1. ProQuest. Web. 22 Dec. 2021.\r
Wilson, John S. "GRANZ PRESENTS A JAZZ CONCERT: PROGRAM AT CARNEGIE HALL FEATURES ELLA FITZGERALD AND OSCAR PETERSON TRIO." New York Times (1923-), Sep 13 1958, p. 11. ProQuest. Web. 22 Dec. 2021.""" .

