@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/73939> a ns1:Event ;
    rdfs:label "Allan Schiller, Violin, and Stephen Manes, Piano" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1964-12-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73939/work_01>,
        <http://data.carnegiehall.org/events/73939/work_02>,
        <http://data.carnegiehall.org/events/73939/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 27 1964, p. 80. ProQuest. Web. 5 Feb. 2024.\r
Strongin, Theodore. "YOUNG MUSICIANS JOIN IN CONCERT: MANES-SCHILLER TEAM OFFERS THREE MASTER WORKS." New York Times (1923-), Dec 29 1964, p. 20. ProQuest. Web. 5 Feb. 2024.""" .

