@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/21997/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:bass <http://data.carnegiehall.org/names/45480> ;
    ns1:bassoon <http://data.carnegiehall.org/names/40833> ;
    ns1:cello <http://data.carnegiehall.org/names/3367> ;
    ns1:choir <http://data.carnegiehall.org/names/46662> ;
    ns1:contralto <http://data.carnegiehall.org/names/5330> ;
    ns1:flute <http://data.carnegiehall.org/names/27640>,
        <http://data.carnegiehall.org/names/32974> ;
    ns1:french_horn <http://data.carnegiehall.org/names/59171> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/45306> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/4726> ;
    ns1:soprano <http://data.carnegiehall.org/names/25891> ;
    ns1:tenor <http://data.carnegiehall.org/names/20949> ;
    ns1:trumpet <http://data.carnegiehall.org/names/10902> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/10902>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/25891>,
        <http://data.carnegiehall.org/names/27640>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/32974>,
        <http://data.carnegiehall.org/names/3367>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/45306>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/46662>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/5330>,
        <http://data.carnegiehall.org/names/56218>,
        <http://data.carnegiehall.org/names/59171> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

