@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/43030/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "It Takes a Village" ;
    ns1:bass <http://data.carnegiehall.org/names/73653>,
        <http://data.carnegiehall.org/names/73654> ;
    ns1:choir <http://data.carnegiehall.org/names/73646> ;
    ns1:conductor <http://data.carnegiehall.org/names/73647> ;
    ns1:congas <http://data.carnegiehall.org/names/73656>,
        <http://data.carnegiehall.org/names/73657> ;
    ns1:shaker <http://data.carnegiehall.org/names/73655> ;
    ns1:shekere <http://data.carnegiehall.org/names/73649> ;
    ns1:tenor <http://data.carnegiehall.org/names/73650>,
        <http://data.carnegiehall.org/names/73651>,
        <http://data.carnegiehall.org/names/73652> ;
    ns2:performer <http://data.carnegiehall.org/names/73646>,
        <http://data.carnegiehall.org/names/73647>,
        <http://data.carnegiehall.org/names/73649>,
        <http://data.carnegiehall.org/names/73650>,
        <http://data.carnegiehall.org/names/73651>,
        <http://data.carnegiehall.org/names/73652>,
        <http://data.carnegiehall.org/names/73653>,
        <http://data.carnegiehall.org/names/73654>,
        <http://data.carnegiehall.org/names/73655>,
        <http://data.carnegiehall.org/names/73656>,
        <http://data.carnegiehall.org/names/73657> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70133> .

