@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/40309> a ns1:Event ;
    rdfs:label "Michael Feinstein: Now and Then--Moments Like This: Celebrating the Songs of Burton Lane" ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2004-02-11T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40309/work_01>,
        <http://data.carnegiehall.org/events/40309/work_02>,
        <http://data.carnegiehall.org/events/40309/work_03> ;
    rdfs:comment """Produced for Carnegie Hall by Michael A. Kerker and Shelley Roberts/ASCAP\r
The program was announced from stage, and was performed with one intermission.\r
Michael Feinstein also interviewed Lynn Lane, widow of Burton Lane; this is not listed in the program.""" .

