@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/17223> a ns1:Event ;
    rdfs:label "Krainis Baroque Trio" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/272> ;
    ns1:startDate "1961-09-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/17223/work_01>,
        <http://data.carnegiehall.org/events/17223/work_02>,
        <http://data.carnegiehall.org/events/17223/work_03>,
        <http://data.carnegiehall.org/events/17223/work_04>,
        <http://data.carnegiehall.org/events/17223/work_05>,
        <http://data.carnegiehall.org/events/17223/work_06>,
        <http://data.carnegiehall.org/events/17223/work_07> ;
    rdfs:comment """Title: French and Italian Chamber Music\r
This was the first of three concerts. The following two were: "Baroque Solo Concertos" on Jan. 25, 1962 and "An Evening of Elizabethan Music" on March 22, 1962.\r
Selections are unspecified, but the program lists composers: "Frescobaldi, Veracini, Gastoldi, Corelli, Phalese, Rameau, Marais, Loiellet".  Some selections were clarified as per the New York Times review.\r
"Music: 'Festive Pipes': Krainis Baroque Trio is Heard in Program at Carnegie Recital Hall." New York Times (1923-), Sep 29 1961, p. 28. ProQuest. Web. 9 Jan. 2023.""" .

