@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/75107/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/134679> ;
    ns1:choir <http://data.carnegiehall.org/names/134687>,
        <http://data.carnegiehall.org/names/134688>,
        <http://data.carnegiehall.org/names/134689>,
        <http://data.carnegiehall.org/names/134690>,
        <http://data.carnegiehall.org/names/87175>,
        <http://data.carnegiehall.org/names/87176> ;
    ns1:conductor <http://data.carnegiehall.org/names/113434> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/134677> ;
    ns1:soprano <http://data.carnegiehall.org/names/134676> ;
    ns1:tenor <http://data.carnegiehall.org/names/134678> ;
    ns2:performer <http://data.carnegiehall.org/names/113434>,
        <http://data.carnegiehall.org/names/134676>,
        <http://data.carnegiehall.org/names/134677>,
        <http://data.carnegiehall.org/names/134678>,
        <http://data.carnegiehall.org/names/134679>,
        <http://data.carnegiehall.org/names/134687>,
        <http://data.carnegiehall.org/names/134688>,
        <http://data.carnegiehall.org/names/134689>,
        <http://data.carnegiehall.org/names/134690>,
        <http://data.carnegiehall.org/names/87175>,
        <http://data.carnegiehall.org/names/87176> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

