@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/73765> a ns1:Event ;
    rdfs:label "Lecture-Recital by Ruth Rubin, Folk Singer" ;
    ns2:genre <http://data.carnegiehall.org/genres/40> ;
    ns1:description "lecture",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60> ;
    ns1:startDate "1964-10-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/73765/work_01> ;
    rdfs:comment """Title: The Story of Yiddish Folk Song\r
Entered from booking ledger and New York Times concert listing and review.\r
"THE WEEK'S OPERA AND CONCERT PROGRAMS." New York Times (1923-), Oct 11 1964, p. 1. ProQuest. Web. 10 Jan. 2024.\r
Helton, Robert S. "RUTH RUBIN OFFERS YIDDISH FOLK SONGS." New York Times (1923-), Oct 17 1964, p. 19. ProQuest. Web. 11 Jan. 2024.""" .

