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

<http://data.carnegiehall.org/events/14044/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Canal Street Blues" ;
    ns3:banjo <http://data.carnegiehall.org/names/63802> ;
    ns3:clarinet <http://data.carnegiehall.org/names/63803> ;
    ns3:cornet <http://data.carnegiehall.org/names/48683>,
        <http://data.carnegiehall.org/names/63798> ;
    ns3:drums <http://data.carnegiehall.org/names/63800> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/4162> ;
    ns3:piano <http://data.carnegiehall.org/names/63801> ;
    ns3:trombone <http://data.carnegiehall.org/names/20438> ;
    ns3:tuba <http://data.carnegiehall.org/names/63799> ;
    ns2:performer <http://data.carnegiehall.org/names/20438>,
        <http://data.carnegiehall.org/names/4162>,
        <http://data.carnegiehall.org/names/48683>,
        <http://data.carnegiehall.org/names/63798>,
        <http://data.carnegiehall.org/names/63799>,
        <http://data.carnegiehall.org/names/63800>,
        <http://data.carnegiehall.org/names/63801>,
        <http://data.carnegiehall.org/names/63802>,
        <http://data.carnegiehall.org/names/63803> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/61463> .

