@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/8785/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/20268> ;
    ns1:double_bass <http://data.carnegiehall.org/names/36433> ;
    ns1:drums <http://data.carnegiehall.org/names/40205> ;
    ns1:gospel_music_band <http://data.carnegiehall.org/names/8981> ;
    ns1:guitar <http://data.carnegiehall.org/names/52517> ;
    ns1:piano <http://data.carnegiehall.org/names/3235>,
        <http://data.carnegiehall.org/names/4806> ;
    ns1:rhythm_and_blues_band <http://data.carnegiehall.org/names/24658>,
        <http://data.carnegiehall.org/names/57792> ;
    ns1:rock_band <http://data.carnegiehall.org/names/36432> ;
    ns1:speaker <http://data.carnegiehall.org/names/31836>,
        <http://data.carnegiehall.org/names/3685> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/10424> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/43564>,
        <http://data.carnegiehall.org/names/7761> ;
    ns1:vocalist <http://data.carnegiehall.org/names/41345>,
        <http://data.carnegiehall.org/names/52387>,
        <http://data.carnegiehall.org/names/56690> ;
    ns2:performer <http://data.carnegiehall.org/names/10424>,
        <http://data.carnegiehall.org/names/20268>,
        <http://data.carnegiehall.org/names/24658>,
        <http://data.carnegiehall.org/names/31836>,
        <http://data.carnegiehall.org/names/3235>,
        <http://data.carnegiehall.org/names/36432>,
        <http://data.carnegiehall.org/names/36433>,
        <http://data.carnegiehall.org/names/3685>,
        <http://data.carnegiehall.org/names/40205>,
        <http://data.carnegiehall.org/names/41345>,
        <http://data.carnegiehall.org/names/43564>,
        <http://data.carnegiehall.org/names/4806>,
        <http://data.carnegiehall.org/names/52387>,
        <http://data.carnegiehall.org/names/52517>,
        <http://data.carnegiehall.org/names/56690>,
        <http://data.carnegiehall.org/names/57792>,
        <http://data.carnegiehall.org/names/7761>,
        <http://data.carnegiehall.org/names/8981> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

