@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/30184/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/30156> ;
    ns1:double_bass <http://data.carnegiehall.org/names/66557> ;
    ns1:drums <http://data.carnegiehall.org/names/52894> ;
    ns1:guitar <http://data.carnegiehall.org/names/66543> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/29434> ;
    ns1:piano <http://data.carnegiehall.org/names/31878> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/34061> ;
    ns1:trombone <http://data.carnegiehall.org/names/44683> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/49950> ;
    ns1:violin <http://data.carnegiehall.org/names/31587> ;
    ns2:performer <http://data.carnegiehall.org/names/29434>,
        <http://data.carnegiehall.org/names/30156>,
        <http://data.carnegiehall.org/names/31587>,
        <http://data.carnegiehall.org/names/31878>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/44683>,
        <http://data.carnegiehall.org/names/49950>,
        <http://data.carnegiehall.org/names/52894>,
        <http://data.carnegiehall.org/names/66543>,
        <http://data.carnegiehall.org/names/66557> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

