Commit 0adecf8c authored by Martin Bauer's avatar Martin Bauer
Browse files

Added parameters to temporal query

parent cfffa4af
Loading
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -553,9 +553,15 @@ Figure: Retrieve Temporal Evolution of an Entity use case
  (optional).
- An NGSI-LD temporal query as mandated by Clause+++clause-7+++root.2.6
  (optional).
- A parameter (_`firstN`_) conveying that only the first N instances (per
  Attribute) within the concerned temporal interval shall be retrieved
  (optional).
- A parameter (_`lastN`_) conveying that only the last N instances (per
  Attribute) within the concerned temporal interval shall be retrieved
  (optional).
- A parameter (_`offsetN`_) conveying the offset when paginating temporal
  Attribute instances (optional). To be used in combination with _`firstN`_
  (ascending order) or _`lastN`_ (descending order).
- An optional JSON-LD context.
- A flag indicating whether to return the location of the [Entity
  Map]{.HTML-Keyboard} used within the operation (optional).
@@ -717,8 +723,15 @@ Figure: Query Temporal Evolution of Entities use case
  per Clause+++clause-7+++root.2.3 (optional).
- A limit to the number of Entities to be retrieved. See
  Clause+++clause-7+++root.4.2.
- A parameter (lastN) conveying that only the last N instances (per Attribute)
  within the concerned temporal interval shall be retrieved (optional).
- A parameter (_`firstN`_) conveying that only the first N instances (per
  Attribute) within the concerned temporal interval shall be retrieved
  (optional).
- A parameter (_`lastN`_) conveying that only the last N instances (per
  Attribute) within the concerned temporal interval shall be retrieved
  (optional).
- A parameter (_`offsetN`_) conveying the offset when paginating temporal
  Attribute instances (optional). To be used in combination with _`firstN`_
  (ascending order) or _`lastN`_ (descending order).
- A specified language filter as per Clause+++clause-7+++root.2.7 (optional).
- A list (one or more) of Attribute names whose values shall be expanded to URIs
  prior to executing a query (optional).