@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/59936/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bamboo_flute <http://data.carnegiehall.org/names/111640> ;
    ns2:banhu <http://data.carnegiehall.org/names/102910> ;
    ns2:cello <http://data.carnegiehall.org/names/110297> ;
    ns2:erhu <http://data.carnegiehall.org/names/102910> ;
    ns2:guzheng <http://data.carnegiehall.org/names/111639> ;
    ns2:pipa <http://data.carnegiehall.org/names/27070> ;
    ns2:violin <http://data.carnegiehall.org/names/111641> ;
    ns1:performer <http://data.carnegiehall.org/names/102910>,
        <http://data.carnegiehall.org/names/110297>,
        <http://data.carnegiehall.org/names/111639>,
        <http://data.carnegiehall.org/names/111640>,
        <http://data.carnegiehall.org/names/111641>,
        <http://data.carnegiehall.org/names/27070> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

