# Test: sameTerm # $Id: sameTerm.rq,v 1.1 2006/11/04 20:55:42 eric Exp $ PREFIX : SELECT * { ?x1 :p ?v1 . ?x2 :p ?v2 . FILTER sameTerm(?v1, ?v2) }