@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/41379> a ns1:Event ;
    rdfs:label "Claremont String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/8641> ;
    ns1:startDate "1965-05-11T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41379/work_01>,
        <http://data.carnegiehall.org/events/41379/work_02>,
        <http://data.carnegiehall.org/events/41379/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of Ezra Laderman's STRING QUARTET NO. 2\r
"Who Makes Music and Where." New York Times (1923-), 1965 May 09 1965/05/09/, p. 1. ProQuest. Web. 22 May 2024.\r
Klein, Howard. "QUARTET OFFERS LADERMAN WORK: CLAREMONT STRINGS HEARD IN CARNEGIE RECITAL HALL." New York Times (1923-), 1965 May 12 1965/05/12/, p. 41. ProQuest. Web. 22 May 2024.""" .

