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

<http://data.carnegiehall.org/events/5180/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tell Me" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/115906> ;
    ns3:drums <http://data.carnegiehall.org/names/22342> ;
    ns3:jazz_trio <http://data.carnegiehall.org/names/78268> ;
    ns3:keyboard <http://data.carnegiehall.org/names/115876> ;
    ns3:organ <http://data.carnegiehall.org/names/114425> ;
    ns3:vocalist <http://data.carnegiehall.org/names/116754> ;
    ns2:performer <http://data.carnegiehall.org/names/114425>,
        <http://data.carnegiehall.org/names/115876>,
        <http://data.carnegiehall.org/names/115906>,
        <http://data.carnegiehall.org/names/116754>,
        <http://data.carnegiehall.org/names/22342>,
        <http://data.carnegiehall.org/names/78268> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/105227> .

