@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/12879/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ballet à 5 (Overture and Dances of the Court of Versailles under Louis XIV)" ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/2552> ;
    ns2:brass_quintet <http://data.carnegiehall.org/names/20488> ;
    ns2:french_horn <http://data.carnegiehall.org/names/34397> ;
    ns2:trombone <http://data.carnegiehall.org/names/34398> ;
    ns2:trumpet <http://data.carnegiehall.org/names/23268>,
        <http://data.carnegiehall.org/names/45536> ;
    ns1:performer <http://data.carnegiehall.org/names/20488>,
        <http://data.carnegiehall.org/names/23268>,
        <http://data.carnegiehall.org/names/2552>,
        <http://data.carnegiehall.org/names/34397>,
        <http://data.carnegiehall.org/names/34398>,
        <http://data.carnegiehall.org/names/45536> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16070> .

