@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/40511> a ns1:Event ;
    rdfs:label "Leon Fleisher Workshop: The Late Schubert Sonatas - Workshop Concert" ;
    ns1:description "master class",
        "multiple performances",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-03-31T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40511/work_01>,
        <http://data.carnegiehall.org/events/40511/work_02>,
        <http://data.carnegiehall.org/events/40511/work_03>,
        <http://data.carnegiehall.org/events/40511/work_04> ;
    rdfs:comment """Presented by the Weill Music Institute\r
Workshop Concert, Carnegie Hall Professional Training Workshop.\r
This concert featured all four participants in the Leon Fleisher Workshop on the late Schubert piano sonatas (the first two worked with Mr. Fleisher in January 2004).""" .

