@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/35290/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Captain Jack" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/142315> ;
    ns3:drums <http://data.carnegiehall.org/names/82873> ;
    ns3:guitar <http://data.carnegiehall.org/names/142314> ;
    ns3:piano <http://data.carnegiehall.org/names/12090> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/142313> ;
    ns3:vocalist <http://data.carnegiehall.org/names/12090> ;
    ns2:performer <http://data.carnegiehall.org/names/12090>,
        <http://data.carnegiehall.org/names/142313>,
        <http://data.carnegiehall.org/names/142314>,
        <http://data.carnegiehall.org/names/142315>,
        <http://data.carnegiehall.org/names/82873> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/121210> .

