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

<http://data.carnegiehall.org/events/32985/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pedal Up" ;
    ns3:double_bass <http://data.carnegiehall.org/names/21392> ;
    ns3:drums <http://data.carnegiehall.org/names/121858> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/121857> ;
    ns3:manzello <http://data.carnegiehall.org/names/27660> ;
    ns3:percussion <http://data.carnegiehall.org/names/42937> ;
    ns3:piano <http://data.carnegiehall.org/names/29213> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/27660> ;
    ns2:performer <http://data.carnegiehall.org/names/121857>,
        <http://data.carnegiehall.org/names/121858>,
        <http://data.carnegiehall.org/names/21392>,
        <http://data.carnegiehall.org/names/27660>,
        <http://data.carnegiehall.org/names/29213>,
        <http://data.carnegiehall.org/names/42937> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/108169> .

