@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/6461/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/5035> ;
    ns1:double_bass <http://data.carnegiehall.org/names/10470> ;
    ns1:drums <http://data.carnegiehall.org/names/78109> ;
    ns1:guitar <http://data.carnegiehall.org/names/22610> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/45377>,
        <http://data.carnegiehall.org/names/59029>,
        <http://data.carnegiehall.org/names/78108> ;
    ns1:trombone <http://data.carnegiehall.org/names/26368> ;
    ns1:trumpet <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/66539> ;
    ns1:vocalist <http://data.carnegiehall.org/names/10231>,
        <http://data.carnegiehall.org/names/78110> ;
    ns2:performer <http://data.carnegiehall.org/names/10231>,
        <http://data.carnegiehall.org/names/10470>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/22610>,
        <http://data.carnegiehall.org/names/26368>,
        <http://data.carnegiehall.org/names/45377>,
        <http://data.carnegiehall.org/names/5035>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/59029>,
        <http://data.carnegiehall.org/names/66539>,
        <http://data.carnegiehall.org/names/78108>,
        <http://data.carnegiehall.org/names/78109>,
        <http://data.carnegiehall.org/names/78110> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

