@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/71772/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:baritone <http://data.carnegiehall.org/names/131163> ;
    ns1:choir <http://data.carnegiehall.org/names/118278>,
        <http://data.carnegiehall.org/names/131167>,
        <http://data.carnegiehall.org/names/131168>,
        <http://data.carnegiehall.org/names/131169> ;
    ns1:conductor <http://data.carnegiehall.org/names/131161> ;
    ns1:organ <http://data.carnegiehall.org/names/131162> ;
    ns1:soprano <http://data.carnegiehall.org/names/39939> ;
    ns2:performer <http://data.carnegiehall.org/names/118278>,
        <http://data.carnegiehall.org/names/131161>,
        <http://data.carnegiehall.org/names/131162>,
        <http://data.carnegiehall.org/names/131163>,
        <http://data.carnegiehall.org/names/131167>,
        <http://data.carnegiehall.org/names/131168>,
        <http://data.carnegiehall.org/names/131169>,
        <http://data.carnegiehall.org/names/39939> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

