@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/66598> a ns1:Event ;
    rdfs:label "Pacifica Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2022-06-18T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66598/work_01>,
        <http://data.carnegiehall.org/events/66598/work_02>,
        <http://data.carnegiehall.org/events/66598/work_03>,
        <http://data.carnegiehall.org/events/66598/work_04> ;
    rdfs:comment """This performance, originally scheduled for Friday, May 6 2022 at 7:30 PM, was rescheduled for June 18 at 8 PM due to a positive COVID-19 case among the artists. The co-commission on the program, which would have been a world premiere, was instead New York premiere.\r
NEW YORK PREMIERE of James Lee III's A DOUBLE STANDARD (co-commissioned by Carnegie Hall)""" .

