@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/15840/work_34> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zen Monkey" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/39879> ;
    ns1:french_horn <http://data.carnegiehall.org/names/2324> ;
    ns1:percussion <http://data.carnegiehall.org/names/10916> ;
    ns1:trombone <http://data.carnegiehall.org/names/41051> ;
    ns1:trumpet <http://data.carnegiehall.org/names/19859>,
        <http://data.carnegiehall.org/names/25633> ;
    ns1:tuba <http://data.carnegiehall.org/names/35876> ;
    ns2:performer <http://data.carnegiehall.org/names/10916>,
        <http://data.carnegiehall.org/names/19859>,
        <http://data.carnegiehall.org/names/2324>,
        <http://data.carnegiehall.org/names/25633>,
        <http://data.carnegiehall.org/names/35876>,
        <http://data.carnegiehall.org/names/39879>,
        <http://data.carnegiehall.org/names/41051> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45210> .

