@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/77813/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/138401> ;
    ns1:choir <http://data.carnegiehall.org/names/131372>,
        <http://data.carnegiehall.org/names/138403>,
        <http://data.carnegiehall.org/names/138404>,
        <http://data.carnegiehall.org/names/56611> ;
    ns1:conductor <http://data.carnegiehall.org/names/138395> ;
    ns1:contralto <http://data.carnegiehall.org/names/138400> ;
    ns1:soprano <http://data.carnegiehall.org/names/113888> ;
    ns1:tenor <http://data.carnegiehall.org/names/64890> ;
    ns2:performer <http://data.carnegiehall.org/names/113888>,
        <http://data.carnegiehall.org/names/131372>,
        <http://data.carnegiehall.org/names/138395>,
        <http://data.carnegiehall.org/names/138400>,
        <http://data.carnegiehall.org/names/138401>,
        <http://data.carnegiehall.org/names/138403>,
        <http://data.carnegiehall.org/names/138404>,
        <http://data.carnegiehall.org/names/56611>,
        <http://data.carnegiehall.org/names/64890> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

