@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/66360> a ns1:Event ;
    rdfs:label "City College Faculty Concert" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123065>,
        <http://data.carnegiehall.org/names/125175> ;
    ns1:startDate "1957-02-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66360/work_01>,
        <http://data.carnegiehall.org/events/66360/work_02>,
        <http://data.carnegiehall.org/events/66360/work_03>,
        <http://data.carnegiehall.org/events/66360/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times advertisement and listing. Tickets were priced at $2.00 and $1.50. Besides the faculty string quartet, the other performers are not identified.\r
WORLD PREMIERE of Mark Brunswick's 7 TRIOS FOR STRING QUARTET\r
"Display Ad 422 -- no Title." New York Times (1923-Current file), Feb 10 1957, p. 126. ProQuest. Web. 12 May 2021.\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK." New York Times (1923-Current file), Feb 10 1957, p. 126. ProQuest. Web. 11 May 2021.""" .

