@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/5304/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Perdido" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21855>,
        <http://data.carnegiehall.org/names/22014> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/41726> ;
    ns1:double_bass <http://data.carnegiehall.org/names/57755> ;
    ns1:drums <http://data.carnegiehall.org/names/36204> ;
    ns1:piano <http://data.carnegiehall.org/names/32252> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/27660>,
        <http://data.carnegiehall.org/names/63792> ;
    ns1:trumpet <http://data.carnegiehall.org/names/8571> ;
    ns2:performer <http://data.carnegiehall.org/names/21855>,
        <http://data.carnegiehall.org/names/22014>,
        <http://data.carnegiehall.org/names/27660>,
        <http://data.carnegiehall.org/names/32252>,
        <http://data.carnegiehall.org/names/36204>,
        <http://data.carnegiehall.org/names/41726>,
        <http://data.carnegiehall.org/names/57755>,
        <http://data.carnegiehall.org/names/63792>,
        <http://data.carnegiehall.org/names/8571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16173> .

