@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/77304/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gospel Mass" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/134150> ;
    ns2:choir <http://data.carnegiehall.org/names/109887>,
        <http://data.carnegiehall.org/names/130322>,
        <http://data.carnegiehall.org/names/137384>,
        <http://data.carnegiehall.org/names/137385>,
        <http://data.carnegiehall.org/names/137386> ;
    ns2:conductor <http://data.carnegiehall.org/names/130310> ;
    ns2:drums <http://data.carnegiehall.org/names/103142> ;
    ns2:piano <http://data.carnegiehall.org/names/23379> ;
    ns2:tenor <http://data.carnegiehall.org/names/126941> ;
    ns1:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/109887>,
        <http://data.carnegiehall.org/names/126941>,
        <http://data.carnegiehall.org/names/130310>,
        <http://data.carnegiehall.org/names/130322>,
        <http://data.carnegiehall.org/names/134150>,
        <http://data.carnegiehall.org/names/137384>,
        <http://data.carnegiehall.org/names/137385>,
        <http://data.carnegiehall.org/names/137386>,
        <http://data.carnegiehall.org/names/23379> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18374> .

