@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/22791/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/21626>,
        <http://data.carnegiehall.org/names/31663> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns2:double_bass <http://data.carnegiehall.org/names/3606> ;
    ns2:drums <http://data.carnegiehall.org/names/23947> ;
    ns2:guitar <http://data.carnegiehall.org/names/46164> ;
    ns2:piano <http://data.carnegiehall.org/names/9278> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/43093>,
        <http://data.carnegiehall.org/names/50124> ;
    ns2:trombone <http://data.carnegiehall.org/names/115965>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:trumpet <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/20136>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:performer <http://data.carnegiehall.org/names/115965>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/20136>,
        <http://data.carnegiehall.org/names/21626>,
        <http://data.carnegiehall.org/names/23947>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/31663>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/3606>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/43093>,
        <http://data.carnegiehall.org/names/46164>,
        <http://data.carnegiehall.org/names/50124>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/8181>,
        <http://data.carnegiehall.org/names/8571>,
        <http://data.carnegiehall.org/names/9278> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

