@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/70411/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:band_leader <http://data.carnegiehall.org/names/128166> ;
    ns1:dj <http://data.carnegiehall.org/names/128325> ;
    ns1:host <http://data.carnegiehall.org/names/129930> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/128167> ;
    ns1:rapper <http://data.carnegiehall.org/names/129929> ;
    ns1:trumpet <http://data.carnegiehall.org/names/128166> ;
    ns2:performer <http://data.carnegiehall.org/names/128166>,
        <http://data.carnegiehall.org/names/128167>,
        <http://data.carnegiehall.org/names/128325>,
        <http://data.carnegiehall.org/names/129929>,
        <http://data.carnegiehall.org/names/129930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

