@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/67214> a ns1:Event ;
    rdfs:label "The New Century Players" ;
    ns2:conductor <http://data.carnegiehall.org/names/56827> ;
    ns2:orchestra <http://data.carnegiehall.org/names/123089> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123089>,
        <http://data.carnegiehall.org/names/18056> ;
    ns1:startDate "1958-02-10T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/67214/work_01>,
        <http://data.carnegiehall.org/events/67214/work_02>,
        <http://data.carnegiehall.org/events/67214/work_03>,
        <http://data.carnegiehall.org/events/67214/work_04>,
        <http://data.carnegiehall.org/events/67214/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Judith Dvorkin's THREE LETTERS: JOHN KEATS TO FANNY BRAWNE\r
WORLD PREMIERE of Yehudi Wyner's DANCE VARIATIONS\r
WORLD PREMIERE of Henry Brant's MYTHICAL BEASTS\r
"CONCERT AND OPERA PROGRAMS OF THE WEEK." New York Times (1923-), Feb 09 1958, p. 1. ProQuest. Web. 30 Sep. 2021.\r
"Contemporary Chamber Music is Heard." New York Times (1923-), Feb 11 1958, p. 36. ProQuest. Web. 30 Sep. 2021.""" .

