view src/sparql/select_equal_vtes.sparql @ 94:fedf516f6a78 tip

test file
author stevenh
date Mon, 29 Dec 2014 15:16:22 +0000
parents ade1f2d811e8
children
line wrap: on
line source
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX sia: <http://example.org/sia#>

SELECT DISTINCT ?vte1 ?vte2
WHERE
{
	?vte1 sia:equalVector ?vte2.
}