@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/17051/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Judas Maccabaeus, HWV 63" ;
    ns2:baritone <http://data.carnegiehall.org/names/27162>,
        <http://data.carnegiehall.org/names/45544> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/49196> ;
    ns2:cello <http://data.carnegiehall.org/names/49170> ;
    ns2:choir <http://data.carnegiehall.org/names/39941> ;
    ns2:double_bass <http://data.carnegiehall.org/names/57433> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/24480> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/60085> ;
    ns2:organ <http://data.carnegiehall.org/names/12860> ;
    ns2:soprano <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/48460> ;
    ns2:tenor <http://data.carnegiehall.org/names/19577> ;
    ns2:trumpet <http://data.carnegiehall.org/names/8252> ;
    ns1:performer <http://data.carnegiehall.org/names/12860>,
        <http://data.carnegiehall.org/names/19577>,
        <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/27162>,
        <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/39941>,
        <http://data.carnegiehall.org/names/45544>,
        <http://data.carnegiehall.org/names/48460>,
        <http://data.carnegiehall.org/names/49170>,
        <http://data.carnegiehall.org/names/49196>,
        <http://data.carnegiehall.org/names/57433>,
        <http://data.carnegiehall.org/names/60085>,
        <http://data.carnegiehall.org/names/8252> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45742> .

