@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/8622> a ns1:Event ;
    rdfs:label "Ingrida and Karina Gutbergs, Duo Pianists" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123474> ;
    ns1:startDate "1959-04-17T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/8622/work_01>,
        <http://data.carnegiehall.org/events/8622/work_02>,
        <http://data.carnegiehall.org/events/8622/work_03>,
        <http://data.carnegiehall.org/events/8622/work_04>,
        <http://data.carnegiehall.org/events/8622/work_05>,
        <http://data.carnegiehall.org/events/8622/work_06> ;
    rdfs:comment """Some details have been added from the New York Times concert listing and review.\r
NEW YORK PREMIERE of Heinrich Lemacher's SONATA FOR TWO PIANOS, OP. 118\r
NEW YORK PREMIERE of Talivaldis Kenins' CONCERTINO FOR TWO PIANOS\r
"CONCERT AND OPERA PROGRAMS OF THE WEEK." New York Times (1923-Current file), Apr 12 1959, p. 1. ProQuest. Web. 3 Aug. 2020.\r
Schonberg, Harold C. "GUTBERGS SISTERS GIVE PIANO RECITAL." New York Times (1923-Current file), Apr 18 1959, p. 19. ProQuest. Web. 3 Aug. 2020.""" .

