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

