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

<http://data.carnegiehall.org/events/79864/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:band_leader <http://data.carnegiehall.org/names/128166> ;
    ns3:dj <http://data.carnegiehall.org/names/141904> ;
    ns3:host <http://data.carnegiehall.org/names/136609> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/128167> ;
    ns3:panelist <http://data.carnegiehall.org/names/129934> ;
    ns3:rapper <http://data.carnegiehall.org/names/128324>,
        <http://data.carnegiehall.org/names/142118> ;
    ns3:trumpet <http://data.carnegiehall.org/names/128166> ;
    ns3:vocalist <http://data.carnegiehall.org/names/142306> ;
    ns2:performer <http://data.carnegiehall.org/names/128166>,
        <http://data.carnegiehall.org/names/128167>,
        <http://data.carnegiehall.org/names/128324>,
        <http://data.carnegiehall.org/names/129934>,
        <http://data.carnegiehall.org/names/136609>,
        <http://data.carnegiehall.org/names/141904>,
        <http://data.carnegiehall.org/names/142118>,
        <http://data.carnegiehall.org/names/142306> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

