@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/16790> a ns1:Event ;
    rdfs:label "Camerata Singers and Symphony Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/19914> ;
    ns2:orchestra <http://data.carnegiehall.org/names/40377> ;
    ns1:description "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101661> ;
    ns1:startDate "1973-02-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/16790/work_01>,
        <http://data.carnegiehall.org/events/16790/work_02>,
        <http://data.carnegiehall.org/events/16790/work_03>,
        <http://data.carnegiehall.org/events/16790/work_04> ;
    rdfs:comment """Although the program does not clearly specify which setting of the Te Deum by Charpentier was performed (he composed several), a review published in the New York Times mentions trumpets in the orchestra; the Te Deum in D major, H.146 is the only setting listed in Grove Music Online to include trumpets in the orchestra.\r
Ericson, Raymond. “Camerata Concert Blends Orchestral And Choral Works.” New York Times [New York, N.Y., United States], 2 Mar. 1973, p. 16. ProQuest.\r
Hitchcock, H. Wiley. “Charpentier, Marc-Antoine.” Grove Music Online, 20 Jan. 2001, https://www.oxfordmusiconline.com/grovemusic/display/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000005471.""" .

