@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/50784> a ns1:Event ;
    rdfs:label "Midnight Performance: Pittsburgh Courier Poll Winners Jazz Concert" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/95854> ;
    ns1:startDate "1947-03-16T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/50784/work_01>,
        <http://data.carnegiehall.org/events/50784/work_02>,
        <http://data.carnegiehall.org/events/50784/work_03>,
        <http://data.carnegiehall.org/events/50784/work_04>,
        <http://data.carnegiehall.org/events/50784/work_05>,
        <http://data.carnegiehall.org/events/50784/work_06>,
        <http://data.carnegiehall.org/events/50784/work_07>,
        <http://data.carnegiehall.org/events/50784/work_08>,
        <http://data.carnegiehall.org/events/50784/work_09>,
        <http://data.carnegiehall.org/events/50784/work_10>,
        <http://data.carnegiehall.org/events/50784/work_11>,
        <http://data.carnegiehall.org/events/50784/work_12>,
        <http://data.carnegiehall.org/events/50784/work_13>,
        <http://data.carnegiehall.org/events/50784/work_14>,
        <http://data.carnegiehall.org/events/50784/work_15>,
        <http://data.carnegiehall.org/events/50784/work_16>,
        <http://data.carnegiehall.org/events/50784/work_17>,
        <http://data.carnegiehall.org/events/50784/work_18>,
        <http://data.carnegiehall.org/events/50784/work_19>,
        <http://data.carnegiehall.org/events/50784/work_20>,
        <http://data.carnegiehall.org/events/50784/work_21>,
        <http://data.carnegiehall.org/events/50784/work_22> ;
    rdfs:comment """Presented by the Courier Charities Fund\r
4th Annual Pittsburgh-Courier Band Popularity Poll Winners\r
According to the program, there was a Mutual Network radio broadcast of this concert from 12-12:30 AM.  \r
Beneficiaries identified as The Committee for Racial Democracy In The Nation's Capitol, the Damon Runyon Memorial Fund, and The Courier Charities Fund. Program order and selections identified as "tentative.\"""" .

