@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/18004/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/20723> ;
    ns2:clarinet <http://data.carnegiehall.org/names/7771> ;
    ns2:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns2:drums <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/40453> ;
    ns2:guitar <http://data.carnegiehall.org/names/42019> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/23194>,
        <http://data.carnegiehall.org/names/60073> ;
    ns2:piano <http://data.carnegiehall.org/names/33136>,
        <http://data.carnegiehall.org/names/8574> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/34214> ;
    ns2:trombone <http://data.carnegiehall.org/names/13467>,
        <http://data.carnegiehall.org/names/4306> ;
    ns2:trumpet <http://data.carnegiehall.org/names/32267>,
        <http://data.carnegiehall.org/names/58121> ;
    ns1:performer <http://data.carnegiehall.org/names/13467>,
        <http://data.carnegiehall.org/names/20723>,
        <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/23194>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/32267>,
        <http://data.carnegiehall.org/names/33136>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/34214>,
        <http://data.carnegiehall.org/names/40453>,
        <http://data.carnegiehall.org/names/42019>,
        <http://data.carnegiehall.org/names/4306>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/60073>,
        <http://data.carnegiehall.org/names/7771>,
        <http://data.carnegiehall.org/names/8574> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

