@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/34044/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:drums <http://data.carnegiehall.org/names/40583> ;
    ns2:guitar <http://data.carnegiehall.org/names/55985> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/14551> ;
    ns2:orchestra <http://data.carnegiehall.org/names/59483> ;
    ns2:piano <http://data.carnegiehall.org/names/23126>,
        <http://data.carnegiehall.org/names/31322> ;
    ns2:rock_band <http://data.carnegiehall.org/names/59484> ;
    ns2:tenor <http://data.carnegiehall.org/names/29977> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/7569> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/52644> ;
    ns2:vocalist <http://data.carnegiehall.org/names/11253>,
        <http://data.carnegiehall.org/names/20492>,
        <http://data.carnegiehall.org/names/39297>,
        <http://data.carnegiehall.org/names/51001>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/56949>,
        <http://data.carnegiehall.org/names/64398>,
        <http://data.carnegiehall.org/names/64399>,
        <http://data.carnegiehall.org/names/64400>,
        <http://data.carnegiehall.org/names/66859>,
        <http://data.carnegiehall.org/names/9552> ;
    ns1:performer <http://data.carnegiehall.org/names/11253>,
        <http://data.carnegiehall.org/names/14551>,
        <http://data.carnegiehall.org/names/20492>,
        <http://data.carnegiehall.org/names/23126>,
        <http://data.carnegiehall.org/names/29977>,
        <http://data.carnegiehall.org/names/31322>,
        <http://data.carnegiehall.org/names/39297>,
        <http://data.carnegiehall.org/names/40583>,
        <http://data.carnegiehall.org/names/51001>,
        <http://data.carnegiehall.org/names/52644>,
        <http://data.carnegiehall.org/names/55985>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/56949>,
        <http://data.carnegiehall.org/names/59483>,
        <http://data.carnegiehall.org/names/59484>,
        <http://data.carnegiehall.org/names/64398>,
        <http://data.carnegiehall.org/names/64399>,
        <http://data.carnegiehall.org/names/64400>,
        <http://data.carnegiehall.org/names/66859>,
        <http://data.carnegiehall.org/names/7569>,
        <http://data.carnegiehall.org/names/9552> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

