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

<http://data.carnegiehall.org/events/2228/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/37611> ;
    ns2:clarinet <http://data.carnegiehall.org/names/41711> ;
    ns2:contralto <http://data.carnegiehall.org/names/22941> ;
    ns2:flute <http://data.carnegiehall.org/names/46110> ;
    ns2:oboe <http://data.carnegiehall.org/names/17917> ;
    ns2:organ <http://data.carnegiehall.org/names/39237> ;
    ns2:soprano <http://data.carnegiehall.org/names/34102> ;
    ns2:tenor <http://data.carnegiehall.org/names/50419> ;
    ns2:violin <http://data.carnegiehall.org/names/7923> ;
    ns1:performer <http://data.carnegiehall.org/names/17917>,
        <http://data.carnegiehall.org/names/22941>,
        <http://data.carnegiehall.org/names/34102>,
        <http://data.carnegiehall.org/names/37611>,
        <http://data.carnegiehall.org/names/39237>,
        <http://data.carnegiehall.org/names/41711>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/50419>,
        <http://data.carnegiehall.org/names/7923> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

