@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/7401/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/52857> ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/119383> ;
    ns3:double_bass <http://data.carnegiehall.org/names/43692> ;
    ns3:drums <http://data.carnegiehall.org/names/57594> ;
    ns3:guitar <http://data.carnegiehall.org/names/17684>,
        <http://data.carnegiehall.org/names/1856>,
        <http://data.carnegiehall.org/names/23880> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/57398> ;
    ns3:percussion <http://data.carnegiehall.org/names/119375>,
        <http://data.carnegiehall.org/names/119377>,
        <http://data.carnegiehall.org/names/119379> ;
    ns3:piano <http://data.carnegiehall.org/names/18308>,
        <http://data.carnegiehall.org/names/19811>,
        <http://data.carnegiehall.org/names/30034>,
        <http://data.carnegiehall.org/names/42630> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/9196>,
        <http://data.carnegiehall.org/names/94206> ;
    ns3:trumpet <http://data.carnegiehall.org/names/119380>,
        <http://data.carnegiehall.org/names/40509>,
        <http://data.carnegiehall.org/names/49283> ;
    ns1:performer <http://data.carnegiehall.org/names/119375>,
        <http://data.carnegiehall.org/names/119377>,
        <http://data.carnegiehall.org/names/119379>,
        <http://data.carnegiehall.org/names/119380>,
        <http://data.carnegiehall.org/names/119383>,
        <http://data.carnegiehall.org/names/17684>,
        <http://data.carnegiehall.org/names/18308>,
        <http://data.carnegiehall.org/names/1856>,
        <http://data.carnegiehall.org/names/19811>,
        <http://data.carnegiehall.org/names/23880>,
        <http://data.carnegiehall.org/names/30034>,
        <http://data.carnegiehall.org/names/40509>,
        <http://data.carnegiehall.org/names/42630>,
        <http://data.carnegiehall.org/names/43692>,
        <http://data.carnegiehall.org/names/49283>,
        <http://data.carnegiehall.org/names/52857>,
        <http://data.carnegiehall.org/names/57398>,
        <http://data.carnegiehall.org/names/57594>,
        <http://data.carnegiehall.org/names/9196>,
        <http://data.carnegiehall.org/names/94206> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

