@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/10640/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Minor, K. 427, \"Great\"" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/28533> ;
    ns1:choir <http://data.carnegiehall.org/names/12618>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/32646>,
        <http://data.carnegiehall.org/names/40678>,
        <http://data.carnegiehall.org/names/61025>,
        <http://data.carnegiehall.org/names/91961> ;
    ns1:conductor <http://data.carnegiehall.org/names/12489> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/35352> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:soprano <http://data.carnegiehall.org/names/45680>,
        <http://data.carnegiehall.org/names/60878> ;
    ns1:tenor <http://data.carnegiehall.org/names/60879> ;
    ns2:performer <http://data.carnegiehall.org/names/12489>,
        <http://data.carnegiehall.org/names/12618>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/28533>,
        <http://data.carnegiehall.org/names/32646>,
        <http://data.carnegiehall.org/names/35352>,
        <http://data.carnegiehall.org/names/40678>,
        <http://data.carnegiehall.org/names/45680>,
        <http://data.carnegiehall.org/names/60878>,
        <http://data.carnegiehall.org/names/60879>,
        <http://data.carnegiehall.org/names/61025>,
        <http://data.carnegiehall.org/names/91961> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7009> .

