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

<http://data.carnegiehall.org/events/41099/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:accordion <http://data.carnegiehall.org/names/69051> ;
    ns1:comedian <http://data.carnegiehall.org/names/14761> ;
    ns1:double_bass <http://data.carnegiehall.org/names/11060> ;
    ns1:drums <http://data.carnegiehall.org/names/21026> ;
    ns1:harmonica <http://data.carnegiehall.org/names/69050> ;
    ns1:host <http://data.carnegiehall.org/names/69049> ;
    ns3:performer <http://data.carnegiehall.org/names/11060>,
        <http://data.carnegiehall.org/names/14761>,
        <http://data.carnegiehall.org/names/21026>,
        <http://data.carnegiehall.org/names/69049>,
        <http://data.carnegiehall.org/names/69050>,
        <http://data.carnegiehall.org/names/69051> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

