@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@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)" ;
    ns2:cello <http://data.carnegiehall.org/names/38733> ;
    ns2:ney <http://data.carnegiehall.org/names/61788> ;
    ns2: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> ;
    ns2:pipa <http://data.carnegiehall.org/names/56019> ;
    ns2:santur <http://data.carnegiehall.org/names/61790> ;
    ns2:shakuhachi <http://data.carnegiehall.org/names/61783> ;
    ns2:sheng <http://data.carnegiehall.org/names/61780> ;
    ns2:viola <http://data.carnegiehall.org/names/34796> ;
    ns2:violin <http://data.carnegiehall.org/names/24399> ;
    ns2:vocalist <http://data.carnegiehall.org/names/61784> ;
    ns1: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> .

