@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/45832/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Joyous Water Splashing Festival" ;
    ns1:cello <http://data.carnegiehall.org/names/80367>,
        <http://data.carnegiehall.org/names/80368> ;
    ns1:erhu <http://data.carnegiehall.org/names/80360>,
        <http://data.carnegiehall.org/names/80363>,
        <http://data.carnegiehall.org/names/80364> ;
    ns1:hulusi <http://data.carnegiehall.org/names/80371> ;
    ns1:liuqin <http://data.carnegiehall.org/names/80365> ;
    ns1:percussion <http://data.carnegiehall.org/names/80369>,
        <http://data.carnegiehall.org/names/80372> ;
    ns1:yangqin <http://data.carnegiehall.org/names/80361>,
        <http://data.carnegiehall.org/names/80362> ;
    ns1:zhongruan <http://data.carnegiehall.org/names/80366> ;
    ns2:performer <http://data.carnegiehall.org/names/80360>,
        <http://data.carnegiehall.org/names/80361>,
        <http://data.carnegiehall.org/names/80362>,
        <http://data.carnegiehall.org/names/80363>,
        <http://data.carnegiehall.org/names/80364>,
        <http://data.carnegiehall.org/names/80365>,
        <http://data.carnegiehall.org/names/80366>,
        <http://data.carnegiehall.org/names/80367>,
        <http://data.carnegiehall.org/names/80368>,
        <http://data.carnegiehall.org/names/80369>,
        <http://data.carnegiehall.org/names/80371>,
        <http://data.carnegiehall.org/names/80372> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/76436> .

