<?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:where rdf:resource="#where"/>
    </q:select>
    <inseePerson rdf:ID="where">
        <mail>
            <q:conditions>
                <q:ends-with>@insee.fr</q:ends-with>
            </q:conditions>
        </mail>
    </inseePerson>
</rdf:RDF>