@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/42586/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Games: Panda Chant I" ;
    ns1:cello <http://data.carnegiehall.org/names/40354> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/37631> ;
    ns1:clarinet <http://data.carnegiehall.org/names/24708> ;
    ns1:double_bass <http://data.carnegiehall.org/names/960> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/60825> ;
    ns1:keyboard <http://data.carnegiehall.org/names/54989> ;
    ns1:percussion <http://data.carnegiehall.org/names/37861> ;
    ns1:piano <http://data.carnegiehall.org/names/54989> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/72449> ;
    ns1:vocalist <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988> ;
    ns2:performer <http://data.carnegiehall.org/names/24708>,
        <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/37861>,
        <http://data.carnegiehall.org/names/40354>,
        <http://data.carnegiehall.org/names/54989>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/72449>,
        <http://data.carnegiehall.org/names/960> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69011> .

