@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/25936/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/14887> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/49953> ;
    ns2:blues_band <http://data.carnegiehall.org/names/45870> ;
    ns2:drums <http://data.carnegiehall.org/names/40349> ;
    ns2:electric_guitar <http://data.carnegiehall.org/names/26872> ;
    ns2:keyboard <http://data.carnegiehall.org/names/14578> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/26459> ;
    ns2:trombone <http://data.carnegiehall.org/names/16853> ;
    ns2:trumpet <http://data.carnegiehall.org/names/2230> ;
    ns2:vocalist <http://data.carnegiehall.org/names/33896> ;
    ns1:performer <http://data.carnegiehall.org/names/14578>,
        <http://data.carnegiehall.org/names/14887>,
        <http://data.carnegiehall.org/names/16853>,
        <http://data.carnegiehall.org/names/2230>,
        <http://data.carnegiehall.org/names/26459>,
        <http://data.carnegiehall.org/names/26872>,
        <http://data.carnegiehall.org/names/33896>,
        <http://data.carnegiehall.org/names/40349>,
        <http://data.carnegiehall.org/names/45870>,
        <http://data.carnegiehall.org/names/49953> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

