<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:q="http://xml.insee.intra/schema/qbe/" 
    xmlns="http://xml.insee.intra/schema/annuaire/">
    <q:select>
        <q:where>
            <inseePerson>
                <q:if-not>
                    <q:all>
                        <cn>
                            <q:conditions>
                                <q:contains>a</q:contains>
                            </q:conditions>
                        </cn>
                        <mail>
                            <q:conditions>
                                <q:contains>o</q:contains>
                            </q:conditions>
                        </mail>
                    </q:all>
                </q:if-not>
            </inseePerson>
        </q:where>
    </q:select>
</rdf:RDF>