@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/23843/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/52857> ;
    ns1:double_bass <http://data.carnegiehall.org/names/32549> ;
    ns1:drums <http://data.carnegiehall.org/names/4347> ;
    ns1:flugelhorn <http://data.carnegiehall.org/names/33775> ;
    ns1:flute <http://data.carnegiehall.org/names/39743> ;
    ns1:piano <http://data.carnegiehall.org/names/28939> ;
    ns1:saxophone <http://data.carnegiehall.org/names/45490>,
        <http://data.carnegiehall.org/names/52857> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/13154> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/13154> ;
    ns1:trombone <http://data.carnegiehall.org/names/2665>,
        <http://data.carnegiehall.org/names/39466> ;
    ns1:trumpet <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/2022>,
        <http://data.carnegiehall.org/names/33775>,
        <http://data.carnegiehall.org/names/40988>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/10424> ;
    ns3:performer <http://data.carnegiehall.org/names/10424>,
        <http://data.carnegiehall.org/names/13154>,
        <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/2022>,
        <http://data.carnegiehall.org/names/2665>,
        <http://data.carnegiehall.org/names/28939>,
        <http://data.carnegiehall.org/names/32549>,
        <http://data.carnegiehall.org/names/33775>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/39743>,
        <http://data.carnegiehall.org/names/40988>,
        <http://data.carnegiehall.org/names/4347>,
        <http://data.carnegiehall.org/names/45490>,
        <http://data.carnegiehall.org/names/52857>,
        <http://data.carnegiehall.org/names/8571> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

