@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/20219/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns2:bass <http://data.carnegiehall.org/names/4489> ;
    ns2:boy_alto <http://data.carnegiehall.org/names/19937> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/26514> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/60437> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/5095> ;
    ns2:tenor <http://data.carnegiehall.org/names/51250> ;
    ns1:performer <http://data.carnegiehall.org/names/19937>,
        <http://data.carnegiehall.org/names/26514>,
        <http://data.carnegiehall.org/names/4489>,
        <http://data.carnegiehall.org/names/5095>,
        <http://data.carnegiehall.org/names/51250>,
        <http://data.carnegiehall.org/names/60437> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

