@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/78162> a ns1:Event ;
    rdfs:label "The New Amsterdam Ensemble" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/138929> ;
    ns1:startDate "1970-05-25T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78162/work_01>,
        <http://data.carnegiehall.org/events/78162/work_02>,
        <http://data.carnegiehall.org/events/78162/work_03>,
        <http://data.carnegiehall.org/events/78162/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. Only those musicians indicated in this record are identified by name.\r
"Who Makes Music." New York Times (1923-), 24 May 1970, p. 1. ProQuest. Web. 4 Aug. 2025.\r
Strongin, Theodore. "New Amsterdam Group Plays Joep Straesser: 'Musc for 2 Cellos' by Dutch Composer is Heard at Carnegie Recital Hall." New York Times (1923-), 26 May 1970, p. 31. ProQuest. Web. 4 Aug. 2025.""" .

