@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/33124/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "S.O.L. Blues" ;
    ns1:banjo <http://data.carnegiehall.org/names/11307> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns1:drums <http://data.carnegiehall.org/names/54662> ;
    ns1:guitar <http://data.carnegiehall.org/names/11307> ;
    ns1:piano <http://data.carnegiehall.org/names/12447> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/13189> ;
    ns1:trombone <http://data.carnegiehall.org/names/2630> ;
    ns1:trumpet <http://data.carnegiehall.org/names/51689>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/57566> ;
    ns2:performer <http://data.carnegiehall.org/names/11307>,
        <http://data.carnegiehall.org/names/12447>,
        <http://data.carnegiehall.org/names/13189>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/51689>,
        <http://data.carnegiehall.org/names/54662>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/57566> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61444> .

