@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/22608/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:clarinet <http://data.carnegiehall.org/names/126671>,
        <http://data.carnegiehall.org/names/28404>,
        <http://data.carnegiehall.org/names/28944>,
        <http://data.carnegiehall.org/names/46372>,
        <http://data.carnegiehall.org/names/7771> ;
    ns2:drums <http://data.carnegiehall.org/names/2262> ;
    ns2:piano <http://data.carnegiehall.org/names/31322>,
        <http://data.carnegiehall.org/names/40629>,
        <http://data.carnegiehall.org/names/45365> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/6340> ;
    ns2:trumpet <http://data.carnegiehall.org/names/126668>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/26373>,
        <http://data.carnegiehall.org/names/55007> ;
    ns1:performer <http://data.carnegiehall.org/names/126668>,
        <http://data.carnegiehall.org/names/126671>,
        <http://data.carnegiehall.org/names/2262>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/26373>,
        <http://data.carnegiehall.org/names/28404>,
        <http://data.carnegiehall.org/names/28944>,
        <http://data.carnegiehall.org/names/31322>,
        <http://data.carnegiehall.org/names/40629>,
        <http://data.carnegiehall.org/names/45365>,
        <http://data.carnegiehall.org/names/46372>,
        <http://data.carnegiehall.org/names/55007>,
        <http://data.carnegiehall.org/names/6340>,
        <http://data.carnegiehall.org/names/7771> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

