Newer
Older
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/def/saref4agri#"
xml:base="https://w3id.org/def/saref4agri"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#">
<owl:Ontology rdf:about="https://w3id.org/def/saref4agri">
<owl:versionIRI rdf:resource="https://w3id.org/def/v1/saref4agri"/>
<dc:contributor rdf:resource="http://w3id.org/people/mpoveda"/>
<dc:description xml:lang="en">This ontology extends the SAREF ontology for the Agricultural domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Agricultural domain.</dc:description>
<dc:title xml:lang="en">SAREF extension for Agriculture</dc:title>
<vann:preferredNamespacePrefix>s4agri</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>https://w3id.org/def/saref4agri#</vann:preferredNamespaceUri>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.2</owl:versionInfo>
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#alt -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#alt">
<rdfs:comment>The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).</rdfs:comment>
<rdfs:label>altitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#lat -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat">
<rdfs:comment>The WGS84 latitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>latitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#location -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location">
<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/based_near"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#long -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#long">
<rdfs:comment>The WGS84 longitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>longitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
<!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
<!-- http://www.w3.org/ns/prov#hadPrimarySource -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource"/>
<!-- http://xmlns.com/foaf/0.1/based_near -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/based_near"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2001/XMLSchema#date -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
<!-- http://www.w3.org/2001/XMLSchema#duration -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#duration"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!-- http://www.opengis.net/ont/geosparql#hasGeometry -->
<owl:ObjectProperty rdf:about="http://www.opengis.net/ont/geosparql#hasGeometry">
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
<rdfs:comment xml:lang="en">A spatial representation for a given feature.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<rdfs:label xml:lang="en">has geometry</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.opengis.net/ont/geosparql#sfContains -->
<owl:ObjectProperty rdf:about="http://www.opengis.net/ont/geosparql#sfContains">
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:comment xml:lang="en">Exists if the subject SpatialObject spatially contains the object SpatialObject. DE-9IM: T*****FF*</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/spec/geosparql/1.0"/>
<rdfs:label xml:lang="en">contains</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.opengis.net/ont/geosparql#sfWithin -->
<owl:ObjectProperty rdf:about="http://www.opengis.net/ont/geosparql#sfWithin">
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:comment xml:lang="en">Exists if the subject SpatialObject is spatially within the object SpatialObject. DE-9IM: T*F**F***</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/spec/geosparql/1.0"/>
<rdfs:label xml:lang="en">within</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#location -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location"/>
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hosts">
<owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isHostedBy"/>
<rdfs:comment xml:lang="en">Relation between a platform and the systems it hosts.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
<rdfs:label xml:lang="en">host</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/sosa/isHostedBy -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isHostedBy">
<rdfs:comment xml:lang="en">Relation between a system and its hosting platform.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
<rdfs:label xml:lang="en">is hosted by</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/ssn/deployedOnPlatform -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/deployedOnPlatform">
<owl:inverseOf rdf:resource="http://www.w3.org/ns/ssn/inDeployment"/>
<rdfs:comment xml:lang="en">Relation between a deployment and the platform(s) involved in the deployment.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">deployed on platform</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/deployedSystem">
<owl:inverseOf rdf:resource="http://www.w3.org/ns/ssn/hasDeployment"/>
<rdfs:comment xml:lang="en">Relation between a deployment and the system deployed.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">deployed system</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/ssn/hasDeployment -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/hasDeployment">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">has deployment</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/ssn/hasSubSystem -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/hasSubSystem">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">has subsystem</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/ssn/inDeployment -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/inDeployment">
<rdfs:comment xml:lang="en">Relation between a platform and the deployment(s) that takes place in the platform.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">in deployment</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#fromNode -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#fromNode">
<rdfs:comment xml:lang="en">Origin node in directed communications.</rdfs:comment>
<rdfs:label xml:lang="en">from node</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#hasConstituent -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#hasConstituent">
<owl:inverseOf rdf:resource="https://w3id.org/def/saref4agri#isConstituentOf"/>
<rdfs:comment xml:lang="en">Relation between a network and its constituents systems.</rdfs:comment>
<rdfs:label xml:lang="en">has constituent</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#hasDeploymentPeriod -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#hasDeploymentPeriod">
<rdfs:comment xml:lang="en">Relation to indicate the temporal duration or period of a deployment.</rdfs:comment>
<rdfs:comment xml:lang="en">has deployment period</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#hasRole -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#hasRole">
<rdfs:comment xml:lang="en">A relation to indicate the role of a given node in a communication channel or network.</rdfs:comment>
<rdfs:label xml:lang="en">has role</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#isConstituentOf -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#isConstituentOf">
<rdfs:comment xml:lang="en">Relation between a node and the network(s) it is part of.</rdfs:comment>
<rdfs:label xml:lang="en">is constituent of</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#isDeployedAtSpace -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#isDeployedAtSpace">
<rdfs:comment xml:lang="en">Relation to indicate the geographical componet of a deployment.</rdfs:comment>
<rdfs:comment xml:lang="en">is deployed at space</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#playedByNode -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#playedByNode">
<rdfs:domain rdf:resource="https://w3id.org/def/saref4agri#CommunicationRole"/>
<rdfs:range rdf:resource="https://w3id.org/def/saref4agri#Node"/>
<rdfs:comment xml:lang="en">Relation use to indicate the node playing a given role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole</rdfs:comment>
<rdfs:label xml:lang="en">played by node</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#roleInCommunication -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#roleInCommunication">
<rdfs:domain rdf:resource="https://w3id.org/def/saref4agri#CommunicationRole"/>
<rdfs:range rdf:resource="https://w3id.org/def/saref4agri#Communication"/>
<rdfs:comment xml:lang="en">Relation use to indicate the communication in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole</rdfs:comment>
<rdfs:label xml:lang="en">role in communication</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#roleInNetwork -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#roleInNetwork">
<rdfs:domain rdf:resource="https://w3id.org/def/saref4agri#CommunicationRole"/>
<rdfs:range rdf:resource="https://w3id.org/def/saref4agri#Network"/>
<rdfs:comment xml:lang="en">Relation use to indicate the network in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole</rdfs:comment>
<rdfs:label xml:lang="en">role in network</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/def/saref4agri#toNode -->
<owl:ObjectProperty rdf:about="https://w3id.org/def/saref4agri#toNode">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:comment xml:lang="en">Target node in directed communications.</rdfs:comment>
<rdfs:label xml:lang="en">to node</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#accomplishes -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#accomplishes">
<owl:inverseOf rdf:resource="https://w3id.org/saref#isAccomplishedBy"/>
<rdfs:comment>A relationship between a certain entity (e.g., a device) and the task it accomplishes</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>accomplishes</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#actsUpon -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#actsUpon">
<rdfs:comment>A relationship between a command and a state</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>acts upon</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#controlsProperty -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#controlsProperty">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">controls property</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#hasCommand -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#hasCommand">
<owl:inverseOf rdf:resource="https://w3id.org/saref#isCommandOf"/>
<rdfs:comment>A relationship between an entity (such as a function) and a command</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>has command</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#hasFeatureOfInterest -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#hasFeatureOfInterest">
<owl:inverseOf rdf:resource="https://w3id.org/saref#isFeatureOfInterestOf"/>
<rdfs:comment xml:lang="en">Relation between a measurement and the feature of interest being measured.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has feature of interest</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#hasFunction -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#hasFunction">
<rdfs:comment>A relationship identifying the type of function of a device</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>has function</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#hasProperty -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#hasProperty">
<owl:inverseOf rdf:resource="https://w3id.org/saref#isPropertyOf"/>
<rdfs:comment xml:lang="en">Relation between a feature of interest and its properties.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has property</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#hasState -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#hasState">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has state</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isAccomplishedBy -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isAccomplishedBy">
<rdfs:comment>A relationship indentifying the task accomplished by a certain entity (e.g., a device)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>is accomplished by</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isCommandOf -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isCommandOf">
<rdfs:comment>A relationship between a command and a function.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>is command of</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isControlledByDevice -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isControlledByDevice">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">is controlled by device</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isFeatureOfInterestOf -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isFeatureOfInterestOf">
<rdfs:comment xml:lang="en">Relation betwwen a feature of interest and the measurments that are about it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">is feature of interest of</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isMeasuredByDevice -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isMeasuredByDevice">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">is measured by device</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isMeasuredIn -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isMeasuredIn">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">is measured in</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#isPropertyOf -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#isPropertyOf">
<rdfs:comment xml:lang="en">Relation between a property and a feature of interest in which such property appears.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">is property of</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#makesMeasurement -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#makesMeasurement">
<owl:inverseOf rdf:resource="https://w3id.org/saref#measurementMadeBy"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">makes measurement</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#measurementMadeBy -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#measurementMadeBy">
<rdfs:comment xml:lang="en">Relation between a measurement and the device that made it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">measurement made by</rdfs:label>
</owl:ObjectProperty>
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!-- https://w3id.org/saref#measuresProperty -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#measuresProperty">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">measures property</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#relatesToMeasurement -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#relatesToMeasurement">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">relates to measurement</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/saref#relatesToProperty -->
<owl:ObjectProperty rdf:about="https://w3id.org/saref#relatesToProperty">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">relates to property</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="https://w3id.org/def/saref4agri#hasProtocol">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">The protocol used in a given communition between nodes.</rdfs:comment>
<rdfs:label xml:lang="en">has protocol</rdfs:label>
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasDescription">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>A relationship providing a description of an entity (e.g., device)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has description</rdfs:label>
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasManufacturer">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>A relationship identifying the manufacturer of an entity (e.g., device)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label>has manufacturer</rdfs:label>
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasModel">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>A relationship identifying the model of an entity (e.g., device)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
</owl:DatatypeProperty>
<!-- https://w3id.org/saref#hasName -->
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasName">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/saref#hasTimestamp -->
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasTimestamp">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has timestamp</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/saref#hasValue -->
<owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasValue">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">has value</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!-- http://www.opengis.net/ont/geosparql#Feature -->
<owl:Class rdf:about="http://www.opengis.net/ont/geosparql#Feature">
<rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#hasGeometry"/>
<owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
<rdfs:comment xml:lang="en">This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/gml"/>
<rdfs:label xml:lang="en">Feature</rdfs:label>
</owl:Class>
<!-- http://www.opengis.net/ont/geosparql#Geometry -->
<owl:Class rdf:about="http://www.opengis.net/ont/geosparql#Geometry">
<rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:comment xml:lang="en">The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
<rdfs:label xml:lang="en">Geometry</rdfs:label>
</owl:Class>
<!-- http://www.opengis.net/ont/geosparql#SpatialObject -->
<owl:Class rdf:about="http://www.opengis.net/ont/geosparql#SpatialObject">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.opengis.net/ont/geosparql#sfContains"/>
<owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#location"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql"/>
<rdfs:label xml:lang="en">SpatialObject</rdfs:label>
</owl:Class>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#Point -->
<owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point">
<rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
<rdfs:comment>
Uniquely identified by lat/long/alt. i.e.
spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
lat(P2, LAT), long(P2, LONG), alt(P2, ALT).
sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
</rdfs:comment>
<rdfs:comment>A point, typically described using a coordinate system relative to Earth, such as WGS84.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
<rdfs:label xml:lang="en">Point</rdfs:label>
<rdfs:label>point</rdfs:label>
</owl:Class>
<!-- http://www.w3.org/2006/time#Instant -->
<owl:Class rdf:about="http://www.w3.org/2006/time#Instant">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<rdfs:comment xml:lang="en">A temporal entity with zero extent or duration</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:label xml:lang="en">Instant</rdfs:label>
</owl:Class>
<!-- http://www.w3.org/2006/time#Interval -->
<owl:Class rdf:about="http://www.w3.org/2006/time#Interval">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:label xml:lang="en">A temporal entity with an extent or duration</rdfs:label>
<rdfs:label xml:lang="en">Time interval</rdfs:label>
</owl:Class>
<!-- http://www.w3.org/2006/time#TemporalEntity -->
<owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity">
<rdfs:comment xml:lang="en">A temporal interval or instant.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdfs:label xml:lang="en">Temporal entity</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://www.w3.org/ns/sosa/Platform">
<rdfs:comment xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
<rdfs:label xml:lang="en">Platform</rdfs:label>
<owl:Class rdf:about="http://www.w3.org/ns/ssn/Deployment">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">Deployment</rdfs:label>
<owl:Class rdf:about="http://www.w3.org/ns/ssn/System">
<rdfs:comment xml:lang="en">System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other Systems. (Definition taken from http://www.w3.org/ns/ssn/System)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/ssn/"/>
<rdfs:label xml:lang="en">System</rdfs:label>
<owl:Class rdf:about="https://w3id.org/def/saref4agri#Communication">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#fromNode"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/def/saref4agri#Node"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#toNode"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/def/saref4agri#Node"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#hasProtocol"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An n-ary pattern used to link to nodes involved in a communication channel. The protocol used in such communication could be included.</rdfs:comment>
<rdfs:label xml:lang="es">Communication</rdfs:label>
<!-- https://w3id.org/def/saref4agri#CommunicationRole -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#CommunicationRole">
<rdfs:comment xml:lang="en">An n-ary pattern used to link a given node to its role and a) the networked in which the role is played or b) the two-nodes communication channel.</rdfs:comment>
<rdfs:label xml:lang="es">Communication role</rdfs:label>
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
<!-- https://w3id.org/def/saref4agri#Deployment -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#Deployment">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Deployment"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedOnPlatform"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/deployedSystem"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/ns/ssn/System"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#hasDeploymentPeriod"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#isDeployedAtSpace"/>
<owl:someValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Deployment</rdfs:comment>
<rdfs:comment xml:lang="en">The scenario, including temporal and spatial information, in which the systems and devices are installed.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="https://w3id.org/def/saref4agri#Network">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#hasConstituent"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/def/saref4agri#Node"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Collection of nodes connected.</rdfs:comment>
<rdfs:label xml:lang="es">Network</rdfs:label>
<owl:Class rdf:about="https://w3id.org/def/saref4agri#Node">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Device"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/def/saref4agri#isConstituentOf"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/def/saref4agri#Network"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasState"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/saref#State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Every system connected to at leas another one in a network.</rdfs:comment>
<rdfs:label xml:lang="es">Node</rdfs:label>
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
<!-- https://w3id.org/def/saref4agri#Pluviometer -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#Pluviometer">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
<rdfs:label xml:lang="en">A sensor that measures the rain fall.</rdfs:label>
<rdfs:label xml:lang="en">Pluviometer</rdfs:label>
</owl:Class>
<!-- https://w3id.org/def/saref4agri#SoilTensiometer -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#SoilTensiometer">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
<rdfs:label xml:lang="en">A sensor that measures the soil moisture.</rdfs:label>
<rdfs:label xml:lang="en">Soil tensiometer</rdfs:label>
</owl:Class>
<!-- https://w3id.org/def/saref4agri#WateringGun -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#WateringGun">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Actuator"/>
<rdfs:label xml:lang="en">An actuator to irrigate an space.</rdfs:label>
<rdfs:label xml:lang="en">Watering gun</rdfs:label>
</owl:Class>
<!-- https://w3id.org/def/saref4agri#WeatherStation -->
<owl:Class rdf:about="https://w3id.org/def/saref4agri#WeatherStation">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Sensor"/>
<rdfs:label xml:lang="en">A sensor o system that measure weather conditions.</rdfs:label>
<rdfs:label xml:lang="en">Weather station</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Actuator -->
<owl:Class rdf:about="https://w3id.org/saref#Actuator">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Device"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Actuator</rdfs:label>
</owl:Class>
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
<!-- https://w3id.org/saref#Command -->
<owl:Class rdf:about="https://w3id.org/saref#Command">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#actsUpon"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isCommandOf"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="https://w3id.org/saref#Function"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasDescription"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
<rdfs:label>Command</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Device -->
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/System"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Device</rdfs:label>
</owl:Class>
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
<!-- https://w3id.org/saref#FeatureOfInterest -->
<owl:Class rdf:about="https://w3id.org/saref#FeatureOfInterest">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasProperty"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Property"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isFeatureOfInterestOf"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Measurement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Feature of interest</rdfs:label>
</owl:Class>
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
<!-- https://w3id.org/saref#Function -->
<owl:Class rdf:about="https://w3id.org/saref#Function">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasCommand"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="https://w3id.org/saref#Command"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>The functionality necessary to accomplish the task for which a Device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth. </rdfs:comment>
<rdfs:label>Function</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Humidity -->
<owl:Class rdf:about="https://w3id.org/saref#Humidity">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:comment>A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit</rdfs:comment>
<rdfs:label>Humidity</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Measurement -->
<owl:Class rdf:about="https://w3id.org/saref#Measurement">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasFeatureOfInterest"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredIn"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#relatesToProperty"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Property"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredIn"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#relatesToProperty"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="https://w3id.org/saref#Property"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasTimestamp"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasValue"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#hasValue"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="https://w3id.org/saref#Property"/>
<owl:disjointWith rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:comment xml:lang="en">Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Measurement</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Property -->
<owl:Class rdf:about="https://w3id.org/saref#Property">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isControlledByDevice"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Device"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isMeasuredByDevice"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Device"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isPropertyOf"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#FeatureOfInterest"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#relatesToMeasurement"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/saref#Measurement"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:comment xml:lang="en">An aspect of an entity that can be observable by a sensor.</rdfs:comment>
<rdfs:comment>Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Property</rdfs:label>
<rdfs:label>Property</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Sensor -->
<owl:Class rdf:about="https://w3id.org/saref#Sensor">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Device"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Sensor</rdfs:label>
</owl:Class>
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
<!-- https://w3id.org/saref#State -->
<owl:Class rdf:about="https://w3id.org/saref#State">
<rdfs:comment>The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
<rdfs:label>State</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Task -->
<owl:Class rdf:about="https://w3id.org/saref#Task">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://w3id.org/saref#isAccomplishedBy"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="https://w3id.org/saref#Device"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended.</rdfs:comment>
<rdfs:label>Task</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Temperature -->
<owl:Class rdf:about="https://w3id.org/saref#Temperature">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:comment>A saref:Property related to some measurements that are characterized by a certain value that is measured in a temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)</rdfs:comment>
<rdfs:label>Temperature</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#Time -->
<owl:Class rdf:about="https://w3id.org/saref#Time">
<rdfs:subClassOf rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:comment>A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology.</rdfs:comment>
<rdfs:label>Time</rdfs:label>
</owl:Class>
<!-- https://w3id.org/saref#UnitOfMeasure -->
<owl:Class rdf:about="https://w3id.org/saref#UnitOfMeasure">
<rdfs:comment xml:lang="en">The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called "watt". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended.</rdfs:comment>
<rdfs:comment>The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called "watt". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/saref#"/>
<rdfs:label xml:lang="en">Unit of measure</rdfs:label>
<rdfs:label>Unit of measure</rdfs:label>
</owl:Class>
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://dbpedia.org/resource/DBM -->
<owl:NamedIndividual rdf:about="http://dbpedia.org/resource/DBM">
<rdf:type rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:label xml:lang="en">decibel-milliwatts</rdfs:label>
</owl:NamedIndividual>
<!-- http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius -->
<owl:NamedIndividual rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius">
<rdf:type rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:label xml:lang="en">degree Celsius</rdfs:label>
</owl:NamedIndividual>
<!-- http://www.ontology-of-units-of-measure.org/resource/om-2/millibar -->
<owl:NamedIndividual rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/millibar">
<rdf:type rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:label xml:lang="en">millibar</rdfs:label>
</owl:NamedIndividual>
<!-- http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre -->
<owl:NamedIndividual rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre">
<rdf:type rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:label xml:lang="en">millimetre</rdfs:label>
</owl:NamedIndividual>
<!-- http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt -->
<owl:NamedIndividual rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt">
<rdf:type rdf:resource="https://w3id.org/saref#UnitOfMeasure"/>
<rdfs:label xml:lang="en">millivolt</rdfs:label>
</owl:NamedIndividual>
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
<!-- https://w3id.org/def/saref4agri#AirTemperature -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#AirTemperature">
<rdf:type rdf:resource="https://w3id.org/saref#Temperature"/>
<rdfs:label xml:lang="en">Air temperature</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#AmbientHumidity -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#AmbientHumidity">
<rdf:type rdf:resource="https://w3id.org/saref#Humidity"/>
<rdfs:label xml:lang="en">Ambient huidity</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#IrrigationWater -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#IrrigationWater">
<rdf:type rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:label xml:lang="en">Irrigation water</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#PlantGrowthStage -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#PlantGrowthStage">
<rdf:type rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:label xml:lang="en">Plant growth stage</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#Precipitation -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#Precipitation">
<rdf:type rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:label xml:lang="en">Precipitation</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#SoilMoisture -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#SoilMoisture">
<rdf:type rdf:resource="https://w3id.org/saref#Property"/>
<rdfs:label xml:lang="en">Soil moisture</rdfs:label>
</owl:NamedIndividual>
<!-- https://w3id.org/def/saref4agri#SoilTemperature -->
<owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#SoilTemperature">
<rdf:type rdf:resource="https://w3id.org/saref#Temperature"/>
<rdfs:label xml:lang="en">Soil temperature</rdfs:label>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location">
<rdfs:comment>The relation between something and the point,
or other geometrical thing in space, where it is. For example, the realtionship between
a radio tower and a Point with a given lat and long.
Or a relationship between a park and its outline as a closed arc of points, or a road and
its location as a arc (a sequence of points).
Clearly in practice there will be limit to the accuracy of any such statement, but one would expect
an accuracy appropriate for the size of the object and uses such as mapping .
</rdfs:comment>
<rdfs:label xml:lang="en">location</rdfs:label>
</rdf:Description>
<!-- Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/ -->