@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/71904/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns2:baritone <http://data.carnegiehall.org/names/131473> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/131481> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns2:choir <http://data.carnegiehall.org/names/105065>,
        <http://data.carnegiehall.org/names/131482>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/84105>,
        <http://data.carnegiehall.org/names/87069>,
        <http://data.carnegiehall.org/names/92855> ;
    ns2:conductor <http://data.carnegiehall.org/names/100579> ;
    ns2:soprano <http://data.carnegiehall.org/names/117697> ;
    ns1:performer <http://data.carnegiehall.org/names/100579>,
        <http://data.carnegiehall.org/names/105065>,
        <http://data.carnegiehall.org/names/117697>,
        <http://data.carnegiehall.org/names/131473>,
        <http://data.carnegiehall.org/names/131481>,
        <http://data.carnegiehall.org/names/131482>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/84105>,
        <http://data.carnegiehall.org/names/87069>,
        <http://data.carnegiehall.org/names/92855> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

