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

<http://data.carnegiehall.org/events/5548/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Were You There (When They Crucified My Lord)" ;
    ns2:double_bass <http://data.carnegiehall.org/names/22502> ;
    ns2:drums <http://data.carnegiehall.org/names/55575> ;
    ns2:guitar <http://data.carnegiehall.org/names/121855> ;
    ns2:jazz_quartet <http://data.carnegiehall.org/names/13390> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/23423> ;
    ns2:trumpet <http://data.carnegiehall.org/names/56395> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/119796> ;
    ns1:performer <http://data.carnegiehall.org/names/119796>,
        <http://data.carnegiehall.org/names/121855>,
        <http://data.carnegiehall.org/names/13390>,
        <http://data.carnegiehall.org/names/22502>,
        <http://data.carnegiehall.org/names/23423>,
        <http://data.carnegiehall.org/names/55575>,
        <http://data.carnegiehall.org/names/56395> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4482> .

