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

<http://data.carnegiehall.org/events/68971/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mr. Bow-Tie" ;
    ns3:double_bass <http://data.carnegiehall.org/names/53653> ;
    ns3:drums <http://data.carnegiehall.org/names/78144> ;
    ns3:jazz_quartet <http://data.carnegiehall.org/names/127512> ;
    ns3:piano <http://data.carnegiehall.org/names/32723> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/4201> ;
    ns1:performer <http://data.carnegiehall.org/names/127512>,
        <http://data.carnegiehall.org/names/32723>,
        <http://data.carnegiehall.org/names/4201>,
        <http://data.carnegiehall.org/names/53653>,
        <http://data.carnegiehall.org/names/78144> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/74035> .

