@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/22784/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Caldonia (What Makes Your Big Head So Hard?)" ;
    ns2:double_bass <http://data.carnegiehall.org/names/108114> ;
    ns2:drums <http://data.carnegiehall.org/names/108115> ;
    ns2:guitar <http://data.carnegiehall.org/names/108112> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/62662> ;
    ns2:piano <http://data.carnegiehall.org/names/108113> ;
    ns2:saxophone <http://data.carnegiehall.org/names/59418> ;
    ns2:trumpet <http://data.carnegiehall.org/names/69920> ;
    ns1:performer <http://data.carnegiehall.org/names/108112>,
        <http://data.carnegiehall.org/names/108113>,
        <http://data.carnegiehall.org/names/108114>,
        <http://data.carnegiehall.org/names/108115>,
        <http://data.carnegiehall.org/names/59418>,
        <http://data.carnegiehall.org/names/62662>,
        <http://data.carnegiehall.org/names/69920> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98597> .

