@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/62192/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "It Takes a Village" ;
    ns2:choir <http://data.carnegiehall.org/names/113117>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/121990>,
        <http://data.carnegiehall.org/names/121991>,
        <http://data.carnegiehall.org/names/121993>,
        <http://data.carnegiehall.org/names/121995>,
        <http://data.carnegiehall.org/names/95138> ;
    ns2:conductor <http://data.carnegiehall.org/names/118412>,
        <http://data.carnegiehall.org/names/49861> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/121992> ;
    ns2:piano <http://data.carnegiehall.org/names/109872> ;
    ns1:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/113117>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/118412>,
        <http://data.carnegiehall.org/names/121990>,
        <http://data.carnegiehall.org/names/121991>,
        <http://data.carnegiehall.org/names/121992>,
        <http://data.carnegiehall.org/names/121993>,
        <http://data.carnegiehall.org/names/121995>,
        <http://data.carnegiehall.org/names/49861>,
        <http://data.carnegiehall.org/names/95138> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70133> .

