@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/41908/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B-flat Major, H.XXII:12, \"Theresienmesse\"" ;
    ns1:bass <http://data.carnegiehall.org/names/64651> ;
    ns1:choir <http://data.carnegiehall.org/names/57576>,
        <http://data.carnegiehall.org/names/70856>,
        <http://data.carnegiehall.org/names/70857>,
        <http://data.carnegiehall.org/names/70858>,
        <http://data.carnegiehall.org/names/70859>,
        <http://data.carnegiehall.org/names/70860>,
        <http://data.carnegiehall.org/names/70861> ;
    ns1:conductor <http://data.carnegiehall.org/names/5369> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/70850> ;
    ns1:soprano <http://data.carnegiehall.org/names/70849> ;
    ns1:tenor <http://data.carnegiehall.org/names/70851> ;
    ns2:performer <http://data.carnegiehall.org/names/5369>,
        <http://data.carnegiehall.org/names/57576>,
        <http://data.carnegiehall.org/names/64651>,
        <http://data.carnegiehall.org/names/70849>,
        <http://data.carnegiehall.org/names/70850>,
        <http://data.carnegiehall.org/names/70851>,
        <http://data.carnegiehall.org/names/70856>,
        <http://data.carnegiehall.org/names/70857>,
        <http://data.carnegiehall.org/names/70858>,
        <http://data.carnegiehall.org/names/70859>,
        <http://data.carnegiehall.org/names/70860>,
        <http://data.carnegiehall.org/names/70861> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63735> .

