@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/80255/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/142703> ;
    ns2:choir <http://data.carnegiehall.org/names/108885>,
        <http://data.carnegiehall.org/names/116635>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/142712>,
        <http://data.carnegiehall.org/names/142713>,
        <http://data.carnegiehall.org/names/142714>,
        <http://data.carnegiehall.org/names/36391> ;
    ns2:conductor <http://data.carnegiehall.org/names/142705> ;
    ns2:organ <http://data.carnegiehall.org/names/142704> ;
    ns2:soprano <http://data.carnegiehall.org/names/142702> ;
    ns1:performer <http://data.carnegiehall.org/names/108885>,
        <http://data.carnegiehall.org/names/116635>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/142702>,
        <http://data.carnegiehall.org/names/142703>,
        <http://data.carnegiehall.org/names/142704>,
        <http://data.carnegiehall.org/names/142705>,
        <http://data.carnegiehall.org/names/142712>,
        <http://data.carnegiehall.org/names/142713>,
        <http://data.carnegiehall.org/names/142714>,
        <http://data.carnegiehall.org/names/36391> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

