@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/73537> a ns2:Event ;
    rdfs:label "Silent NO MORE" ;
    ns1:genre <http://data.carnegiehall.org/genres/262> ;
    ns2:location <http://data.carnegiehall.org/venues/1> ;
    ns2:organizer <http://data.carnegiehall.org/names/107743> ;
    ns2:startDate "2023-11-30T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/73537/work_01> ;
    rdfs:comment "The production featured a cast of individuals with hearing loss, including Kathy Buckley, Rebecca Alexander, and John Autry II, who shared their life stories. A Q&A with cast members followed the performance. ASL and CART services were provided." .

