@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/65979> a ns1:Event ;
    rdfs:label "Chamber Music Circle Concert" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/63852> ;
    ns1:startDate "1956-10-07T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65979/work_01>,
        <http://data.carnegiehall.org/events/65979/work_02>,
        <http://data.carnegiehall.org/events/65979/work_03>,
        <http://data.carnegiehall.org/events/65979/work_04>,
        <http://data.carnegiehall.org/events/65979/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"MUSIC PROGRAMS." New York Times (1923-Current file), Oct 07 1956, p. 132. ProQuest. Web. 1 Apr. 2021.\r
"Music: Chamber Circle: Works of Rossini, Roussel, Beethoven and Dvorak Heard at Carnegie Recital Hall." New York Times (1923-Current file), Oct 08 1956, p. 31. ProQuest. Web. 2 Apr. 2021.""" .

