@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/27774/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Belshazzar, HWV 61: Act III" ;
    ns2:baritone <http://data.carnegiehall.org/names/13442> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/49196> ;
    ns2:cello <http://data.carnegiehall.org/names/49170> ;
    ns2:double_bass <http://data.carnegiehall.org/names/57433> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/19521> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/24479> ;
    ns2:organ <http://data.carnegiehall.org/names/12860> ;
    ns2:soprano <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/44124> ;
    ns2:tenor <http://data.carnegiehall.org/names/14814>,
        <http://data.carnegiehall.org/names/48092> ;
    ns1:performer <http://data.carnegiehall.org/names/12860>,
        <http://data.carnegiehall.org/names/13442>,
        <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/14814>,
        <http://data.carnegiehall.org/names/19521>,
        <http://data.carnegiehall.org/names/24479>,
        <http://data.carnegiehall.org/names/44124>,
        <http://data.carnegiehall.org/names/48092>,
        <http://data.carnegiehall.org/names/49170>,
        <http://data.carnegiehall.org/names/49196>,
        <http://data.carnegiehall.org/names/57433> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/123844> .

