Skip to content
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

107 Add SystemKind class and its subclasses #209

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from 9 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
78 changes: 73 additions & 5 deletions ssn/chapters/Actuation.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h4>Specification</h4>
, <a href="#SOSAActuationCollection">sosa:ActuationCollection</a>
, <a href="#SOSAactsOnProperty">sosa:actsOnProperty</a>
, <a href="#SOSAActuator">sosa:Actuator</a>
, <a href="#SOSAActuatorKind">sosa:ActuatorKind</a>
, <a href="#SOSAmadeActuation">sosa:madeActuation</a>
, <a href="#SOSAmadeByActuator">sosa:madeByActuator</a>
</p>
Expand Down Expand Up @@ -158,8 +159,10 @@ <h6><a href="#SOSAActuatingProcedure">sosa:ActuatingProcedure</a></h6>
<p class="crossreference"><strong>IRI:</strong> http://www.w3.org/ns/sosa/ActuatingProcedure</p>
<p><strong>an OWL Class</strong></p>

<p class="note">ActuatingProcedure added in 2024 update.
This term is non-normative pending further implementation experience</p>
<p class="note">
ActuatingProcedure added in 2024 update.
This term is non-normative pending further implementation experience
</p>
<p>
<em property="rdfs:label">Actuation Procedure</em> -
<span property="skos:definition">The description of steps performed by an Actuator to change
Expand Down Expand Up @@ -374,8 +377,10 @@ <h5><a href="#SOSAActuationCollection">sosa:ActuationCollection</a></h5>
<p class="crossreference"><strong>IRI:</strong> http://www.w3.org/ns/sosa/ActuationCollection</p>
<p><strong>an OWL Class</strong></p>

<p class="note">ActuationCollection added in 2024 update.
This term is non-normative pending further implementation experience</p>
<p class="note">
ActuationCollection added in 2024 update.
This term is non-normative pending further implementation experience
</p>
<p>
<em property="rdfs:label">Actuation Collection</em> -
<span property="skos:definition">Collection of one or more <a href="#SOSAActuation">Actuations</a> or <a
Expand Down Expand Up @@ -574,12 +579,21 @@ <h5><a href="#SOSAActuator">sosa:Actuator</a></h5>
<tr class="ssn">
<th class="restrictions">Restrictions</th>
<td>
<span about="sosa:Actuator" rel="rdfs:subClassOf" resource="[_:SOSAActuator3]"></span>
<span about="[_:SOSAActuator3]" typeof="owl:Restriction"></span>
<span about="[_:SOSAActuator3]" rel="owl:onProperty" resource="sosa:hasSystemKind"><a
href="#SOSAforProperty">sosa:hasSystemKind</a></span>
<span about="[_:SOSAActuator3]" property="owl:maxCardinality" content="1"
datatype="xsd:nonNegativeInteger"><em><b>MAX 1</b></em> <a
href="#SOSAActuatorKind">sosa:ActuatorKind</a></span>
<br>
<span about="sosa:Actuator" rel="rdfs:subClassOf" resource="[_:SOSAActuator4]"></span>
<span about="[_:SOSAActuator4]" typeof="owl:Restriction"></span>
<span about="[_:SOSAActuator4]" rel="owl:onProperty" resource="sosa:implements"><a
href="#SOSAimplements">sosa:implements</a></span>
<span about="[_:SOSAActuator4]" property="owl:minCardinality" content="1"
datatype="xsd:nonNegativeInteger"><em><b>MIN 1</b></em></span>
datatype="xsd:nonNegativeInteger"><em><b>MIN 1</b></em> <a
href="#SOSASampling">sosa:ActuatingProcedure</a></span>
<br>
<span about="sosa:Actuator" rel="rdfs:subClassOf" resource="[_:SOSAActuator2]"></span>
<span about="[_:SOSAActuator2]" typeof="owl:Restriction"></span>
Expand Down Expand Up @@ -621,6 +635,60 @@ <h5><a href="#SOSAActuator">sosa:Actuator</a></h5>
</div>
</section>

<section class="specterm sosa" id="SOSAActuatorKind" about="sosa:ActuatorKind" typeof="owl:Class">
<h5><a href="#SOSAActuatorKind">sosa:ActuatorKind</a></h5>
<p class="crossreference"><strong>IRI:</strong> http://www.w3.org/ns/sosa/ActuatorKind</p>
<p><strong>an OWL Class</strong></p>

<p class="note">
ActuatorKind added in the 2024 update.
This term is non-normative pending further implementation experience
</p>
<p>
<em property="rdfs:label">ActuatorKind</em> -
<span property="rdfs:comment skos:definition">An <code>ActuatorKind</code> describes a type of <a
href="#SOSAActuator"><code>Actuator</code></a>.
Several <a href="#SOSAActuator"><code>Actuator</code></a> instances may reference the same
<code>ActuatorKind</code>.</span>
</p>
<table>
<tbody>
<tr>
<th>Example</th>
<td>
<span property="skos:example">A specific model of window actuator.</span>
</td>
</tr>
<tr class="ssn">
<th>Sub class of</th>
<td>
<span rel="rdfs:subClassOf" resource="sosa:SystemKind"><a
href="#SOSASystemKind">sosa:SystemKind</a></span>
</td>
</tr>
<tr>
<th>is Defined By</th>
<td>
<span rel="rdfs:isDefinedBy"><a
href="http://www.w3.org/ns/sosa/actuation/">http://www.w3.org/ns/sosa/actuation/</a></span>
</td>
</tr>
</tbody>
</table>
<div class="buttonpanel">
<span>
<span class="sosa" style="display: none;">[<a href="#"
onclick="hide_ssn(false,this.parentElement.parentElement.parentElement.parentElement,this);return false;">Show
additional SSN axioms</a>]</span>
<span class="ssn">[<a href="#"
onclick="hide_ssn(true,this.parentElement.parentElement.parentElement.parentElement,this);return false;">Hide
additional SSN axioms</a>]</span>
</span>
<span class="back">[<a href="#Actuation">Back to module overview and examples</a>]</span>
<span class="back">[<a href="#overview-of-classes-and-properties">Back to top</a>]</span>
</div>
</section>

<section class="specterm sosa" id="SOSAmadeActuation" about="sosa:madeActuation" typeof="owl:ObjectProperty">
<h5><a href="#SOSAmadeActuation">sosa:madeActuation</a></h5>
<p class="crossreference"><strong>IRI:</strong> http://www.w3.org/ns/sosa/madeActuation</p>
Expand Down
Loading