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

<http://data.carnegiehall.org/events/79600/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ritual" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/141086> ;
    ns1:choir <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/141089>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141093>,
        <http://data.carnegiehall.org/names/141094>,
        <http://data.carnegiehall.org/names/67734> ;
    ns1:conductor <http://data.carnegiehall.org/names/141090> ;
    ns1:drums <http://data.carnegiehall.org/names/103142> ;
    ns1:percussion <http://data.carnegiehall.org/names/103142> ;
    ns1:piano <http://data.carnegiehall.org/names/67781> ;
    ns2:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/141086>,
        <http://data.carnegiehall.org/names/141089>,
        <http://data.carnegiehall.org/names/141090>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141093>,
        <http://data.carnegiehall.org/names/141094>,
        <http://data.carnegiehall.org/names/67734>,
        <http://data.carnegiehall.org/names/67781> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118299> .

