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

<http://data.carnegiehall.org/events/26917/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ring Dem Bells" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/40328>,
        <http://data.carnegiehall.org/names/42637> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/33814> ;
    ns2:conductor <http://data.carnegiehall.org/names/12066> ;
    ns2:double_bass <http://data.carnegiehall.org/names/59747> ;
    ns2:drums <http://data.carnegiehall.org/names/60636> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/85501> ;
    ns2:piano <http://data.carnegiehall.org/names/9278> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/45377> ;
    ns2: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> ;
    ns2: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> ;
    ns2:vocalist <http://data.carnegiehall.org/names/22486>,
        <http://data.carnegiehall.org/names/28792> ;
    ns1: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/26167> .

