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 @@
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