<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://xml.insee.intra/schema/annuaire/" 
    xmlns:q="http://xml.insee.intra/schema/qbe/">
    <q:select>
        <q:what>
            <inseePerson/>
        </q:what>
        <q:where>
            <inseePerson>
                <mail>
                    <q:ends-with>@insee.fr</q:ends-with>
                </mail>
            </inseePerson>
        </q:where>
    </q:select>
</rdf:RDF>