@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/18166/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Volunteered Slavery" ;
    ns1:double_bass <http://data.carnegiehall.org/names/21392> ;
    ns1:drums <http://data.carnegiehall.org/names/116119> ;
    ns1:flute <http://data.carnegiehall.org/names/27660> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/78240> ;
    ns1:manzello <http://data.carnegiehall.org/names/27660> ;
    ns1:percussion <http://data.carnegiehall.org/names/42937> ;
    ns1:piano <http://data.carnegiehall.org/names/114426> ;
    ns1:stritch <http://data.carnegiehall.org/names/27660> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/27660> ;
    ns2:performer <http://data.carnegiehall.org/names/114426>,
        <http://data.carnegiehall.org/names/116119>,
        <http://data.carnegiehall.org/names/21392>,
        <http://data.carnegiehall.org/names/27660>,
        <http://data.carnegiehall.org/names/42937>,
        <http://data.carnegiehall.org/names/78240> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104616> .

