@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/19835/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Judas Maccabaeus, HWV 63" ;
    ns1:baritone <http://data.carnegiehall.org/names/28272> ;
    ns1:cello <http://data.carnegiehall.org/names/43811> ;
    ns1:continuo <http://data.carnegiehall.org/names/16701> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/51968> ;
    ns1:soprano <http://data.carnegiehall.org/names/30533> ;
    ns1:tenor <http://data.carnegiehall.org/names/26919> ;
    ns1:trumpet <http://data.carnegiehall.org/names/53779> ;
    ns1:violin <http://data.carnegiehall.org/names/16407> ;
    ns2:performer <http://data.carnegiehall.org/names/16407>,
        <http://data.carnegiehall.org/names/16701>,
        <http://data.carnegiehall.org/names/26919>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/30533>,
        <http://data.carnegiehall.org/names/43811>,
        <http://data.carnegiehall.org/names/51968>,
        <http://data.carnegiehall.org/names/53779> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45742> .

