@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/43978/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chichester Psalms" ;
    ns2:boy_alto <http://data.carnegiehall.org/names/74404> ;
    ns2:choir <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/75951>,
        <http://data.carnegiehall.org/names/75952>,
        <http://data.carnegiehall.org/names/75953> ;
    ns1:performer <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/74404>,
        <http://data.carnegiehall.org/names/75951>,
        <http://data.carnegiehall.org/names/75952>,
        <http://data.carnegiehall.org/names/75953> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58231> .

