@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/54048/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/89883> ;
    ns2:conductor <http://data.carnegiehall.org/names/19986>,
        <http://data.carnegiehall.org/names/86226> ;
    ns2:dizi <http://data.carnegiehall.org/names/99309> ;
    ns2:erhu <http://data.carnegiehall.org/names/20122> ;
    ns2:percussion <http://data.carnegiehall.org/names/26792> ;
    ns2:pipa <http://data.carnegiehall.org/names/41569> ;
    ns2:zheng <http://data.carnegiehall.org/names/99308> ;
    ns1:performer <http://data.carnegiehall.org/names/19986>,
        <http://data.carnegiehall.org/names/20122>,
        <http://data.carnegiehall.org/names/26792>,
        <http://data.carnegiehall.org/names/41569>,
        <http://data.carnegiehall.org/names/86226>,
        <http://data.carnegiehall.org/names/89883>,
        <http://data.carnegiehall.org/names/99308>,
        <http://data.carnegiehall.org/names/99309> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

