@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/6055/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:banjo <http://data.carnegiehall.org/names/11862> ;
    ns1:double_bass <http://data.carnegiehall.org/names/46689> ;
    ns1:guitar <http://data.carnegiehall.org/names/11862>,
        <http://data.carnegiehall.org/names/14740>,
        <http://data.carnegiehall.org/names/27275>,
        <http://data.carnegiehall.org/names/38335>,
        <http://data.carnegiehall.org/names/45109> ;
    ns1:mandolin <http://data.carnegiehall.org/names/36739> ;
    ns1:vocalist <http://data.carnegiehall.org/names/14740>,
        <http://data.carnegiehall.org/names/14741>,
        <http://data.carnegiehall.org/names/17773>,
        <http://data.carnegiehall.org/names/17774>,
        <http://data.carnegiehall.org/names/22191>,
        <http://data.carnegiehall.org/names/27275>,
        <http://data.carnegiehall.org/names/36739>,
        <http://data.carnegiehall.org/names/38335>,
        <http://data.carnegiehall.org/names/45109>,
        <http://data.carnegiehall.org/names/46689> ;
    ns2:performer <http://data.carnegiehall.org/names/11862>,
        <http://data.carnegiehall.org/names/14740>,
        <http://data.carnegiehall.org/names/14741>,
        <http://data.carnegiehall.org/names/17773>,
        <http://data.carnegiehall.org/names/17774>,
        <http://data.carnegiehall.org/names/22191>,
        <http://data.carnegiehall.org/names/27275>,
        <http://data.carnegiehall.org/names/36739>,
        <http://data.carnegiehall.org/names/38335>,
        <http://data.carnegiehall.org/names/45109>,
        <http://data.carnegiehall.org/names/46689> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

