Skip to content

Commit 71d1d68

Browse files
authored
Merge pull request #160 from opengeospatial/final_review_for_publication
Final review of Part 1 for publication
2 parents dd4f9f6 + f926180 commit 71d1d68

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

api/part1/standard/sections/clause_4_terms_and_definitions.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ The thing whose property is being estimated or calculated in the course of an Ob
5050

5151

5252
=== Observation
53-
Act of observing a property
53+
Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a Feature of Interest.
5454

5555
[.source]
56-
<<ISO19156, ISO-19156, definition 4.10>>
56+
<<SOSA-SSN, SOSA/SSN, http://www.w3.org/ns/sosa/Observation[Observation Class]>>
57+
5758

5859

5960
=== Platform

api/part1/standard/sections/clause_5_conventions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this document the following abbreviations and acronyms are used or introduced
5959
- URI: Uniform Resource Identifier
6060
- UTC: Coordinated Universal Time
6161
- WKT: Well-Known Text
62-
- XML: eXtended Markup Language
62+
- XML: eXtensible Markup Language
6363
- 1D: One Dimensional
6464
- 2D: Two Dimensional
6565
- 3D: Three Dimensional

api/part1/standard/sections/clause_6_overview.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Encodings are specified in <<clause-encodings>> of this Standard. Each encoding
6666

6767
=== Resource Collections
6868

69-
The CS API Standard defines several resource types that are intended to be offered by the server via separate collections. These resource collections are governed by requirements from ogcapi-features-1. Such collections will be referred to as OGC API Collections in the rest of this document.
69+
The CS API Standard defines several resource types that are intended to be offered by the server via separate collections. These resource collections are governed by requirements from {ogcapi-features-1}. Such collections will be referred to as OGC API Collections in the rest of this document.
7070

7171
The CS API makes use of this collection mechanism to allow a server to provide a more organized view of its content, by grouping them into logical collections according to any criteria.
7272

@@ -110,7 +110,7 @@ Several types of API endpoints are defined by the CS API Standard:
110110

111111
==== Canonical Resources Endpoints
112112

113-
A canonical resource**s** endpoint exposes all resources of a given type hosted by the server. It provides a default endpoint for creating new resources (using HTTP POST), and retrieving/searching resources (using HTTP GET) of this type. Canonical resource**s** endpoint have simple URLs located directly at the API root.
113+
A canonical resource**s** endpoint exposes all resources of a given type hosted by the server. It provides a default endpoint for creating new resources (using HTTP POST), and retrieving/searching resources (using HTTP GET) of this type. The canonical resource**s** endpoints have simple URLs located directly at the API root.
114114

115115
The canonical resources endpoints for resource types defined in Part 1 of the CS API Standard are:
116116

@@ -222,10 +222,10 @@ The following link relation types are defined and used in this Standard:
222222
| `ogc-rel:sampleOf` | <<sf-assocs,`Sampling Feature`>> | Link to other sampling features that the sampling feature is a sample of.
223223
| `ogc-rel:datastreams` | <<system-assocs,`System`>>,
224224
<<deployment-assocs,`Deployment`>>,
225-
<<sf-assocs,`Sampling Feature`>> | Link to the datastreams that are associated to the entity,
225+
<<sf-assocs,`Sampling Feature`>> | Link to the datastreams that are associated to the entity.
226226
| `ogc-rel:controlStreams` | <<system-assocs,`System`>>,
227227
<<deployment-assocs,`Deployment`>>,
228-
<<sf-assocs,`Sampling Feature`>> | Link to the controlstreams that are associated to the entity,
228+
<<sf-assocs,`Sampling Feature`>> | Link to the controlstreams that are associated to the entity.
229229
|====
230230

231231

api/part2/standard/sections/clause_5_conventions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this document the following abbreviations and acronyms are used or introduced
3232
- TAI: Temps Atomique International (International Atomic Time)
3333
- UML: Unified Modeling Language
3434
- UTC: Coordinated Universal Time
35-
- XML: eXtended Markup Language
35+
- XML: eXtensible Markup Language
3636
- 1D: One Dimensional
3737
- 2D: Two Dimensional
3838
- 3D: Three Dimensional

0 commit comments

Comments
 (0)