This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsd-ffd-pretty-xml.rdf
281 lines (281 loc) · 16.1 KB
/
wsd-ffd-pretty-xml.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:ns1="https://wsn-ffd-rdf.org/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:schema="http://schema.org/"
xmlns:ssn-system="http://www.w3.org/ns/ssn/systems/"
xmlns:sosa="http://www.w3.org/ns/sosa/"
>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/hostsAgentContainer">
<rdfs:comment>Agent container hosted by a WSN Node</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
<rdfs:range rdf:resource="https://wsn-ffd-rdf.org/AgentContainer"/>
</rdf:Property>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/TriggerAgent">
<rdfs:comment>MAS Trigger Agent</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://gitlab.com/paganelli.f/sd-project-paganelli-1920/-/blob/master/processing/triggeragent.py"/>
<rdfs:subClassOf rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
</rdfs:Class>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/hasNeighbour">
<rdfs:comment>Neighbour Agent</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
<rdfs:range rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
</rdf:Property>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/SensorAgent">
<rdfs:comment>MAS Sensor Agent</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://gitlab.com/paganelli.f/sd-project-paganelli-1920/-/blob/master/WSN/sensoragent.py"/>
<rdfs:subClassOf rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
</rdfs:Class>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/isRoutedBy">
<rdfs:comment>Router node able to route information to this node</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/ssn/System"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/UVMeasurement">
<rdfs:comment>Infrared Wavelength Detection</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/KY026"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/MeasurementRange"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/contains">
<rdfs:comment>List of agents contained by the container</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/AgentContainer"/>
<rdfs:range rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/GasMeasurement">
<rdfs:comment>Parts-per-million is the ratio of one gas to another</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/MQ2"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/MeasurementRange"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/TempAccuracy">
<rdfs:comment>Temperature accuracy</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/DHT11"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/Accuracy"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/AngleOperatingRange">
<rdfs:comment>Sensor Detection Angle</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/KY026"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/OperatingRange"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/TempCondition">
<rdfs:comment>Sensor/Actuator operating temperature condition</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/ssn/System"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/Condition"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/isAlive">
<rdfs:comment>Indicates whether the agent is alive</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/SoundOutput">
<rdfs:comment>Sensor Sound Output</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/SFM27"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/sosa/ActuableProperty"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/SerialNum">
<rdfs:comment>Node Serial Number Identifier</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/ssn/System"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/HumAccuracy">
<rdfs:comment>Humidity accuracy</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/DHT11"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/Accuracy"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/HumCondition">
<rdfs:comment>Sensor/Actuator operating humidity condition</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/ssn/System"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/Condition"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/OxygenCondition">
<rdfs:comment>Sensor/Actuator operating oxygen condition</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/MQ2"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/systems/Condition"/>
</rdf:Property>
<rdf:Property rdf:about="https://wsn-ffd-rdf.org/hasJID">
<rdfs:comment>Identifier of the agent in the form username@server</rdfs:comment>
<rdfs:domain rdf:resource="https://wsn-ffd-rdf.org/Agent"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/Agent">
<rdfs:comment>MAS Base Agent</rdfs:comment>
<rdfs:comment>Agent Execution Environment</rdfs:comment>
</rdfs:Class>
<ns1:EdgeDevice rdf:about="https://wsn-ffd-rdf.org/ED0000001">
<geo:lat rdf:datatype="http://www.w3.org/2001/XMLSchema#double">55.701</geo:lat>
<geo:long rdf:datatype="http://www.w3.org/2001/XMLSchema#double">12.552</geo:long>
<sosa:hosts>
<rdf:Bag rdf:nodeID="N1095c018ee1b4cec8441778aa7655116">
<rdf:_1 rdf:resource="https://wsn-ffd-rdf.org/DHT110000001"/>
<rdf:_2 rdf:resource="https://wsn-ffd-rdf.org/MQ20000001"/>
<rdf:_3 rdf:resource="https://wsn-ffd-rdf.org/KY0260000001"/>
<rdf:_4 rdf:resource="https://wsn-ffd-rdf.org/SFM270000001"/>
</rdf:Bag>
</sosa:hosts>
<ns1:isRoutedBy>
<rdf:Bag rdf:nodeID="Nbc3183695aa141c2b96ffa46cc814b42">
<rdf:_1 rdf:resource="https://wsn-ffd-rdf.org/RN0000001"/>
</rdf:Bag>
</ns1:isRoutedBy>
</ns1:EdgeDevice>
<ns1:DHT11 rdf:about="https://wsn-ffd-rdf.org/DHT110000001">
<sosa:isHostedBy rdf:resource="https://wsn-ffd-rdf.org/ED0000001"/>
<ssn-system:OperatingPowerRange>
<rdf:Description rdf:nodeID="N19493a9be86649cd8619dded1f62f0b1">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#V"/>
</rdf:Description>
</ssn-system:OperatingPowerRange>
<ssn-system:Frequency>
<rdf:Description rdf:nodeID="N44b8d2ea16084e1babc4c05ada49d513">
<schema:value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</schema:value>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Second"/>
</rdf:Description>
</ssn-system:Frequency>
<ns1:TempAccuracy>
<rdf:Description rdf:nodeID="N0400b1e38393449496d7686f58fa30eb">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">-2</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#DegreeCelsius"/>
</rdf:Description>
</ns1:TempAccuracy>
<ns1:TempCondition>
<rdf:Description rdf:nodeID="N7218820f57a8444f9fd21ab78e975fff">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">50</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#DegreeCelsius"/>
</rdf:Description>
</ns1:TempCondition>
<ns1:HumAccuracy>
<rdf:Description rdf:nodeID="Nb77cf0c300d44ea18e5ebc245e3a3f55">
<schema:value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</schema:value>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Percent"/>
</rdf:Description>
</ns1:HumAccuracy>
<ns1:HumCondition>
<rdf:Description rdf:nodeID="N224e2f0375f8475192b57280daaaf09d">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">20</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">80</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Percent"/>
</rdf:Description>
</ns1:HumCondition>
</ns1:DHT11>
<ns1:KY026 rdf:about="https://wsn-ffd-rdf.org/KY0260000001">
<sosa:isHostedBy rdf:resource="https://wsn-ffd-rdf.org/ED0000001"/>
<ssn-system:OperatingPowerRange>
<rdf:Description rdf:nodeID="Nb9fe0c07c0e2430a936a5f43b19d7b3a">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#V"/>
</rdf:Description>
</ssn-system:OperatingPowerRange>
<ns1:UVMeasurement>
<rdf:Description rdf:nodeID="N9e9401a932c542cba1498b8d50a56506">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">760</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1100</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#NanoM"/>
</rdf:Description>
</ns1:UVMeasurement>
<ns1:AngleOperatingRange>
<rdf:Description rdf:nodeID="N58e02d4ee3684906913246cb2bbff93d">
<schema:value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">60</schema:value>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#DEG"/>
</rdf:Description>
</ns1:AngleOperatingRange>
</ns1:KY026>
<ns1:MQ2 rdf:about="https://wsn-ffd-rdf.org/MQ20000001">
<sosa:isHostedBy rdf:resource="https://wsn-ffd-rdf.org/ED0000001"/>
<ssn-system:OperatingPowerRange>
<rdf:Description rdf:nodeID="N0e57b44876bc48a19354e4e8392021f4">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#V"/>
</rdf:Description>
</ssn-system:OperatingPowerRange>
<ssn-system:Frequency>
<rdf:Description rdf:nodeID="N87b477e15d174152a1e19b1e6f95253c">
<schema:value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</schema:value>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Second"/>
</rdf:Description>
</ssn-system:Frequency>
<ns1:GasMeasurement>
<rdf:Description rdf:nodeID="N6441d8c54b9e413283f51d437f580ef7">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">200</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10000</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#PPM"/>
</rdf:Description>
</ns1:GasMeasurement>
<ns1:OxygenCondition>
<rdf:Description rdf:nodeID="Nf67adec1ef974797b3118a5893e12b03">
<schema:value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">21</schema:value>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Percent"/>
</rdf:Description>
</ns1:OxygenCondition>
<ns1:TempCondition>
<rdf:Description rdf:nodeID="Naf885301a4a14d7195e406453c184d37">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">18</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">22</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#DegreeCelsius"/>
</rdf:Description>
</ns1:TempCondition>
<ns1:HumCondition>
<rdf:Description rdf:nodeID="N439c3bbe4952450994f13a68fe78a2ca">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">60</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">70</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#Percent"/>
</rdf:Description>
</ns1:HumCondition>
</ns1:MQ2>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/DHT11">
<rdfs:comment>DHT11 sensor contains a humidity and a temperature sensor</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://www.adafruit.com/product/386"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Sensor"/>
</rdfs:Class>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/SFM27">
<rdfs:comment>SFM-27 active buzzer</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://opencircuit.shop/resources/file/7379f0193d4549c771f0d61bd31d06b316cd4706466/SFM27-Datasheet.pdf"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Actuator"/>
</rdfs:Class>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/EdgeDevice">
<rdfs:comment>Edge device node of the wireless sensor network</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
</rdfs:Class>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/KY026">
<rdfs:comment>KY-026 Flame Sensor Module</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://datasheetspdf.com/pdf/1402037/Joy-IT/KY-026/1"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Sensor"/>
</rdfs:Class>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/MQ2">
<rdfs:comment>MQ2 Gas sensor for sensing LPG, Smoke, Alcohol, Propane, Hydrogen, Methane and Carbon Monoxide</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Sensor"/>
</rdfs:Class>
<ns1:SFM27 rdf:about="https://wsn-ffd-rdf.org/SFM270000001">
<sosa:isHostedBy rdf:resource="https://wsn-ffd-rdf.org/ED0000001"/>
<ssn-system:OperatingPowerRange>
<rdf:Description rdf:nodeID="N9efcd73274fd4bf89e083be10cb672af">
<schema:minValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</schema:minValue>
<schema:maxValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">24</schema:maxValue>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#V"/>
</rdf:Description>
</ssn-system:OperatingPowerRange>
<ns1:SoundOutput>
<rdf:Description rdf:nodeID="Nb291a3068eea4bbcaddd606aed67d345">
<schema:greaterOrEqual rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">95</schema:greaterOrEqual>
<schema:unitCode rdf:resource="http://qudt.org/1.1/vocab/unit#DeciB"/>
</rdf:Description>
</ns1:SoundOutput>
</ns1:SFM27>
<rdfs:Class rdf:about="https://wsn-ffd-rdf.org/AgentContainer"/>
</rdf:RDF>