@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@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" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/115906> ;
    ns2:drums <http://data.carnegiehall.org/names/22342> ;
    ns2:jazz_trio <http://data.carnegiehall.org/names/78268> ;
    ns2:keyboard <http://data.carnegiehall.org/names/115876> ;
    ns2:organ <http://data.carnegiehall.org/names/114425> ;
    ns2:vocalist <http://data.carnegiehall.org/names/116754> ;
    ns3: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> .

