@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/20998/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Night in Tunisia" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/27105> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/16203> ;
    ns2:congas <http://data.carnegiehall.org/names/51614> ;
    ns2:double_bass <http://data.carnegiehall.org/names/7455> ;
    ns2:drums <http://data.carnegiehall.org/names/3736> ;
    ns2:guitar <http://data.carnegiehall.org/names/52307> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/479> ;
    ns2:piano <http://data.carnegiehall.org/names/30756> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/23110>,
        <http://data.carnegiehall.org/names/29240> ;
    ns2:trombone <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/18232>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/57202> ;
    ns2:trumpet <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/5345>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:performer <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/18232>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/23110>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/27105>,
        <http://data.carnegiehall.org/names/29240>,
        <http://data.carnegiehall.org/names/30756>,
        <http://data.carnegiehall.org/names/3736>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/479>,
        <http://data.carnegiehall.org/names/51614>,
        <http://data.carnegiehall.org/names/52307>,
        <http://data.carnegiehall.org/names/5345>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/57202>,
        <http://data.carnegiehall.org/names/7455>,
        <http://data.carnegiehall.org/names/8571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38193> .

