@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/64955> a ns1:Event ;
    rdfs:label "Interval Concert: Randolph Singers" ;
    ns2:conductor <http://data.carnegiehall.org/names/17766> ;
    ns2:orchestra <http://data.carnegiehall.org/names/22109> ;
    ns1:description "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1955-09-27T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/64955/work_01>,
        <http://data.carnegiehall.org/events/64955/work_02>,
        <http://data.carnegiehall.org/events/64955/work_03>,
        <http://data.carnegiehall.org/events/64955/work_04>,
        <http://data.carnegiehall.org/events/64955/work_05>,
        <http://data.carnegiehall.org/events/64955/work_06>,
        <http://data.carnegiehall.org/events/64955/work_07>,
        <http://data.carnegiehall.org/events/64955/work_08>,
        <http://data.carnegiehall.org/events/64955/work_09>,
        <http://data.carnegiehall.org/events/64955/work_10> ;
    rdfs:comment """Entered from New York Times concert listing and review. The correct program order is uncertain.\r
WORLD PREMIERE of Kurt List's REMEMBER\r
WORLD PREMIERE of Carter Harman's A HYMN TO THE VIRGIN\r
WORLD PREMIERE of Judith Dvorkin's MAURICE\r
NEW YORK PREMIERE of Daniel Pinkham's MADRIGAL\r
NEW YORK PREMIERE of Charles Mills' THE TRUE BEAUTY\r
NEW YORK PREMIERE of Ulysses Kay's HOW STANDS THE GLASS AROUND\r
"MUSIC NOTES." New York Times (1923-Current file), Sep 27 1955, p. 40. ProQuest. Web. 8 Sep. 2020.\r
Briggs, John. "Music: New Madrigals: Randolph Singers Present Contemporary Works in Form that was Once Popular." New York Times (1923-Current file), Sep 28 1955, p. 71. ProQuest. Web. 8 Sep. 2020.""" .

