@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/53782/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 2 in G Major, D. 167" ;
    ns1:baritone <http://data.carnegiehall.org/names/97978> ;
    ns1:choir <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/76686>,
        <http://data.carnegiehall.org/names/97982>,
        <http://data.carnegiehall.org/names/97983>,
        <http://data.carnegiehall.org/names/97984>,
        <http://data.carnegiehall.org/names/97985>,
        <http://data.carnegiehall.org/names/97986> ;
    ns1:conductor <http://data.carnegiehall.org/names/40944> ;
    ns1:soprano <http://data.carnegiehall.org/names/97976> ;
    ns1:tenor <http://data.carnegiehall.org/names/97977> ;
    ns3:performer <http://data.carnegiehall.org/names/40944>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/76686>,
        <http://data.carnegiehall.org/names/97976>,
        <http://data.carnegiehall.org/names/97977>,
        <http://data.carnegiehall.org/names/97978>,
        <http://data.carnegiehall.org/names/97982>,
        <http://data.carnegiehall.org/names/97983>,
        <http://data.carnegiehall.org/names/97984>,
        <http://data.carnegiehall.org/names/97985>,
        <http://data.carnegiehall.org/names/97986> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/34591> .

