-
Notifications
You must be signed in to change notification settings - Fork 15
Minor clarifications - observation #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Changes from 3 commits
595b1cc
79887d6
a80f041
dbe4190
3050df6
505f6c5
8b23285
cf6334c
483785f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,7 +14,7 @@ <h4>Overview</h4> | |||||
| Classes and relationships involved in Observation. | ||||||
| <br> | ||||||
| The result of an observation should be an information item of a type appropriate for the | ||||||
| observed-property (e.g., a number, quantity, category, image, vector, array, geometry etc.). | ||||||
| observed property (e.g., a number, quantity, category, image, vector, array, geometry etc.). | ||||||
| <br> | ||||||
| <em><a href="#Class-diagram">Explanation of the notation used in class diagrams</a></em>. | ||||||
| </figcaption> | ||||||
|
|
@@ -164,7 +164,7 @@ <h5><dfn>sosa:ObservationCollection</dfn></h5> | |||||
| [[vocab-dcat-3]]. | ||||||
| </p> | ||||||
| <p> | ||||||
| All <a href="#SOSAObservation">Observation</a> properties may appear in an | ||||||
| All <a href="#SOSAObservation">Observation</a> properties may appear in a | ||||||
| <a>sosa:ObservationCollection</a>, including: | ||||||
| <a>sosa:hasFeatureOfInterest</a>, | ||||||
| <a>sosa:hasUltimateFeatureOfInterest</a>, | ||||||
|
|
@@ -175,7 +175,7 @@ <h5><dfn>sosa:ObservationCollection</dfn></h5> | |||||
| <a>sosa:resultTime</a>, | ||||||
| <a>sosa:hasResult</a>, | ||||||
| <a>sosa:hasSimpleResult</a>. | ||||||
| If they are present, the value of these properties summarize the values of the matching properties of | ||||||
| If they are present, the values of these properties summarize the values of the matching properties of | ||||||
| the member observations, where membership is either direct or transitive through one or more member | ||||||
| observation collections. | ||||||
| </p> | ||||||
|
|
@@ -360,7 +360,8 @@ <h5><dfn>sosa:Sensor</dfn></h5> | |||||
| System that implements an ObservingProcedure to determine the value of an observable Property | ||||||
| </p> | ||||||
| <p> | ||||||
| This may be a device, a piece of infrastructure, an agent (including humans), or a software-based system, including systems performing simulations. | ||||||
| This may be a device, a piece of infrastructure, an agent (including humans), or a software-based system, | ||||||
| including systems performing simulations. | ||||||
| </p> | ||||||
| <p> | ||||||
| A <a href="#SOSASensor">Sensor</a> responds to a <a href="#SOSAStimulus">Stimulus</a>, | ||||||
|
|
@@ -372,12 +373,12 @@ <h5><dfn>sosa:Sensor</dfn></h5> | |||||
| See <a href="#ModelLocation">Location and Geometry</a> for patterns to describe this. | ||||||
| </p> | ||||||
| <p class="note"> | ||||||
| Specific sensor <em>types</em> may be implemented as <em>sub-classes</em> | ||||||
| of this class or its sub-classes. | ||||||
| Specific sensor <em>types</em> may be implemented as <em>subclasses</em> | ||||||
| of this class or its subclasses. | ||||||
| Their descriptions may capture the properties and characteristics of a whole class of sensors, corresponding | ||||||
| with the information typically found in a spec-sheet or data-sheet. | ||||||
| with the information typically found in a spec-sheet or datasheet. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one I don't get. I suggested before "data sheet".
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Google says
Suggested change
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fair enough. Inconsistency is the way of the English world. :-) |
||||||
| <br> | ||||||
| Individual sensor <em>instances</em> are <em>members</em> of this class or its sub-classes. | ||||||
| Individual sensor <em>instances</em> are <em>members</em> of this class or its subclasses. | ||||||
| <br> | ||||||
| See <a href="#ModelSystemType">Systems Types and Individuals</a> for patterns to describe this. | ||||||
| </p> | ||||||
|
|
@@ -446,7 +447,7 @@ <h5><dfn>sosa:Stimulus</dfn></h5> | |||||
| event in the real world that triggers a Sensor | ||||||
| </p> | ||||||
| <p> | ||||||
| The properties associated to the Stimulus may be different to the eventual observed Property. | ||||||
| The properties associated with the Stimulus may be different to the eventual observed Property. | ||||||
|
dr-shorthair marked this conversation as resolved.
Outdated
|
||||||
| It is the event, not the object, that triggers the Sensor. | ||||||
| </p> | ||||||
| <dl> | ||||||
|
|
@@ -532,7 +533,7 @@ <h5><dfn>sosa:hasProxy</dfn></h5> | |||||
| <dl> | ||||||
| <dt>Examples</dt> | ||||||
| <dd> | ||||||
| For example, the expansion of mercury is a | ||||||
| The expansion of mercury is a | ||||||
| <a href="#SOSAStimulus">Stimulus</a> that serves as a | ||||||
| proxy for some temperature | ||||||
| <a href="#SOSAProperty">Property</a>. | ||||||
|
|
@@ -574,7 +575,7 @@ <h5><dfn>sosa:isDetectedBy</dfn></h5> | |||||
| </p> | ||||||
| <p> | ||||||
| <em>is detected by</em> — | ||||||
| relation from a Stimulus to a Sensor that may detect it | ||||||
| relation from a Stimulus to a Sensor that may detect the Stimulus | ||||||
|
dr-shorthair marked this conversation as resolved.
Outdated
|
||||||
| </p> | ||||||
| <p> | ||||||
| The Stimulus itself will be serving as a proxy (<a>sosa:isProxyFor</a>) for some Property. | ||||||
|
|
@@ -932,7 +933,7 @@ <h5><dfn>sosa:originated</dfn></h5> | |||||
| </p> | ||||||
| <p> | ||||||
| <em>originated</em> — | ||||||
| relation from a Stimulus to an Observation that was originated by it | ||||||
| relation from a Stimulus to an Observation that was originated by the Stimulus | ||||||
|
dr-shorthair marked this conversation as resolved.
Outdated
|
||||||
| </p> | ||||||
| <dl> | ||||||
| <dt>Domain Includes</dt> | ||||||
|
|
@@ -1147,7 +1148,7 @@ <h5><dfn>sosa:wasOriginatedBy</dfn></h5> | |||||
| </p> | ||||||
| <p> | ||||||
| <em>was originated by</em> — | ||||||
| relation from an Observation to the Stimulus that originated it | ||||||
| relation from an Observation to the Stimulus that originated the Observation | ||||||
|
dr-shorthair marked this conversation as resolved.
Outdated
|
||||||
| </p> | ||||||
| <dl> | ||||||
| <dt>Domain Includes</dt> | ||||||
|
|
||||||

Uh oh!
There was an error while loading. Please reload this page.