@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/36617/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song to My Uncles (Peking Opera aria)" ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/64142> ;
    ns1:dahu <http://data.carnegiehall.org/names/114960> ;
    ns1:dizi <http://data.carnegiehall.org/names/114961> ;
    ns1:erhu <http://data.carnegiehall.org/names/114965> ;
    ns1:gaohu <http://data.carnegiehall.org/names/31169> ;
    ns1:pipa <http://data.carnegiehall.org/names/114964> ;
    ns1:ruan <http://data.carnegiehall.org/names/114963> ;
    ns1:sheng <http://data.carnegiehall.org/names/114959> ;
    ns1:soprano <http://data.carnegiehall.org/names/24587> ;
    ns1:yangqin <http://data.carnegiehall.org/names/114962> ;
    ns2:performer <http://data.carnegiehall.org/names/114959>,
        <http://data.carnegiehall.org/names/114960>,
        <http://data.carnegiehall.org/names/114961>,
        <http://data.carnegiehall.org/names/114962>,
        <http://data.carnegiehall.org/names/114963>,
        <http://data.carnegiehall.org/names/114964>,
        <http://data.carnegiehall.org/names/114965>,
        <http://data.carnegiehall.org/names/24587>,
        <http://data.carnegiehall.org/names/31169>,
        <http://data.carnegiehall.org/names/64142> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103926> .

