@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/252> a ns1:Event ;
    rdfs:label "Midnight Performance: Teddy Powell's Holiday Soul of Jazz" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101888> ;
    ns1:startDate "1968-12-29T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/252/work_01>,
        <http://data.carnegiehall.org/events/252/work_02> ;
    rdfs:comment """According to the review of the 8:00 PM performance published by the New York Times, Nina Simone's program included "songs by Bob Dylan, Langston Hughes, Billy Taylor, some blues, and her own "Mississippi Goddam"". She was accompanied by a quartet of unidentified musicians.\r
Wilson, John S. "RECITAL VICTORY FOR NINA SIMONE but Carnegie's Distorted Acoustics Mar Concert." New York Times (1923-), 30 Dec. 1968, p. 25. ProQuest. Web. 30 Apr. 2025.""" .

