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

<http://data.carnegiehall.org/events/27069/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Éclat" ;
    ns1:cello <http://data.carnegiehall.org/names/20211> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/50632> ;
    ns1:cimbalom <http://data.carnegiehall.org/names/15302> ;
    ns1:conductor <http://data.carnegiehall.org/names/29925> ;
    ns1:english_horn <http://data.carnegiehall.org/names/59333> ;
    ns1:flute <http://data.carnegiehall.org/names/11203> ;
    ns1:glockenspiel <http://data.carnegiehall.org/names/39769> ;
    ns1:guitar <http://data.carnegiehall.org/names/3365> ;
    ns1:harp <http://data.carnegiehall.org/names/53964> ;
    ns1:mandolin <http://data.carnegiehall.org/names/3529> ;
    ns1:percussion <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/55014> ;
    ns1:piano <http://data.carnegiehall.org/names/23386>,
        <http://data.carnegiehall.org/names/53423> ;
    ns1:trombone <http://data.carnegiehall.org/names/30241> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns1:viola <http://data.carnegiehall.org/names/24655> ;
    ns3:performer <http://data.carnegiehall.org/names/11203>,
        <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20211>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/23386>,
        <http://data.carnegiehall.org/names/24655>,
        <http://data.carnegiehall.org/names/29925>,
        <http://data.carnegiehall.org/names/30241>,
        <http://data.carnegiehall.org/names/3365>,
        <http://data.carnegiehall.org/names/3529>,
        <http://data.carnegiehall.org/names/39769>,
        <http://data.carnegiehall.org/names/50632>,
        <http://data.carnegiehall.org/names/53423>,
        <http://data.carnegiehall.org/names/53964>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/59333> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/42298> .

