@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/56066/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232: Agnus Dei" ;
    ns1:cello <http://data.carnegiehall.org/names/74456> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/103680> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns1:piano <http://data.carnegiehall.org/names/79753> ;
    ns1:trumpet <http://data.carnegiehall.org/names/80687> ;
    ns1:viola <http://data.carnegiehall.org/names/103682> ;
    ns1:violin <http://data.carnegiehall.org/names/103681>,
        <http://data.carnegiehall.org/names/73197> ;
    ns2:performer <http://data.carnegiehall.org/names/103680>,
        <http://data.carnegiehall.org/names/103681>,
        <http://data.carnegiehall.org/names/103682>,
        <http://data.carnegiehall.org/names/73197>,
        <http://data.carnegiehall.org/names/74456>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/79753>,
        <http://data.carnegiehall.org/names/80687> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95867> .

