@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/33935/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le bal masqué" ;
    ns2:baritone <http://data.carnegiehall.org/names/7153> ;
    ns2:bassoon <http://data.carnegiehall.org/names/3221> ;
    ns2:cello <http://data.carnegiehall.org/names/16406> ;
    ns2:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns2:oboe <http://data.carnegiehall.org/names/10955> ;
    ns2:percussion <http://data.carnegiehall.org/names/44173> ;
    ns2:piano <http://data.carnegiehall.org/names/28578> ;
    ns2:trumpet <http://data.carnegiehall.org/names/5130> ;
    ns2:violin <http://data.carnegiehall.org/names/37045> ;
    ns1:performer <http://data.carnegiehall.org/names/10955>,
        <http://data.carnegiehall.org/names/16406>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/28578>,
        <http://data.carnegiehall.org/names/3221>,
        <http://data.carnegiehall.org/names/37045>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/5130>,
        <http://data.carnegiehall.org/names/7153> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43643> .

