@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/60017> a ns1:Event ;
    rdfs:label "Joyce Rosenfield, Harp, and Harriet Wallack Edwards, Flute" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/111875>,
        <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1962-10-06T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/60017/work_01>,
        <http://data.carnegiehall.org/events/60017/work_02>,
        <http://data.carnegiehall.org/events/60017/work_03>,
        <http://data.carnegiehall.org/events/60017/work_04>,
        <http://data.carnegiehall.org/events/60017/work_05>,
        <http://data.carnegiehall.org/events/60017/work_06>,
        <http://data.carnegiehall.org/events/60017/work_07>,
        <http://data.carnegiehall.org/events/60017/work_08> ;
    rdfs:comment """Entered from booking ledger, New York Times concert listings, and review.\r
"THIS WEEK'S CONCERT AND OPERA PROGRAMS." New York Times (1923-Current file), Sep 30, 1962, pp. 1, ProQuest.\r
"MUSIC NOTES." New York Times (1923-Current file), Oct 06, 1962, pp. 12, ProQuest.\r
"2 YOUNG SOLOISTS IN RECITAL DEBUTS." New York Times (1923-Current file), Oct 07, 1962, pp. 78, ProQuest.""" .

