@prefix ns1: <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/73622> a ns1:Event ;
    rdfs:label "Aeolian Chamber Players" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/42900> ;
    ns1:startDate "1964-05-25T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73622/work_01>,
        <http://data.carnegiehall.org/events/73622/work_02>,
        <http://data.carnegiehall.org/events/73622/work_03>,
        <http://data.carnegiehall.org/events/73622/work_04>,
        <http://data.carnegiehall.org/events/73622/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of William Sydeman's QUARTET FOR FLUTE, CLARINET, VIOLIN, AND PIANO\r
"OPERAS AND CONCERTS." New York Times (1923-), May 24 1964, p. 1. ProQuest. Web. 20 Dec. 2023.\r
Strongin, Theodore. "AEOLIAN PLAYERS OFFER NEW WORKS: CHAMBER ENSEMBLE SCORES AT CARNEGIE RECITAL HALL." New York Times (1923-), May 26 1964, p. 45. ProQuest. Web. 20 Dec. 2023.""" .

