@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/45811> a ns1:Event ;
    rdfs:label "Discovery Day: Olivier Messiaen" ;
    ns1:description "chamber music performance",
        "lecture",
        "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2008-02-24T13:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45811/work_01>,
        <http://data.carnegiehall.org/events/45811/work_02>,
        <http://data.carnegiehall.org/events/45811/work_03>,
        <http://data.carnegiehall.org/events/45811/work_04> ;
    rdfs:comment """Discovery Days are a part of Sound Insights, The Weill Music Institute's program for adult concert-goers seeking to enrich their concert experience.\r
This event ran from 1:00 - 5:30 PM.""" .

