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

<http://data.carnegiehall.org/events/5629/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lush Life" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/34093> ;
    ns1:drums <http://data.carnegiehall.org/names/46858> ;
    ns1:guitar <http://data.carnegiehall.org/names/1541> ;
    ns1:piano <http://data.carnegiehall.org/names/39804> ;
    ns1:synthesizer <http://data.carnegiehall.org/names/52765> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/936> ;
    ns2:performer <http://data.carnegiehall.org/names/1541>,
        <http://data.carnegiehall.org/names/34093>,
        <http://data.carnegiehall.org/names/39804>,
        <http://data.carnegiehall.org/names/46858>,
        <http://data.carnegiehall.org/names/52765>,
        <http://data.carnegiehall.org/names/936> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31935> .

