summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-builtin/sameTerm.rq
blob: b75276215835f02d333a621058931e237eba33db (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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)
}