@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/26339/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "3 Satires, Op. 28" ;
    ns3:bass <http://data.carnegiehall.org/names/27649> ;
    ns3:cello <http://data.carnegiehall.org/names/57872> ;
    ns3:conductor <http://data.carnegiehall.org/names/54470> ;
    ns3:piano <http://data.carnegiehall.org/names/51202> ;
    ns3:tenor <http://data.carnegiehall.org/names/30779> ;
    ns3:viola <http://data.carnegiehall.org/names/24032> ;
    ns3:vocal_ensemble <http://data.carnegiehall.org/names/20775> ;
    ns1:performer <http://data.carnegiehall.org/names/20775>,
        <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/27649>,
        <http://data.carnegiehall.org/names/30779>,
        <http://data.carnegiehall.org/names/51202>,
        <http://data.carnegiehall.org/names/54470>,
        <http://data.carnegiehall.org/names/57872> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/33068> .

