@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/27147/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 2 in G Major, D. 167" ;
    ns2:baritone <http://data.carnegiehall.org/names/50232> ;
    ns2:choir <http://data.carnegiehall.org/names/131981>,
        <http://data.carnegiehall.org/names/31189>,
        <http://data.carnegiehall.org/names/41325>,
        <http://data.carnegiehall.org/names/53419> ;
    ns2:conductor <http://data.carnegiehall.org/names/50233> ;
    ns2:soprano <http://data.carnegiehall.org/names/9306> ;
    ns2:tenor <http://data.carnegiehall.org/names/2465> ;
    ns1:performer <http://data.carnegiehall.org/names/131981>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/31189>,
        <http://data.carnegiehall.org/names/41325>,
        <http://data.carnegiehall.org/names/50232>,
        <http://data.carnegiehall.org/names/50233>,
        <http://data.carnegiehall.org/names/53419>,
        <http://data.carnegiehall.org/names/9306> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34591> .

