@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/24398/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 3 in B-flat Major, D. 324" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/34525> ;
    ns1:choir <http://data.carnegiehall.org/names/12203>,
        <http://data.carnegiehall.org/names/19233>,
        <http://data.carnegiehall.org/names/49356>,
        <http://data.carnegiehall.org/names/5568>,
        <http://data.carnegiehall.org/names/8044> ;
    ns1:conductor <http://data.carnegiehall.org/names/47301> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/54686> ;
    ns1:soprano <http://data.carnegiehall.org/names/41553> ;
    ns1:tenor <http://data.carnegiehall.org/names/33717> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/58311> ;
    ns2:performer <http://data.carnegiehall.org/names/12203>,
        <http://data.carnegiehall.org/names/19233>,
        <http://data.carnegiehall.org/names/33717>,
        <http://data.carnegiehall.org/names/34525>,
        <http://data.carnegiehall.org/names/41553>,
        <http://data.carnegiehall.org/names/47301>,
        <http://data.carnegiehall.org/names/49356>,
        <http://data.carnegiehall.org/names/54686>,
        <http://data.carnegiehall.org/names/5568>,
        <http://data.carnegiehall.org/names/58311>,
        <http://data.carnegiehall.org/names/8044> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/54582> .

