@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/23356> a ns1:Event ;
    rdfs:label "Heifetz-Piatigorsky Concert" ;
    ns1:description "chamber music performance",
        "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96380> ;
    ns1:startDate "1964-09-17T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/23356/work_01>,
        <http://data.carnegiehall.org/events/23356/work_02>,
        <http://data.carnegiehall.org/events/23356/work_03>,
        <http://data.carnegiehall.org/events/23356/work_04>,
        <http://data.carnegiehall.org/events/23356/work_05>,
        <http://data.carnegiehall.org/events/23356/work_06> ;
    rdfs:comment """The Mannes College of Music in association with Columbia Festivals, Inc., presents The Heifetz-Piatigorsky Concerts with Leonard Pennario\r
Encore information added as per the review published in the New York Times.\r
Schonberg, Harold C. "Music: Heifetz Returns: Piatigorsky Joins Him in Carnegie Concert." New York Times (1923-), 18 Sept. 1964, p. 27. ProQuest. Web. 11 Aug. 2025.""" .

