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

<http://data.carnegiehall.org/events/38135/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All Set" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/29418> ;
    ns3:double_bass <http://data.carnegiehall.org/names/19942> ;
    ns3:percussion <http://data.carnegiehall.org/names/59734> ;
    ns3:piano <http://data.carnegiehall.org/names/54423> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/47106> ;
    ns3:trombone <http://data.carnegiehall.org/names/38042> ;
    ns3:trumpet <http://data.carnegiehall.org/names/4101> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/48390> ;
    ns1:performer <http://data.carnegiehall.org/names/19942>,
        <http://data.carnegiehall.org/names/29418>,
        <http://data.carnegiehall.org/names/38042>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/47106>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/54423>,
        <http://data.carnegiehall.org/names/59734> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/43171> .

