@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/42964> a ns1:Event ;
    rdfs:label "David Robertson Young Artists Concert" ;
    ns2:conductor <http://data.carnegiehall.org/names/44432> ;
    ns2:orchestra <http://data.carnegiehall.org/names/73441> ;
    ns1:description "chamber orchestra performance",
        "workshop" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2006-02-25T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42964/work_01>,
        <http://data.carnegiehall.org/events/42964/work_02>,
        <http://data.carnegiehall.org/events/42964/work_03> ;
    rdfs:comment """Perspectives: David Robertson\r
Weill Music Institute Professional Training Workshop: David Robertson: Music of Messiaen and Varese\r
This concert was the culmination of this professional training workshop, in which, from February 20 to 25, David Robertson worked with young musicians on Messiaen's "Oiseaux exotiques" and "Sept haikai" and Varese's "Deserts".""" .

