@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/73357> a ns2:Event ;
    rdfs:label "Folk Songs With Harps" ;
    ns1:genre <http://data.carnegiehall.org/genres/40> ;
    ns2:description "duo recital" ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/82736> ;
    ns2:startDate "1964-02-22T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/73357/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
"THIS WEEK'S CONCERT AND OPERA PROGRAMS." New York Times (1923-), Feb 16 1964, p. 1. ProQuest. Web. 3 Nov. 2023.\r
"FOLK-SONG RECITAL HAS VOICE AND HARP." New York Times (1923-), Feb 24 1964, p. 21. ProQuest. Web. 6 Nov. 2023.""" .

