@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/25124> a ns2:Event ;
    rdfs:label "Carnegie Hall International American Music Competition for Pianists (Finals)" ;
    ns1:conductor <http://data.carnegiehall.org/names/36563> ;
    ns1:orchestra <http://data.carnegiehall.org/names/50103> ;
    ns2:description "competition" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/271> ;
    ns2:startDate "1985-09-29T15:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/25124/work_01>,
        <http://data.carnegiehall.org/events/25124/work_02>,
        <http://data.carnegiehall.org/events/25124/work_03>,
        <http://data.carnegiehall.org/events/25124/work_04>,
        <http://data.carnegiehall.org/events/25124/work_05>,
        <http://data.carnegiehall.org/events/25124/work_06>,
        <http://data.carnegiehall.org/events/25124/work_07> ;
    rdfs:comment """Presented by Carnegie Hall with funding from the Rockefeller Foundation.\r
The second half of the concert was a salute to Howard Klein, Deputy Director, Arts & Humanities Program, The Rockefeller Foundation.  Bradford Gowen played three pieces in his honor.\r
Marc-Andre Hamelin won the competition; Steven Mayer was second and Alan Gravill was third.\r
Recorded for the AT&T Presents Carnegie Hall Tonight radio series.""" .

