@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/14814/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:banjo <http://data.carnegiehall.org/names/113039>,
        <http://data.carnegiehall.org/names/113040> ;
    ns1:double_bass <http://data.carnegiehall.org/names/113037> ;
    ns1:quartet <http://data.carnegiehall.org/names/113036> ;
    ns1:sousaphone <http://data.carnegiehall.org/names/113037> ;
    ns1:tenor_banjo <http://data.carnegiehall.org/names/113038> ;
    ns2:performer <http://data.carnegiehall.org/names/113036>,
        <http://data.carnegiehall.org/names/113037>,
        <http://data.carnegiehall.org/names/113038>,
        <http://data.carnegiehall.org/names/113039>,
        <http://data.carnegiehall.org/names/113040> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

