@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/22575/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/23480> ;
    ns2:bass <http://data.carnegiehall.org/names/32912> ;
    ns2:cantor <http://data.carnegiehall.org/names/23474>,
        <http://data.carnegiehall.org/names/44545> ;
    ns2:cello <http://data.carnegiehall.org/names/12007> ;
    ns2:flute <http://data.carnegiehall.org/names/46182> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/24480> ;
    ns2:piano <http://data.carnegiehall.org/names/15710>,
        <http://data.carnegiehall.org/names/30952>,
        <http://data.carnegiehall.org/names/31328> ;
    ns2:soprano <http://data.carnegiehall.org/names/32085> ;
    ns1:performer <http://data.carnegiehall.org/names/12007>,
        <http://data.carnegiehall.org/names/15710>,
        <http://data.carnegiehall.org/names/23474>,
        <http://data.carnegiehall.org/names/23480>,
        <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/30952>,
        <http://data.carnegiehall.org/names/31328>,
        <http://data.carnegiehall.org/names/32085>,
        <http://data.carnegiehall.org/names/32912>,
        <http://data.carnegiehall.org/names/44545>,
        <http://data.carnegiehall.org/names/46182> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

