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

<http://data.carnegiehall.org/events/3584/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pam's Waltz" ;
    ns1:congas <http://data.carnegiehall.org/names/38047> ;
    ns1:double_bass <http://data.carnegiehall.org/names/22502> ;
    ns1:drums <http://data.carnegiehall.org/names/1248> ;
    ns1:flugelhorn <http://data.carnegiehall.org/names/59435> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/30569> ;
    ns1:piano <http://data.carnegiehall.org/names/40348> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/50221> ;
    ns1:trumpet <http://data.carnegiehall.org/names/59435> ;
    ns2:performer <http://data.carnegiehall.org/names/1248>,
        <http://data.carnegiehall.org/names/22502>,
        <http://data.carnegiehall.org/names/30569>,
        <http://data.carnegiehall.org/names/38047>,
        <http://data.carnegiehall.org/names/40348>,
        <http://data.carnegiehall.org/names/50221>,
        <http://data.carnegiehall.org/names/59435> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4646> .

