@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/1181/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Night in Tunisia" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/45490> ;
    ns2:double_bass <http://data.carnegiehall.org/names/45790>,
        <http://data.carnegiehall.org/names/70376> ;
    ns2:drums <http://data.carnegiehall.org/names/26442> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/8921> ;
    ns2:piano <http://data.carnegiehall.org/names/35752>,
        <http://data.carnegiehall.org/names/55371> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/53878>,
        <http://data.carnegiehall.org/names/55546> ;
    ns2:trombone <http://data.carnegiehall.org/names/60503> ;
    ns2:trumpet <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/15394>,
        <http://data.carnegiehall.org/names/47965>,
        <http://data.carnegiehall.org/names/47973> ;
    ns1:performer <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/15394>,
        <http://data.carnegiehall.org/names/26442>,
        <http://data.carnegiehall.org/names/35752>,
        <http://data.carnegiehall.org/names/45490>,
        <http://data.carnegiehall.org/names/45790>,
        <http://data.carnegiehall.org/names/47965>,
        <http://data.carnegiehall.org/names/47973>,
        <http://data.carnegiehall.org/names/53878>,
        <http://data.carnegiehall.org/names/55371>,
        <http://data.carnegiehall.org/names/55546>,
        <http://data.carnegiehall.org/names/60503>,
        <http://data.carnegiehall.org/names/70376>,
        <http://data.carnegiehall.org/names/8921> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38193> .

