@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/41759/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Francis in the Americas (A Caribbean Mass): Kyrie" ;
    ns1:cabasa <http://data.carnegiehall.org/names/70496> ;
    ns1:choir <http://data.carnegiehall.org/names/69770> ;
    ns1:conductor <http://data.carnegiehall.org/names/69772> ;
    ns1:congas <http://data.carnegiehall.org/names/70504> ;
    ns1:cowbell <http://data.carnegiehall.org/names/70495> ;
    ns1:marimba <http://data.carnegiehall.org/names/70503> ;
    ns1:piano <http://data.carnegiehall.org/names/70501>,
        <http://data.carnegiehall.org/names/70502> ;
    ns1:steel_drums <http://data.carnegiehall.org/names/70500> ;
    ns2:performer <http://data.carnegiehall.org/names/69770>,
        <http://data.carnegiehall.org/names/69772>,
        <http://data.carnegiehall.org/names/70495>,
        <http://data.carnegiehall.org/names/70496>,
        <http://data.carnegiehall.org/names/70500>,
        <http://data.carnegiehall.org/names/70501>,
        <http://data.carnegiehall.org/names/70502>,
        <http://data.carnegiehall.org/names/70503>,
        <http://data.carnegiehall.org/names/70504> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57281> .

