@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/26917/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "East St. Louis Toodle-Oo" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/40328>,
        <http://data.carnegiehall.org/names/42637> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/33814> ;
    ns1:conductor <http://data.carnegiehall.org/names/12066> ;
    ns1:double_bass <http://data.carnegiehall.org/names/59747> ;
    ns1:drums <http://data.carnegiehall.org/names/60636> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/85501> ;
    ns1:piano <http://data.carnegiehall.org/names/9278> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/45377> ;
    ns1:trombone <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/14515>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/9435> ;
    ns1:trumpet <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/23970>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:vocalist <http://data.carnegiehall.org/names/22486>,
        <http://data.carnegiehall.org/names/28792> ;
    ns2:performer <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/12066>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/14515>,
        <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/22486>,
        <http://data.carnegiehall.org/names/23970>,
        <http://data.carnegiehall.org/names/28792>,
        <http://data.carnegiehall.org/names/33814>,
        <http://data.carnegiehall.org/names/40328>,
        <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/45377>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/59747>,
        <http://data.carnegiehall.org/names/60636>,
        <http://data.carnegiehall.org/names/85501>,
        <http://data.carnegiehall.org/names/8571>,
        <http://data.carnegiehall.org/names/9278>,
        <http://data.carnegiehall.org/names/9435> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1198> .

