Skip to content

Commit

Permalink
Merge pull request #138 from 52North/fix/issue-91
Browse files Browse the repository at this point in the history
remove all hints to `inline or reference`
  • Loading branch information
autermann authored Mar 3, 2025
2 parents d36bda4 + fe87f2f commit bc870a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ NOTE: For deployments of models or processes, the location would usually not be
[width="100%",options="header"]
|====
| *Name* | *SOSA/SSN Property* | *Definition* | *Target Content* | *Usage*
| `platform` | `sosa:deployedOnPlatform` | The platform on which the systems are deployed. | A single `Feature` resource (inline or by-reference). | Optional
| `deployedSystems` | `sosa:deployedSystem` | The list of `Systems` deployed during the `Deployment`, if any. | A list of `System` resources (inline or by-reference). | Required
| `subdeployments` | - | The list of subdeployments that are part of the `Deployment`, if any. | A list of `Deployment` resources (inline or by-reference). | Required
| `featuresOfInterest` | - | The ultimate features of interest that are observed and/or controlled during the `Deployment`. | A list of `Feature` resources (inline or by-reference). | Optional
| `samplingFeatures` | - | The `Sampling Features` associated to `Systems` deployed during the `Deployment`. | A list of `Sampling Feature` resources (inline or by-reference). | Optional
| `datastreams` | - | The `Data Streams` containing observations collected during the `Deployment`. | A list of `DataStream` resources (inline or by-reference). | Optional
| `controlstreams` | - | The `Control Streams` that received commands issued during the `Deployment`. | A list of `ControlStream` resources (inline or by-reference). | Optional
| `platform` | `sosa:deployedOnPlatform` | The platform on which the systems are deployed. | A single `Feature` resource. | Optional
| `deployedSystems` | `sosa:deployedSystem` | The list of `Systems` deployed during the `Deployment`, if any. | A list of `System` resources. | Required
| `subdeployments` | - | The list of subdeployments that are part of the `Deployment`, if any. | A list of `Deployment` resources. | Required
| `featuresOfInterest` | - | The ultimate features of interest that are observed and/or controlled during the `Deployment`. | A list of `Feature` resources. | Optional
| `samplingFeatures` | - | The `Sampling Features` associated to `Systems` deployed during the `Deployment`. | A list of `Sampling Feature` resources. | Optional
| `datastreams` | - | The `Data Streams` containing observations collected during the `Deployment`. | A list of `DataStream` resources. | Optional
| `controlstreams` | - | The `Control Streams` that received commands issued during the `Deployment`. | A list of `ControlStream` resources. | Optional
|====

NOTE: The platform can be another `System` (e.g. a UAV or a station), but can also be any feature (e.g. a building or a tree).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ NOTE: The validity time period of a `Procedure` description starts on the date t
[width="100%",options="header"]
|====
| *Name* | *SOSA/SSN Property* | *Definition* | *Target Content* | *Usage*
| `implementingSystems` | `implementedBy` | The `Systems` that implement the `Procedure`. | A list of `System` resources (inline or by-reference). | Optional
| `implementingSystems` | `implementedBy` | The `Systems` that implement the `Procedure`. | A list of `System` resources. | Optional
|====

[#procedure-types,reftext='{table-caption} {counter:table-num}']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ Valid time is used when the sampling feature is not meaningful or usable outside
| *Relation Name* | *SOSA/SSN Property* | *Definition* | *Target Content* | *Usage*
| `parentSystem` | - | The `System` that created or uses this `Sampling Feature`. | A single `System` resource. | Required
| `sampledFeature` | `sosa:hasSampledFeature` | The ultimate feature of interest that is being sampled or controlled. | A single `Feature` resource. | Required
| `sampleOf` | `sosa:isSampleOf` | Other `Sampling Features` related to this `Sampling Feature` via sub-sampling. | A list of `Sampling Feature` resources (inline or by-reference). | Optional
| `datastreams` | - | The `Data Streams` that contain observations of this `Sampling Feature`. | A list of `DataStream` resources (inline or by-reference). | Optional
| `controlstreams` | - | The `Control Streams` that received commands impacting this `Sampling Feature`. | A list of `ControlStream` resources (inline or by-reference). | Optional
| `sampleOf` | `sosa:isSampleOf` | Other `Sampling Features` related to this `Sampling Feature` via sub-sampling. | A list of `Sampling Feature` resources. | Optional
| `datastreams` | - | The `Data Streams` that contain observations of this `Sampling Feature`. | A list of `DataStream` resources. | Optional
| `controlstreams` | - | The `Control Streams` that received commands impacting this `Sampling Feature`. | A list of `ControlStream` resources. | Optional
|====


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ All `System` resource representations provided by encoding requirements classes
[width="100%",options="header"]
|====
| *Name* | *SOSA/SSN Property* | *Definition* | *Target Content* | *Usage*
| `systemKind` | `ssn:hasSystemKind` | The description of the kind of `System` (e.g. datasheet). | A single `Procedure` resource (inline or by-reference). | Optional
| `subsystems` | `sosa:hasSubSystem` | The list of subsystems (i.e. components) attached to the `System`, if any. | A list of `System` resources (inline or by-reference). | Required
| `samplingFeatures` | - | The `Sampling Features` associated to the `System`, if any. | A list of `SamplingFeature` resources (inline or by-reference). | Required
| `deployments` | `sosa:hasDeployment` | The `Deployments` that the `System` is part of, if any. | A list of `Deployment` resources (inline or by-reference). | Optional
| `procedures` | `sosa:implements` | The `Procedures` that can be implemented by the `System`, if any. | A list of `Procedure` resources (inline or by-reference). | Optional
| `datastreams` | - | The `DataStreams` generated by the `System`, if any. | A list of `DataStream` resources (inline or by-reference). | Required
| `controlstreams` | - | The `ControlStreams` receiving commands for the `System`, if any. | A list of `ControlStream` resources (inline or by-reference). | Required
| `systemKind` | `ssn:hasSystemKind` | The description of the kind of `System` (e.g. datasheet). | A single `Procedure` resource. | Optional
| `subsystems` | `sosa:hasSubSystem` | The list of subsystems (i.e. components) attached to the `System`, if any. | A list of `System` resources. | Required
| `samplingFeatures` | - | The `Sampling Features` associated to the `System`, if any. | A list of `SamplingFeature` resources. | Required
| `deployments` | `sosa:hasDeployment` | The `Deployments` that the `System` is part of, if any. | A list of `Deployment` resources. | Optional
| `procedures` | `sosa:implements` | The `Procedures` that can be implemented by the `System`, if any. | A list of `Procedure` resources. | Optional
| `datastreams` | - | The `DataStreams` generated by the `System`, if any. | A list of `DataStream` resources. | Required
| `controlstreams` | - | The `ControlStreams` receiving commands for the `System`, if any. | A list of `ControlStream` resources. | Required
|====

[#system-types,reftext='{table-caption} {counter:table-num}']
Expand Down

0 comments on commit bc870a7

Please sign in to comment.