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

<http://data.carnegiehall.org/events/3866/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Things to Come" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/37703> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/2687> ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/59968> ;
    ns2:double_bass <http://data.carnegiehall.org/names/53653> ;
    ns2:drums <http://data.carnegiehall.org/names/59873> ;
    ns2:piano <http://data.carnegiehall.org/names/3235> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/29240>,
        <http://data.carnegiehall.org/names/8846> ;
    ns2:trombone <http://data.carnegiehall.org/names/26368>,
        <http://data.carnegiehall.org/names/2665>,
        <http://data.carnegiehall.org/names/39466> ;
    ns2:trumpet <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/2688>,
        <http://data.carnegiehall.org/names/39405>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:performer <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/26368>,
        <http://data.carnegiehall.org/names/2665>,
        <http://data.carnegiehall.org/names/2687>,
        <http://data.carnegiehall.org/names/2688>,
        <http://data.carnegiehall.org/names/29240>,
        <http://data.carnegiehall.org/names/3235>,
        <http://data.carnegiehall.org/names/37703>,
        <http://data.carnegiehall.org/names/39405>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/53653>,
        <http://data.carnegiehall.org/names/59873>,
        <http://data.carnegiehall.org/names/59968>,
        <http://data.carnegiehall.org/names/8571>,
        <http://data.carnegiehall.org/names/8846> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38474> .

