@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/78329> a ns1:Event ;
    rdfs:label "The New World Consort" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1971-04-01T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78329/work_01>,
        <http://data.carnegiehall.org/events/78329/work_02>,
        <http://data.carnegiehall.org/events/78329/work_03>,
        <http://data.carnegiehall.org/events/78329/work_04>,
        <http://data.carnegiehall.org/events/78329/work_05>,
        <http://data.carnegiehall.org/events/78329/work_06>,
        <http://data.carnegiehall.org/events/78329/work_07> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The review notes regarding the members of the New World Consort: "among them they can account for soprano and baritone singing voices as well as the playing of recorders, shawms, krummhorns, tenor viol, harpsichord, hurdy-gurdy, and a variety of percussion instruments." Carol Rowan was a guest performer.\r
"Who Makes Music and Where." New York Times (1923-), 28 Mar. 1971, p. 1. ProQuest. Web. 4 Sept. 2025.\r
Hughes, Allen. "ENSEMBLE PLAYS MEDIEVAL MUSIC: NEW WORLD GROUP PLEASES AT CARNEGIE RECITAL HALL." New York Times (1923-), 03 Apr. 1971, p. 16. ProQuest. Web. 4 Sept. 2025.""" .

