@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/1655> a ns1:Event ;
    rdfs:label "Moriz Rosenthal, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1929-02-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/1655/work_01>,
        <http://data.carnegiehall.org/events/1655/work_02>,
        <http://data.carnegiehall.org/events/1655/work_03>,
        <http://data.carnegiehall.org/events/1655/work_04>,
        <http://data.carnegiehall.org/events/1655/work_05>,
        <http://data.carnegiehall.org/events/1655/work_06>,
        <http://data.carnegiehall.org/events/1655/work_07>,
        <http://data.carnegiehall.org/events/1655/work_08> ;
    rdfs:comment "Entered from program calendar and New York Times concert listing and review (\"Programs of the Week,\" Feb. 3, 1929, pg. 114; \"Brilliant Recital by M. Rosenthal,\" Feb. 7, 1929, pg. 20).  Since review indicates that Rosenthal \"replaced some intended 'moderns' with a forgotten 'Hexameron' of variations on Bellini's march in 'I Puritani',\" it is not known whether he performed the works indicated in the 2/3/1929 listing by Albeniz, Scriabin, Lyadov, and Liszt (\"Tarantella,\" which is not mentioned in the review)." .

