@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/69416> a ns1:Event ;
    rdfs:label "Ma Si-Hon, Violin, and Tung Kwong-Kwong, Piano" ;
    ns1:description "benefit performance",
        "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/128311> ;
    ns1:startDate "1960-03-12T14:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69416/work_01>,
        <http://data.carnegiehall.org/events/69416/work_02>,
        <http://data.carnegiehall.org/events/69416/work_03>,
        <http://data.carnegiehall.org/events/69416/work_04> ;
    rdfs:comment """Benefit for the Sino-American Amity Fund\r
Entered from booking ledger and New York Times review; stated time is approximate.\r
Salzman, Eric. "JOINT RECITAL GIVEN BY CHINESE COUPLE." New York Times (1923-), Mar 13 1960, p. 84. ProQuest. Web. 25 July 2022.""" .

