@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_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 2 in G Major, D. 167" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/34525> ;
    ns1:choir <http://data.carnegiehall.org/names/25897>,
        <http://data.carnegiehall.org/names/25898>,
        <http://data.carnegiehall.org/names/2906>,
        <http://data.carnegiehall.org/names/43151>,
        <http://data.carnegiehall.org/names/51075>,
        <http://data.carnegiehall.org/names/55380>,
        <http://data.carnegiehall.org/names/58631> ;
    ns1:conductor <http://data.carnegiehall.org/names/44486> ;
    ns1:soprano <http://data.carnegiehall.org/names/41553> ;
    ns1:tenor <http://data.carnegiehall.org/names/33717> ;
    ns2:performer <http://data.carnegiehall.org/names/25897>,
        <http://data.carnegiehall.org/names/25898>,
        <http://data.carnegiehall.org/names/2906>,
        <http://data.carnegiehall.org/names/33717>,
        <http://data.carnegiehall.org/names/34525>,
        <http://data.carnegiehall.org/names/41553>,
        <http://data.carnegiehall.org/names/43151>,
        <http://data.carnegiehall.org/names/44486>,
        <http://data.carnegiehall.org/names/51075>,
        <http://data.carnegiehall.org/names/55380>,
        <http://data.carnegiehall.org/names/58631> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34591> .

