@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/62887/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:choir <http://data.carnegiehall.org/names/108886>,
        <http://data.carnegiehall.org/names/118130>,
        <http://data.carnegiehall.org/names/118131>,
        <http://data.carnegiehall.org/names/118132>,
        <http://data.carnegiehall.org/names/118133>,
        <http://data.carnegiehall.org/names/85310> ;
    ns1:conductor <http://data.carnegiehall.org/names/90184> ;
    ns1:soprano <http://data.carnegiehall.org/names/76758> ;
    ns1:tenor <http://data.carnegiehall.org/names/118120> ;
    ns2:performer <http://data.carnegiehall.org/names/108886>,
        <http://data.carnegiehall.org/names/118120>,
        <http://data.carnegiehall.org/names/118130>,
        <http://data.carnegiehall.org/names/118131>,
        <http://data.carnegiehall.org/names/118132>,
        <http://data.carnegiehall.org/names/118133>,
        <http://data.carnegiehall.org/names/76758>,
        <http://data.carnegiehall.org/names/85310>,
        <http://data.carnegiehall.org/names/90184> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

