@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/51385/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chinese Folk Song (unspecified)" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/93395> ;
    ns2:clarinet <http://data.carnegiehall.org/names/93404> ;
    ns2:dizi <http://data.carnegiehall.org/names/93396>,
        <http://data.carnegiehall.org/names/93413> ;
    ns2:erhu <http://data.carnegiehall.org/names/93406>,
        <http://data.carnegiehall.org/names/93407>,
        <http://data.carnegiehall.org/names/93408> ;
    ns2:flute <http://data.carnegiehall.org/names/93409> ;
    ns2:guzheng <http://data.carnegiehall.org/names/93411>,
        <http://data.carnegiehall.org/names/93415> ;
    ns2:percussion <http://data.carnegiehall.org/names/93414> ;
    ns2:piano <http://data.carnegiehall.org/names/93410> ;
    ns2:trumpet <http://data.carnegiehall.org/names/93412> ;
    ns2:violin <http://data.carnegiehall.org/names/93405> ;
    ns1:performer <http://data.carnegiehall.org/names/93395>,
        <http://data.carnegiehall.org/names/93396>,
        <http://data.carnegiehall.org/names/93404>,
        <http://data.carnegiehall.org/names/93405>,
        <http://data.carnegiehall.org/names/93406>,
        <http://data.carnegiehall.org/names/93407>,
        <http://data.carnegiehall.org/names/93408>,
        <http://data.carnegiehall.org/names/93409>,
        <http://data.carnegiehall.org/names/93410>,
        <http://data.carnegiehall.org/names/93411>,
        <http://data.carnegiehall.org/names/93412>,
        <http://data.carnegiehall.org/names/93413>,
        <http://data.carnegiehall.org/names/93414>,
        <http://data.carnegiehall.org/names/93415> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27683> .

