@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/16562/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cloudburst" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/142144> ;
    ns2:congas <http://data.carnegiehall.org/names/142146> ;
    ns2:drums <http://data.carnegiehall.org/names/142145> ;
    ns2:guitar <http://data.carnegiehall.org/names/142141>,
        <http://data.carnegiehall.org/names/142142> ;
    ns2:keyboard <http://data.carnegiehall.org/names/142143> ;
    ns2:piano <http://data.carnegiehall.org/names/49220> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/142138> ;
    ns2:vocalist <http://data.carnegiehall.org/names/142137>,
        <http://data.carnegiehall.org/names/142139>,
        <http://data.carnegiehall.org/names/142140>,
        <http://data.carnegiehall.org/names/49220> ;
    ns1:performer <http://data.carnegiehall.org/names/142137>,
        <http://data.carnegiehall.org/names/142138>,
        <http://data.carnegiehall.org/names/142139>,
        <http://data.carnegiehall.org/names/142140>,
        <http://data.carnegiehall.org/names/142141>,
        <http://data.carnegiehall.org/names/142142>,
        <http://data.carnegiehall.org/names/142143>,
        <http://data.carnegiehall.org/names/142144>,
        <http://data.carnegiehall.org/names/142145>,
        <http://data.carnegiehall.org/names/142146>,
        <http://data.carnegiehall.org/names/49220> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125543> .

