@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/54994> a ns1:Event ;
    rdfs:label "Isaac Stern Chamber Music Workshop" ;
    ns1:description "master class",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/6> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1993-05-20T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/54994/work_01> ;
    rdfs:comment """A Carnegie Hall Professional Training Workshop\r
Closed session; stated time is approximate.\r
The workshop took place May 15-27 in Weill Recital Hall and Kaplan Space.  Public Master Classes took place May 25-27 also in WRH and Kaplan.  Repertoire was chosen from the works listed in the program, with the ensembles concentrating on the works of Beethoven and Brahms.\r
""" .

