@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/28152/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:double_bass <http://data.carnegiehall.org/names/25741>,
        <http://data.carnegiehall.org/names/48736> ;
    ns1:guitar <http://data.carnegiehall.org/names/2185>,
        <http://data.carnegiehall.org/names/25289>,
        <http://data.carnegiehall.org/names/25290> ;
    ns1:host <http://data.carnegiehall.org/names/51171> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/45982>,
        <http://data.carnegiehall.org/names/56864> ;
    ns1:violin <http://data.carnegiehall.org/names/31587>,
        <http://data.carnegiehall.org/names/45745> ;
    ns2:performer <http://data.carnegiehall.org/names/2185>,
        <http://data.carnegiehall.org/names/25289>,
        <http://data.carnegiehall.org/names/25290>,
        <http://data.carnegiehall.org/names/25741>,
        <http://data.carnegiehall.org/names/31587>,
        <http://data.carnegiehall.org/names/45745>,
        <http://data.carnegiehall.org/names/45982>,
        <http://data.carnegiehall.org/names/48736>,
        <http://data.carnegiehall.org/names/51171>,
        <http://data.carnegiehall.org/names/56864> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

