@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/31149/work_34> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/11128> ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/23775> ;
    ns3:drums <http://data.carnegiehall.org/names/38574> ;
    ns3:guitar <http://data.carnegiehall.org/names/40520>,
        <http://data.carnegiehall.org/names/49596> ;
    ns3:keyboard <http://data.carnegiehall.org/names/41073>,
        <http://data.carnegiehall.org/names/4223>,
        <http://data.carnegiehall.org/names/61134> ;
    ns3:percussion <http://data.carnegiehall.org/names/27652> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/17484> ;
    ns3:trombone <http://data.carnegiehall.org/names/11129> ;
    ns3:trumpet <http://data.carnegiehall.org/names/2688> ;
    ns3:vocalist <http://data.carnegiehall.org/names/11208>,
        <http://data.carnegiehall.org/names/21809>,
        <http://data.carnegiehall.org/names/32937>,
        <http://data.carnegiehall.org/names/32938>,
        <http://data.carnegiehall.org/names/44088>,
        <http://data.carnegiehall.org/names/47085>,
        <http://data.carnegiehall.org/names/47358>,
        <http://data.carnegiehall.org/names/6638> ;
    ns1:performer <http://data.carnegiehall.org/names/11128>,
        <http://data.carnegiehall.org/names/11129>,
        <http://data.carnegiehall.org/names/11208>,
        <http://data.carnegiehall.org/names/17484>,
        <http://data.carnegiehall.org/names/21809>,
        <http://data.carnegiehall.org/names/23775>,
        <http://data.carnegiehall.org/names/2688>,
        <http://data.carnegiehall.org/names/27652>,
        <http://data.carnegiehall.org/names/32937>,
        <http://data.carnegiehall.org/names/32938>,
        <http://data.carnegiehall.org/names/38574>,
        <http://data.carnegiehall.org/names/40520>,
        <http://data.carnegiehall.org/names/41073>,
        <http://data.carnegiehall.org/names/4223>,
        <http://data.carnegiehall.org/names/44088>,
        <http://data.carnegiehall.org/names/47085>,
        <http://data.carnegiehall.org/names/47358>,
        <http://data.carnegiehall.org/names/49596>,
        <http://data.carnegiehall.org/names/61134>,
        <http://data.carnegiehall.org/names/6638> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

