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

<http://data.carnegiehall.org/events/17724/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Honeysuckle Rose" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/21626>,
        <http://data.carnegiehall.org/names/42939>,
        <http://data.carnegiehall.org/names/69924> ;
    ns2:conductor <http://data.carnegiehall.org/names/42939> ;
    ns2:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns2:drums <http://data.carnegiehall.org/names/21222> ;
    ns2:guitar <http://data.carnegiehall.org/names/78242> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/78241> ;
    ns2:piano <http://data.carnegiehall.org/names/1195> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/34061> ;
    ns2:trombone <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/47182>,
        <http://data.carnegiehall.org/names/53873>,
        <http://data.carnegiehall.org/names/9795> ;
    ns2:trumpet <http://data.carnegiehall.org/names/24822>,
        <http://data.carnegiehall.org/names/29778>,
        <http://data.carnegiehall.org/names/31649>,
        <http://data.carnegiehall.org/names/8040> ;
    ns1:performer <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/20229>,
        <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/21626>,
        <http://data.carnegiehall.org/names/24822>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/29778>,
        <http://data.carnegiehall.org/names/31649>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/42939>,
        <http://data.carnegiehall.org/names/47182>,
        <http://data.carnegiehall.org/names/53873>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/78241>,
        <http://data.carnegiehall.org/names/78242>,
        <http://data.carnegiehall.org/names/8040>,
        <http://data.carnegiehall.org/names/9795> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53705> .

