@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/12879/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vive le roy" ;
    ns3:bass_trombone <http://data.carnegiehall.org/names/2552> ;
    ns3:brass_quintet <http://data.carnegiehall.org/names/20488> ;
    ns3:french_horn <http://data.carnegiehall.org/names/34397> ;
    ns3:trombone <http://data.carnegiehall.org/names/34398> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/97852> .

