@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/38993/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Vie en rose" ;
    ns2:banjo <http://data.carnegiehall.org/names/64757> ;
    ns2:clarinet <http://data.carnegiehall.org/names/64759> ;
    ns2:double_bass <http://data.carnegiehall.org/names/64758> ;
    ns2:guitar <http://data.carnegiehall.org/names/64756> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/64754> ;
    ns2:trombone <http://data.carnegiehall.org/names/64755> ;
    ns2:trumpet <http://data.carnegiehall.org/names/64755> ;
    ns1:performer <http://data.carnegiehall.org/names/64754>,
        <http://data.carnegiehall.org/names/64755>,
        <http://data.carnegiehall.org/names/64756>,
        <http://data.carnegiehall.org/names/64757>,
        <http://data.carnegiehall.org/names/64758>,
        <http://data.carnegiehall.org/names/64759> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69677> .

