@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/69748> a ns2:Event ;
    rdfs:label "Music-Drama Theatre Recital" ;
    ns1:genre <http://data.carnegiehall.org/genres/40> ;
    ns2:location <http://data.carnegiehall.org/venues/94042> ;
    ns2:organizer <http://data.carnegiehall.org/names/124501> ;
    ns2:startDate "1960-12-31T17:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/69748/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times review. The event title displayed here is how the concert was listed in the booking ledger. According to the review, this was a father-son folk song recital, and the program included American, English, Greek, Israeli, Spanish, and African songs accompanied by guitar and 5-string banjo.\r
"Father, Son Sing Folk Songs." New York Times (1923-), 1960, p. 15. ProQuest. Web. 7 Sep. 2022.""" .

