MonkeyChap

Added more HSE activities and function to create them

1 -# Saved by TopBraid on Tue Oct 11 20:19:35 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 21:13:23 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
3 # imports: http://www.reportinghub.no/ep/schema/1.0/well 3 # imports: http://www.reportinghub.no/ep/schema/1.0/well
4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
...@@ -101,6 +101,14 @@ ep-prodact:DrillOrExcercise ...@@ -101,6 +101,14 @@ ep-prodact:DrillOrExcercise
101 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 101 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
102 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 102 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
103 103
104 +ep-prodact:Fire
105 + rdf:type owl:Class ;
106 + rdfs:subClassOf ep-prodact:Incident .
107 +
108 +ep-prodact:FirstAid
109 + rdf:type owl:Class ;
110 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
111 +
104 ep-prodact:FlowLine 112 ep-prodact:FlowLine
105 rdf:type owl:Class ; 113 rdf:type owl:Class ;
106 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . 114 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .
...@@ -113,6 +121,10 @@ ep-prodact:HealthSafetyAndEnvironmentActivity ...@@ -113,6 +121,10 @@ ep-prodact:HealthSafetyAndEnvironmentActivity
113 rdf:type owl:Class ; 121 rdf:type owl:Class ;
114 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 122 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
115 123
124 +ep-prodact:Incident
125 + rdf:type owl:Class ;
126 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
127 +
116 ep-prodact:Injury 128 ep-prodact:Injury
117 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 129 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
118 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 130 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -121,10 +133,22 @@ ep-prodact:IssueWorkPermit ...@@ -121,10 +133,22 @@ ep-prodact:IssueWorkPermit
121 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 133 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
122 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 134 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
123 135
136 +ep-prodact:JobObservation
137 + rdf:type owl:Class ;
138 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
139 +
124 ep-prodact:LostProduction 140 ep-prodact:LostProduction
125 rdf:type owl:Class ; 141 rdf:type owl:Class ;
126 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
127 143
144 +ep-prodact:LostTimeAccident
145 + rdf:type owl:Class ;
146 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
147 +
148 +ep-prodact:LostTimeIncident
149 + rdf:type owl:Class ;
150 + rdfs:subClassOf ep-prodact:Incident .
151 +
128 ep-prodact:MaintenanceActivity 152 ep-prodact:MaintenanceActivity
129 rdf:type owl:Class ; 153 rdf:type owl:Class ;
130 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 154 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
...@@ -141,6 +165,10 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod ...@@ -141,6 +165,10 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
141 rdf:type owl:Class ; 165 rdf:type owl:Class ;
142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 166 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
143 167
168 +ep-prodact:NearMiss
169 + rdf:type owl:Class ;
170 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
171 +
144 ep-prodact:PartOfProductionActivity 172 ep-prodact:PartOfProductionActivity
145 rdf:type owl:Class ; 173 rdf:type owl:Class ;
146 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 174 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -161,10 +189,18 @@ ep-prodact:ProductionVolumeActivity ...@@ -161,10 +189,18 @@ ep-prodact:ProductionVolumeActivity
161 rdf:type owl:Class ; 189 rdf:type owl:Class ;
162 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 190 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
163 191
192 +ep-prodact:ReleasedToWater
193 + rdf:type owl:Class ;
194 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
195 +
164 ep-prodact:ReportHazard 196 ep-prodact:ReportHazard
165 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 197 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
166 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 198 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
167 199
200 +ep-prodact:RestrictedWork
201 + rdf:type owl:Class ;
202 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
203 +
168 ep-prodact:RestrictedWorkInjury 204 ep-prodact:RestrictedWorkInjury
169 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 205 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
170 rdfs:subClassOf ep-prodact:Injury . 206 rdfs:subClassOf ep-prodact:Injury .
...@@ -177,6 +213,18 @@ ep-prodact:SafetyMeeting ...@@ -177,6 +213,18 @@ ep-prodact:SafetyMeeting
177 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 213 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
178 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 214 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
179 215
216 +ep-prodact:SentAshore
217 + rdf:type owl:Class ;
218 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
219 +
220 +ep-prodact:SevereAccident
221 + rdf:type owl:Class ;
222 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
223 +
224 +ep-prodact:SickOnBoard
225 + rdf:type owl:Class ;
226 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
227 +
180 ep-prodact:SpillOrLeak 228 ep-prodact:SpillOrLeak
181 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 229 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
182 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 230 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Mon Oct 10 16:49:41 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 21:13:43 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......