@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/37694/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:ney <http://data.carnegiehall.org/names/61788> ;
    ns1:percussion <http://data.carnegiehall.org/names/12086>,
        <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/61798> ;
    ns1:pipa <http://data.carnegiehall.org/names/56019> ;
    ns1:santur <http://data.carnegiehall.org/names/61790> ;
    ns1:shakuhachi <http://data.carnegiehall.org/names/61783> ;
    ns1:sheng <http://data.carnegiehall.org/names/61780> ;
    ns1:viola <http://data.carnegiehall.org/names/34796> ;
    ns1:violin <http://data.carnegiehall.org/names/24399> ;
    ns1:vocalist <http://data.carnegiehall.org/names/61784> ;
    ns2:performer <http://data.carnegiehall.org/names/12086>,
        <http://data.carnegiehall.org/names/24399>,
        <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/56019>,
        <http://data.carnegiehall.org/names/61780>,
        <http://data.carnegiehall.org/names/61783>,
        <http://data.carnegiehall.org/names/61784>,
        <http://data.carnegiehall.org/names/61788>,
        <http://data.carnegiehall.org/names/61790>,
        <http://data.carnegiehall.org/names/61798> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

