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

<http://data.carnegiehall.org/events/18928/work_31> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "C'est l'autre Can Can (Creole Song)" ;
    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> ;
    ns2:vocalist <http://data.carnegiehall.org/names/23707> ;
    ns3: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/65178> .

