@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/41881> a ns1:Event ;
    rdfs:label "Claremont Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/89278> ;
    ns1:startDate "1960-02-07T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41881/work_01>,
        <http://data.carnegiehall.org/events/41881/work_02>,
        <http://data.carnegiehall.org/events/41881/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The review identifies the Boccherini string quartet in C major as Op.39, No.1, but according to Grove Music Online, the quartet published with that numbering is in G major (Op.39, Nos.5 and 7 are listed as C major). The individual personnel for each group are not identified in the review.\r
"CONCERT AND OPERA PROGRAMS." New York Times (1923-), Feb 07 1960, p. 1. ProQuest. Web. 1 June 2022.\r
"2 QUARTETS PLAY OCTET: CLAREMONT AND PHOENIX UNITS JOIN IN MENDELSSOHN WORK." New York Times (1923-), Feb 08 1960, p. 36. ProQuest. Web. 1 June 2022.""" .

