@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/45832/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Spring on Tianshan Mountain" ;
    ns1:cello <http://data.carnegiehall.org/names/80368>,
        <http://data.carnegiehall.org/names/80370> ;
    ns1:liuqin <http://data.carnegiehall.org/names/80365> ;
    ns1:percussion <http://data.carnegiehall.org/names/80369> ;
    ns1:ruan <http://data.carnegiehall.org/names/80366> ;
    ns1:yangqin <http://data.carnegiehall.org/names/80361>,
        <http://data.carnegiehall.org/names/80362> ;
    ns2:performer <http://data.carnegiehall.org/names/80361>,
        <http://data.carnegiehall.org/names/80362>,
        <http://data.carnegiehall.org/names/80365>,
        <http://data.carnegiehall.org/names/80366>,
        <http://data.carnegiehall.org/names/80368>,
        <http://data.carnegiehall.org/names/80369>,
        <http://data.carnegiehall.org/names/80370> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/76435> .

