@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/2367/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dixit Dominus" ;
    ns2:alto <http://data.carnegiehall.org/names/37387> ;
    ns2:baritone <http://data.carnegiehall.org/names/34795> ;
    ns2:choir <http://data.carnegiehall.org/names/105121>,
        <http://data.carnegiehall.org/names/105122>,
        <http://data.carnegiehall.org/names/105123>,
        <http://data.carnegiehall.org/names/105124>,
        <http://data.carnegiehall.org/names/49391>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/64844>,
        <http://data.carnegiehall.org/names/82040> ;
    ns2:conductor <http://data.carnegiehall.org/names/56557> ;
    ns2:portative <http://data.carnegiehall.org/names/34797> ;
    ns2:soprano <http://data.carnegiehall.org/names/18486> ;
    ns2:tenor <http://data.carnegiehall.org/names/20331> ;
    ns1:performer <http://data.carnegiehall.org/names/105121>,
        <http://data.carnegiehall.org/names/105122>,
        <http://data.carnegiehall.org/names/105123>,
        <http://data.carnegiehall.org/names/105124>,
        <http://data.carnegiehall.org/names/18486>,
        <http://data.carnegiehall.org/names/20331>,
        <http://data.carnegiehall.org/names/34795>,
        <http://data.carnegiehall.org/names/34797>,
        <http://data.carnegiehall.org/names/37387>,
        <http://data.carnegiehall.org/names/49391>,
        <http://data.carnegiehall.org/names/56557>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/64844>,
        <http://data.carnegiehall.org/names/82040> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20307> .

