@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/8217/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:bass <http://data.carnegiehall.org/names/48355> ;
    ns1:choir <http://data.carnegiehall.org/names/73666>,
        <http://data.carnegiehall.org/names/73667>,
        <http://data.carnegiehall.org/names/73668>,
        <http://data.carnegiehall.org/names/73669>,
        <http://data.carnegiehall.org/names/73670>,
        <http://data.carnegiehall.org/names/73671>,
        <http://data.carnegiehall.org/names/73672> ;
    ns1:conductor <http://data.carnegiehall.org/names/10293> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/19591> ;
    ns1:soprano <http://data.carnegiehall.org/names/44151> ;
    ns1:tenor <http://data.carnegiehall.org/names/19717> ;
    ns2:performer <http://data.carnegiehall.org/names/10293>,
        <http://data.carnegiehall.org/names/19591>,
        <http://data.carnegiehall.org/names/19717>,
        <http://data.carnegiehall.org/names/44151>,
        <http://data.carnegiehall.org/names/48355>,
        <http://data.carnegiehall.org/names/73666>,
        <http://data.carnegiehall.org/names/73667>,
        <http://data.carnegiehall.org/names/73668>,
        <http://data.carnegiehall.org/names/73669>,
        <http://data.carnegiehall.org/names/73670>,
        <http://data.carnegiehall.org/names/73671>,
        <http://data.carnegiehall.org/names/73672> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

