@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/21054/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Honeysuckle Rose" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21591> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/29100> ;
    ns1:double_bass <http://data.carnegiehall.org/names/4878> ;
    ns1:guitar <http://data.carnegiehall.org/names/22610> ;
    ns1:piano <http://data.carnegiehall.org/names/31322> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/7569> ;
    ns1:trumpet <http://data.carnegiehall.org/names/58121> ;
    ns2:performer <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/22610>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/31322>,
        <http://data.carnegiehall.org/names/4878>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/7569> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53705> .

