@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/37178/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:baritone <http://data.carnegiehall.org/names/18741> ;
    ns1:choir <http://data.carnegiehall.org/names/19910>,
        <http://data.carnegiehall.org/names/24302>,
        <http://data.carnegiehall.org/names/31983>,
        <http://data.carnegiehall.org/names/52543>,
        <http://data.carnegiehall.org/names/56547>,
        <http://data.carnegiehall.org/names/90397>,
        <http://data.carnegiehall.org/names/90398> ;
    ns1:conductor <http://data.carnegiehall.org/names/39574> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:soprano <http://data.carnegiehall.org/names/18122> ;
    ns2:performer <http://data.carnegiehall.org/names/18122>,
        <http://data.carnegiehall.org/names/18741>,
        <http://data.carnegiehall.org/names/19910>,
        <http://data.carnegiehall.org/names/24302>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/31983>,
        <http://data.carnegiehall.org/names/39574>,
        <http://data.carnegiehall.org/names/52543>,
        <http://data.carnegiehall.org/names/56547>,
        <http://data.carnegiehall.org/names/90397>,
        <http://data.carnegiehall.org/names/90398> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

