@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/73934> a ns1:Event ;
    rdfs:label "Joseph Schwartz, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/24706> ;
    ns1:startDate "1964-12-26T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73934/work_01>,
        <http://data.carnegiehall.org/events/73934/work_02>,
        <http://data.carnegiehall.org/events/73934/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"Opera and Concert Programs." New York Times (1923-), Dec 20 1964, p. 1. ProQuest. Web. 5 Feb. 2024.\r
"JOSEPH SCHWARTZ IN PIANO PROGRAM." New York Times (1923-), Dec 28 1964, p. 33. ProQuest. Web. 5 Feb. 2024.""" .

