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

