@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/33130/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 2 in G Major, D. 167" ;
    ns1:baritone <http://data.carnegiehall.org/names/36028> ;
    ns1:choir <http://data.carnegiehall.org/names/38404>,
        <http://data.carnegiehall.org/names/71201>,
        <http://data.carnegiehall.org/names/71202>,
        <http://data.carnegiehall.org/names/71203>,
        <http://data.carnegiehall.org/names/71204>,
        <http://data.carnegiehall.org/names/71205>,
        <http://data.carnegiehall.org/names/7405> ;
    ns1:conductor <http://data.carnegiehall.org/names/2658> ;
    ns1:soprano <http://data.carnegiehall.org/names/52815> ;
    ns1:tenor <http://data.carnegiehall.org/names/59458> ;
    ns2:performer <http://data.carnegiehall.org/names/2658>,
        <http://data.carnegiehall.org/names/36028>,
        <http://data.carnegiehall.org/names/38404>,
        <http://data.carnegiehall.org/names/52815>,
        <http://data.carnegiehall.org/names/59458>,
        <http://data.carnegiehall.org/names/71201>,
        <http://data.carnegiehall.org/names/71202>,
        <http://data.carnegiehall.org/names/71203>,
        <http://data.carnegiehall.org/names/71204>,
        <http://data.carnegiehall.org/names/71205>,
        <http://data.carnegiehall.org/names/7405> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34591> .

