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

<http://data.carnegiehall.org/events/6227/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns2:bass <http://data.carnegiehall.org/names/47543> ;
    ns2:cello <http://data.carnegiehall.org/names/52404> ;
    ns2:cembalo <http://data.carnegiehall.org/names/37412> ;
    ns2:choir <http://data.carnegiehall.org/names/24372> ;
    ns2:contralto <http://data.carnegiehall.org/names/50316> ;
    ns2:corno_da_caccia <http://data.carnegiehall.org/names/9074> ;
    ns2:flute <http://data.carnegiehall.org/names/34711> ;
    ns2:oboe <http://data.carnegiehall.org/names/8510> ;
    ns4:amore <http://data.carnegiehall.org/names/20497> ;
    ns2:organ <http://data.carnegiehall.org/names/55102> ;
    ns2:soprano <http://data.carnegiehall.org/names/34537> ;
    ns2:tenor <http://data.carnegiehall.org/names/49920> ;
    ns2:trumpet <http://data.carnegiehall.org/names/8443> ;
    ns1:performer <http://data.carnegiehall.org/names/20497>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/34537>,
        <http://data.carnegiehall.org/names/34711>,
        <http://data.carnegiehall.org/names/37412>,
        <http://data.carnegiehall.org/names/47543>,
        <http://data.carnegiehall.org/names/49920>,
        <http://data.carnegiehall.org/names/50316>,
        <http://data.carnegiehall.org/names/52404>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/8443>,
        <http://data.carnegiehall.org/names/8510>,
        <http://data.carnegiehall.org/names/9074> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

