@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/37627/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chichester Psalms" ;
    ns2:alto <http://data.carnegiehall.org/names/24753>,
        <http://data.carnegiehall.org/names/61464> ;
    ns2:bass <http://data.carnegiehall.org/names/61462> ;
    ns2:choir <http://data.carnegiehall.org/names/32906>,
        <http://data.carnegiehall.org/names/61449>,
        <http://data.carnegiehall.org/names/61453>,
        <http://data.carnegiehall.org/names/61456> ;
    ns2:conductor <http://data.carnegiehall.org/names/61458> ;
    ns2:soprano <http://data.carnegiehall.org/names/61459>,
        <http://data.carnegiehall.org/names/61460>,
        <http://data.carnegiehall.org/names/61463> ;
    ns2:tenor <http://data.carnegiehall.org/names/61461> ;
    ns1:performer <http://data.carnegiehall.org/names/24753>,
        <http://data.carnegiehall.org/names/32906>,
        <http://data.carnegiehall.org/names/61449>,
        <http://data.carnegiehall.org/names/61453>,
        <http://data.carnegiehall.org/names/61456>,
        <http://data.carnegiehall.org/names/61458>,
        <http://data.carnegiehall.org/names/61459>,
        <http://data.carnegiehall.org/names/61460>,
        <http://data.carnegiehall.org/names/61461>,
        <http://data.carnegiehall.org/names/61462>,
        <http://data.carnegiehall.org/names/61463>,
        <http://data.carnegiehall.org/names/61464> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58231> .

