From a7804b713242abfb42659687c2981ddc7cf59187 Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Sun, 30 Aug 2026 17:15:00 +1000 Subject: [PATCH] Minor clarifications - plan pattern --- ssn/chapters/ModelPlan.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ssn/chapters/ModelPlan.html b/ssn/chapters/ModelPlan.html index 9f66bcdc..d58eabd9 100644 --- a/ssn/chapters/ModelPlan.html +++ b/ssn/chapters/ModelPlan.html @@ -4,7 +4,7 @@

Planning executions and collections

Sampling) at some future time. Collections of Samples or Executions can be described ahead of their completion, to indicate the intention to make collections with the given properties at a future date. - Here we describe patterns that may be used in this way. + Patterns that may be used in this way are described here.

@@ -44,7 +44,8 @@

Planned Collection using generic system

More generically, a Collection (i.e., sosa:ActuationCollection, sosa:ObservationCollection, sosa:SamplingCollection, or sosa:SampleCollection) can be described which is made by a potential - deployment, where the actual system is only specified in terms of the Procedure implemented. + deployment. + In this case the actual system is only specified in terms of the Procedure implemented.

For example, describes a potential set of samples (`ex:SC-LaJ2`) of @@ -70,10 +71,11 @@

Planned Collection using generic system

(`ex:ObsColpH`), packaged in a sosa:ObservationCollection, whose (proximate) feature of interest is the set of Samples described above (`ex:SC-LaJ2`). - Each member of the sosa:ObservationCollectionmust be consistent with the - requirements for membership of an ObservationCollection - i.e., be - sampled on the specified sosa:Platform using the nominated sosa:ObservingProcedure (`ex:pH-A56`), - and whose sosa:hasFeatureOfInterest must be a member of the set of Samples (`ex:SC-LaJ2`). + Each member of the sosa:ObservationCollection must be consistent with the + requirements for membership of an ObservationCollection. + It must use the nominated sosa:ObservingProcedure (`ex:pH-A56`), + and its sosa:hasFeatureOfInterest must be a member of the set of Samples (`ex:SC-LaJ2`), + from the same Platform (`ex:LOIRE_A_JARGEAU_WQ_Station`). Again, the actual System (sosa:Sensor) is not specified, only that it must implement the nominated ObservingProcedure.