@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/39566/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le marteau sans maître" ;
    ns2:alto_flute <http://data.carnegiehall.org/names/19781> ;
    ns2:contralto <http://data.carnegiehall.org/names/1219> ;
    ns2:guitar <http://data.carnegiehall.org/names/42441> ;
    ns2:percussion <http://data.carnegiehall.org/names/39953> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/60405> ;
    ns2:viola <http://data.carnegiehall.org/names/24701> ;
    ns2:xylorimba <http://data.carnegiehall.org/names/64439> ;
    ns1:performer <http://data.carnegiehall.org/names/1219>,
        <http://data.carnegiehall.org/names/19781>,
        <http://data.carnegiehall.org/names/24701>,
        <http://data.carnegiehall.org/names/39953>,
        <http://data.carnegiehall.org/names/42441>,
        <http://data.carnegiehall.org/names/60405>,
        <http://data.carnegiehall.org/names/64439> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11362> .

