@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/17639/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/23290> ;
    ns1:cello <http://data.carnegiehall.org/names/55209> ;
    ns1:double_bass <http://data.carnegiehall.org/names/43563> ;
    ns1:flute <http://data.carnegiehall.org/names/16210> ;
    ns1:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/34519> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695> ;
    ns1:organ <http://data.carnegiehall.org/names/35347> ;
    ns1:soprano <http://data.carnegiehall.org/names/34524> ;
    ns1:tenor <http://data.carnegiehall.org/names/14429> ;
    ns1:trumpet <http://data.carnegiehall.org/names/39614> ;
    ns1:violin <http://data.carnegiehall.org/names/34479> ;
    ns2:performer <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/16210>,
        <http://data.carnegiehall.org/names/23290>,
        <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/34479>,
        <http://data.carnegiehall.org/names/34519>,
        <http://data.carnegiehall.org/names/34524>,
        <http://data.carnegiehall.org/names/35347>,
        <http://data.carnegiehall.org/names/39614>,
        <http://data.carnegiehall.org/names/43563>,
        <http://data.carnegiehall.org/names/55209> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

