@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/41777/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cotton Tail" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/55724> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/29100> ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/31209> ;
    ns2:double_bass <http://data.carnegiehall.org/names/32549> ;
    ns2:drums <http://data.carnegiehall.org/names/56179> ;
    ns2:piano <http://data.carnegiehall.org/names/4806> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/23410>,
        <http://data.carnegiehall.org/names/2398> ;
    ns2:trombone <http://data.carnegiehall.org/names/18795>,
        <http://data.carnegiehall.org/names/34341> ;
    ns2:trumpet <http://data.carnegiehall.org/names/10501>,
        <http://data.carnegiehall.org/names/17860>,
        <http://data.carnegiehall.org/names/20680>,
        <http://data.carnegiehall.org/names/58026> ;
    ns2:vocalist <http://data.carnegiehall.org/names/47408> ;
    ns1:performer <http://data.carnegiehall.org/names/10501>,
        <http://data.carnegiehall.org/names/17860>,
        <http://data.carnegiehall.org/names/18795>,
        <http://data.carnegiehall.org/names/20680>,
        <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/23410>,
        <http://data.carnegiehall.org/names/2398>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/31209>,
        <http://data.carnegiehall.org/names/32549>,
        <http://data.carnegiehall.org/names/34341>,
        <http://data.carnegiehall.org/names/47408>,
        <http://data.carnegiehall.org/names/4806>,
        <http://data.carnegiehall.org/names/55724>,
        <http://data.carnegiehall.org/names/56179>,
        <http://data.carnegiehall.org/names/58026> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30186> .

