@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/33697/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dance of the Marionettes" ;
    ns2:banjo <http://data.carnegiehall.org/names/24830> ;
    ns2:drums <http://data.carnegiehall.org/names/71956> ;
    ns2:piano <http://data.carnegiehall.org/names/43853> ;
    ns2:quintet <http://data.carnegiehall.org/names/10239> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/34415>,
        <http://data.carnegiehall.org/names/71957> ;
    ns2:vocalist <http://data.carnegiehall.org/names/24830> ;
    ns1:performer <http://data.carnegiehall.org/names/10239>,
        <http://data.carnegiehall.org/names/24830>,
        <http://data.carnegiehall.org/names/34415>,
        <http://data.carnegiehall.org/names/43853>,
        <http://data.carnegiehall.org/names/71956>,
        <http://data.carnegiehall.org/names/71957> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33772> .

