@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/26527> a ns1:Event ;
    rdfs:label "Jazz for Moderns" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/101509>,
        <http://data.carnegiehall.org/names/125335> ;
    ns1:startDate "1959-11-20T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26527/work_01>,
        <http://data.carnegiehall.org/events/26527/work_02>,
        <http://data.carnegiehall.org/events/26527/work_03> ;
    rdfs:comment """Some details have been added from the New York Times review. The selection perrformed by Chico Hamilton is identified as "Blue Lights", but this may have been a misprint of the Buddy Collette song "Blue Lights", recorded by Hamilton in 1955.\r
Wilson, John S. "'JAZZ FOR MODERNS' AT CARNEGIE HALL." New York Times (1923-), Nov 21 1959, p. 26. ProQuest. Web. 20 Apr. 2022.""" .

