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

<http://data.carnegiehall.org/events/42704/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/72762>,
        <http://data.carnegiehall.org/names/72766> ;
    ns1:banjo <http://data.carnegiehall.org/names/72769> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/72767> ;
    ns1:clarinet <http://data.carnegiehall.org/names/72762>,
        <http://data.carnegiehall.org/names/72766>,
        <http://data.carnegiehall.org/names/72767>,
        <http://data.carnegiehall.org/names/72768> ;
    ns1:double_bass <http://data.carnegiehall.org/names/72764> ;
    ns1:drums <http://data.carnegiehall.org/names/72772> ;
    ns1:guitar <http://data.carnegiehall.org/names/72769> ;
    ns1:piano <http://data.carnegiehall.org/names/72773> ;
    ns1:sousaphone <http://data.carnegiehall.org/names/72764> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/72768> ;
    ns1:trombone <http://data.carnegiehall.org/names/72771> ;
    ns1:trumpet <http://data.carnegiehall.org/names/72765>,
        <http://data.carnegiehall.org/names/72770> ;
    ns1:violin <http://data.carnegiehall.org/names/72763> ;
    ns1:vocalist <http://data.carnegiehall.org/names/72760> ;
    ns2:performer <http://data.carnegiehall.org/names/72760>,
        <http://data.carnegiehall.org/names/72762>,
        <http://data.carnegiehall.org/names/72763>,
        <http://data.carnegiehall.org/names/72764>,
        <http://data.carnegiehall.org/names/72765>,
        <http://data.carnegiehall.org/names/72766>,
        <http://data.carnegiehall.org/names/72767>,
        <http://data.carnegiehall.org/names/72768>,
        <http://data.carnegiehall.org/names/72769>,
        <http://data.carnegiehall.org/names/72770>,
        <http://data.carnegiehall.org/names/72771>,
        <http://data.carnegiehall.org/names/72772>,
        <http://data.carnegiehall.org/names/72773> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

