@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/31125/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le bal masqué" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/58430> ;
    ns2:bassoon <http://data.carnegiehall.org/names/40294> ;
    ns2:cello <http://data.carnegiehall.org/names/46188> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/30742> ;
    ns2:clarinet <http://data.carnegiehall.org/names/59196> ;
    ns2:oboe <http://data.carnegiehall.org/names/46065> ;
    ns2:percussion <http://data.carnegiehall.org/names/52237> ;
    ns2:piano <http://data.carnegiehall.org/names/4183> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12385> ;
    ns2:violin <http://data.carnegiehall.org/names/25747> ;
    ns3:performer <http://data.carnegiehall.org/names/12385>,
        <http://data.carnegiehall.org/names/25747>,
        <http://data.carnegiehall.org/names/30742>,
        <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/4183>,
        <http://data.carnegiehall.org/names/46065>,
        <http://data.carnegiehall.org/names/46188>,
        <http://data.carnegiehall.org/names/52237>,
        <http://data.carnegiehall.org/names/58430>,
        <http://data.carnegiehall.org/names/59196> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/43643> .

