@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/72109> a ns2:Event ;
    rdfs:label "New York Lyric Ensemble" ;
    ns1:conductor <http://data.carnegiehall.org/names/131778> ;
    ns1:orchestra <http://data.carnegiehall.org/names/131777> ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:startDate "1962-05-05T15:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/72109/work_01>,
        <http://data.carnegiehall.org/events/72109/work_02> ;
    rdfs:comment """New York Debut\r
Entered from booking ledger and New York Times concert listing and review. Works are not specified by name; according to the review, the program included a group of Renaissance chansons and motets, two classical works, Brahms' Liebeslieder Waltzes, a group of works by Bartók, and several Israeli pieces.\r
"CONCERT AND OPERA PROGRAMS THIS WEEK." New York Times (1923-), Apr 15 1962, p. 1. ProQuest. Web. 2 Aug. 2023.\r
"LOCAL DEBUT MADE BY LYRIC ENSEMBLE." New York Times (1923-), May 06 1962, p. 84. ProQuest. Web. 8 Aug. 2023.""" .

