@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/22986/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in D Major, BWV 243" ;
    ns1:baritone <http://data.carnegiehall.org/names/46244> ;
    ns1:cello <http://data.carnegiehall.org/names/18348> ;
    ns1:contralto <http://data.carnegiehall.org/names/49617>,
        <http://data.carnegiehall.org/names/5330> ;
    ns1:flute <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/51395> ;
    ns1:oboe <http://data.carnegiehall.org/names/36542>,
        <http://data.carnegiehall.org/names/40582> ;
    ns1:organ <http://data.carnegiehall.org/names/53240> ;
    ns1:soprano <http://data.carnegiehall.org/names/44706> ;
    ns1:tenor <http://data.carnegiehall.org/names/21419>,
        <http://data.carnegiehall.org/names/486> ;
    ns2:performer <http://data.carnegiehall.org/names/18348>,
        <http://data.carnegiehall.org/names/21419>,
        <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/36542>,
        <http://data.carnegiehall.org/names/40582>,
        <http://data.carnegiehall.org/names/44706>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/486>,
        <http://data.carnegiehall.org/names/49617>,
        <http://data.carnegiehall.org/names/51395>,
        <http://data.carnegiehall.org/names/53240>,
        <http://data.carnegiehall.org/names/5330> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4358> .

