@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/3889/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:double_bass <http://data.carnegiehall.org/names/12738>,
        <http://data.carnegiehall.org/names/54450> ;
    ns2:drums <http://data.carnegiehall.org/names/26700> ;
    ns2:flute <http://data.carnegiehall.org/names/40172> ;
    ns2:guitar <http://data.carnegiehall.org/names/56136> ;
    ns2:host <http://data.carnegiehall.org/names/60076> ;
    ns2:moderator <http://data.carnegiehall.org/names/60076> ;
    ns2:piano <http://data.carnegiehall.org/names/21121> ;
    ns2:saxophone <http://data.carnegiehall.org/names/16174>,
        <http://data.carnegiehall.org/names/3377> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/24883> ;
    ns1:performer <http://data.carnegiehall.org/names/12738>,
        <http://data.carnegiehall.org/names/16174>,
        <http://data.carnegiehall.org/names/21121>,
        <http://data.carnegiehall.org/names/24883>,
        <http://data.carnegiehall.org/names/26700>,
        <http://data.carnegiehall.org/names/3377>,
        <http://data.carnegiehall.org/names/40172>,
        <http://data.carnegiehall.org/names/54450>,
        <http://data.carnegiehall.org/names/56136>,
        <http://data.carnegiehall.org/names/60076> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

