blob: cd00e2cc2fd3a2066ca30ef568e29e32e10e3ecb [file] [log] [blame]
PREFIX : <http://example/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT *
{
?x1 :p ?v1 .
?x2 :p ?v2 .
FILTER ( ?v1 != ?v2 )
}