@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/14821/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns2:baritone <http://data.carnegiehall.org/names/24200> ;
    ns2:choir <http://data.carnegiehall.org/names/11738>,
        <http://data.carnegiehall.org/names/13121>,
        <http://data.carnegiehall.org/names/31935>,
        <http://data.carnegiehall.org/names/37389> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/47548> ;
    ns2:soprano <http://data.carnegiehall.org/names/46171> ;
    ns2:tenor <http://data.carnegiehall.org/names/16652> ;
    ns1:performer <http://data.carnegiehall.org/names/11738>,
        <http://data.carnegiehall.org/names/13121>,
        <http://data.carnegiehall.org/names/16652>,
        <http://data.carnegiehall.org/names/24200>,
        <http://data.carnegiehall.org/names/31935>,
        <http://data.carnegiehall.org/names/37389>,
        <http://data.carnegiehall.org/names/46171>,
        <http://data.carnegiehall.org/names/47548> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

