-
Notifications
You must be signed in to change notification settings - Fork 0
/
EventOntology-1.3.ttl
651 lines (557 loc) · 26.4 KB
/
EventOntology-1.3.ttl
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
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
# Copyright 2020 Platoon Project.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix cc: <http://creativecommons.org/ns#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix saref: <https://w3id.org/saref#> .
@prefix seas: <https://w3id.org/seas/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sch: <https://schema.org/> .
@prefix pep: <https://w3id.org/pep/>.
@prefix brick: <https://brickschema.org/schema/1.1/Brick#>.
@prefix bot: <https://w3id.org/bot#> .
@prefix gr: <http://purl.org/dc/elements/1.1/>.
@prefix plt: <https://w3id.org/platoon/>.
@base <https://w3id.org/platoon/>.
voaf:Vocabulary a owl:Class .
dcterms:title a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:issued a owl:AnnotationProperty .
dcterms:modified a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:contributor a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
vann:preferredNamespaceUri a owl:AnnotationProperty .
vs:term_status a owl:AnnotationProperty .
foaf:Person a owl:Class .
foaf:name a owl:DatatypeProperty .
plt:EventOntology rdf:type voaf:Vocabulary , owl:Ontology ;
dcterms:title "Platoon event ontology"@en ;
dcterms:description "Links the platoon Event vocabulary for the Platoon project."@en ;
dcterms:issued "2020-11-17"^^xsd:date ;
dcterms:modified "2022-06-23"^^xsd:date ;
dcterms:creator "Sarra BEN ABBES and Lynda TEMAL and Oumy SEYE" ;
dcterms:license <https://www.apache.org/licenses/LICENSE-2.0> ;
vann:preferredNamespacePrefix "plt" ;
vann:preferredNamespaceUri <https://w3id.org/platoon/> ;
owl:versionIRI <https://w3id.org/platoon/EventOntology-1.3> ;
owl:imports <https://w3id.org/pep/pep-1.1>,
seas:ForcastingOntology;
owl:versionInfo "v1.3" .
#######################################
# event #
#######################################
plt:Event a owl:Class ;
rdfs:label "Event"@en ;
rdfs:comment """A event is a thing that happens"""@en ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty seas:hasTemporalContext; owl:someValuesFrom time:TemporalEntity] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# Load Interruption Event #
#######################################
plt:LoadInterruptionEvent a owl:Class ;
rdfs:label "Load Interruption Event"@en ;
skos:altLabel "Load Shifting Event",
"Demand Response Event";
rdfs:comment """A load interruption event is a electrical power shutdown in which electricity delivery is stopped"""@en ;
rdfs:subClassOf plt:Event;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty plt:hasStatus;
owl:allValuesFrom xsd:string ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:DemandResponseDerogationSchedule a owl:Class ;
rdfs:label "Demand Response Derogation Schedule"@en ;
rdfs:comment "Days which no demand response services will be provided."@en ;
rdfs:subClassOf sch:Schedule;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:ProductionLoadInterruptionEvent a owl:Class ;
rdfs:label "Production Load Interruption Event"@en ;
rdfs:comment """a production load interruption event is """@en ;
rdfs:subClassOf plt:Event;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:hasLoadInterruptionEvent a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has load interruption event"@en ;
rdfs:comment """Links the feature of interest to its load interruption event."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:LoadInterruptionEvent ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasStatus a owl:DatatypeProperty ;
rdfs:label "has status"@en ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# Demand Response Derogation Event #
#######################################
plt:DemandResponseDerogationEvent a owl:Class ;
rdfs:label "Demand Response Derogation Event"@en ;
rdfs:comment "Event type: demand response derogation"@en ;
rdfs:subClassOf plt:ScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasDemandResponseDerogationSchedule a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has demand response derogation schedule"@en ;
rdfs:comment """Links the entity to its demand response derogation schedule."""@en ;
rdfs:range plt:DemandResponseDerogationSchedule ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
###########################################
# Forecasting Of Load Interruption Event #
###########################################
plt:ForecastOfLoadInterruptionEvent a owl:Class ;
rdfs:label "Forecast Of Load Interruption Event"@en ;
rdfs:comment "The class for forecast of load interruption event"@en ;
rdfs:subClassOf seas:Forecast;
rdfs:subClassOf[ owl:onProperty seas:forecasts ; owl:someValuesFrom plt:LoadInterruptionEvent ] ;
rdfs:subClassOf[ owl:onProperty pep:madeBy ; owl:someValuesFrom plt:ForecasterOfLoadInterruptionEvent ] ;
rdfs:subClassOf[ owl:onProperty pep:usedProcedure ; owl:someValuesFrom plt:ForecastingOfLoadInterruptionEvent ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:ForecasterOfLoadInterruptionEvent
rdfs:label "Forecaster Of Load Interruption Event"@en ;
rdfs:comment "The class for forecaster load interruption Event"@en ;
rdfs:subClassOf seas:Forecaster;
rdfs:subClassOf[ owl:onProperty seas:forecasts ; owl:someValuesFrom plt:LoadInterruptionEvent ] ;
rdfs:subClassOf[ owl:onProperty pep:implements ; owl:someValuesFrom plt:ForecastingOfLoadInterruptionEvent ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:ForecastingOfLoadInterruptionEvent
rdfs:label "Forecasting Of Load Interruption Event"@en ;
rdfs:comment "The class for forecasting of load interruption event"@en ;
rdfs:subClassOf seas:Forecasting;
rdfs:subClassOf[ owl:onProperty seas:forecasts ; owl:someValuesFrom plt:LoadInterruptionEvent ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:hasForecastOfLoadInterruptionEvent a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has forecast of Load Interruption Event"@en ;
rdfs:comment """Links Feature Of Interest with its forecast of load interruption event."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:ForecastOfLoadInterruptionEvent ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:ForecastOfProductionLoadInterruptionEvent a owl:Class ;
rdfs:label "Forecast Of Production Load Interruption Event"@en ;
rdfs:comment "The class for forecast of production load interruption event"@en ;
rdfs:subClassOf plt:ForecasterOfLoadInterruptionEvent;
rdfs:subClassOf[ owl:onProperty seas:forecasts ; owl:someValuesFrom plt:ProductionLoadIneterrruptionEvent ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:hasForecastOfProductionLoadInterruptionEvent a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has forecast of production Load Interruption Event"@en ;
rdfs:comment """Links Feature Of Interest with its forecast of production load interruption event."""@en ;
rdfs:subPropertyOf plt:hasForecastOfLoadInterruptionEvent;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:ForecastOfLoadInterruptionEvent ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
#######################################
# scheduled event #
#######################################
plt:ScheduledEvent a owl:Class ;
rdfs:label "Scheduled Event"@en ;
rdfs:comment """A scheduled ev is an event planned to happen"""@en ;
rdfs:subClassOf plt:Event;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:ScheduledMaintenance a owl:Class ;
rdfs:label "Scheduled Maintenance"@en ;
rdfs:comment """A scheduled maintenance is a maintenance scheduled at a certain time"""@en ;
rdfs:subClassOf plt:ScheduledEvent;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:eventSchedule;
owl:someValuesFrom plt:MaintenanceSchedule ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasScheduledMaintenance a owl:ObjectProperty ;
rdfs:label "has scheduled maintenance"@en ;
rdfs:comment """Links the feature of interest to its scheduled maintenance."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:ScheduledMaintenance ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:MaintenanceAction a owl:Class ;
rdfs:label "Maintenance Action"@en ;
rdfs:comment """A maintenance action is a procedure relative to a maintenance """@en ;
rdfs:subClassOf pep:ProcedureExecution;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasMaintenanceAction a owl:ObjectProperty ;
rdfs:label "has maintenance action"@en ;
rdfs:comment """Links the feature of interest, such as WorkOrder or ScheduledMaintenance, to its maintenance action."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:MaintenanceAction ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:WorkOrder a owl:Class ;
rdfs:label "Work Order"@en ;
rdfs:comment """A work order is usually a task or a job for a customer, that can be scheduled or assigned to someone (source: wikipedia)"""@en ;
rdfs:subClassOf pep:ProcedureExecution;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasMaintenanceActionPlan a owl:ObjectProperty ;
rdfs:label "has maintenance action plan"@en ;
rdfs:comment """Links the feature of interest, such as WorkOrder, to its maintenance action plan."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:MaintenanceAction ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:AssetUpgrade a owl:Class ;
rdfs:label "Asset Upgrade"@en ;
rdfs:comment """Asset Upgrade means, with respect to any physical Company Property, any physical enhancement or series of physical enhancements of or to any existing portion of such Company Property (source: https://www.lawinsider.com/dictionary/asset-upgrade)"""@en ;
rdfs:subClassOf plt:MaintenanceAction;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasAssetUpgrade a owl:ObjectProperty ;
rdfs:label "has asset upgrade"@en ;
rdfs:comment """Links the feature of interest, such as Transformer, to its asset upgrade."""@en ;
rdfs:domain seas:FeatureOfInterest ;
rdfs:range plt:AssetUpgrade ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:OilTest a owl:Class ;
rdfs:label "Oil Test"@en ;
rdfs:comment """The oil test consists of the oil analysis """@en ;
rdfs:subClassOf plt:MaintenanceAction;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasOilTest a owl:ObjectProperty ;
rdfs:label "has oil test"@en ;
rdfs:comment """Links Oil to its oil test."""@en ;
rdfs:domain brick:Oil ;
rdfs:range plt:OilTest ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# Unscheduled event #
#######################################
plt:UnScheduledEvent a owl:Class ;
rdfs:label "Non Scheduled Event"@en ;
rdfs:comment """An unscheduled event is an event was not planned to happen """@en ;
rdfs:subClassOf plt:Event;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# HVAC executions #
#######################################
plt:HVACOperationEvent a owl:Class ;
rdfs:label "HVAC Operation Event"@en ;
rdfs:comment """The operation executed by HVAC System on certain time """@en ;
rdfs:subClassOf pep:ProcedureExecution;
rdfs:subClassOf plt:ScheduledEvent ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:CoolingExecution a owl:Class ;
rdfs:label "Cooling Execution"@en ;
rdfs:comment """The procedure the provide cool by the cooling system , e.g, Cooling/Precooling"""@en ;
rdfs:subClassOf plt:HVACOperationEvent;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty pep:madeBy; owl:someValuesFrom plt:CoolingSystem] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:HeatingExecution a owl:Class ;
rdfs:label "Heating Execution"@en ;
rdfs:comment """The procedure that provides heat by heating system, having to state Heating/Preheating."""@en ;
rdfs:subClassOf plt:HVACOperationEvent;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty pep:madeBy; owl:someValuesFrom plt:HeatingSystem] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:CoolingState a owl:Class ;
rdfs:label "Cooling State "@en ;
rdfs:subClassOf saref:State;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:HVACOntology .
plt:HeatingState a owl:Class ;
rdfs:label "Heating State "@en ;
rdfs:subClassOf saref:State;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:HVACOntology .
plt:PrecoolingState a owl:Class ;
rdfs:label "Precooling State "@en ;
rdfs:subClassOf saref:State;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:HVACOntology .
plt:PreheatingState a owl:Class ;
rdfs:label "Preheating State "@en ;
rdfs:subClassOf saref:State;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:HVACOntology .
plt:AutoState a owl:Class ;
rdfs:label "Auto State "@en ;
rdfs:subClassOf saref:State;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:HVACOntology .
plt:Auto rdf:type owl:NamedIndividual ,
plt:AutoState ;
rdfs:comment "The value Auto. It is used to instantiate the class AutoState class. "@en ;
rdfs:label "Auto"@en .
plt:Heating rdf:type owl:NamedIndividual ,
plt:HeatingState ;
rdfs:comment "The value Heating. It is used to instantiate the class HeatingState class. "@en ;
rdfs:label "Heating"@en .
plt:Cooling rdf:type owl:NamedIndividual ,
plt:CoolingState ;
rdfs:comment "The value Cooling. It is used to instantiate the class CoolingState class. "@en;
rdfs:label "Cooling"@en .
plt:Preheating rdf:type owl:NamedIndividual ,
plt:PreheatingState ;
rdfs:comment "The value Preheating. It is used to instantiate the class PreheatingState class. "@en ;
rdfs:label "Heating"@en .
plt:Precooling rdf:type owl:NamedIndividual ,
plt:PreCoolingState ;
rdfs:comment "The value Precooling. It is used to instantiate the class PrecoolingState class. "@en;
rdfs:label "Precooling"@en .
plt:VentilationExecution a owl:Class ;
rdfs:label "Ventilation Execution"@en ;
rdfs:comment """The ventilation execution is the ventilation process by ventilation system """@en ;
rdfs:subClassOf plt:HVACOperationEvent;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty pep:madeBy; owl:someValuesFrom plt:VentilationSystem] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
plt:state a owl:DatatypeProperty;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
#######################################
# Stop events #
#######################################
plt:StopEvent a owl:Class ;
rdfs:label "Stop Event"@en ;
rdfs:comment """A stop event is a procedure stopped"""@en ;
rdfs:subClassOf plt:Event;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:WeatherStopEvent a owl:Class ;
rdfs:label "Weather Stop Event"@en ;
rdfs:comment """"""@en ;
rdfs:subClassOf plt:StopEvent,
plt:UnScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:ComponentFaultStopEvent a owl:Class ;
rdfs:label "Component Fault Stop Event"@en ;
rdfs:comment """A Component Fault Stop Event is the non planned stop event caused by a component failure"""@en ;
rdfs:subClassOf plt:StopEvent,
plt:UnScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:NormalStopEvent a owl:Class ;
rdfs:label "normal Stop Event"@en ;
rdfs:comment """A normal stop event is planned stop event"""@en ;
rdfs:subClassOf plt:StopEvent,
plt:ScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:MaintenanceStopEvent a owl:Class ;
rdfs:label "Maintenance Stop Event"@en ;
rdfs:comment """ Maintenance stop event is the planned stop of the maintenance"""@en ;
rdfs:subClassOf plt:StopEvent,
plt:ScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# Alert #
#######################################
plt:Alert a owl:Class ;
rdfs:label "Alert"@en ;
rdfs:comment """A alert is quick to notice any unusual and potentially dangerous or difficult circumstances."""@en ;
rdfs:subClassOf plt:UnScheduledEvent;
rdfs:isDefinedBy plt:EventOntology.
plt:ElectricityLoadDeviationAlert a owl:Class ;
rdfs:label "Electricity Load Deviation Alert"@en ;
rdfs:comment """The signal that alert to an electricity energy load deviation"""@en ;
rdfs:subClassOf plt:Alert;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty saref:isAbout; owl:someValuesFrom seas:ElectricityPowerProperty ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology .
#######################################
# OccupancySchedule #
#######################################
plt:OccupancySchedule a owl:Class ;
rdfs:label "Occupancy Schedule"@en ;
rdfs:comment """The schedule of the Occupancy"""@en ;
rdfs:subClassOf sch:Schedule;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty plt:status;
owl:allValuesFrom [ a rdfs:Datatype ;
owl:oneOf [
a rdf:List ;
rdf:first "Occupied" ;
rdf:rest [ a rdf:List ;
rdf:first "Unoccupied" ;
rdf:rest ()
]]
] ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasOccupancySchedule a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has Occupancy schedule"@en ;
rdfs:comment """Links the zone to its occupancy schedule."""@en ;
rdfs:domain bot:Zone ;
rdfs:range plt:OccupancySchedule ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:PowerLoadInterruptionCapacitySchedule a owl:Class ;
rdfs:label "Power Load Interruption Capacity Schedule"@en ;
rdfs:comment """"The schedule of power load interruption capacity"""@en ;
rdfs:subClassOf sch:Schedule;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasPoweLoadInterruptionCapacitySchedule a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has power load interruption capacity schedule"@en ;
rdfs:comment """Links the entity, such as HVAC, to its load interruption capacity schedule."""@en ;
rdfs:range plt:PowerLoadInterruptionCapacitySchedule ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:MaintenanceSchedule a owl:Class ;
rdfs:label "Maintenance Schedule"@en ;
rdfs:comment """ The schedule of maintenance"""@en ;
rdfs:subClassOf sch:Schedule;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasMaintenanceSchedule a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has maintenance schedule"@en ;
rdfs:comment """Links the feature of interest such as HVAC, to its maintenance schedule."""@en ;
rdfs:domain seas:FeatureOfInterest;
rdfs:range plt:MaintenanceSchedule ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:HVACOperationSchedule a owl:Class ;
rdfs:label "HVAC Operation Schedule"@en ;
rdfs:comment " The schedule of HVAC Operation"@en ;
rdfs:subClassOf sch:Schedule;
rdfs:isDefinedBy plt:EventOntology.
plt:CoolingExecutionSchedule a owl:Class ;
rdfs:label "Cooling Execution Schedule"@en ;
rdfs:comment " The schedule of cooling execution"@en ;
rdfs:subClassOf plt:HVACOperationSchedule;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:HeatingExecutionSchedule a owl:Class ;
rdfs:label "Heating Execution Schedule"@en ;
rdfs:comment " The schedule of heating execution"@en ;
rdfs:subClassOf plt:HVACOperationSchedule;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# Calendar #
#######################################
plt:Calendar a owl:Class ;
rdfs:label "Calendar"@en ;
rdfs:subClassOf time:Description;
rdfs:comment """ A calendar is a system of organizing days. This is done by giving names to periods of time, typically days, weeks, months and years. (source wikipedia)"""@en ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:LocalCalendar a owl:Class ;
rdfs:label "Local Calendar"@en ;
rdfs:comment """We may define Local Calendar as a systematic arrangement of the couple of time-life assumed the task of remembering and being remembered religious, historical, traditional, educational, faithful, lawful, agricultural, political, economic ties established by relationship based on long term experiences between natural events, social institutions and events inherited by people of any region in essence as a cultural inheritance."""@en ;
rdfs:subClassOf plt:Calendar;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:name;
owl:someValuesFrom xsd:string ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:description;
owl:someValuesFrom xsd:string ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:startDate;
owl:someValuesFrom xsd:date ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:endDate;
owl:someValuesFrom xsd:date ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty sch:duration;
owl:someValuesFrom xsd:duration ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty plt:hasPublicHoliday;
owl:someValuesFrom plt:PublicHoliday ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty plt:hasHoliday;
owl:someValuesFrom plt:Holiday ] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty plt:hasSchoolHoliday;
owl:someValuesFrom plt:SchoolHoliday ] ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasLocalCalendar a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has local calendar"@en ;
rdfs:comment """Links the entity, such as schedule, to its local calendar."""@en ;
rdfs:range plt:LocalCalendar ;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:Holiday a owl:Class ;
rdfs:label "Holiday"@en ;
rdfs:comment """The holiday is a day where business is suspended in celebration of a specific event"""@en ;
rdfs:subClassOf plt:ScheduledEvent;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:PublicHoliday a owl:Class ;
rdfs:label "Public Holiday"@en ;
rdfs:comment """The public holiday is a day where business is suspended in celebration of a public event"""@en ;
rdfs:subClassOf plt:Holiday;
rdfs:isDefinedBy plt:EventOntology.
plt:SchoolHoliday a owl:Class ;
rdfs:label "School Holiday"@en ;
rdfs:comment """The public holiday is a day where school is suspended."""@en ;
rdfs:subClassOf plt:Holiday;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasHoliday a owl:ObjectProperty ;
rdfs:label "has Holiday"@en ;
rdfs:comment """Links the calandar to its holiday"""@en ;
rdfs:domain plt:LocalCalendar;
rdfs:range plt:Holiday;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasPublicHoliday a owl:ObjectProperty ;
rdfs:label "has Public Holiday"@en ;
rdfs:comment """Links the calandar to its public holiday"""@en ;
rdfs:subPropertyOf plt:hasHoliday;
rdfs:domain plt:LocalCalendar;
rdfs:range plt:PublicHoliday;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
plt:hasSchoolHoliday a owl:ObjectProperty ;
rdfs:label "has School Holiday"@en ;
rdfs:comment """Links the calandar to its school holiday"""@en ;
rdfs:subPropertyOf plt:hasHoliday;
rdfs:domain plt:LocalCalendar;
rdfs:range plt:SchoolHoliday;
vs:term_status "testing" ;
rdfs:isDefinedBy plt:EventOntology.
#######################################
# reused concepts #
#######################################
gr:OpeningHoursSpecification a owl:Class.
sch:Schedule a owl:Class.
sch:Event a owl:Class.
seas:FeatureOfInterest a owl:Class.
pep:ProcedureExecution a owl:Class.
sch:Event a owl:Class.
time:Description a owl:Class.
#######################################
# reused relations #
#######################################
gr:hasOpeningHoursSpecification a owl:ObjectProperty.
sch:eventSchedule a owl:ObjectProperty.
saref:isAbout a owl:ObjectProperty.