@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/1006/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:banjo <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/28968>,
        <http://data.carnegiehall.org/names/61034> ;
    ns1:bluegrass_band <http://data.carnegiehall.org/names/1014> ;
    ns1:dobro <http://data.carnegiehall.org/names/11498> ;
    ns1:double_bass <http://data.carnegiehall.org/names/41095> ;
    ns1:fiddle <http://data.carnegiehall.org/names/100423> ;
    ns1:folk_singer <http://data.carnegiehall.org/names/100431>,
        <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/17016> ;
    ns1:guitar <http://data.carnegiehall.org/names/1013>,
        <http://data.carnegiehall.org/names/48316> ;
    ns1:host <http://data.carnegiehall.org/names/14103> ;
    ns1:mandolin <http://data.carnegiehall.org/names/11498> ;
    ns1:vocalist <http://data.carnegiehall.org/names/1013>,
        <http://data.carnegiehall.org/names/28968>,
        <http://data.carnegiehall.org/names/48316> ;
    ns2:performer <http://data.carnegiehall.org/names/100423>,
        <http://data.carnegiehall.org/names/100431>,
        <http://data.carnegiehall.org/names/1013>,
        <http://data.carnegiehall.org/names/1014>,
        <http://data.carnegiehall.org/names/11498>,
        <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/17016>,
        <http://data.carnegiehall.org/names/28968>,
        <http://data.carnegiehall.org/names/41095>,
        <http://data.carnegiehall.org/names/48316>,
        <http://data.carnegiehall.org/names/61034> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

