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

<http://data.carnegiehall.org/events/22624/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Got the Spirit" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/119769> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/119773> ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/9776> ;
    ns3:conductor <http://data.carnegiehall.org/names/40509> ;
    ns3:drums <http://data.carnegiehall.org/names/63644> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/1984> ;
    ns3:piano <http://data.carnegiehall.org/names/119775> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/119771> ;
    ns3:trombone <http://data.carnegiehall.org/names/119772> ;
    ns3:trumpet <http://data.carnegiehall.org/names/119774>,
        <http://data.carnegiehall.org/names/40509>,
        <http://data.carnegiehall.org/names/66540> ;
    ns1:performer <http://data.carnegiehall.org/names/119769>,
        <http://data.carnegiehall.org/names/119771>,
        <http://data.carnegiehall.org/names/119772>,
        <http://data.carnegiehall.org/names/119773>,
        <http://data.carnegiehall.org/names/119774>,
        <http://data.carnegiehall.org/names/119775>,
        <http://data.carnegiehall.org/names/1984>,
        <http://data.carnegiehall.org/names/40509>,
        <http://data.carnegiehall.org/names/63644>,
        <http://data.carnegiehall.org/names/66540>,
        <http://data.carnegiehall.org/names/9776> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107011> .

