@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/13060/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/22014> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/6492> ;
    ns1:clarinet <http://data.carnegiehall.org/names/23154> ;
    ns1:conductor <http://data.carnegiehall.org/names/31322> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns1:drums <http://data.carnegiehall.org/names/21222> ;
    ns1:guitar <http://data.carnegiehall.org/names/43673> ;
    ns1:host <http://data.carnegiehall.org/names/46294> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/14551>,
        <http://data.carnegiehall.org/names/76436> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/59877> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/8583> ;
    ns1:piano <http://data.carnegiehall.org/names/31322> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/34061> ;
    ns1:trumpet <http://data.carnegiehall.org/names/58121> ;
    ns1:vocalist <http://data.carnegiehall.org/names/2239>,
        <http://data.carnegiehall.org/names/68684> ;
    ns2:performer <http://data.carnegiehall.org/names/14551>,
        <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/22014>,
        <http://data.carnegiehall.org/names/2239>,
        <http://data.carnegiehall.org/names/23154>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/31322>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/43673>,
        <http://data.carnegiehall.org/names/46294>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/59877>,
        <http://data.carnegiehall.org/names/6492>,
        <http://data.carnegiehall.org/names/68684>,
        <http://data.carnegiehall.org/names/76436>,
        <http://data.carnegiehall.org/names/8583> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

