@prefix ns1: <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/28283> a ns1:Event ;
    rdfs:label "Tuba Recital Series: J. Lesley Varner" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/110318>,
        <http://data.carnegiehall.org/names/60344> ;
    ns1:startDate "1976-01-18T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/28283/work_01>,
        <http://data.carnegiehall.org/events/28283/work_02>,
        <http://data.carnegiehall.org/events/28283/work_03>,
        <http://data.carnegiehall.org/events/28283/work_04>,
        <http://data.carnegiehall.org/events/28283/work_05>,
        <http://data.carnegiehall.org/events/28283/work_06> ;
    rdfs:comment """Selections added from New York Times review. The correct program order is not known.\r
Sherman, Robert. "J. Lesley Varner Plays Tuba Recital." New York Times (1923-Current file), Jan 25, 1976, pp. 43. ProQuest.\r
NEW YORK PREMIERE of Gregory Woolf's PER TUBA AD ASTRAM\r
NEW YORK PREMIERE of Vaclav Nelhybel's LUDUS FOR THREE TUBAS\r
NEW YORK PREMIERE of Bruno Amato's TWO TOGETHER\r
NEW YORK PREMIERE of Don Malone's SILVER""" .

