@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/33462/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "He's Got the Whole World in His Hands" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/27606> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/60084> ;
    ns1:soprano <http://data.carnegiehall.org/names/14213> ;
    ns1:tenor <http://data.carnegiehall.org/names/41313> ;
    ns2:performer <http://data.carnegiehall.org/names/14213>,
        <http://data.carnegiehall.org/names/27606>,
        <http://data.carnegiehall.org/names/41313>,
        <http://data.carnegiehall.org/names/60084> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32453> .

