@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/58779> a ns1:Event ;
    rdfs:label "Tudor Singers: Music in Transition" ;
    ns2:conductor <http://data.carnegiehall.org/names/50546> ;
    ns2:orchestra <http://data.carnegiehall.org/names/109448> ;
    ns1:description "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/177> ;
    ns1:startDate "1971-02-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/58779/work_01>,
        <http://data.carnegiehall.org/events/58779/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
The review indicates that works of the following composers were performed: De Vitry, Machaut, Monteverdi, Gabrieli, Debussy, Schoenberg, Berio, and Brün. Debussy's Chansons de Charles d'Orléans is the only work identified by title.\r
"Who Makes Music and Where." New York Times (1923-), 31 Jan. 1971, p. 1. ProQuest. Web. 26 Aug. 2025.\r
Davis, Peter G. "Tudor Singers Dip Into 3 Centuries." New York Times (1923-), 08 Feb. 1971, p. 40. ProQuest. Web. 26 Aug. 2025.""" .

