@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/75691> a ns1:Event ;
    rdfs:label "James Jolly, Piano" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:startDate "1966-05-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/75691/work_01>,
        <http://data.carnegiehall.org/events/75691/work_02>,
        <http://data.carnegiehall.org/events/75691/work_03>,
        <http://data.carnegiehall.org/events/75691/work_04>,
        <http://data.carnegiehall.org/events/75691/work_05>,
        <http://data.carnegiehall.org/events/75691/work_06>,
        <http://data.carnegiehall.org/events/75691/work_07> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The correct program order is uncertain.\r
"Who Makes Music and Where: OPERA, CONCERTS, RECITALS TODAY." New York Times (1923-), May 01 1966, p. 138. ProQuest. Web. 9 Sep. 2024.\r
"JAMES JOLLY PLAYS PIANO RECITAL HERE." New York Times (1923-), May 03 1966, p. 51. ProQuest. Web. 9 Sep. 2024.""" .

