blob: b75276215835f02d333a621058931e237eba33db [file] [log] [blame]
# Test: sameTerm
# $Id: sameTerm.rq,v 1.1 2007/08/31 14:01:57 eric Exp $
PREFIX : <http://example.org/things#>
SELECT *
{
?x1 :p ?v1 .
?x2 :p ?v2 .
FILTER sameTerm(?v1, ?v2)
}