@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/580/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/29879> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/53107> ;
    ns1:bongo_drums <http://data.carnegiehall.org/names/18300> ;
    ns1:congas <http://data.carnegiehall.org/names/30423> ;
    ns1:double_bass <http://data.carnegiehall.org/names/59876> ;
    ns1:piano <http://data.carnegiehall.org/names/20306> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/13154> ;
    ns1:timbales <http://data.carnegiehall.org/names/6160> ;
    ns1:trombone <http://data.carnegiehall.org/names/2381>,
        <http://data.carnegiehall.org/names/2617> ;
    ns1:trumpet <http://data.carnegiehall.org/names/29878>,
        <http://data.carnegiehall.org/names/34060> ;
    ns1:violin <http://data.carnegiehall.org/names/2381> ;
    ns2:performer <http://data.carnegiehall.org/names/13154>,
        <http://data.carnegiehall.org/names/18300>,
        <http://data.carnegiehall.org/names/20306>,
        <http://data.carnegiehall.org/names/2381>,
        <http://data.carnegiehall.org/names/2617>,
        <http://data.carnegiehall.org/names/29878>,
        <http://data.carnegiehall.org/names/29879>,
        <http://data.carnegiehall.org/names/30423>,
        <http://data.carnegiehall.org/names/34060>,
        <http://data.carnegiehall.org/names/53107>,
        <http://data.carnegiehall.org/names/59876>,
        <http://data.carnegiehall.org/names/6160> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

