@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <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/21682> a ns1:Event ;
    rdfs:label "Brown University Jazz Band featuring Gerry Mulligan" ;
    ns3:conductor <http://data.carnegiehall.org/names/131528> ;
    ns3:orchestra <http://data.carnegiehall.org/names/20877> ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/109426> ;
    ns1:startDate "1988-04-10T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/21682/work_01>,
        <http://data.carnegiehall.org/events/21682/work_02>,
        <http://data.carnegiehall.org/events/21682/work_03>,
        <http://data.carnegiehall.org/events/21682/work_04>,
        <http://data.carnegiehall.org/events/21682/work_05>,
        <http://data.carnegiehall.org/events/21682/work_06> ;
    rdfs:comment """A note in the printed concert program reads:\r
"In the jazz tradition, tonight's program will be announced from the stage. It will include compositions by Brown University students for big band and combo along with Gerry Mulligan's compositions: Song for Strayhorn, 42nd and Broadway, Walk on the Water, and K-4 Pacific.\"""" .

