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

<http://data.carnegiehall.org/events/28723/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/119725> ;
    ns1:congas <http://data.carnegiehall.org/names/119728> ;
    ns1:drums <http://data.carnegiehall.org/names/119726> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/78258> ;
    ns1:keyboard <http://data.carnegiehall.org/names/37152> ;
    ns1:percussion <http://data.carnegiehall.org/names/119728> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/119724> ;
    ns3:performer <http://data.carnegiehall.org/names/119724>,
        <http://data.carnegiehall.org/names/119725>,
        <http://data.carnegiehall.org/names/119726>,
        <http://data.carnegiehall.org/names/119728>,
        <http://data.carnegiehall.org/names/37152>,
        <http://data.carnegiehall.org/names/78258> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

