@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/24561/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chichester Psalms" ;
    ns2:boy_alto <http://data.carnegiehall.org/names/14253> ;
    ns2:choir <http://data.carnegiehall.org/names/12839>,
        <http://data.carnegiehall.org/names/24597>,
        <http://data.carnegiehall.org/names/27792>,
        <http://data.carnegiehall.org/names/29622>,
        <http://data.carnegiehall.org/names/33689>,
        <http://data.carnegiehall.org/names/36867>,
        <http://data.carnegiehall.org/names/39421>,
        <http://data.carnegiehall.org/names/39425>,
        <http://data.carnegiehall.org/names/41930>,
        <http://data.carnegiehall.org/names/43776>,
        <http://data.carnegiehall.org/names/461>,
        <http://data.carnegiehall.org/names/47615>,
        <http://data.carnegiehall.org/names/57930> ;
    ns1:performer <http://data.carnegiehall.org/names/12839>,
        <http://data.carnegiehall.org/names/14253>,
        <http://data.carnegiehall.org/names/24597>,
        <http://data.carnegiehall.org/names/27792>,
        <http://data.carnegiehall.org/names/29622>,
        <http://data.carnegiehall.org/names/33689>,
        <http://data.carnegiehall.org/names/36867>,
        <http://data.carnegiehall.org/names/39421>,
        <http://data.carnegiehall.org/names/39425>,
        <http://data.carnegiehall.org/names/41930>,
        <http://data.carnegiehall.org/names/43776>,
        <http://data.carnegiehall.org/names/461>,
        <http://data.carnegiehall.org/names/47615>,
        <http://data.carnegiehall.org/names/57930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58231> .

