@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/19339> a ns1:Event ;
    rdfs:label "Handel: Twelve Concerti Grossi, Opus 6, Conducted by Alexander Schneider" ;
    ns2:conductor <http://data.carnegiehall.org/names/40295> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27204> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/110510>,
        <http://data.carnegiehall.org/names/46132> ;
    ns1:startDate "1965-12-22T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/19339/work_01>,
        <http://data.carnegiehall.org/events/19339/work_02>,
        <http://data.carnegiehall.org/events/19339/work_03>,
        <http://data.carnegiehall.org/events/19339/work_04>,
        <http://data.carnegiehall.org/events/19339/work_05> ;
    rdfs:comment """Alexander Schneider was presented with an honorary doctorate from the New School for Social Research in a ceremony conducted during the intermission.\r
Klein, Howard. "SCHNEIDER HAILED AT CARNEGIE HALL: NEW SCHOOL CITES VIOLINIST STARTING 10TH SERIES." New York Times (1923-), Dec 23 1965, p. 20. ProQuest. Web. 20 Aug. 2024.""" .

