@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/46080/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:bass <http://data.carnegiehall.org/names/16687> ;
    ns1:cello <http://data.carnegiehall.org/names/81016> ;
    ns1:countertenor <http://data.carnegiehall.org/names/5455> ;
    ns1:double_bass <http://data.carnegiehall.org/names/48813> ;
    ns1:flute <http://data.carnegiehall.org/names/56514> ;
    ns1:french_horn <http://data.carnegiehall.org/names/18303> ;
    ns1:oboe <http://data.carnegiehall.org/names/49633> ;
    ns1:organ <http://data.carnegiehall.org/names/70104> ;
    ns1:soprano <http://data.carnegiehall.org/names/43058> ;
    ns1:tenor <http://data.carnegiehall.org/names/64621> ;
    ns1:trumpet <http://data.carnegiehall.org/names/30964> ;
    ns2:performer <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/18303>,
        <http://data.carnegiehall.org/names/30964>,
        <http://data.carnegiehall.org/names/43058>,
        <http://data.carnegiehall.org/names/48813>,
        <http://data.carnegiehall.org/names/49633>,
        <http://data.carnegiehall.org/names/5455>,
        <http://data.carnegiehall.org/names/56514>,
        <http://data.carnegiehall.org/names/64621>,
        <http://data.carnegiehall.org/names/70104>,
        <http://data.carnegiehall.org/names/81016> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

