Commit 74dcd362 authored by Jason Fox's avatar Jason Fox
Browse files

Remove space before punctuation.

parent c8e14688
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ the subject Entity in combination with the other items being part of the NSS.

>>> [!tip] EXAMPLE:

[urn:ngsi-ld:Person:28976543]{.HTML-Code} .
[urn:ngsi-ld:Person:28976543]{.HTML-Code}

>>>

+4 −4
Original line number Diff line number Diff line
@@ -1677,7 +1677,7 @@ Figure: Retrieve Entity use case

  - Filter the Attribute instances based on the _`datasetId`_ arameter, i.e.
    keep only the Attribute instances whose _`datasetId`_ is specified. The
    default Attribute instance is matched, if ["@none"]{.HTML-Code} is
    default Attribute instance is matched, if ["@none"]{.HTML-Code} is
    specified.
  - If there is no Attribute instance whose _`datasetId`_ matches the value of
    the parameter, the Attribute shall not be returned with the Entity.
@@ -2012,7 +2012,7 @@ If the execution of the operation is limited to the local scope (see clause

  - Filter the Attribute instances based on the _`datasetId`_ parameter, i.e.
    keep only the Attribute instances whose _`datasetId`_ is specified. The
    default Attribute instance is matched, if ["@none"]{.HTML-Code} is
    default Attribute instance is matched, if ["@none"]{.HTML-Code} is
    specified.
  - If there is no Attribute instance whose _`datasetId`_ matches the value of
    the parameter, the Attribute shall not be returned with the Entity.
@@ -2066,7 +2066,7 @@ the key matches the language filter. A non-reified subproperty _`lang`_ shall be
included in the response indicating the chosen language.

If no match can be made for a _LanguageProperty_, then the default identified by
the JSON-LD ["@none"]{.HTML-Code} shall be chosen if present, otherwise the
the JSON-LD ["@none"]{.HTML-Code} shall be chosen if present, otherwise the
choice of a single language is up to the implementation.

If **inline** [Linked Entity]{.HTML-Keyboard} **retrieval** (see clause 7.7.2)
@@ -2559,7 +2559,7 @@ in subscribed Entities. Implementations shall exhibit the following behaviour:
    provided, where the _`value`_ or the _`object`_ is set to the URI
    ["urn:ngsi-ld:null"]{.HTML-Code} respectively or, in case of a
    _LanguageProperty_, the _`languageMap`_ is set to
    [{"@none":"urn:ngsi-ld:null"}]{.HTML-Code}
    [{"@none":"urn:ngsi-ld:null"}]{.HTML-Code}

- If the _`notification.format`_ member value is set, the representation of the
  entities changes:
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,7 @@ Figure: Retrieve Temporal Evolution of an Entity use case
  _`datasetId`_ parameter is provided in the request:
  - Filter the Attribute instances based on the _`datasetId`_ parameter, i.e.
    keep only the Attribute instances whose _`datasetId`_ is specified. The
    default Attribute instance is matched, if ["\@none"]{.HTML-Code} is
    default Attribute instance is matched, if ["@none"]{.HTML-Code} is
    specified.
  - If there is no Attribute instance whose _`datasetId`_ matches the value of
    the parameter, remove the complete Attribute from S1.
+8 −8
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ Dutch ( ["nl"]{.HTML-Code} ) exonyms of the street name.

<!-- prettier-ignore-end -->

**NGSI-LD Null:** ["urn:ngsi-ld:null"]{.HTML-Code} or [{"@none":
**NGSI-LD Null:** ["urn:ngsi-ld:null"]{.HTML-Code} or [{"&#64;none":
"urn:ngsi-ld:null"}]{.HTML-Code} used as an encoding for _`null`_ values

**NGSI-LD Property:** description instance which associates a main
@@ -407,7 +407,7 @@ of _`hasValue`_) property to define its target value
"Bob's car is a non-commercial vehicle" can be represented by an NGSI-LD
[VocabProperty]{.HTML-Keyboard} whose name is ["category"]{.HTML-Code} which holds the
string value ["non-commercial"]{.HTML-Code}. If the associated JSON-LD context defines
the term ["non-commercial" ]{.HTML-Code} as ["http://example.com/non-commercial",]{.HTML-Code}
the term ["non-commercial" ]{.HTML-Code} as ["http://example.com/non-commercial"]{.HTML-Code},
then the returned value shall be expanded using JSON-LD type coercion into the URI the
["http://example.com/non-commercial"]{.HTML-Code}.

+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ Table: Matrix of all Attributes
<!-- prettier-ignore-end -->
Furthermore, the following additional attribute names are also defined in the
Core _`@context`_ .
Core _`@context`_:
- ["detail"]{.HTML-Code} and ["title"]{.HTML-Code} are used in Error responses
  and retain their definitions from IETF RFC 7807 [n.10]. See
Loading