@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/31963> a ns1:Event ;
    rdfs:label "The Carnegie Hall Lectures: Panel Discussion" ;
    ns1:description "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/24> ;
    ns1:startDate "1941-04-05T11:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/31963/work_01> ;
    rdfs:comment """Presented by Carnegie Hall Inc./ Robert E. Simon\r
Under the general direction of Olin Downes\r
Tenth (Last) Lecture: Panel Discussion\r
Question No. 1 (Led by Olin Downes): "Does our music suffer today because of undue emphasis on virtuoso performance?"\r
Question No. 2 (Led by Walter Damrosch): "Need there be any reservations to the challenge extended by the Carnegie Hall Lectures: 'Be Your Own Music Critic'?\"""" .

