@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/28723/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fancy Free" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/96568> ;
    ns2:drums <http://data.carnegiehall.org/names/96565> ;
    ns2:guitar <http://data.carnegiehall.org/names/119731> ;
    ns2:keyboard <http://data.carnegiehall.org/names/96564> ;
    ns2:percussion <http://data.carnegiehall.org/names/15394> ;
    ns2:rhythm_and_blues_band <http://data.carnegiehall.org/names/9588> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/119730> ;
    ns2:vocalist <http://data.carnegiehall.org/names/15394> ;
    ns1:performer <http://data.carnegiehall.org/names/119730>,
        <http://data.carnegiehall.org/names/119731>,
        <http://data.carnegiehall.org/names/15394>,
        <http://data.carnegiehall.org/names/9588>,
        <http://data.carnegiehall.org/names/96564>,
        <http://data.carnegiehall.org/names/96565>,
        <http://data.carnegiehall.org/names/96568> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104679> .

