-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathS3NProcedure.rdf
454 lines (313 loc) · 17.1 KB
/
S3NProcedure.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/s3n/S3NProcedure#"
xml:base="http://w3id.org/s3n/S3NProcedure"
xmlns:schema="http://schema.org/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:voaf="http://purl.org/vocommons/voaf#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:s3n="http://w3id.org/s3n/"
xmlns:ssn="http://www.w3.org/ns/ssn/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:time="http://www.w3.org/2006/time#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:ssn-system="http://www.w3.org/ns/ssn/systems/"
xmlns:sosa="http://www.w3.org/ns/sosa/">
<owl:Ontology rdf:about="http://w3id.org/s3n/S3NProcedure">
<owl:imports rdf:resource="http://w3id.org/s3n/S3NCore"/>
<owl:imports rdf:resource="http://www.w3.org/ns/ssn/systems/"/>
<dcterms:title xml:lang="en">Semantic Smart Sensor Network (S3N) Ontology: Algorithm Module</dcterms:title>
<dcterms:creator rdf:resource="http://maxime-lefrancois.info/me#"/>
<dcterms:creator>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<foaf:name xml:lang="en">Samya Sagar</foaf:name>
</rdf:Description>
</dcterms:creator>
<dcterms:description xml:lang="en">This ontology extends the S3N-Core Ontology and the OGC/W3C SSN-System ontology to describe SystemCapabilities relevant for MicroControllers and CommunicatingSystems, along with AlgorithmFeatures in certain conditions.</dcterms:description>
<dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-01-11</dcterms:created>
<vann:preferredNamespacePrefix>s3n</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>http://w3id.org/s3n/</vann:preferredNamespaceUri>
<dcterms:license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/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://schema.org/domainIncludes -->
<owl:AnnotationProperty rdf:about="http://schema.org/domainIncludes"/>
<!-- http://schema.org/rangeIncludes -->
<owl:AnnotationProperty rdf:about="http://schema.org/rangeIncludes"/>
<!-- 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#example -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
<!-- http://www.w3.org/2004/02/skos/core#note -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#note"/>
<!-- http://xmlns.com/foaf/0.1/name -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://w3id.org/s3n/hasProcedureFeature -->
<owl:ObjectProperty rdf:about="http://w3id.org/s3n/hasProcedureFeature">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/hasProperty"/>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">has procedure feature</rdfs:label>
<skos:definition xml:lang="en">Relation from a Procedure to a SystemCapability describing the capabilities of the System under certain Conditions.</skos:definition>
</owl:ObjectProperty>
<!-- http://w3id.org/s3n/hasProcedureProperty -->
<owl:ObjectProperty rdf:about="http://w3id.org/s3n/hasProcedureProperty">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ssn/hasProperty"/>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">has procedure property</rdfs:label>
<skos:definition xml:lang="en">Relation from an ProcedureFeature of a Procedure to a ProcedureProperty describing the features of the Procedure.</skos:definition>
</owl:ObjectProperty>
<!-- http://w3id.org/s3n/hasSystemCapability -->
<owl:ObjectProperty rdf:about="http://w3id.org/s3n/hasSystemCapability"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/vocommons/voaf#Vocabulary -->
<owl:Class rdf:about="http://purl.org/vocommons/voaf#Vocabulary"/>
<!-- http://w3id.org/s3n/ComputationalCost -->
<owl:Class rdf:about="http://w3id.org/s3n/ComputationalCost">
<rdfs:subClassOf rdf:resource="http://w3id.org/s3n/ProcedureProperty"/>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Computational Cost</rdfs:label>
<skos:definition xml:lang="en">The computational cost of the Procedure under under the defined Conditions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/MaximumBandwidth -->
<owl:Class rdf:about="http://w3id.org/s3n/MaximumBandwidth">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/systems/SystemProperty"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3.org/ns/ssn/systems/hasSystemProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasSystemCapability"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/CommunicatingSystem"/>
</owl:Restriction>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Maximum Bandwidth</rdfs:label>
<skos:definition xml:lang="en">The maximal bandwidth of the communicating device under the defined Conditions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/Memory -->
<owl:Class rdf:about="http://w3id.org/s3n/Memory">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/systems/SystemProperty"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3.org/ns/ssn/systems/hasSystemProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasSystemCapability"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/MicroController"/>
</owl:Restriction>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Memory</rdfs:label>
<skos:definition xml:lang="en">The memory of the micro-controller under the defined Conditions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/ProcedureFeature -->
<owl:Class rdf:about="http://w3id.org/s3n/ProcedureFeature">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Property"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://w3id.org/s3n/hasProcedureProperty"/>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/ProcedureProperty"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/systems/inCondition"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/ns/ssn/systems/Condition"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureFeature"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/Algorithm"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/ns/ssn/systems/inCondition"/>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Procedure Feature</rdfs:label>
<skos:definition xml:lang="en">Describes procedure properties such as the duration, computational cost, storage cost, etc. of a Procedure under some specified Conditions such as a size of input.
The features specified here are those that affect the Procedure executions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/ProcedureProperty -->
<owl:Class rdf:about="http://w3id.org/s3n/ProcedureProperty">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/ssn/Property"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/ProcedureFeature"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Procedure Property</rdfs:label>
<skos:definition xml:lang="en">An identifiable characteristic that represents typical characteristics of the Procedure's executions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/SpaceComplexity -->
<owl:Class rdf:about="http://w3id.org/s3n/SpaceComplexity">
<rdfs:subClassOf rdf:resource="http://w3id.org/s3n/ProcedureProperty"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureFeature"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/Algorithm"/>
</owl:Restriction>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Space Complexity</rdfs:label>
<skos:definition xml:lang="en">The complexity in space of the Procedure under under the defined Conditions.</skos:definition>
</owl:Class>
<!-- http://w3id.org/s3n/TimeComplexity -->
<owl:Class rdf:about="http://w3id.org/s3n/TimeComplexity">
<rdfs:subClassOf rdf:resource="http://w3id.org/s3n/ProcedureProperty"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureProperty"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://w3id.org/s3n/hasProcedureFeature"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/Algorithm"/>
</owl:Restriction>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/s3n/S3NProcedure"/>
<rdfs:label xml:lang="en">Time Complexity</rdfs:label>
<skos:definition xml:lang="en">The complexity in time of the Procedure under under the defined Conditions.</skos:definition>
</owl:Class>
<!-- http://www.w3.org/2006/time#TemporalEntity -->
<owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity"/>
<!-- http://www.w3.org/ns/sosa/Procedure -->
<rdf:Description rdf:about="http://www.w3.org/ns/sosa/Procedure">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://w3id.org/s3n/hasProcedureFeature"/>
<owl:allValuesFrom rdf:resource="http://w3id.org/s3n/ProcedureFeature"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
</rdf:Description>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://maxime-lefrancois.info/me# -->
<rdf:Description rdf:about="http://maxime-lefrancois.info/me#">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<foaf:name xml:lang="en">Maxime Lefrançois</foaf:name>
</rdf:Description>
<!-- http://w3id.org/s3n/S3NProcedure -->
<owl:NamedIndividual rdf:about="http://w3id.org/s3n/S3NProcedure">
<rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
</owl:NamedIndividual>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<foaf:name xml:lang="en">Samya Sagar</foaf:name>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi -->