@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/46049> a ns1:Event ;
    rdfs:label "Carnegie Chamber Players" ;
    ns2:conductor <http://data.carnegiehall.org/names/80962> ;
    ns2:orchestra <http://data.carnegiehall.org/names/80963> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1962-05-11T18:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46049/work_01>,
        <http://data.carnegiehall.org/events/46049/work_02>,
        <http://data.carnegiehall.org/events/46049/work_03>,
        <http://data.carnegiehall.org/events/46049/work_04> ;
    rdfs:comment """New York Debut of Steven Portman\r
Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of William Sydeman's CONCERTO DA CAMERA NO. 2\r
"CONCERT AND OPERA PROGRAMS." New York Times (1923-), May 06 1962, p. 154. ProQuest. Web. 8 Aug. 2023.\r
"CHAMBER PLAYERS OFFER FOUR WORKS." New York Times (1923-), May 12 1962, p. 14. ProQuest. Web. 9 Aug. 2023.""" .

