@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/65701> a ns1:Event ;
    rdfs:label "Federation Chorale of New York" ;
    ns2:conductor <http://data.carnegiehall.org/names/124948> ;
    ns2:orchestra <http://data.carnegiehall.org/names/80960> ;
    ns1:description "choir performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/124949> ;
    ns1:startDate "1956-05-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65701/work_01>,
        <http://data.carnegiehall.org/events/65701/work_02>,
        <http://data.carnegiehall.org/events/65701/work_03>,
        <http://data.carnegiehall.org/events/65701/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"PROGRAMS OF THE CURRENT WEEK." New York Times (1923-Current file), May 27 1956, p. 100. ProQuest. Web. 25 Mar. 2021.\r
"Federation Choral in Concert." New York Times (1923-Current file), May 29 1956, p. 30. ProQuest. Web. 26 Mar. 2021.""" .

