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

<http://data.carnegiehall.org/events/12121/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le marteau sans maître" ;
    ns1:flute <http://data.carnegiehall.org/names/52063> ;
    ns1:guitar <http://data.carnegiehall.org/names/3365> ;
    ns1:percussion <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/47959>,
        <http://data.carnegiehall.org/names/57203> ;
    ns1:soprano <http://data.carnegiehall.org/names/18834> ;
    ns1:viola <http://data.carnegiehall.org/names/60999> ;
    ns2:performer <http://data.carnegiehall.org/names/18834>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/3365>,
        <http://data.carnegiehall.org/names/47959>,
        <http://data.carnegiehall.org/names/52063>,
        <http://data.carnegiehall.org/names/57203>,
        <http://data.carnegiehall.org/names/60999> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11362> .

