@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/39711/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sweet Betsy from Pike (Gold Rush song)" ;
    ns2:double_bass <http://data.carnegiehall.org/names/2222> ;
    ns2:drums <http://data.carnegiehall.org/names/65699> ;
    ns2:guitar <http://data.carnegiehall.org/names/66263> ;
    ns2:piano <http://data.carnegiehall.org/names/66265> ;
    ns2:saxophone <http://data.carnegiehall.org/names/66264> ;
    ns2:trombone <http://data.carnegiehall.org/names/8901> ;
    ns2:trumpet <http://data.carnegiehall.org/names/34060> ;
    ns2:violin <http://data.carnegiehall.org/names/52541> ;
    ns1:performer <http://data.carnegiehall.org/names/2222>,
        <http://data.carnegiehall.org/names/34060>,
        <http://data.carnegiehall.org/names/52541>,
        <http://data.carnegiehall.org/names/65699>,
        <http://data.carnegiehall.org/names/66263>,
        <http://data.carnegiehall.org/names/66264>,
        <http://data.carnegiehall.org/names/66265>,
        <http://data.carnegiehall.org/names/8901> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60381> .

