@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/46123/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns2:baritone <http://data.carnegiehall.org/names/4655> ;
    ns2:choir <http://data.carnegiehall.org/names/2206>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/81169> ;
    ns2:conductor <http://data.carnegiehall.org/names/81167> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:organ <http://data.carnegiehall.org/names/77736> ;
    ns2:soprano <http://data.carnegiehall.org/names/8702> ;
    ns1:performer <http://data.carnegiehall.org/names/2206>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/4655>,
        <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/77736>,
        <http://data.carnegiehall.org/names/81167>,
        <http://data.carnegiehall.org/names/81169>,
        <http://data.carnegiehall.org/names/8702> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

