@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/43844/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Harlem Express" ;
    ns1:alto_trombone <http://data.carnegiehall.org/names/75673> ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/75676> ;
    ns1:double_bass <http://data.carnegiehall.org/names/75677> ;
    ns1:drums <http://data.carnegiehall.org/names/75679> ;
    ns1:piano <http://data.carnegiehall.org/names/75678> ;
    ns1:tenor_trombone <http://data.carnegiehall.org/names/75674>,
        <http://data.carnegiehall.org/names/75675> ;
    ns1:trombone_quartet <http://data.carnegiehall.org/names/75672> ;
    ns2:performer <http://data.carnegiehall.org/names/75672>,
        <http://data.carnegiehall.org/names/75673>,
        <http://data.carnegiehall.org/names/75674>,
        <http://data.carnegiehall.org/names/75675>,
        <http://data.carnegiehall.org/names/75676>,
        <http://data.carnegiehall.org/names/75677>,
        <http://data.carnegiehall.org/names/75678>,
        <http://data.carnegiehall.org/names/75679> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71802> .

