@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/74976/work_24> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/134565> ;
    ns2:drums <http://data.carnegiehall.org/names/114491> ;
    ns2:guitar <http://data.carnegiehall.org/names/116947>,
        <http://data.carnegiehall.org/names/130264> ;
    ns2:keyboard <http://data.carnegiehall.org/names/134564>,
        <http://data.carnegiehall.org/names/134566> ;
    ns2:lap_steel_guitar <http://data.carnegiehall.org/names/116947> ;
    ns2:organ <http://data.carnegiehall.org/names/134564> ;
    ns2:vocalist <http://data.carnegiehall.org/names/134565>,
        <http://data.carnegiehall.org/names/134566> ;
    ns3:performer <http://data.carnegiehall.org/names/114491>,
        <http://data.carnegiehall.org/names/116947>,
        <http://data.carnegiehall.org/names/130264>,
        <http://data.carnegiehall.org/names/134564>,
        <http://data.carnegiehall.org/names/134565>,
        <http://data.carnegiehall.org/names/134566> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

