@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/61916> a ns2:Event ;
    rdfs:label "Hartt Chamber Players" ;
    ns1:conductor <http://data.carnegiehall.org/names/40058> ;
    ns1:orchestra <http://data.carnegiehall.org/names/75221> ;
    ns2:description "chamber music performance" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/271>,
        <http://data.carnegiehall.org/names/5972> ;
    ns2:startDate "1962-11-23T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/61916/work_01>,
        <http://data.carnegiehall.org/events/61916/work_02>,
        <http://data.carnegiehall.org/events/61916/work_03>,
        <http://data.carnegiehall.org/events/61916/work_04>,
        <http://data.carnegiehall.org/events/61916/work_05> ;
    rdfs:comment """Entered from New York Times concert listings and review.\r
NEW YORK PREMIERE of Roger Reynolds' WEDGE\r
NEW YORK PREMIERE of Milton Babbitt's ALL SET\r
NEW YORK PREMIERE of Arnold Franchetti's NUPTIAL MUSIC\r
"Display Ad 450 -- no Title." New York Times (1923-Current file), Oct 14 1962, p. 136. ProQuest. Web. 17 Dec. 2018.\r
"THIS WEEK'S CONCERT AND OPERA PROGRAMS." New York Times (1923-Current file), Nov 18 1962, p. 1. ProQuest. Web. 17 Dec. 2018.\r
Ericson, Raymond. "CONCERT OFFERED BY HARTT PLAYERS." New York Times (1923-Current file), Nov 24 1962, p. 14. ProQuest. Web. 17 Dec. 2018.""" .

