@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/18928/work_27> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Didn't He Ramble?" ;
    ns2:clarinet <http://data.carnegiehall.org/names/32811> ;
    ns2:double_bass <http://data.carnegiehall.org/names/45763> ;
    ns2:drums <http://data.carnegiehall.org/names/51959> ;
    ns2:guitar <http://data.carnegiehall.org/names/28495> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/23708> ;
    ns2:piano <http://data.carnegiehall.org/names/68438> ;
    ns2:trombone <http://data.carnegiehall.org/names/23707> ;
    ns2:trumpet <http://data.carnegiehall.org/names/40217> ;
    ns1:performer <http://data.carnegiehall.org/names/23707>,
        <http://data.carnegiehall.org/names/23708>,
        <http://data.carnegiehall.org/names/28495>,
        <http://data.carnegiehall.org/names/32811>,
        <http://data.carnegiehall.org/names/40217>,
        <http://data.carnegiehall.org/names/45763>,
        <http://data.carnegiehall.org/names/51959>,
        <http://data.carnegiehall.org/names/68438> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6632> .

