@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/14445/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Regina Coeli" ;
    ns2:bass <http://data.carnegiehall.org/names/6733> ;
    ns2:choir <http://data.carnegiehall.org/names/131998>,
        <http://data.carnegiehall.org/names/131999>,
        <http://data.carnegiehall.org/names/132000>,
        <http://data.carnegiehall.org/names/67822> ;
    ns2:conductor <http://data.carnegiehall.org/names/40098> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/14362> ;
    ns2:soprano <http://data.carnegiehall.org/names/38730> ;
    ns2:tenor <http://data.carnegiehall.org/names/59992> ;
    ns1:performer <http://data.carnegiehall.org/names/131998>,
        <http://data.carnegiehall.org/names/131999>,
        <http://data.carnegiehall.org/names/132000>,
        <http://data.carnegiehall.org/names/14362>,
        <http://data.carnegiehall.org/names/38730>,
        <http://data.carnegiehall.org/names/40098>,
        <http://data.carnegiehall.org/names/59992>,
        <http://data.carnegiehall.org/names/6733>,
        <http://data.carnegiehall.org/names/67822> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77698> .

