@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/18928/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Eh, la bas (Traditional Creole)" ;
    ns3:clarinet <http://data.carnegiehall.org/names/32811> ;
    ns3:double_bass <http://data.carnegiehall.org/names/45763> ;
    ns3:drums <http://data.carnegiehall.org/names/51959> ;
    ns3:guitar <http://data.carnegiehall.org/names/28495> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/23708> ;
    ns3:piano <http://data.carnegiehall.org/names/68438> ;
    ns3:trombone <http://data.carnegiehall.org/names/23707> ;
    ns3:trumpet <http://data.carnegiehall.org/names/40217> ;
    ns3:vocalist <http://data.carnegiehall.org/names/23707> ;
    ns2: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/65161> .

