@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/68818> a ns2:Event ;
    rdfs:label "Concert of 20th Century Chamber Music" ;
    ns1:conductor <http://data.carnegiehall.org/names/25032> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27204> ;
    ns2:description "chamber music performance" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/60> ;
    ns2:startDate "1959-12-18T17:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/68818/work_01>,
        <http://data.carnegiehall.org/events/68818/work_02>,
        <http://data.carnegiehall.org/events/68818/work_03>,
        <http://data.carnegiehall.org/events/68818/work_04>,
        <http://data.carnegiehall.org/events/68818/work_05>,
        <http://data.carnegiehall.org/events/68818/work_06>,
        <http://data.carnegiehall.org/events/68818/work_07>,
        <http://data.carnegiehall.org/events/68818/work_08>,
        <http://data.carnegiehall.org/events/68818/work_09> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. No performers, other than those listed here, are named in the review.\r
WORLD PREMIERE of Keith Robinson's PRELUDE\r
WORLD PREMIERE of Robinson's TWO PART INVENTION\r
WORLD PREMIERE of Robinson's ESSENCES\r
WORLD PREMIERE of Robinson's THREE SIMPLE FORMS\r
WORLD PREMIERE of Eda Rapoport's CANTILENA AND STACCATO\r
NEW YORK PREMIERE of Nicolas Roussakis' SONATA A QUATTRO\r
"Display Ad 150 -- no Title." New York Times (1923-), Dec 13 1959, p. 1. ProQuest. Web. 26 Apr. 2022.\r
Salzman, Eric. "Music: Three Composers: Works of Young Americans Who Utilize Twelve Tone Technique Presented." New York Times (1923-), Dec 19 1959, p. 31. ProQuest. Web. 27 Apr. 2022.""" .

