@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/37932> a ns1:Event ;
    rdfs:label "2002 Verizon Music Festival: Tony Bennett" ;
    ns2:genre <http://data.carnegiehall.org/genres/34>,
        <http://data.carnegiehall.org/genres/35> ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/198>,
        <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2002-09-18T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/37932/work_01>,
        <http://data.carnegiehall.org/events/37932/work_02>,
        <http://data.carnegiehall.org/events/37932/work_03>,
        <http://data.carnegiehall.org/events/37932/work_04>,
        <http://data.carnegiehall.org/events/37932/work_05>,
        <http://data.carnegiehall.org/events/37932/work_06>,
        <http://data.carnegiehall.org/events/37932/work_07>,
        <http://data.carnegiehall.org/events/37932/work_08>,
        <http://data.carnegiehall.org/events/37932/work_09> ;
    rdfs:comment """Presented by George Wein and Festival Productions, Inc., in partnership with Carnegie Hall\r
Produced by George Wein\r
The program was announced from the stage. Information on selected songs has been taken from the New York Times review.\r
Holden, Stephen. "MUSIC REVIEW: A RELAXED TONY BENNETT IS A MASTER OF SURPRISE." New York Times (1923-), Sep 21 2002, p. 1. ProQuest. Web. 25 July 2023.""" .

