@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/53766/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:banjo <http://data.carnegiehall.org/names/97922> ;
    ns2:bass <http://data.carnegiehall.org/names/97920> ;
    ns2:bluegrass_band <http://data.carnegiehall.org/names/97915> ;
    ns2:double_bass <http://data.carnegiehall.org/names/97917> ;
    ns2:drums <http://data.carnegiehall.org/names/97919> ;
    ns2:fiddle <http://data.carnegiehall.org/names/97918> ;
    ns2:guitar <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97920>,
        <http://data.carnegiehall.org/names/97923> ;
    ns2:mandolin <http://data.carnegiehall.org/names/97918>,
        <http://data.carnegiehall.org/names/97921> ;
    ns2:vocalist <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97917>,
        <http://data.carnegiehall.org/names/97921> ;
    ns1:performer <http://data.carnegiehall.org/names/97915>,
        <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97917>,
        <http://data.carnegiehall.org/names/97918>,
        <http://data.carnegiehall.org/names/97919>,
        <http://data.carnegiehall.org/names/97920>,
        <http://data.carnegiehall.org/names/97921>,
        <http://data.carnegiehall.org/names/97922>,
        <http://data.carnegiehall.org/names/97923> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

