@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/11917> a ns1:Event ;
    rdfs:label "Brendel on Beethoven Workshop" ;
    ns1:description "master class",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1993-05-12T11:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/11917/work_01> ;
    rdfs:comment """A Carnegie Hall Professional Training Workshop\r
The workshop took place May 10-12, 1993.  The session on May 12 ran from 11 AM to 1 PM.""" .

