@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/26565/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:band_leader <http://data.carnegiehall.org/names/6450>,
        <http://data.carnegiehall.org/names/83184> ;
    ns1:calypso_band <http://data.carnegiehall.org/names/13444>,
        <http://data.carnegiehall.org/names/96188> ;
    ns1:dancer <http://data.carnegiehall.org/names/135487> ;
    ns1:host <http://data.carnegiehall.org/names/4066> ;
    ns1:steel_drums <http://data.carnegiehall.org/names/6450> ;
    ns1:vocalist <http://data.carnegiehall.org/names/5021>,
        <http://data.carnegiehall.org/names/9168>,
        <http://data.carnegiehall.org/names/978> ;
    ns2:performer <http://data.carnegiehall.org/names/13444>,
        <http://data.carnegiehall.org/names/135487>,
        <http://data.carnegiehall.org/names/4066>,
        <http://data.carnegiehall.org/names/5021>,
        <http://data.carnegiehall.org/names/6450>,
        <http://data.carnegiehall.org/names/83184>,
        <http://data.carnegiehall.org/names/9168>,
        <http://data.carnegiehall.org/names/96188>,
        <http://data.carnegiehall.org/names/978> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

