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

<http://data.carnegiehall.org/events/39294/work_24> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mack the Knife" ;
    ns2:double_bass <http://data.carnegiehall.org/names/7285> ;
    ns2:drums <http://data.carnegiehall.org/names/70614> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/43548> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/3849> ;
    ns3:performer <http://data.carnegiehall.org/names/3849>,
        <http://data.carnegiehall.org/names/43548>,
        <http://data.carnegiehall.org/names/70614>,
        <http://data.carnegiehall.org/names/7285> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/10809> .

