From 992b3d88769af5b490995c4d5ad3a01a819b01ff Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Mon, 22 Aug 2016 16:07:07 +0100 Subject: [PATCH] que -> the --- RSP_Requirements_Design_Document/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RSP_Requirements_Design_Document/index.html b/RSP_Requirements_Design_Document/index.html index 2ac23c8..098a50b 100644 --- a/RSP_Requirements_Design_Document/index.html +++ b/RSP_Requirements_Design_Document/index.html @@ -892,7 +892,7 @@

GROUPBY

CONSTRUCT

-

The construct query allows to create new graphs based on que query bindings as in SPARQL 1.1. As an example query consider the +

The construct query allows users to create new graphs based on the query bindings as in SPARQL 1.1. As an example query consider the following: Detect two different people in the same room for at least three seconds and create a graph of co-presence.


@@ -927,7 +927,7 @@ 

CONSTRUCT

OPTIONAL

The Optional pattern matching provides the following feature: "if the optional part does not match, it creates no bindings but does not eliminate the solution" [[SPARQL11-Query]]. - As an example consider que following query: detect persons who have entered either room1 or room2 in the past five minutes. + As an example consider the following query: detect persons who have entered either room1 or room2 in the past five minutes.


 REGISTER QUERY OptionalQuery AS