@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/70411> a ns2:Event ;
    rdfs:label "Power Network" ;
    ns1:genre <http://data.carnegiehall.org/genres/242>,
        <http://data.carnegiehall.org/genres/34>,
        <http://data.carnegiehall.org/genres/448> ;
    ns2:description "symposium" ;
    ns2:location <http://data.carnegiehall.org/venues/94684> ;
    ns2:organizer <http://data.carnegiehall.org/names/271> ;
    ns2:startDate "2023-02-27T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/70411/work_01>,
        <http://data.carnegiehall.org/events/70411/work_02> ;
    rdfs:comment """A Black History Month Conversation and Concert\r
The event description on the Carnegie Hall website read as follows:\r
"The visionary business, entertainment, and financial-empowerment hosts of Earn Your Leisure—Rashad Bilal and Troy Millings—come to Carnegie Hall with a groundbreaking live event, featuring conversations with industry leaders, including Robert F. Smith; performances by DJ Clark Kent and Busta Rhymes with live orchestra; and more. This Black History Month Conversation and Concert offers an opportunity to experience the collective impact of world-class business insight, electrifying musical performances, and the power of community-minded ethos.\"""" .

