@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/1849/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Guo Feng, Op. 8" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/33076> ;
    ns3:dizi <http://data.carnegiehall.org/names/51352> ;
    ns3:erhu <http://data.carnegiehall.org/names/20122> ;
    ns3:zheng <http://data.carnegiehall.org/names/41569> ;
    ns1:performer <http://data.carnegiehall.org/names/20122>,
        <http://data.carnegiehall.org/names/33076>,
        <http://data.carnegiehall.org/names/41569>,
        <http://data.carnegiehall.org/names/51352> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/17359> .

