@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/67605> a ns1:Event ;
    rdfs:label "Building Resilience Through Hope" ;
    ns1:description "solo recital",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/126048>,
        <http://data.carnegiehall.org/names/126049> ;
    ns1:startDate "2021-12-09T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/67605/work_01>,
        <http://data.carnegiehall.org/events/67605/work_02>,
        <http://data.carnegiehall.org/events/67605/work_03>,
        <http://data.carnegiehall.org/events/67605/work_04>,
        <http://data.carnegiehall.org/events/67605/work_05>,
        <http://data.carnegiehall.org/events/67605/work_06>,
        <http://data.carnegiehall.org/events/67605/work_07>,
        <http://data.carnegiehall.org/events/67605/work_08>,
        <http://data.carnegiehall.org/events/67605/work_09>,
        <http://data.carnegiehall.org/events/67605/work_10>,
        <http://data.carnegiehall.org/events/67605/work_11> ;
    rdfs:comment """From the event description shared on the Carnegie Hall website:\r
"Building Resilience through Hope honors the work of the President of the General Assembly, H.E. Mr. Abdulla Shahid, and the entire United Nations community. This concert celebrates music and a return to the importance of live performance across the globe following COVID-19.\"""" .

