@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/39044/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Domine fili Dei vivi" ;
    ns2:alto <http://data.carnegiehall.org/names/64925>,
        <http://data.carnegiehall.org/names/64929> ;
    ns2:baritone <http://data.carnegiehall.org/names/64932> ;
    ns2:bass <http://data.carnegiehall.org/names/64931> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/64928> ;
    ns2:soprano <http://data.carnegiehall.org/names/64926>,
        <http://data.carnegiehall.org/names/64927> ;
    ns2:tenor <http://data.carnegiehall.org/names/64930> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/64924> ;
    ns1:performer <http://data.carnegiehall.org/names/64924>,
        <http://data.carnegiehall.org/names/64925>,
        <http://data.carnegiehall.org/names/64926>,
        <http://data.carnegiehall.org/names/64927>,
        <http://data.carnegiehall.org/names/64928>,
        <http://data.carnegiehall.org/names/64929>,
        <http://data.carnegiehall.org/names/64930>,
        <http://data.carnegiehall.org/names/64931>,
        <http://data.carnegiehall.org/names/64932> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62364> .

