@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_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The New Song of the Herdsmen" ;
    ns1:erhu <http://data.carnegiehall.org/names/93402> ;
    ns1:flute <http://data.carnegiehall.org/names/22555> ;
    ns1:guzheng <http://data.carnegiehall.org/names/43964> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/93403> ;
    ns2:performer <http://data.carnegiehall.org/names/22555>,
        <http://data.carnegiehall.org/names/43964>,
        <http://data.carnegiehall.org/names/93402>,
        <http://data.carnegiehall.org/names/93403> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41927> .

