@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/52744/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cajon <http://data.carnegiehall.org/names/82820> ;
    ns2:congas <http://data.carnegiehall.org/names/82817> ;
    ns2:dancer <http://data.carnegiehall.org/names/96181> ;
    ns2:double_bass <http://data.carnegiehall.org/names/82819> ;
    ns2:drums <http://data.carnegiehall.org/names/82822> ;
    ns2:guitar <http://data.carnegiehall.org/names/96179> ;
    ns2:piano <http://data.carnegiehall.org/names/82818> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/94204> ;
    ns2:trombone <http://data.carnegiehall.org/names/96182> ;
    ns2:trumpet <http://data.carnegiehall.org/names/96180> ;
    ns2:vocalist <http://data.carnegiehall.org/names/82815>,
        <http://data.carnegiehall.org/names/82817>,
        <http://data.carnegiehall.org/names/96178> ;
    ns1:performer <http://data.carnegiehall.org/names/82815>,
        <http://data.carnegiehall.org/names/82817>,
        <http://data.carnegiehall.org/names/82818>,
        <http://data.carnegiehall.org/names/82819>,
        <http://data.carnegiehall.org/names/82820>,
        <http://data.carnegiehall.org/names/82822>,
        <http://data.carnegiehall.org/names/94204>,
        <http://data.carnegiehall.org/names/96178>,
        <http://data.carnegiehall.org/names/96179>,
        <http://data.carnegiehall.org/names/96180>,
        <http://data.carnegiehall.org/names/96181>,
        <http://data.carnegiehall.org/names/96182> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

