@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/2840/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/31871> ;
    ns2:double_bass <http://data.carnegiehall.org/names/142722> ;
    ns2:drums <http://data.carnegiehall.org/names/38891> ;
    ns2:electric_guitar <http://data.carnegiehall.org/names/70323> ;
    ns2:piano <http://data.carnegiehall.org/names/36623> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/142723> ;
    ns2:trumpet <http://data.carnegiehall.org/names/63449> ;
    ns2:vocalist <http://data.carnegiehall.org/names/142724> ;
    ns1:performer <http://data.carnegiehall.org/names/142722>,
        <http://data.carnegiehall.org/names/142723>,
        <http://data.carnegiehall.org/names/142724>,
        <http://data.carnegiehall.org/names/31871>,
        <http://data.carnegiehall.org/names/36623>,
        <http://data.carnegiehall.org/names/38891>,
        <http://data.carnegiehall.org/names/63449>,
        <http://data.carnegiehall.org/names/70323> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24985> .

