@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/23634/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/30877> ;
    ns1:contralto <http://data.carnegiehall.org/names/55882> ;
    ns1:flute <http://data.carnegiehall.org/names/23018> ;
    ns1:french_horn <http://data.carnegiehall.org/names/39424> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/14456> ;
    ns1:oboe <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/4061> ;
    ns1:organ <http://data.carnegiehall.org/names/55102> ;
    ns1:piano <http://data.carnegiehall.org/names/14456> ;
    ns1:soprano <http://data.carnegiehall.org/names/52333> ;
    ns1:tenor <http://data.carnegiehall.org/names/23926> ;
    ns1:trumpet <http://data.carnegiehall.org/names/29572> ;
    ns1:violin <http://data.carnegiehall.org/names/7923> ;
    ns2:performer <http://data.carnegiehall.org/names/14456>,
        <http://data.carnegiehall.org/names/23018>,
        <http://data.carnegiehall.org/names/23926>,
        <http://data.carnegiehall.org/names/29572>,
        <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/30877>,
        <http://data.carnegiehall.org/names/39424>,
        <http://data.carnegiehall.org/names/4061>,
        <http://data.carnegiehall.org/names/52333>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/55882>,
        <http://data.carnegiehall.org/names/7923> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

