@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/4851/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Saul, HWV 53" ;
    ns2:bass <http://data.carnegiehall.org/names/55947> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/59959> ;
    ns2:countertenor <http://data.carnegiehall.org/names/3925>,
        <http://data.carnegiehall.org/names/49956> ;
    ns2:soprano <http://data.carnegiehall.org/names/4929>,
        <http://data.carnegiehall.org/names/58781>,
        <http://data.carnegiehall.org/names/58782> ;
    ns2:tenor <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/319> ;
    ns1:performer <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/319>,
        <http://data.carnegiehall.org/names/3925>,
        <http://data.carnegiehall.org/names/4929>,
        <http://data.carnegiehall.org/names/49956>,
        <http://data.carnegiehall.org/names/55947>,
        <http://data.carnegiehall.org/names/58781>,
        <http://data.carnegiehall.org/names/58782>,
        <http://data.carnegiehall.org/names/59959> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57659> .

