Mercurial > hg > semantic-sia
changeset 82:ade1f2d811e8
new
author | stevenh |
---|---|
date | Fri, 02 Aug 2013 16:19:50 +0100 |
parents | c544f8a666fa |
children | 4ef262740ceb |
files | src/sparql/select_equal_vtes.sparql |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sparql/select_equal_vtes.sparql Fri Aug 02 16:19:50 2013 +0100 @@ -0,0 +1,11 @@ +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. +}