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

<http://data.carnegiehall.org/events/26917/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Echoes of Harlem" ;
    ns3:clarinet <http://data.carnegiehall.org/names/13189> ;
    ns3:drums <http://data.carnegiehall.org/names/54662> ;
    ns3:guitar <http://data.carnegiehall.org/names/2185> ;
    ns3:piano <http://data.carnegiehall.org/names/12447> ;
    ns3:soprano_saxophone <http://data.carnegiehall.org/names/31663> ;
    ns3:trombone <http://data.carnegiehall.org/names/28793> ;
    ns3:trumpet <http://data.carnegiehall.org/names/31649> ;
    ns1:performer <http://data.carnegiehall.org/names/12447>,
        <http://data.carnegiehall.org/names/13189>,
        <http://data.carnegiehall.org/names/2185>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/31649>,
        <http://data.carnegiehall.org/names/31663>,
        <http://data.carnegiehall.org/names/54662> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/58973> .

