@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/49036> a ns1:Event ;
    rdfs:label "Discovery Day: Franz Liszt" ;
    ns1:description "lecture",
        "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2011-01-29T13:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/49036/work_01>,
        <http://data.carnegiehall.org/events/49036/work_02>,
        <http://data.carnegiehall.org/events/49036/work_03>,
        <http://data.carnegiehall.org/events/49036/work_04>,
        <http://data.carnegiehall.org/events/49036/work_05>,
        <http://data.carnegiehall.org/events/49036/work_06>,
        <http://data.carnegiehall.org/events/49036/work_07>,
        <http://data.carnegiehall.org/events/49036/work_08>,
        <http://data.carnegiehall.org/events/49036/work_09>,
        <http://data.carnegiehall.org/events/49036/work_10>,
        <http://data.carnegiehall.org/events/49036/work_11>,
        <http://data.carnegiehall.org/events/49036/work_12>,
        <http://data.carnegiehall.org/events/49036/work_13>,
        <http://data.carnegiehall.org/events/49036/work_14> ;
    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 to 6:00 PM, with a break from 3:45-4:15 PM.  The piano selections were grouped under the heading "Performance: Aspects of Liszt".""" .

