@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/71547/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns2:bass <http://data.carnegiehall.org/names/100619>,
        <http://data.carnegiehall.org/names/132112> ;
    ns2:choir <http://data.carnegiehall.org/names/85800> ;
    ns2:countertenor <http://data.carnegiehall.org/names/81119> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/132108>,
        <http://data.carnegiehall.org/names/132109> ;
    ns2:soprano <http://data.carnegiehall.org/names/132107> ;
    ns2:tenor <http://data.carnegiehall.org/names/132110>,
        <http://data.carnegiehall.org/names/132111> ;
    ns1:performer <http://data.carnegiehall.org/names/100619>,
        <http://data.carnegiehall.org/names/132107>,
        <http://data.carnegiehall.org/names/132108>,
        <http://data.carnegiehall.org/names/132109>,
        <http://data.carnegiehall.org/names/132110>,
        <http://data.carnegiehall.org/names/132111>,
        <http://data.carnegiehall.org/names/132112>,
        <http://data.carnegiehall.org/names/81119>,
        <http://data.carnegiehall.org/names/85800> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

