@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/34662/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass <http://data.carnegiehall.org/names/5289> ;
    ns2:cello <http://data.carnegiehall.org/names/16423>,
        <http://data.carnegiehall.org/names/37503> ;
    ns2:contralto <http://data.carnegiehall.org/names/31779>,
        <http://data.carnegiehall.org/names/33272> ;
    ns2:double_bass <http://data.carnegiehall.org/names/54203> ;
    ns2:electronics <http://data.carnegiehall.org/names/3049>,
        <http://data.carnegiehall.org/names/47458> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/12557> ;
    ns2:tenor <http://data.carnegiehall.org/names/37761>,
        <http://data.carnegiehall.org/names/47420> ;
    ns2:viola <http://data.carnegiehall.org/names/13120>,
        <http://data.carnegiehall.org/names/25714>,
        <http://data.carnegiehall.org/names/640>,
        <http://data.carnegiehall.org/names/9955> ;
    ns1:performer <http://data.carnegiehall.org/names/12557>,
        <http://data.carnegiehall.org/names/13120>,
        <http://data.carnegiehall.org/names/16423>,
        <http://data.carnegiehall.org/names/25714>,
        <http://data.carnegiehall.org/names/3049>,
        <http://data.carnegiehall.org/names/31779>,
        <http://data.carnegiehall.org/names/33272>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/37761>,
        <http://data.carnegiehall.org/names/47420>,
        <http://data.carnegiehall.org/names/47458>,
        <http://data.carnegiehall.org/names/5289>,
        <http://data.carnegiehall.org/names/54203>,
        <http://data.carnegiehall.org/names/640>,
        <http://data.carnegiehall.org/names/9955> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

