@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/66503> a ns1:Event ;
    rdfs:label "Ruth A. Martin, Soprano, and Dorothy Teasdale Payne, Piano" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/125268> ;
    ns1:startDate "1934-04-21T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66503/work_01>,
        <http://data.carnegiehall.org/events/66503/work_02>,
        <http://data.carnegiehall.org/events/66503/work_03>,
        <http://data.carnegiehall.org/events/66503/work_04>,
        <http://data.carnegiehall.org/events/66503/work_05>,
        <http://data.carnegiehall.org/events/66503/work_06>,
        <http://data.carnegiehall.org/events/66503/work_07>,
        <http://data.carnegiehall.org/events/66503/work_08> ;
    rdfs:comment """Entered from an event listing and review in the New York Amsterdam News; stated time is approximate.\r
FRANCES, MOSS M. "Music News: Einstein Urges Music Interest." The New York Amsterdam News (1922-1938), Apr 14 1934, p. 7. ProQuest. Web. 4 June 2021.\r
FRANCES, MOSS M. "Music News: To Hold Concert at Workers Center." The New York Amsterdam News (1922-1938), Apr 28 1934, p. 16. ProQuest. Web. 4 June 2021.""" .

