@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/27734/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:baritone <http://data.carnegiehall.org/names/32029> ;
    ns1:cello <http://data.carnegiehall.org/names/56701> ;
    ns1:cembalo <http://data.carnegiehall.org/names/37412> ;
    ns1:contralto <http://data.carnegiehall.org/names/60251> ;
    ns1:flute <http://data.carnegiehall.org/names/34711> ;
    ns1:oboe <http://data.carnegiehall.org/names/17049>,
        <http://data.carnegiehall.org/names/17088> ;
    ns1:organ <http://data.carnegiehall.org/names/55102> ;
    ns1:piano <http://data.carnegiehall.org/names/14456> ;
    ns1:soprano <http://data.carnegiehall.org/names/8517> ;
    ns1:tenor <http://data.carnegiehall.org/names/33227> ;
    ns1:trumpet <http://data.carnegiehall.org/names/28508>,
        <http://data.carnegiehall.org/names/81748> ;
    ns1:violin <http://data.carnegiehall.org/names/37472> ;
    ns3:performer <http://data.carnegiehall.org/names/14456>,
        <http://data.carnegiehall.org/names/17049>,
        <http://data.carnegiehall.org/names/17088>,
        <http://data.carnegiehall.org/names/28508>,
        <http://data.carnegiehall.org/names/32029>,
        <http://data.carnegiehall.org/names/33227>,
        <http://data.carnegiehall.org/names/34711>,
        <http://data.carnegiehall.org/names/37412>,
        <http://data.carnegiehall.org/names/37472>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/56701>,
        <http://data.carnegiehall.org/names/60251>,
        <http://data.carnegiehall.org/names/81748>,
        <http://data.carnegiehall.org/names/8517> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/39192> .

