@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/76019> a ns1:Event ;
    rdfs:label "Brooklyn College Chamber Chorus" ;
    ns2:conductor <http://data.carnegiehall.org/names/41054> ;
    ns2:orchestra <http://data.carnegiehall.org/names/106656> ;
    ns1:description "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/41054> ;
    ns1:startDate "1967-03-19T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/76019/work_01>,
        <http://data.carnegiehall.org/events/76019/work_02>,
        <http://data.carnegiehall.org/events/76019/work_03>,
        <http://data.carnegiehall.org/events/76019/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"Who Makes Music and Where: OPERA METROPOLITAN OTHER EVENTS." New York Times (1923-), Mar 19 1967, p. 1. ProQuest. Web. 1 Oct. 2024.\r
"BROOKLYN STUDENTS SING BAROQUE MUSIC." New York Times (1923-), Mar 20 1967, p. 26. ProQuest. Web. 1 Oct. 2024.""" .

