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

<http://data.carnegiehall.org/events/50549/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:accordion <http://data.carnegiehall.org/names/9505> ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/74231> ;
    ns3:double_bass <http://data.carnegiehall.org/names/92328> ;
    ns3:drums <http://data.carnegiehall.org/names/90120> ;
    ns3:guitar <http://data.carnegiehall.org/names/92326> ;
    ns3:piano <http://data.carnegiehall.org/names/13290> ;
    ns3:soprano <http://data.carnegiehall.org/names/84775> ;
    ns3:tapan <http://data.carnegiehall.org/names/92325> ;
    ns3:vocalist <http://data.carnegiehall.org/names/61291>,
        <http://data.carnegiehall.org/names/92324>,
        <http://data.carnegiehall.org/names/92327> ;
    ns1:performer <http://data.carnegiehall.org/names/13290>,
        <http://data.carnegiehall.org/names/61291>,
        <http://data.carnegiehall.org/names/74231>,
        <http://data.carnegiehall.org/names/84775>,
        <http://data.carnegiehall.org/names/90120>,
        <http://data.carnegiehall.org/names/92324>,
        <http://data.carnegiehall.org/names/92325>,
        <http://data.carnegiehall.org/names/92326>,
        <http://data.carnegiehall.org/names/92327>,
        <http://data.carnegiehall.org/names/92328>,
        <http://data.carnegiehall.org/names/9505> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

