@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_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mississippi Mud" ;
    ns3:banjo <http://data.carnegiehall.org/names/63813> ;
    ns3:clarinet <http://data.carnegiehall.org/names/63810>,
        <http://data.carnegiehall.org/names/63811> ;
    ns3:cornet <http://data.carnegiehall.org/names/63809> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/51822> ;
    ns3:piano <http://data.carnegiehall.org/names/63812> ;
    ns3:tuba <http://data.carnegiehall.org/names/63814> ;
    ns2:performer <http://data.carnegiehall.org/names/51822>,
        <http://data.carnegiehall.org/names/63809>,
        <http://data.carnegiehall.org/names/63810>,
        <http://data.carnegiehall.org/names/63811>,
        <http://data.carnegiehall.org/names/63812>,
        <http://data.carnegiehall.org/names/63813>,
        <http://data.carnegiehall.org/names/63814> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/61453> .

