@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/52371/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dixit Dominus, HWV 232" ;
    ns2:countertenor <http://data.carnegiehall.org/names/93097> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/42731>,
        <http://data.carnegiehall.org/names/95250> ;
    ns2:piano <http://data.carnegiehall.org/names/71270> ;
    ns2:soprano <http://data.carnegiehall.org/names/95318> ;
    ns2:tenor <http://data.carnegiehall.org/names/95316>,
        <http://data.carnegiehall.org/names/95317> ;
    ns2:vocalist <http://data.carnegiehall.org/names/1296> ;
    ns1:performer <http://data.carnegiehall.org/names/1296>,
        <http://data.carnegiehall.org/names/42731>,
        <http://data.carnegiehall.org/names/71270>,
        <http://data.carnegiehall.org/names/93097>,
        <http://data.carnegiehall.org/names/95250>,
        <http://data.carnegiehall.org/names/95316>,
        <http://data.carnegiehall.org/names/95317>,
        <http://data.carnegiehall.org/names/95318> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30474> .

