@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/oboe_d'> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns4: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/23816/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns3:baritone <http://data.carnegiehall.org/names/16828> ;
    ns3:bass <http://data.carnegiehall.org/names/16687> ;
    ns3:cello <http://data.carnegiehall.org/names/37503> ;
    ns3:contralto <http://data.carnegiehall.org/names/57384> ;
    ns3:double_bass <http://data.carnegiehall.org/names/54203> ;
    ns3:flute <http://data.carnegiehall.org/names/35248> ;
    ns3:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/13625> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/29931> ;
    ns2:amore <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/54964> ;
    ns3:orchestra <http://data.carnegiehall.org/names/22969> ;
    ns3:organ <http://data.carnegiehall.org/names/55403> ;
    ns3:soprano <http://data.carnegiehall.org/names/34744>,
        <http://data.carnegiehall.org/names/51858> ;
    ns3:tenor <http://data.carnegiehall.org/names/10697>,
        <http://data.carnegiehall.org/names/9269> ;
    ns3:violin <http://data.carnegiehall.org/names/37003> ;
    ns1:performer <http://data.carnegiehall.org/names/10697>,
        <http://data.carnegiehall.org/names/13625>,
        <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/16828>,
        <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/22969>,
        <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/29931>,
        <http://data.carnegiehall.org/names/34744>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/37003>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/51858>,
        <http://data.carnegiehall.org/names/54203>,
        <http://data.carnegiehall.org/names/54964>,
        <http://data.carnegiehall.org/names/55403>,
        <http://data.carnegiehall.org/names/57384>,
        <http://data.carnegiehall.org/names/9269> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

