@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/48000> a ns1:Event ;
    rdfs:label "Interval Concert: Sylvia Nesson, Soprano, Geraldine Douglass, Piano, and the Kohon String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1955-09-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48000/work_01>,
        <http://data.carnegiehall.org/events/48000/work_02>,
        <http://data.carnegiehall.org/events/48000/work_03>,
        <http://data.carnegiehall.org/events/48000/work_04> ;
    rdfs:comment """Entered from New York Times concert listing and review. Neither document names the members of the Kohon String Quartet, but personnel recorded here has been based on a review of their Jan. 8, 1955 performance in Carnegie Recital Hall.\r
NEW YORK PREMIERE of Giovanni Pergolesi's CHI NON ODE E CHI NON VEDE, OP. 2, NO. 1\r
NEW YORK PREMIERE of Antonio Rosetti's STRING QUARTET IN F MAJOR, OP. 6, NO. 6\r
NEW YORK PREMIERE of Tommaso Giordani's CEMBALO QUINTET IN A MAJOR, OP. 1, NO. 3\r
"MUSIC NOTES." New York Times (1923-Current file), Sep 13 1955, p. 27. ProQuest. Web. 8 Sep. 2020.\r
Briggs, John. "Music: Italian Program: Interval Concert Offers Rare Chamber Works at Carnegie Recital Hall." New York Times (1923-Current file), Sep 14 1955, p. 41. ProQuest. Web. 8 Sep. 2020.""" .

