@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/47603/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/31540> ;
    ns1:choir <http://data.carnegiehall.org/names/68369>,
        <http://data.carnegiehall.org/names/68370>,
        <http://data.carnegiehall.org/names/75077>,
        <http://data.carnegiehall.org/names/85035> ;
    ns1:conductor <http://data.carnegiehall.org/names/85034> ;
    ns1:countertenor <http://data.carnegiehall.org/names/85031>,
        <http://data.carnegiehall.org/names/85032> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:tenor <http://data.carnegiehall.org/names/75089> ;
    ns2:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/31540>,
        <http://data.carnegiehall.org/names/68369>,
        <http://data.carnegiehall.org/names/68370>,
        <http://data.carnegiehall.org/names/75077>,
        <http://data.carnegiehall.org/names/75089>,
        <http://data.carnegiehall.org/names/85031>,
        <http://data.carnegiehall.org/names/85032>,
        <http://data.carnegiehall.org/names/85034>,
        <http://data.carnegiehall.org/names/85035> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

