@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/1900/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Domine ad adjuvandum me festina" ;
    ns2:alto <http://data.carnegiehall.org/names/45351> ;
    ns2:baritone <http://data.carnegiehall.org/names/35882> ;
    ns2:choir <http://data.carnegiehall.org/names/25657> ;
    ns2:conductor <http://data.carnegiehall.org/names/4173> ;
    ns2:soprano <http://data.carnegiehall.org/names/16101>,
        <http://data.carnegiehall.org/names/38161> ;
    ns2:tenor <http://data.carnegiehall.org/names/23938>,
        <http://data.carnegiehall.org/names/3496> ;
    ns1:performer <http://data.carnegiehall.org/names/16101>,
        <http://data.carnegiehall.org/names/23938>,
        <http://data.carnegiehall.org/names/25657>,
        <http://data.carnegiehall.org/names/3496>,
        <http://data.carnegiehall.org/names/35882>,
        <http://data.carnegiehall.org/names/38161>,
        <http://data.carnegiehall.org/names/4173>,
        <http://data.carnegiehall.org/names/45351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30790> .

