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

