@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/80248> a ns1:Event ;
    rdfs:label "Possibilities: Honoring the Legacy of Helen Keller - Film Screening with Panel Discussion" ;
    ns1:description "screening" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/142643> ;
    ns1:startDate "2026-06-27T19:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/80248/work_01> ;
    rdfs:comment """From the event description on the Carnegie Hall website: "The American Foundation for the Blind celebrates Helen Keller’s 146th birthday with the New York premiere of this groundbreaking documentary. One of the first full-length features with open audio description, Possibilities reexamines Keller’s legacy through the voices of people who are blind today, offering a contemporary and deeply human portrait of resilience, independence, and inclusion."\r
The program was presented without intermission.""" .

