@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/65281> a ns1:Event ;
    rdfs:label "Ruth Whitfield, Soprano, and Richard Whitfield, Tenor" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/124432> ;
    ns1:startDate "1956-02-12T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65281/work_01>,
        <http://data.carnegiehall.org/events/65281/work_02>,
        <http://data.carnegiehall.org/events/65281/work_03>,
        <http://data.carnegiehall.org/events/65281/work_04>,
        <http://data.carnegiehall.org/events/65281/work_05>,
        <http://data.carnegiehall.org/events/65281/work_06>,
        <http://data.carnegiehall.org/events/65281/work_07>,
        <http://data.carnegiehall.org/events/65281/work_08>,
        <http://data.carnegiehall.org/events/65281/work_09>,
        <http://data.carnegiehall.org/events/65281/work_10>,
        <http://data.carnegiehall.org/events/65281/work_11>,
        <http://data.carnegiehall.org/events/65281/work_12>,
        <http://data.carnegiehall.org/events/65281/work_13>,
        <http://data.carnegiehall.org/events/65281/work_14> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK: OPERA METROPOLITAN AMATO OPERA THEATRE JUILLIARD OPERA OPERA WORKSHOP ROSSINI OPERA WORKSHOP CHAMBER OPERA PLAYERS CONCERTS, RECITALS." New York Times (1923-Current file), Feb 12 1956, p. 1. ProQuest. Web. 7 Dec. 2020.\r
"Whitfields Sing Joint Program." New York Times (1923-Current file), Feb 13 1956, p. 23. ProQuest. Web. 7 Dec. 2020.""" .

