@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/20477> a ns1:Event ;
    rdfs:label "Midori and Friends" ;
    ns1:description "chamber music performance",
        "children's concert" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/102753> ;
    ns1:startDate "1997-05-08T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/20477/work_01>,
        <http://data.carnegiehall.org/events/20477/work_02>,
        <http://data.carnegiehall.org/events/20477/work_03>,
        <http://data.carnegiehall.org/events/20477/work_04>,
        <http://data.carnegiehall.org/events/20477/work_05>,
        <http://data.carnegiehall.org/events/20477/work_06>,
        <http://data.carnegiehall.org/events/20477/work_07>,
        <http://data.carnegiehall.org/events/20477/work_08>,
        <http://data.carnegiehall.org/events/20477/work_09> ;
    rdfs:comment """Stage direction for Pierre Jalbert and Maurice Sendak's "Were You There When the Sugar Beets Got Married?" by Bob Jaffe.\r
WORLD PREMIERE of Pierre Jalbert and Maurice Sendak's WERE YOU THERE WHEN THE SUGAR BEETS GOT MARRIED?\r
Tommasini, Anthony. "A Gifted Young Violinist Gives Something Back: A Gifted Violinist Who also Gives." New York Times (1923-), 08 May 1997, p. 2. ProQuest. Web. 6 Mar. 2025.\r
""" .

