@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/68266> a ns2:Event ;
    rdfs:label "New York Little Symphony" ;
    ns1:conductor <http://data.carnegiehall.org/names/58152> ;
    ns1:orchestra <http://data.carnegiehall.org/names/54048> ;
    ns2:description "chamber orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/2> ;
    ns2:organizer <http://data.carnegiehall.org/names/54048> ;
    ns2:startDate "1946-02-08T20:45:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/68266/work_01>,
        <http://data.carnegiehall.org/events/68266/work_02>,
        <http://data.carnegiehall.org/events/68266/work_03>,
        <http://data.carnegiehall.org/events/68266/work_04>,
        <http://data.carnegiehall.org/events/68266/work_05>,
        <http://data.carnegiehall.org/events/68266/work_06>,
        <http://data.carnegiehall.org/events/68266/work_07> ;
    rdfs:comment """New York Debut of Josefina Bocchetta\r
New York Debut of Thomas Richner\r
New York Debut of Thomas Scott (as a composer)\r
Entered from New York Times concert listing and review.\r
"OPERA AND CONCERT PROGRAMS." New York Times (1923-), Feb 03 1946, p. 1. ProQuest. Web. 1 Feb. 2022.\r
"3 DEBUTS FEATURE LITTLE SYMPHONY: CONTRALTO, 'PIANIST, COMPOSER HEARD IN PROGRAM HERE-- BARONE CONDUCTS GROUP." New York Times (1923-), Feb 09 1946, p. 8. ProQuest. Web. 1 Feb. 202.""" .

