@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/42795> a ns2:Event ;
    rdfs:label "Orchestrette Classique" ;
    ns1:conductor <http://data.carnegiehall.org/names/63722> ;
    ns1:orchestra <http://data.carnegiehall.org/names/63723> ;
    ns2:description "chamber orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/2> ;
    ns2:organizer <http://data.carnegiehall.org/names/258> ;
    ns2:startDate "1941-11-17T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/42795/work_01>,
        <http://data.carnegiehall.org/events/42795/work_02>,
        <http://data.carnegiehall.org/events/42795/work_03>,
        <http://data.carnegiehall.org/events/42795/work_04>,
        <http://data.carnegiehall.org/events/42795/work_05>,
        <http://data.carnegiehall.org/events/42795/work_06> ;
    rdfs:comment """Entered from New York Times concert listing and review and "Frédérique Petrides and the Orchestrette Classique" by Katherine Ramsey.\r
"PROGRAMS OF THE WEEK." New York Times (1923-), Nov 16 1941, p. 1. ProQuest. Web. 8 Sep. 2022.\r
"Orchestrette is Heard." 18 Nov. 1941: 32. Print.\r
Katherine Elizabeth Ramsey. Frédérique Petrides and the Orchestrette Classique: A Women’s Orchestra Performing Contemporary American Music. University of Iowa, Aug. 2015, https://iro.uiowa.edu/esploro/.\r
""" .

