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

<http://data.carnegiehall.org/events/9013/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:baritone <http://data.carnegiehall.org/names/32029> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/19275> ;
    ns1:cello <http://data.carnegiehall.org/names/56701> ;
    ns1:cembalo <http://data.carnegiehall.org/names/37412> ;
    ns1:choir <http://data.carnegiehall.org/names/24372> ;
    ns1:contralto <http://data.carnegiehall.org/names/60251> ;
    ns1:corno_da_caccia <http://data.carnegiehall.org/names/9074> ;
    ns1:flute <http://data.carnegiehall.org/names/34711> ;
    ns3:amore <http://data.carnegiehall.org/names/20497>,
        <http://data.carnegiehall.org/names/9327> ;
    ns1:organ <http://data.carnegiehall.org/names/55102> ;
    ns1:soprano <http://data.carnegiehall.org/names/8517> ;
    ns1:tenor <http://data.carnegiehall.org/names/49920> ;
    ns1:trumpet <http://data.carnegiehall.org/names/8443> ;
    ns2:performer <http://data.carnegiehall.org/names/19275>,
        <http://data.carnegiehall.org/names/20497>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/32029>,
        <http://data.carnegiehall.org/names/34711>,
        <http://data.carnegiehall.org/names/37412>,
        <http://data.carnegiehall.org/names/49920>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/56701>,
        <http://data.carnegiehall.org/names/60251>,
        <http://data.carnegiehall.org/names/8443>,
        <http://data.carnegiehall.org/names/8517>,
        <http://data.carnegiehall.org/names/9074>,
        <http://data.carnegiehall.org/names/9327> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

