-
Notifications
You must be signed in to change notification settings - Fork 0
/
sensorweb-core-maintevents.ttl
102 lines (65 loc) · 3.06 KB
/
sensorweb-core-maintevents.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
@prefix : <http://sensorml.com/ont/maint/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sensorml.com/ont/maint> .
<http://sensorml.com/ont/maint> rdf:type owl:Ontology ;
owl:imports <http://www.w3.org/ns/ssn/systems/> ;
<http://purl.org/dc/terms/creator> "OpenSensorHub Community" ;
rdfs:label "SensorWeb Maintenance Events Ontology" ;
owl:versionInfo 1.0 .
#################################################################
# Classes
#################################################################
### http://sensorml.com/ont/maint/Breakdown
:Breakdown rdf:type owl:Class ;
rdfs:subClassOf :Corrective .
### http://sensorml.com/ont/maint/Calibration
:Calibration rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/ChangeParameter
:ChangeParameter rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Corrective
:Corrective rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceEvent .
### http://sensorml.com/ont/maint/DataDownload
:DataDownload rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Decommission
:Decommission rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Deployment
:Deployment rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Emergency
:Emergency rdf:type owl:Class ;
rdfs:subClassOf :Corrective .
### http://sensorml.com/ont/maint/MaintenanceEvent
:MaintenanceEvent rdf:type owl:Class .
### http://sensorml.com/ont/maint/MaintenanceOperation
:MaintenanceOperation rdf:type owl:Class .
### http://sensorml.com/ont/maint/MoveEquipment
:MoveEquipment rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Predictive
:Predictive rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceEvent .
### http://sensorml.com/ont/maint/Preventive
:Preventive rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceEvent .
### http://sensorml.com/ont/maint/Routine
:Routine rdf:type owl:Class ;
rdfs:subClassOf :Preventive .
### http://sensorml.com/ont/maint/Scheduled
:Scheduled rdf:type owl:Class ;
rdfs:subClassOf :Preventive .
### http://sensorml.com/ont/maint/SoftwareUpdate
:SoftwareUpdate rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### http://sensorml.com/ont/maint/Survey
:Survey rdf:type owl:Class ;
rdfs:subClassOf :MaintenanceOperation .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi