@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/48178/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/86393> ;
    ns1:choir <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/73084>,
        <http://data.carnegiehall.org/names/75946>,
        <http://data.carnegiehall.org/names/76826>,
        <http://data.carnegiehall.org/names/78030>,
        <http://data.carnegiehall.org/names/81169>,
        <http://data.carnegiehall.org/names/86395>,
        <http://data.carnegiehall.org/names/86396>,
        <http://data.carnegiehall.org/names/86397>,
        <http://data.carnegiehall.org/names/86398> ;
    ns1:conductor <http://data.carnegiehall.org/names/68476> ;
    ns1:organ <http://data.carnegiehall.org/names/77736> ;
    ns1:soprano <http://data.carnegiehall.org/names/70161> ;
    ns2:performer <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/68476>,
        <http://data.carnegiehall.org/names/70161>,
        <http://data.carnegiehall.org/names/73084>,
        <http://data.carnegiehall.org/names/75946>,
        <http://data.carnegiehall.org/names/76826>,
        <http://data.carnegiehall.org/names/77736>,
        <http://data.carnegiehall.org/names/78030>,
        <http://data.carnegiehall.org/names/81169>,
        <http://data.carnegiehall.org/names/86393>,
        <http://data.carnegiehall.org/names/86395>,
        <http://data.carnegiehall.org/names/86396>,
        <http://data.carnegiehall.org/names/86397>,
        <http://data.carnegiehall.org/names/86398> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

