@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/48429> a ns1:Event ;
    rdfs:label "The Philadelphia Orchestra" ;
    ns2:conductor <http://data.carnegiehall.org/names/43939> ;
    ns2:orchestra <http://data.carnegiehall.org/names/8000> ;
    ns1:description "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2010-04-13T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48429/work_01>,
        <http://data.carnegiehall.org/events/48429/work_02>,
        <http://data.carnegiehall.org/events/48429/work_03>,
        <http://data.carnegiehall.org/events/48429/work_04> ;
    rdfs:comment """There was a pre-concert talk at 7PM with Walter Frisch, Professor of Music, Columbia University.\r
Piotr Anderszewski made the following announcement before performing the Szymanowski Symphonie concertante: "As a Polish citizen I, as is everyone, am very upset about the recent tragedy that has befallen the Polish people.  I and the orchestra would like to dedicate this performance of the Szymanowski Symphonie concertante to the memory of the victims of this accident--and to the Polish people."  Anderszewski also asked for a moment of silence.  His announcement referred to the plane crash on April 10 in Russia that killed Polish President Lech Kaczynski and 95 others.""" .

