@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/45340/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Ordering of Moses" ;
    ns2:bass <http://data.carnegiehall.org/names/29776>,
        <http://data.carnegiehall.org/names/45432>,
        <http://data.carnegiehall.org/names/7550> ;
    ns2:narrator <http://data.carnegiehall.org/names/32447> ;
    ns2:organ <http://data.carnegiehall.org/names/40428> ;
    ns2:reader <http://data.carnegiehall.org/names/51197> ;
    ns2:soprano <http://data.carnegiehall.org/names/57534>,
        <http://data.carnegiehall.org/names/79421> ;
    ns2:tenor <http://data.carnegiehall.org/names/79419> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/57661>,
        <http://data.carnegiehall.org/names/79420>,
        <http://data.carnegiehall.org/names/79422> ;
    ns1:performer <http://data.carnegiehall.org/names/29776>,
        <http://data.carnegiehall.org/names/32447>,
        <http://data.carnegiehall.org/names/40428>,
        <http://data.carnegiehall.org/names/45432>,
        <http://data.carnegiehall.org/names/51197>,
        <http://data.carnegiehall.org/names/57534>,
        <http://data.carnegiehall.org/names/57661>,
        <http://data.carnegiehall.org/names/7550>,
        <http://data.carnegiehall.org/names/79419>,
        <http://data.carnegiehall.org/names/79420>,
        <http://data.carnegiehall.org/names/79421>,
        <http://data.carnegiehall.org/names/79422> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/75500> .

