@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/46481/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Regina Coeli" ;
    ns1:alto <http://data.carnegiehall.org/names/82003> ;
    ns1:bass <http://data.carnegiehall.org/names/82005> ;
    ns1:choir <http://data.carnegiehall.org/names/82007> ;
    ns1:conductor <http://data.carnegiehall.org/names/82008> ;
    ns1:orchestra <http://data.carnegiehall.org/names/32530> ;
    ns1:soprano <http://data.carnegiehall.org/names/82002> ;
    ns1:tenor <http://data.carnegiehall.org/names/82004> ;
    ns2:performer <http://data.carnegiehall.org/names/32530>,
        <http://data.carnegiehall.org/names/82002>,
        <http://data.carnegiehall.org/names/82003>,
        <http://data.carnegiehall.org/names/82004>,
        <http://data.carnegiehall.org/names/82005>,
        <http://data.carnegiehall.org/names/82007>,
        <http://data.carnegiehall.org/names/82008> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77698> .

