@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/35823> a ns1:Event ;
    rdfs:label "Alice Coltrane and Marilyn Crispell with Sam Rivers and Reggie Workman" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/132315>,
        <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1984-09-21T23:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/35823/work_01>,
        <http://data.carnegiehall.org/events/35823/work_02> ;
    rdfs:comment """Selections are not listed in the printed concert program. According to the review published in the New York Times, Marilyn Crispell opened with a solo piano set, followed by the Alice Coltrane Quartet, which recreated John Coltrane's "Impressions" in commemoration of his birthday (September 23, 1926).\r
Holden, Stephen. "Music: Alice Coltrane Quartet Performs." New York Times (1923-), Sep 23 1984, p. 64. ProQuest. Web. 18 Oct. 2023.""" .

