@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/3754> a ns1:Event ;
    rdfs:label "Banchetto Musicale" ;
    ns2:conductor <http://data.carnegiehall.org/names/42601> ;
    ns2:orchestra <http://data.carnegiehall.org/names/24256> ;
    ns1:description "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/272> ;
    ns1:startDate "1984-12-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/3754/work_01> ;
    rdfs:comment """This performance featured period instruments tuned to Baroque pitch.\r
Recorded for the AT&T Presents Carnegie Hall Tonight radio series.\r
Holland, Bernard. “‘MESSIAH’ IS SOUNDING DIFFERENT NOW (Published 1984).” The New York Times, 9 Dec. 1984. NYTimes.com, https://www.nytimes.com/1984/12/09/arts/messiah-is-sounding-different-now.html.""" .

