@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/70029> a ns1:Event ;
    rdfs:label "Songs of Hope: Unveiling Darkness" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/82528> ;
    ns1:startDate "2022-10-31T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/70029/work_01>,
        <http://data.carnegiehall.org/events/70029/work_02>,
        <http://data.carnegiehall.org/events/70029/work_03>,
        <http://data.carnegiehall.org/events/70029/work_04>,
        <http://data.carnegiehall.org/events/70029/work_05>,
        <http://data.carnegiehall.org/events/70029/work_06>,
        <http://data.carnegiehall.org/events/70029/work_07> ;
    rdfs:comment """From the event description on the Carnegie Hall website:\r
"The project Songs of Hope: Unveiling Darkness dives into issues pervading our society with the intentions of sharing stories about some of the world’s dark injustices through the arts. This multi-media concert is centered around a live musical performance featuring stories and artwork from four social justice categories: human trafficking victims, marginalized youth, undocumented immigrants, and refugees. Speaking moments are intertwined with music to share additional insights and statistics.\"""" .

