@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/32894/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/46724> ;
    ns2:bass_trumpet <http://data.carnegiehall.org/names/70410> ;
    ns2:clarinet <http://data.carnegiehall.org/names/70384> ;
    ns2:double_bass <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/45790>,
        <http://data.carnegiehall.org/names/5779> ;
    ns2:drums <http://data.carnegiehall.org/names/41649> ;
    ns2:guitar <http://data.carnegiehall.org/names/39097> ;
    ns2:percussion <http://data.carnegiehall.org/names/70386> ;
    ns2:piano <http://data.carnegiehall.org/names/70416> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/70395> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/25817> ;
    ns2:trombone <http://data.carnegiehall.org/names/70383> ;
    ns2:trumpet <http://data.carnegiehall.org/names/70401>,
        <http://data.carnegiehall.org/names/70408>,
        <http://data.carnegiehall.org/names/70418>,
        <http://data.carnegiehall.org/names/70425> ;
    ns1:performer <http://data.carnegiehall.org/names/25817>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/39097>,
        <http://data.carnegiehall.org/names/41649>,
        <http://data.carnegiehall.org/names/45790>,
        <http://data.carnegiehall.org/names/46724>,
        <http://data.carnegiehall.org/names/5779>,
        <http://data.carnegiehall.org/names/70383>,
        <http://data.carnegiehall.org/names/70384>,
        <http://data.carnegiehall.org/names/70386>,
        <http://data.carnegiehall.org/names/70395>,
        <http://data.carnegiehall.org/names/70401>,
        <http://data.carnegiehall.org/names/70408>,
        <http://data.carnegiehall.org/names/70410>,
        <http://data.carnegiehall.org/names/70416>,
        <http://data.carnegiehall.org/names/70418>,
        <http://data.carnegiehall.org/names/70425> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

