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

<http://data.carnegiehall.org/events/10017/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All Blues" ;
    ns1:double_bass <http://data.carnegiehall.org/names/53653> ;
    ns1:drums <http://data.carnegiehall.org/names/16264> ;
    ns1:flute <http://data.carnegiehall.org/names/19749> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/78289> ;
    ns1:piano <http://data.carnegiehall.org/names/45017> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/19749> ;
    ns3:performer <http://data.carnegiehall.org/names/16264>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/45017>,
        <http://data.carnegiehall.org/names/53653>,
        <http://data.carnegiehall.org/names/78289> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/11749> .

