@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/39593/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stimela" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/66094> ;
    ns2:choir <http://data.carnegiehall.org/names/66095> ;
    ns2:drums <http://data.carnegiehall.org/names/66090> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/12813> ;
    ns2:guitar <http://data.carnegiehall.org/names/66092> ;
    ns2:keyboard <http://data.carnegiehall.org/names/66091>,
        <http://data.carnegiehall.org/names/66093> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/64607> ;
    ns2:vocalist <http://data.carnegiehall.org/names/12813> ;
    ns1:performer <http://data.carnegiehall.org/names/12813>,
        <http://data.carnegiehall.org/names/64607>,
        <http://data.carnegiehall.org/names/66090>,
        <http://data.carnegiehall.org/names/66091>,
        <http://data.carnegiehall.org/names/66092>,
        <http://data.carnegiehall.org/names/66093>,
        <http://data.carnegiehall.org/names/66094>,
        <http://data.carnegiehall.org/names/66095> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63140> .

