@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/2576/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tin Roof Blues" ;
    ns2:banjo <http://data.carnegiehall.org/names/41135> ;
    ns2:clarinet <http://data.carnegiehall.org/names/24726> ;
    ns2:double_bass <http://data.carnegiehall.org/names/48330> ;
    ns2:drums <http://data.carnegiehall.org/names/30082> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/22852> ;
    ns2:piano <http://data.carnegiehall.org/names/24577> ;
    ns2:trombone <http://data.carnegiehall.org/names/15760>,
        <http://data.carnegiehall.org/names/41135> ;
    ns2:trumpet <http://data.carnegiehall.org/names/45915> ;
    ns2:tuba <http://data.carnegiehall.org/names/48330> ;
    ns2:vocalist <http://data.carnegiehall.org/names/45915> ;
    ns1:performer <http://data.carnegiehall.org/names/15760>,
        <http://data.carnegiehall.org/names/22852>,
        <http://data.carnegiehall.org/names/24577>,
        <http://data.carnegiehall.org/names/24726>,
        <http://data.carnegiehall.org/names/30082>,
        <http://data.carnegiehall.org/names/41135>,
        <http://data.carnegiehall.org/names/45915>,
        <http://data.carnegiehall.org/names/48330> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12611> .

