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

<http://data.carnegiehall.org/events/5983/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rehearsin' for a Nervous Breakdown" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/55724> ;
    ns3:clarinet <http://data.carnegiehall.org/names/28944> ;
    ns3:double_bass <http://data.carnegiehall.org/names/53845> ;
    ns3:drums <http://data.carnegiehall.org/names/9693> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/2723> ;
    ns3:piano <http://data.carnegiehall.org/names/9563> ;
    ns3:trumpet <http://data.carnegiehall.org/names/16073> ;
    ns1:performer <http://data.carnegiehall.org/names/16073>,
        <http://data.carnegiehall.org/names/2723>,
        <http://data.carnegiehall.org/names/28944>,
        <http://data.carnegiehall.org/names/53845>,
        <http://data.carnegiehall.org/names/55724>,
        <http://data.carnegiehall.org/names/9563>,
        <http://data.carnegiehall.org/names/9693> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/44061> .

