Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions ssn/chapters/Actuation.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h5><dfn>sosa:Actuation</dfn></h5>
<p>
An <a href="#SOSAActuation">Actuation</a> concerns a single <a href="#SOSAProperty">Property</a> of a single
<a href="#SOSAFeatureOfInterest">FeatureOfInterest</a>.
Changes to multiple properties, or other combinations of Actuations, may be described in an
Changes to multiple properties, or other combinations of Actuations, may be described in a
<a href="#SOSAActuationCollection">ActuationCollection</a>.
</p>
<p>
Expand All @@ -133,7 +133,7 @@ <h5><dfn>sosa:Actuation</dfn></h5>
<dt>Example</dt>
<dd>
The activity of automatically closing a window if the temperature
in a room drops below 20 degree Celsius.
in a room drops below 20 degrees Celsius.
The activity is the <a href="#SOSAActuation">Actuation</a> and the device that closes the
window is the <a href="#SOSAActuator">Actuator</a>.
The <a href="#SOSAProcedure">Procedure</a> is the rule, plan, or specification that may
Expand Down Expand Up @@ -198,7 +198,7 @@ <h5><dfn>sosa:ActuationCollection</dfn></h5>
set of one or more Actuations or ActuationCollections; collections may be nested
</p>
<p>
All <a href="#SOSAActuation">Actuation</a> properties may appear in an
All <a href="#SOSAActuation">Actuation</a> properties may appear in a
<a>sosa:ActuationCollection</a>, including:
<a>sosa:hasFeatureOfInterest</a>,
<a>sosa:usedProcedure</a>,
Expand All @@ -207,7 +207,7 @@ <h5><dfn>sosa:ActuationCollection</dfn></h5>
<a>sosa:endTime</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 actuations, where membership is either direct or transitive through one or more member
actuation collections.
</p>
Expand Down Expand Up @@ -331,13 +331,13 @@ <h5><dfn>sosa:Actuator</dfn></h5>
See <a href="#ModelLocation">Location and Geometry</a> for patterns to describe this.
</p>
<p class="note">
Specific actuator <em>types</em> may be implemented as <em>sub-classes</em>
of this class or its sub-classes.
Specific actuator <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 actuators,
corresponding with the information typically found in a spec-sheet or
data-sheet.
datasheet.
<br>
Individual actuator <em>instances</em> are <em>members</em> of this class or its sub-classes.
Individual actuator <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>
Expand Down Expand Up @@ -396,7 +396,7 @@ <h5><dfn>sosa:actsOn</dfn></h5>
</p>
<p>
<em>acts on</em> &mdash;
relation from an Actuator to a Property whose state may be changed by using it
relation from an Actuator to a Property whose state may be changed by that Actuator
</p>
<dl>
<dt>Subproperty of</dt>
Expand Down Expand Up @@ -569,7 +569,7 @@ <h5><dfn>sosa:madeByActuator</dfn></h5>
</p>
<p>
<em>made by actuator</em> &mdash;
relation from an Actuation or ActuationCollection to the Actuator that made it
relation from an Actuation or ActuationCollection to the Actuator that made that Actuation or ActuationCollection
</p>
<dl>
<dt>Subproperty of</dt>
Expand Down
8 changes: 4 additions & 4 deletions ssn/rdf/ontology/core/sosa-actuation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sosa:Actuation
This approach is not prohibited by the SSN Ontology, but the details are beyond the scope of SSN.
"""@en ;
skos:note "relatedObservation SHOULD be used to link to an associated Observation or ObservationCollection that monitors the actuated property to verify that the result value has been obtained. "@en ;
skos:example "The activity of automatically closing a window if the temperature in a room drops below 20 degree Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. "@en ;
skos:example "The activity of automatically closing a window if the temperature in a room drops below 20 degrees Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. "@en ;
rdfs:isDefinedBy sosa-act: .

sosa:ActuationCollection
Expand All @@ -67,7 +67,7 @@ sosa:ActuationCollection

All Actuation properties may appear in an Actuation Collection, including:
hasFeatureOfInterest , usedProcedure , madeByActuator , actsOnProperty , endTime , hasResult , hasSimpleResult .
If they are present, the value of these properties summarize the values of the matching properties of the member actuations, where membership is either direct or transitive through one or more member actuation collections.
If they are present, the values of these properties summarize the values of the matching properties of the member actuations, where membership is either direct or transitive through one or more member actuation collections.
The following consistency rules apply with respect to the Actuation properties:

1. Where an individual Actuation Collection omits a property, a member Actuation (direct or transitive) MAY have any value for that property.
Expand Down Expand Up @@ -99,7 +99,7 @@ sosa:actsOn
rdfs:subPropertyOf sosa:forProperty ;
rdfs:label "acts on"@en ;
skos:definition """
relation from an Actuator to a Property whose state may be changed by using it
relation from an Actuator to a Property whose state may be changed by that Actuator
"""@en ;
skos:example "In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property upon which the Actuator acts is the state of the window as it changes from being open to being closed. "@en ;
schema:domainIncludes sosa:Actuator ;
Expand Down Expand Up @@ -150,7 +150,7 @@ sosa:madeByActuator
rdfs:subPropertyOf sosa:madeBySystem ;
rdfs:label "made by actuator"@en ;
skos:definition """
relation from an Actuation or ActuationCollection to the Actuator that made it
relation from an Actuation or ActuationCollection to the Actuator that made that Actuation or ActuationCollection
"""@en ;
schema:domainIncludes sosa:Actuation ;
schema:domainIncludes sosa:ActuationCollection ;
Expand Down
Loading