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

<http://data.carnegiehall.org/events/70943> a ns1:Event ;
    rdfs:label "Chamber Orchestra of New York" ;
    ns2:conductor <http://data.carnegiehall.org/names/78881> ;
    ns2:orchestra <http://data.carnegiehall.org/names/78880> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/78880> ;
    ns1:startDate "2023-04-14T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/70943/work_01>,
        <http://data.carnegiehall.org/events/70943/work_02>,
        <http://data.carnegiehall.org/events/70943/work_03>,
        <http://data.carnegiehall.org/events/70943/work_04>,
        <http://data.carnegiehall.org/events/70943/work_05> ;
    rdfs:comment """Title: Music of John Williams and Respighi\r
Following intermission (prior to the Williams Star Wars Suite), there was a presentation of the Lorenzo de Medici Award for Humanities and Cultural Leadership to Mr. Steven Menzies.\r
U.S. PREMIERE of Salvatore Di Vittorio's VOYAGES OF AENEAS""" .

