Skip to content

Commit

Permalink
Update references to SensorML 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrobin committed Jun 5, 2024
1 parent 5c9f27c commit fdb5c33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ type:: class
identifier:: /req/sensorml
subject:: Web API
inherit:: /req/api-common
inherit:: http://www.opengis.net/spec/SensorML-Ext/1.0/req/json-simple-process
inherit:: http://www.opengis.net/spec/SensorML-Ext/1.0/req/json-physical-system
inherit:: http://www.opengis.net/spec/SensorML-Ext/1.0/req/json-deployment
inherit:: http://www.opengis.net/spec/SensorML-Ext/1.0/req/json-derived-property
inherit:: http://www.opengis.net/spec/sensorML/3.0/req/json-simple-process
inherit:: http://www.opengis.net/spec/sensorML/3.0/req/json-physical-system
inherit:: http://www.opengis.net/spec/sensorML/3.0/req/json-deployment
inherit:: http://www.opengis.net/spec/sensorML/3.0/req/json-derived-property
requirement:: /req/sensorml/mediatype-read
requirement:: /req/sensorml/mediatype-write
requirement:: /req/sensorml/relation-types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

include::../requirements/encoding/sensorml/requirements_class_sensorml.adoc[]

The "SensorML Format" requirements class specifies how resources defined by the CS API Standard are encoded using the <<OGC-SML-JSON, SensorML JSON>> format.
The "SensorML Format" requirements class specifies how resources defined by the CS API Standard are encoded using the SensorML JSON format defined in <<OGC-SML,SensorML 3.0>>.

All feature types defined by this Standard, except `Sampling Features`, can be encoded in SensorML. The SensorML format allows the provision of more advanced metadata such as application specific identifiers and classifiers, security and legal constraints, characteristics and capabilities, contact information, attached documents, reference frames, etc.

Expand Down Expand Up @@ -124,7 +124,7 @@ A SensorML JSON document representing a `System` resource SHALL implement the ma
| `systemType` | `definition` | Use the URI or CURIE from <<system-types>> as the value.
| `assetType` | `classifiers` | Use a classifier with definition `cs:AssetType`, and the URI or CURIE from <<asset-types>> as the value.
| `validTime` | `validTime` | -
| `location` | `position` | Include location either as a GeoJSON geometry, or as part of a 3D Pose object (see <<OGC-SML-JSON>> for a description of the 3D Pose object).
| `location` | `position` | Include location either as a GeoJSON geometry, or as part of a 3D Pose object (see <<OGC-SML>> for a description of the 3D Pose object).
|====

[#system-assoc-sml-mappings,reftext='{table-caption} {counter:table-num}']
Expand Down
4 changes: 1 addition & 3 deletions api/part1/standard/sections/clause_3_references.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ References are to follow the Springer LNCS style, with the exception that option

* [[[SOSA-SSN, SOSA/SSN]]], Semantic Sensor Network Ontology, (October 19 2017), https://www.w3.org/TR/vocab-ssn

* [[[OGC-SML, OGC 12-000r2]]], OGC SensorML: Model and XML Encoding Standard, version 2.1

* [[[OGC-SML-JSON, OGC 23-000]]], OGC SensorML: Model Extensions and JSON Encodings, version 1.0, https://docs.ogc.org/DRAFTS/23-000r0.html
* [[[OGC-SML, OGC 23-000]]], OGC SensorML Encoding Standard, version 3.0, https://docs.ogc.org/DRAFTS/23-000.html

* [[[OGC_SFA, OGC 06-103r4]]], Simple feature access - Part 1: Common architecture

Expand Down

0 comments on commit fdb5c33

Please sign in to comment.