@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/59953/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:banjo <http://data.carnegiehall.org/names/114894> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/114893> ;
    ns2:dancer <http://data.carnegiehall.org/names/114898>,
        <http://data.carnegiehall.org/names/114899> ;
    ns2:double_bass <http://data.carnegiehall.org/names/114889> ;
    ns2:drums <http://data.carnegiehall.org/names/114890> ;
    ns2:guitar <http://data.carnegiehall.org/names/114989> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/114892> ;
    ns2:tin_whistle <http://data.carnegiehall.org/names/114893> ;
    ns2:trumpet <http://data.carnegiehall.org/names/114894> ;
    ns2:vocalist <http://data.carnegiehall.org/names/114895>,
        <http://data.carnegiehall.org/names/114896>,
        <http://data.carnegiehall.org/names/114897> ;
    ns1:performer <http://data.carnegiehall.org/names/114889>,
        <http://data.carnegiehall.org/names/114890>,
        <http://data.carnegiehall.org/names/114892>,
        <http://data.carnegiehall.org/names/114893>,
        <http://data.carnegiehall.org/names/114894>,
        <http://data.carnegiehall.org/names/114895>,
        <http://data.carnegiehall.org/names/114896>,
        <http://data.carnegiehall.org/names/114897>,
        <http://data.carnegiehall.org/names/114898>,
        <http://data.carnegiehall.org/names/114899>,
        <http://data.carnegiehall.org/names/114989> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

