@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/38993/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pal Joey: Selection" ;
    ns1:banjo <http://data.carnegiehall.org/names/64757> ;
    ns1:clarinet <http://data.carnegiehall.org/names/64759> ;
    ns1:double_bass <http://data.carnegiehall.org/names/64758> ;
    ns1:guitar <http://data.carnegiehall.org/names/64756> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/64754> ;
    ns1:trombone <http://data.carnegiehall.org/names/64755> ;
    ns1:trumpet <http://data.carnegiehall.org/names/64755> ;
    ns2: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/62280> .

