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

<http://data.carnegiehall.org/events/53238/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Soul Swing" ;
    ns1:alto <http://data.carnegiehall.org/names/96729> ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/96732> ;
    ns1:baritone <http://data.carnegiehall.org/names/96730> ;
    ns1:bass <http://data.carnegiehall.org/names/96731> ;
    ns1:choir <http://data.carnegiehall.org/names/96737> ;
    ns1:drums <http://data.carnegiehall.org/names/96735> ;
    ns1:piano <http://data.carnegiehall.org/names/96736> ;
    ns1:soprano <http://data.carnegiehall.org/names/96718> ;
    ns1:trombone <http://data.carnegiehall.org/names/96734> ;
    ns1:trumpet <http://data.carnegiehall.org/names/96733> ;
    ns2:performer <http://data.carnegiehall.org/names/96718>,
        <http://data.carnegiehall.org/names/96729>,
        <http://data.carnegiehall.org/names/96730>,
        <http://data.carnegiehall.org/names/96731>,
        <http://data.carnegiehall.org/names/96732>,
        <http://data.carnegiehall.org/names/96733>,
        <http://data.carnegiehall.org/names/96734>,
        <http://data.carnegiehall.org/names/96735>,
        <http://data.carnegiehall.org/names/96736>,
        <http://data.carnegiehall.org/names/96737> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89983> .

