@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/64246/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chichester Psalms" ;
    ns2:bass <http://data.carnegiehall.org/names/122046> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/122042> ;
    ns2:choir <http://data.carnegiehall.org/names/80008> ;
    ns2:conductor <http://data.carnegiehall.org/names/102391> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/122044> ;
    ns2:soprano <http://data.carnegiehall.org/names/122043> ;
    ns2:tenor <http://data.carnegiehall.org/names/122045> ;
    ns1:performer <http://data.carnegiehall.org/names/102391>,
        <http://data.carnegiehall.org/names/122042>,
        <http://data.carnegiehall.org/names/122043>,
        <http://data.carnegiehall.org/names/122044>,
        <http://data.carnegiehall.org/names/122045>,
        <http://data.carnegiehall.org/names/122046>,
        <http://data.carnegiehall.org/names/80008> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58231> .

