@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/58740/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Apostles, Op. 49" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/34137>,
        <http://data.carnegiehall.org/names/87166>,
        <http://data.carnegiehall.org/names/95253> ;
    ns2:choir <http://data.carnegiehall.org/names/98741> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/63047> ;
    ns2:soprano <http://data.carnegiehall.org/names/35815> ;
    ns2:tenor <http://data.carnegiehall.org/names/99765> ;
    ns1:performer <http://data.carnegiehall.org/names/34137>,
        <http://data.carnegiehall.org/names/35815>,
        <http://data.carnegiehall.org/names/63047>,
        <http://data.carnegiehall.org/names/87166>,
        <http://data.carnegiehall.org/names/95253>,
        <http://data.carnegiehall.org/names/98741>,
        <http://data.carnegiehall.org/names/99765> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27595> .

