@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/73573> a ns1:Event ;
    rdfs:label "Isidore Cohen, Violin, and Robert Helps, Piano" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/22544> ;
    ns1:startDate "1964-05-09T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73573/work_01>,
        <http://data.carnegiehall.org/events/73573/work_02>,
        <http://data.carnegiehall.org/events/73573/work_03>,
        <http://data.carnegiehall.org/events/73573/work_04>,
        <http://data.carnegiehall.org/events/73573/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
WORLD PREMIERE of Robert Helps' FANTASY FOR VIOLIN AND PIANO\r
NEW YORK PREMIERE of Easley Blackwood's SONATA NO. 1 FOR VIOLIN AND PIANO, OP. 7\r
"OPERA AND CONCERT PROGRAMS." New York Times (1923-), May 03 1964, p. 1. ProQuest. Web. 20 Nov. 2023.\r
Klein, Howard. "COHEN AND HELPS PRESENT RECITAL: 2 FIRST PERFORMANCES GIVEN BY VIOLINIST AND PIANIST." New York Times (1923-), May 10 1964, p. 82. ProQuest. Web. 14 Dec. 2023.""" .

