SELECT ?x ?y WHERE { ?x ex:hasGeometry ?g1. ?y ex:hasGeometry ?g2. FILTER((?x != ?y) && (strdf:mbbEquals(?g1, ?g2)))}