@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/62580/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gospel Mass" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/103143> ;
    ns2:choir <http://data.carnegiehall.org/names/117114>,
        <http://data.carnegiehall.org/names/117120>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/80865>,
        <http://data.carnegiehall.org/names/83906>,
        <http://data.carnegiehall.org/names/99875> ;
    ns2:conductor <http://data.carnegiehall.org/names/45532> ;
    ns2:drums <http://data.carnegiehall.org/names/103142> ;
    ns2:piano <http://data.carnegiehall.org/names/90146> ;
    ns2:tenor <http://data.carnegiehall.org/names/117115> ;
    ns1:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/103143>,
        <http://data.carnegiehall.org/names/117114>,
        <http://data.carnegiehall.org/names/117115>,
        <http://data.carnegiehall.org/names/117120>,
        <http://data.carnegiehall.org/names/45532>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/80865>,
        <http://data.carnegiehall.org/names/83906>,
        <http://data.carnegiehall.org/names/90146>,
        <http://data.carnegiehall.org/names/99875> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18374> .

