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

<http://data.carnegiehall.org/events/3582/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:baritone <http://data.carnegiehall.org/names/2345> ;
    ns1:bass <http://data.carnegiehall.org/names/33447> ;
    ns1:bassoon <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/54725> ;
    ns1:cello <http://data.carnegiehall.org/names/52764> ;
    ns1:choir <http://data.carnegiehall.org/names/626> ;
    ns1:contralto <http://data.carnegiehall.org/names/16088>,
        <http://data.carnegiehall.org/names/49617>,
        <http://data.carnegiehall.org/names/5330> ;
    ns1:corno_da_caccia <http://data.carnegiehall.org/names/31211> ;
    ns1:flute <http://data.carnegiehall.org/names/23018> ;
    ns3:amore <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/33450> ;
    ns1:organ <http://data.carnegiehall.org/names/55102> ;
    ns1:soprano <http://data.carnegiehall.org/names/37117>,
        <http://data.carnegiehall.org/names/5321>,
        <http://data.carnegiehall.org/names/9498> ;
    ns1:tenor <http://data.carnegiehall.org/names/22740>,
        <http://data.carnegiehall.org/names/38846> ;
    ns1:violin <http://data.carnegiehall.org/names/22544> ;
    ns2:performer <http://data.carnegiehall.org/names/16088>,
        <http://data.carnegiehall.org/names/22544>,
        <http://data.carnegiehall.org/names/22740>,
        <http://data.carnegiehall.org/names/23018>,
        <http://data.carnegiehall.org/names/2345>,
        <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/31211>,
        <http://data.carnegiehall.org/names/33447>,
        <http://data.carnegiehall.org/names/33450>,
        <http://data.carnegiehall.org/names/37117>,
        <http://data.carnegiehall.org/names/38846>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/49617>,
        <http://data.carnegiehall.org/names/52764>,
        <http://data.carnegiehall.org/names/5321>,
        <http://data.carnegiehall.org/names/5330>,
        <http://data.carnegiehall.org/names/54725>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/626>,
        <http://data.carnegiehall.org/names/9498> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

