@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <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/19249> a ns1:Event ;
    rdfs:label "Clef Club Orchestra: Concert of Negro Music" ;
    ns2:conductor <http://data.carnegiehall.org/names/42307> ;
    ns2:orchestra <http://data.carnegiehall.org/names/43046> ;
    ns3:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/96640> ;
    ns1:startDate "1913-02-12T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/19249/work_01>,
        <http://data.carnegiehall.org/events/19249/work_02>,
        <http://data.carnegiehall.org/events/19249/work_03>,
        <http://data.carnegiehall.org/events/19249/work_04>,
        <http://data.carnegiehall.org/events/19249/work_05>,
        <http://data.carnegiehall.org/events/19249/work_06>,
        <http://data.carnegiehall.org/events/19249/work_07>,
        <http://data.carnegiehall.org/events/19249/work_08>,
        <http://data.carnegiehall.org/events/19249/work_09>,
        <http://data.carnegiehall.org/events/19249/work_10>,
        <http://data.carnegiehall.org/events/19249/work_11>,
        <http://data.carnegiehall.org/events/19249/work_12>,
        <http://data.carnegiehall.org/events/19249/work_13>,
        <http://data.carnegiehall.org/events/19249/work_14>,
        <http://data.carnegiehall.org/events/19249/work_15>,
        <http://data.carnegiehall.org/events/19249/work_16>,
        <http://data.carnegiehall.org/events/19249/work_17>,
        <http://data.carnegiehall.org/events/19249/work_18>,
        <http://data.carnegiehall.org/events/19249/work_19> ;
    rdfs:comment """Benefit for the Music School Settlement for Colored People of the City of New York\r
Title: "Concert of Negro Music - Composed and Rendered Exclusively by Colored Musicians"\r
Lincoln's Birthday.  In commemoration of the 50th Anniversary of the Emancipation Proclamation.  A bust of Lincoln was placed on stage, loaned by the sculptor Mr. Gutzon Borglum.\r
Conductors not listed for works on second half of the program.\r
\r
\r
""" .

