# Test: sameTerm # $Id: sameTerm.rq,v 1.1 2007/08/31 14:01:57 eric Exp $ PREFIX : SELECT * { ?x1 :p ?v1 . ?x2 :p ?v2 . FILTER sameTerm(?v1, ?v2) }