@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/53183> a ns1:Event ;
    rdfs:label "Martha Pollack, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1945-04-08T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/53183/work_01>,
        <http://data.carnegiehall.org/events/53183/work_02>,
        <http://data.carnegiehall.org/events/53183/work_03>,
        <http://data.carnegiehall.org/events/53183/work_04>,
        <http://data.carnegiehall.org/events/53183/work_05>,
        <http://data.carnegiehall.org/events/53183/work_06>,
        <http://data.carnegiehall.org/events/53183/work_07>,
        <http://data.carnegiehall.org/events/53183/work_08>,
        <http://data.carnegiehall.org/events/53183/work_09>,
        <http://data.carnegiehall.org/events/53183/work_10> ;
    rdfs:comment """Entered from New York Times concert listing and review.\r
"Programs of the Week." New York Times (1923-Current file): 43. Apr 08 1945. ProQuest. Web. 7 Mar. 2014.\r
"Martha Pollak in Piano Program." New York Times (1923-Current file): 23. Apr 09 1945. ProQuest. Web. 27 Mar. 2014.\r
NEW YORK PREMIERE of Josip Slavenski's JUGOSLAVENSKA SVITA, OP. 2\r
NEW YORK PREMIERE of Rudolph Reti's LITTLE BURLESQUE\r
NEW YORK PREMIERE of Lise Maria Mayer's CHINESISCHER GAUKLER\r
NEW YORK PREMIERE of Mario Castelnuovo-Tedesco's VITALBA E BIANCOSPINA, OP. 21""" .

