@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/22926> a ns1:Event ;
    rdfs:label "United States Carlisle Indian Band" ;
    ns2:conductor <http://data.carnegiehall.org/names/52547> ;
    ns2:orchestra <http://data.carnegiehall.org/names/31295> ;
    ns1:description "concert band performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/111008>,
        <http://data.carnegiehall.org/names/111009> ;
    ns1:startDate "1900-03-28T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/22926/work_01>,
        <http://data.carnegiehall.org/events/22926/work_02>,
        <http://data.carnegiehall.org/events/22926/work_03>,
        <http://data.carnegiehall.org/events/22926/work_04>,
        <http://data.carnegiehall.org/events/22926/work_05>,
        <http://data.carnegiehall.org/events/22926/work_06>,
        <http://data.carnegiehall.org/events/22926/work_07>,
        <http://data.carnegiehall.org/events/22926/work_08>,
        <http://data.carnegiehall.org/events/22926/work_09>,
        <http://data.carnegiehall.org/events/22926/work_10>,
        <http://data.carnegiehall.org/events/22926/work_11> ;
    rdfs:comment """American and European Tour Direction: Howard Pew\r
Exhibition Concert of the United States Carlisle Indian Band, Dennison Wheelock, Ka-ha-li-unt (Oneida), Musical Director\r
Wards of the Interior Department, U.S.A., from the Indian School, Carlisle, PA\r
<a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1900-03-25/ed-1/seq-12/" target="_blank">Link to advertisement (column 4)</a> in the New-York Tribune. Tickets were priced at $1.00, 75 cents, and 50 cents.\r
Humanities, National Endowment for the. “New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 25, 1900, Image 12,” March 25, 1900.""" .

