@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@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/17121/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/16687> ;
    ns2:bassoon <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/44820> ;
    ns2:cello <http://data.carnegiehall.org/names/27553> ;
    ns2:flute <http://data.carnegiehall.org/names/31596>,
        <http://data.carnegiehall.org/names/57938> ;
    ns2:french_horn <http://data.carnegiehall.org/names/41239> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/45456> ;
    ns2:oboe <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/8539> ;
    ns3:amore <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/8539> ;
    ns2:organ <http://data.carnegiehall.org/names/9679> ;
    ns2:soprano <http://data.carnegiehall.org/names/52876> ;
    ns2:tenor <http://data.carnegiehall.org/names/45455> ;
    ns2:trumpet <http://data.carnegiehall.org/names/11106>,
        <http://data.carnegiehall.org/names/1120>,
        <http://data.carnegiehall.org/names/37910> ;
    ns2:viola <http://data.carnegiehall.org/names/31101> ;
    ns2:violin <http://data.carnegiehall.org/names/4709>,
        <http://data.carnegiehall.org/names/61170> ;
    ns1:performer <http://data.carnegiehall.org/names/11106>,
        <http://data.carnegiehall.org/names/1120>,
        <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/31101>,
        <http://data.carnegiehall.org/names/31596>,
        <http://data.carnegiehall.org/names/37910>,
        <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/41239>,
        <http://data.carnegiehall.org/names/44820>,
        <http://data.carnegiehall.org/names/45455>,
        <http://data.carnegiehall.org/names/45456>,
        <http://data.carnegiehall.org/names/4709>,
        <http://data.carnegiehall.org/names/52876>,
        <http://data.carnegiehall.org/names/57938>,
        <http://data.carnegiehall.org/names/61170>,
        <http://data.carnegiehall.org/names/8539>,
        <http://data.carnegiehall.org/names/9679> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

