@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/38688/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Three Poems from the Sung Dynasty: Chai Tou Feng" ;
    ns1:bassoon <http://data.carnegiehall.org/names/38171> ;
    ns1:cello <http://data.carnegiehall.org/names/25549> ;
    ns1:clarinet <http://data.carnegiehall.org/names/884> ;
    ns1:double_bass <http://data.carnegiehall.org/names/3958> ;
    ns1:flute <http://data.carnegiehall.org/names/56958> ;
    ns1:french_horn <http://data.carnegiehall.org/names/44947> ;
    ns1:harp <http://data.carnegiehall.org/names/22155> ;
    ns1:oboe <http://data.carnegiehall.org/names/49832> ;
    ns1:piano <http://data.carnegiehall.org/names/22055> ;
    ns1:soprano <http://data.carnegiehall.org/names/9516> ;
    ns1:timpani <http://data.carnegiehall.org/names/35781> ;
    ns1:viola <http://data.carnegiehall.org/names/20267> ;
    ns1:violin <http://data.carnegiehall.org/names/20262>,
        <http://data.carnegiehall.org/names/22568> ;
    ns2:performer <http://data.carnegiehall.org/names/20262>,
        <http://data.carnegiehall.org/names/20267>,
        <http://data.carnegiehall.org/names/22055>,
        <http://data.carnegiehall.org/names/22155>,
        <http://data.carnegiehall.org/names/22568>,
        <http://data.carnegiehall.org/names/25549>,
        <http://data.carnegiehall.org/names/35781>,
        <http://data.carnegiehall.org/names/38171>,
        <http://data.carnegiehall.org/names/3958>,
        <http://data.carnegiehall.org/names/44947>,
        <http://data.carnegiehall.org/names/49832>,
        <http://data.carnegiehall.org/names/56958>,
        <http://data.carnegiehall.org/names/884>,
        <http://data.carnegiehall.org/names/9516> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61936> .

