Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RSP_Requirements_Design_Document/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ <h4>GROUPBY</h4>

<section>
<h4>CONSTRUCT</h4>
<p>The construct query allows to create new graphs based on que query bindings as in SPARQL 1.1. As an example query consider the
<p>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.
</p>
<pre class="example highlight" title="CQELS"><code>
Expand Down Expand Up @@ -927,7 +927,7 @@ <h4>CONSTRUCT</h4>
<h4>OPTIONAL</h4>
<p>The <a href="https://www.w3.org/TR/sparql11-query/#optionals">Optional</a> 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.
</p>
<pre class="example highlight" title="C-SPARQL"><code>
REGISTER QUERY OptionalQuery AS
Expand Down