@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/21933/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:conductor <http://data.carnegiehall.org/names/49410>,
        <http://data.carnegiehall.org/names/76768> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/10046>,
        <http://data.carnegiehall.org/names/10605>,
        <http://data.carnegiehall.org/names/30565>,
        <http://data.carnegiehall.org/names/51339> ;
    ns2:piano <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/24602>,
        <http://data.carnegiehall.org/names/59691> ;
    ns2:speaker <http://data.carnegiehall.org/names/14009> ;
    ns2:trumpet <http://data.carnegiehall.org/names/59692> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/41532> ;
    ns2:vocalist <http://data.carnegiehall.org/names/25800>,
        <http://data.carnegiehall.org/names/49410>,
        <http://data.carnegiehall.org/names/6279> ;
    ns1:performer <http://data.carnegiehall.org/names/10046>,
        <http://data.carnegiehall.org/names/10605>,
        <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/14009>,
        <http://data.carnegiehall.org/names/24602>,
        <http://data.carnegiehall.org/names/25800>,
        <http://data.carnegiehall.org/names/30565>,
        <http://data.carnegiehall.org/names/41532>,
        <http://data.carnegiehall.org/names/49410>,
        <http://data.carnegiehall.org/names/51339>,
        <http://data.carnegiehall.org/names/59691>,
        <http://data.carnegiehall.org/names/59692>,
        <http://data.carnegiehall.org/names/6279>,
        <http://data.carnegiehall.org/names/76768> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

