@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/43823/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "New Orleans Suite: 2. Bourbon Street Jingling Jollies" ;
    ns2:cello <http://data.carnegiehall.org/names/75580> ;
    ns2:clarinet <http://data.carnegiehall.org/names/10030> ;
    ns2:double_bass <http://data.carnegiehall.org/names/75581> ;
    ns2:drums <http://data.carnegiehall.org/names/75583> ;
    ns2:flute <http://data.carnegiehall.org/names/65976> ;
    ns2:marimba <http://data.carnegiehall.org/names/59676> ;
    ns2:piano <http://data.carnegiehall.org/names/75582> ;
    ns2:trombone <http://data.carnegiehall.org/names/39466> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/59676> ;
    ns2:viola <http://data.carnegiehall.org/names/25686> ;
    ns1:performer <http://data.carnegiehall.org/names/10030>,
        <http://data.carnegiehall.org/names/25686>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/59676>,
        <http://data.carnegiehall.org/names/65976>,
        <http://data.carnegiehall.org/names/75580>,
        <http://data.carnegiehall.org/names/75581>,
        <http://data.carnegiehall.org/names/75582>,
        <http://data.carnegiehall.org/names/75583> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71749> .

