@prefix ns1: <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/74526> a ns1:Event ;
    rdfs:label "Alice Coltrane - The Carnegie Hall Concert: The B-Side Listening Party" ;
    ns1:location <http://data.carnegiehall.org/venues/98573> ;
    ns1:startDate "2024-03-20T18:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/74526/work_01> ;
    rdfs:comment "Get an exclusive first listen of Alice Coltrane: The Carnegie Hall Concert, a new release of Coltrane’s 1971 Carnegie Hall performance on Impulse Records. Backed by an all-star group of musicians, Coltrane delivered a captivating set that will now be available in full for the very first time. This listening party—including a special panel discussion—is hosted by The B-Side, a program of Carnegie Hall’s Weill Music Institute that introduces young people to career opportunities in the music industry." .

