@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/48612/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns2:baritone <http://data.carnegiehall.org/names/80052> ;
    ns2:choir <http://data.carnegiehall.org/names/61446>,
        <http://data.carnegiehall.org/names/71386>,
        <http://data.carnegiehall.org/names/81682>,
        <http://data.carnegiehall.org/names/87921>,
        <http://data.carnegiehall.org/names/87922> ;
    ns2:conductor <http://data.carnegiehall.org/names/80975> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/71364> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/74822> ;
    ns2:tenor <http://data.carnegiehall.org/names/87920> ;
    ns1:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/61446>,
        <http://data.carnegiehall.org/names/71364>,
        <http://data.carnegiehall.org/names/71386>,
        <http://data.carnegiehall.org/names/74822>,
        <http://data.carnegiehall.org/names/80052>,
        <http://data.carnegiehall.org/names/80975>,
        <http://data.carnegiehall.org/names/81682>,
        <http://data.carnegiehall.org/names/87920>,
        <http://data.carnegiehall.org/names/87921>,
        <http://data.carnegiehall.org/names/87922> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

