@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/77238/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chain of Fools" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/53659> ;
    ns2:cello <http://data.carnegiehall.org/names/44392> ;
    ns2:drums <http://data.carnegiehall.org/names/78661> ;
    ns2:guitar <http://data.carnegiehall.org/names/75625> ;
    ns2:keyboard <http://data.carnegiehall.org/names/139756>,
        <http://data.carnegiehall.org/names/4223> ;
    ns2:organ <http://data.carnegiehall.org/names/139756> ;
    ns2:piano <http://data.carnegiehall.org/names/139756>,
        <http://data.carnegiehall.org/names/4223> ;
    ns2:saxophone <http://data.carnegiehall.org/names/139757> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/139759> ;
    ns2:trombone <http://data.carnegiehall.org/names/56170> ;
    ns2:trumpet <http://data.carnegiehall.org/names/139758> ;
    ns2:viola <http://data.carnegiehall.org/names/139762> ;
    ns2:violin <http://data.carnegiehall.org/names/139760>,
        <http://data.carnegiehall.org/names/139761> ;
    ns2:vocalist <http://data.carnegiehall.org/names/111155>,
        <http://data.carnegiehall.org/names/129707>,
        <http://data.carnegiehall.org/names/137836>,
        <http://data.carnegiehall.org/names/137837> ;
    ns1:performer <http://data.carnegiehall.org/names/111155>,
        <http://data.carnegiehall.org/names/129707>,
        <http://data.carnegiehall.org/names/137836>,
        <http://data.carnegiehall.org/names/137837>,
        <http://data.carnegiehall.org/names/139756>,
        <http://data.carnegiehall.org/names/139757>,
        <http://data.carnegiehall.org/names/139758>,
        <http://data.carnegiehall.org/names/139759>,
        <http://data.carnegiehall.org/names/139760>,
        <http://data.carnegiehall.org/names/139761>,
        <http://data.carnegiehall.org/names/139762>,
        <http://data.carnegiehall.org/names/4223>,
        <http://data.carnegiehall.org/names/44392>,
        <http://data.carnegiehall.org/names/53659>,
        <http://data.carnegiehall.org/names/56170>,
        <http://data.carnegiehall.org/names/75625>,
        <http://data.carnegiehall.org/names/78661> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98895> .

