@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/25909/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ma Mère" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/14815> ;
    ns2:double_bass <http://data.carnegiehall.org/names/24731> ;
    ns2:drums <http://data.carnegiehall.org/names/31776> ;
    ns2:mime <http://data.carnegiehall.org/names/90437> ;
    ns2:organ <http://data.carnegiehall.org/names/120843> ;
    ns2:percussion <http://data.carnegiehall.org/names/120844> ;
    ns2:piano <http://data.carnegiehall.org/names/120842> ;
    ns2:vocalist <http://data.carnegiehall.org/names/2045> ;
    ns1:performer <http://data.carnegiehall.org/names/120842>,
        <http://data.carnegiehall.org/names/120843>,
        <http://data.carnegiehall.org/names/120844>,
        <http://data.carnegiehall.org/names/14815>,
        <http://data.carnegiehall.org/names/2045>,
        <http://data.carnegiehall.org/names/24731>,
        <http://data.carnegiehall.org/names/31776>,
        <http://data.carnegiehall.org/names/90437> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/107607> .

