@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/39024> a ns1:Event ;
    rdfs:label "Carnegie Hall Fellows Program: Workshop Concert" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2003-04-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39024/work_01>,
        <http://data.carnegiehall.org/events/39024/work_02>,
        <http://data.carnegiehall.org/events/39024/work_03>,
        <http://data.carnegiehall.org/events/39024/work_04> ;
    rdfs:comment "The Carnegie Hall Fellows Program workshops were held daily in the Kaplan space at 9:00AM from 4/16-4/21/2003, and culminated with this concert." .

