@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/2260/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:bass <http://data.carnegiehall.org/names/23290> ;
    ns1:cello <http://data.carnegiehall.org/names/39254> ;
    ns1:flute <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/51292> ;
    ns1:french_horn <http://data.carnegiehall.org/names/29758> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/46750> ;
    ns1:oboe <http://data.carnegiehall.org/names/32339>,
        <http://data.carnegiehall.org/names/5264> ;
    ns1:organ <http://data.carnegiehall.org/names/49265> ;
    ns1:soprano <http://data.carnegiehall.org/names/60982> ;
    ns1:tenor <http://data.carnegiehall.org/names/13132> ;
    ns1:violin <http://data.carnegiehall.org/names/22656> ;
    ns2:performer <http://data.carnegiehall.org/names/13132>,
        <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/22656>,
        <http://data.carnegiehall.org/names/23290>,
        <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/32339>,
        <http://data.carnegiehall.org/names/39254>,
        <http://data.carnegiehall.org/names/46750>,
        <http://data.carnegiehall.org/names/49265>,
        <http://data.carnegiehall.org/names/51292>,
        <http://data.carnegiehall.org/names/5264>,
        <http://data.carnegiehall.org/names/60982> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

