@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/44548> a ns1:Event ;
    rdfs:label "Lenox Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/51721> ;
    ns1:startDate "1960-12-21T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44548/work_01>,
        <http://data.carnegiehall.org/events/44548/work_02>,
        <http://data.carnegiehall.org/events/44548/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times review.\r
Parmenter, Ross. "Music: Lenox Quartet: Beethoven, Carter and Dvorak Offered at Concert by the String Ensemble." New York Times (1923-Current file), Dec 22 1960, p. 16. ProQuest. Web. 17 Mar. 2021.""" .

