@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/31647/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/119396> ;
    ns1:congas <http://data.carnegiehall.org/names/56017> ;
    ns1:drums <http://data.carnegiehall.org/names/119397> ;
    ns1:guitar <http://data.carnegiehall.org/names/119395>,
        <http://data.carnegiehall.org/names/87005> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/38623> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/53980> ;
    ns1:piano <http://data.carnegiehall.org/names/115913> ;
    ns2:performer <http://data.carnegiehall.org/names/115913>,
        <http://data.carnegiehall.org/names/119395>,
        <http://data.carnegiehall.org/names/119396>,
        <http://data.carnegiehall.org/names/119397>,
        <http://data.carnegiehall.org/names/38623>,
        <http://data.carnegiehall.org/names/53980>,
        <http://data.carnegiehall.org/names/56017>,
        <http://data.carnegiehall.org/names/87005> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

