@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/16730> a ns1:Event ;
    rdfs:label "Vladimir Horowitz, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/45> ;
    ns1:startDate "1946-03-04T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/16730/work_01>,
        <http://data.carnegiehall.org/events/16730/work_02>,
        <http://data.carnegiehall.org/events/16730/work_03>,
        <http://data.carnegiehall.org/events/16730/work_04>,
        <http://data.carnegiehall.org/events/16730/work_05>,
        <http://data.carnegiehall.org/events/16730/work_06>,
        <http://data.carnegiehall.org/events/16730/work_07>,
        <http://data.carnegiehall.org/events/16730/work_08>,
        <http://data.carnegiehall.org/events/16730/work_09>,
        <http://data.carnegiehall.org/events/16730/work_10>,
        <http://data.carnegiehall.org/events/16730/work_11>,
        <http://data.carnegiehall.org/events/16730/work_12>,
        <http://data.carnegiehall.org/events/16730/work_13>,
        <http://data.carnegiehall.org/events/16730/work_14>,
        <http://data.carnegiehall.org/events/16730/work_15> ;
    rdfs:comment """Program lists Kabalevsky's Preludes simply as "First performance in Carnegie Hall", while program notes by Olin Downes refer to this performance as a U.S. Premiere.\r
Encores entered from review; although review identifies the Moszkowski etude only as "Velocity Etude", this was probably either Moszkowski's Op. 72, No. 6 or Op. 72, No. 11, which Horowitz often used as encore pieces.\r
Downes, Olin. "Horowitz Scores in Piano Program." New York Times (1923-Current file) Mar 05 1946: 20. ProQuest. 17 Sep. 2013.\r
U.S. PREMIERE of Dmitri Kabalevsky's TEN PRELUDES, OP. 38""" .

