@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/28264> a ns1:Event ;
    rdfs:label "Stuart Fastofsky, Violin" ;
    ns1:description "radio broadcast",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1950-03-05T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/28264/work_01>,
        <http://data.carnegiehall.org/events/28264/work_02>,
        <http://data.carnegiehall.org/events/28264/work_03>,
        <http://data.carnegiehall.org/events/28264/work_04>,
        <http://data.carnegiehall.org/events/28264/work_05>,
        <http://data.carnegiehall.org/events/28264/work_06>,
        <http://data.carnegiehall.org/events/28264/work_07>,
        <http://data.carnegiehall.org/events/28264/work_08>,
        <http://data.carnegiehall.org/events/28264/work_09> ;
    rdfs:comment """Part of the second season of "Twilight Concerts", a series of recitals that took place in the Main Hall at 5:30 PM on Sundays.  The first half hour of each concert was broadcast on WQXR.  See small sidebar article in October 1949 programs titled "About Carnegie Hall".\r
NEW YORK PREMIERE of Niccolo Paganini's CAPRICE IN A MINOR, OP. 1, NO. 24, arr. Leopold Auer\r
NEW YORK PREMIERE of Paganini's SONATA NO.7 IN A MAJOR, OP. 3, arr. Stuart Fastofsky\r
NEW YORK PREMIERE of Alexander Scriabin's ETUDE, arr. Hemchandra\r
NEW YORK PREMIERE of Stuart Fastofsky's BOB-WALK (STUDY IN WALKING BASS)""" .

