@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/69861> a ns2:Event ;
    rdfs:label "Colby College Concert Choir" ;
    ns1:conductor <http://data.carnegiehall.org/names/123344> ;
    ns1:orchestra <http://data.carnegiehall.org/names/123345> ;
    ns2:description "choir performance" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/123344> ;
    ns2:startDate "1961-03-25T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/69861/work_01>,
        <http://data.carnegiehall.org/events/69861/work_02>,
        <http://data.carnegiehall.org/events/69861/work_03>,
        <http://data.carnegiehall.org/events/69861/work_04>,
        <http://data.carnegiehall.org/events/69861/work_05>,
        <http://data.carnegiehall.org/events/69861/work_06>,
        <http://data.carnegiehall.org/events/69861/work_07>,
        <http://data.carnegiehall.org/events/69861/work_08> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. According to the review, contralto Freda Gray-Massé was featured on additional (unspecified) selections besides the Vivaldi Gloria.\r
"CONCERT AND OPERA PROGRAMS THIS WEEK." New York Times (1923-), Mar 19 1961, p. 1. ProQuest. Web. 21 Sep. 2022.\r
Ericson, Raymond. "Colby College Choir Heard in Concert." New York Times (1923-), Mar 27 1961, p. 27. ProQuest. Web. 22 Sep. 2022.""" .

