Commits (2)
<div class="alert-warning">NOTE: The text in this section is extracted from ETSI TS 103 264 (V3.2.1) [[0]](#[0]), and therefore falls inside the <a href="https://www.etsi.org/intellectual-property-rights">ETSI IPR Policy</a></div>
<div class="alert-warning">NOTE: The text in this section is extracted from ETSI TS 103 264 (V3.2.1) <a href="#[0]">[0]</a>, and therefore falls inside the <a href="https://www.etsi.org/intellectual-property-rights">ETSI IPR Policy</a></div>
The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market.
......
<div class="alert-warning">NOTE: The text in this section is extracted from ETSI TS 103 264 (V3.2.1) [[0]](#[0]), and therefore falls inside the <a href="https://www.etsi.org/intellectual-property-rights">ETSI IPR Policy</a></div>
<div class="alert-warning">NOTE: The text in this section is extracted from ETSI TS 103 264 (V3.2.1) <a href="#[0]">[0]</a>, and therefore falls inside the <a href="https://www.etsi.org/intellectual-property-rights">ETSI IPR Policy</a></div>
### <a id="5.1"></a>General Overview
......@@ -170,7 +170,7 @@ A device can act upon (OP [saref:actsUpon](#saref:actsUpon)) features, propertie
- [saref:observes](#saref:observes) for when a device observes a feature, or property or state of that feature.
- [saref:controls](#saref:controls) for when a device controls a feature, or property or state of that feature.
<div class="alert-warning">NOTE: Property [saref:actsUpon](#saref:actsUpon) also applies to functions, commands, and procedure executions.
<div class="alert-warning">NOTE: Property <a href="#saref:actsUpon">saref:actsUpon</a> also applies to functions, commands, and procedure executions.
</div>
<div id="EXAMPLE_5" class="alert-info">EXAMPLE 5:
......@@ -236,7 +236,7 @@ ex:switch21354 a saref:Device ;
```
</div>
<div class="alert-warning">NOTE: Property [saref:accomplishes](#saref:accomplishes) can also apply to other classes such as functions, commands, and procedure executions.
<div class="alert-warning">NOTE: Property <a href="#saref:accomplishes">saref:accomplishes</a> can also apply to other classes such as functions, commands, and procedure executions.
</div>
### <a id="5.5"></a>Commodities
......@@ -509,7 +509,7 @@ SAREF extensions and applications may create, specialize, and categorize states
An instance of [saref:State](#saref:State) can apply to different features of interest.
<div id="EXAMPLE_1" class="alert-info">EXAMPLE 1: A switch can be found in the [saref:OnOffState](#saref:OnOffState), which is further specialized in [saref:OnState](#saref:OnState) and [saref:OffState](#saref:OffState).
<div id="EXAMPLE_1" class="alert-info">EXAMPLE 1: A switch can be found in the <a href="#saref:OnOffState">saref:OnOffState</a>, which is further specialized in <a href="#saref:OnState">saref:OnState</a> and <a href="#saref:OffState">saref:OffState</a>.
```
saref:OnOffState a saref:State .
......@@ -1003,7 +1003,7 @@ ex:FlexibilityProfile a saref:Profile ;
The applicable context of a profile can be bound temporally using DP [saref:hasTimestamp](#saref:hasTimestamp) or its subproperties defined by SAREF extensions, or OP [saref:hasApplicableTime](#saref:hasApplicableTime) which links to instant or interval or other compound temporal entity expressed using OWL Time <a href="#[7]">[7]</a>.
<div class="alert-warning">NOTE: [saref:hasApplicableTime](#saref:hasApplicableTime) may be applied to other entities, such as functions, commands, or procedure executions.
<div class="alert-warning">NOTE: <a href="#saref:hasApplicableTime">saref:hasApplicableTime</a> may be applied to other entities, such as functions, commands, or procedure executions.
</div>
<div id="EXAMPLE_2" class="alert-info">EXAMPLE 2:
......
This diff is collapsed.