Showing
1 changed file
with
33 additions
and
29 deletions
1 | -# Saved by TopBraid on Thu Oct 13 14:40:18 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 08:38:31 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/production-facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
10 | 10 | ||
11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | 16 | ||
17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
18 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; | 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; |
20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
21 | 21 | ||
22 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | 22 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
28 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 28 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
29 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
30 | rdfs:label "production well test"^^xsd:string ; | 30 | rdfs:label "production well test"^^xsd:string ; |
31 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 31 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
32 | 32 | ||
33 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 33 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
34 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 34 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
... | @@ -76,51 +76,55 @@ | ... | @@ -76,51 +76,55 @@ |
76 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 76 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
77 | 77 | ||
78 | ep-prodact:AdministerFirstAid | 78 | ep-prodact:AdministerFirstAid |
79 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 79 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
80 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 80 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
81 | 81 | ||
82 | ep-prodact:AirTrafficOperation | 82 | ep-prodact:AirTrafficOperation |
83 | rdf:type owl:Class ; | 83 | rdf:type owl:Class ; |
84 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 84 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
85 | 85 | ||
86 | +ep-prodact:Alarm | ||
87 | + rdf:type owl:Class ; | ||
88 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
89 | + | ||
86 | ep-prodact:AnnualProductionActivity | 90 | ep-prodact:AnnualProductionActivity |
87 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 91 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
88 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
89 | 93 | ||
90 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 94 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
91 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 95 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
92 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 96 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
93 | 97 | ||
94 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 98 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
95 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 99 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
96 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 100 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
97 | 101 | ||
98 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 102 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
99 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 103 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
100 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 104 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
101 | 105 | ||
102 | ep-prodact:ConstructionOperation | 106 | ep-prodact:ConstructionOperation |
103 | rdf:type owl:Class ; | 107 | rdf:type owl:Class ; |
104 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 108 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
105 | 109 | ||
106 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 110 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
107 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 111 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
108 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 112 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
109 | 113 | ||
110 | ep-prodact:DailyProductionOperationsActivity | 114 | ep-prodact:DailyProductionOperationsActivity |
111 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 115 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
112 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 116 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
113 | 117 | ||
114 | ep-prodact:DailyProductionVolumeActivity | 118 | ep-prodact:DailyProductionVolumeActivity |
115 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 119 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
116 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 120 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
117 | 121 | ||
118 | ep-prodact:Deviation | 122 | ep-prodact:Deviation |
119 | rdf:type owl:Class ; | 123 | rdf:type owl:Class ; |
120 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 124 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
121 | 125 | ||
122 | ep-prodact:DrillOrExcercise | 126 | ep-prodact:DrillOrExcercise |
123 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 127 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
124 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 128 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
125 | 129 | ||
126 | ep-prodact:Fire | 130 | ep-prodact:Fire |
... | @@ -156,11 +160,11 @@ ep-prodact:Incident | ... | @@ -156,11 +160,11 @@ ep-prodact:Incident |
156 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 160 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
157 | 161 | ||
158 | ep-prodact:Injury | 162 | ep-prodact:Injury |
159 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 163 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
160 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 164 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
161 | 165 | ||
162 | ep-prodact:IssueWorkPermit | 166 | ep-prodact:IssueWorkPermit |
163 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 167 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
164 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 168 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
165 | 169 | ||
166 | ep-prodact:JobObservation | 170 | ep-prodact:JobObservation |
... | @@ -188,11 +192,11 @@ ep-prodact:MarineOperation | ... | @@ -188,11 +192,11 @@ ep-prodact:MarineOperation |
188 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 192 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
189 | 193 | ||
190 | ep-prodact:MedicalTreatmentInjury | 194 | ep-prodact:MedicalTreatmentInjury |
191 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 195 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
192 | rdfs:subClassOf ep-prodact:Injury . | 196 | rdfs:subClassOf ep-prodact:Injury . |
193 | 197 | ||
194 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 198 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
195 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 199 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
196 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 200 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
197 | 201 | ||
198 | ep-prodact:NearMiss | 202 | ep-prodact:NearMiss |
... | @@ -212,7 +216,7 @@ ep-prodact:PowerStationFailure | ... | @@ -212,7 +216,7 @@ ep-prodact:PowerStationFailure |
212 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 216 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
213 | 217 | ||
214 | ep-prodact:ProductionActivityLastingLessThanAYear | 218 | ep-prodact:ProductionActivityLastingLessThanAYear |
215 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 219 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
216 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 220 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
217 | 221 | ||
218 | ep-prodact:ProductionOperationClassByDuration | 222 | ep-prodact:ProductionOperationClassByDuration |
... | @@ -232,7 +236,7 @@ ep-prodact:ReleasedToWater | ... | @@ -232,7 +236,7 @@ ep-prodact:ReleasedToWater |
232 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 236 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
233 | 237 | ||
234 | ep-prodact:ReportHazard | 238 | ep-prodact:ReportHazard |
235 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 239 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
236 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 240 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
237 | 241 | ||
238 | ep-prodact:RestrictedWork | 242 | ep-prodact:RestrictedWork |
... | @@ -240,7 +244,7 @@ ep-prodact:RestrictedWork | ... | @@ -240,7 +244,7 @@ ep-prodact:RestrictedWork |
240 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 244 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
241 | 245 | ||
242 | ep-prodact:RestrictedWorkInjury | 246 | ep-prodact:RestrictedWorkInjury |
243 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 247 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
244 | rdfs:subClassOf ep-prodact:Injury . | 248 | rdfs:subClassOf ep-prodact:Injury . |
245 | 249 | ||
246 | ep-prodact:SafetyActivityType | 250 | ep-prodact:SafetyActivityType |
... | @@ -248,7 +252,7 @@ ep-prodact:SafetyActivityType | ... | @@ -248,7 +252,7 @@ ep-prodact:SafetyActivityType |
248 | rdfs:subClassOf owl:Class . | 252 | rdfs:subClassOf owl:Class . |
249 | 253 | ||
250 | ep-prodact:SafetyMeeting | 254 | ep-prodact:SafetyMeeting |
251 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 255 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
252 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 256 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
253 | 257 | ||
254 | ep-prodact:SentAshore | 258 | ep-prodact:SentAshore |
... | @@ -264,15 +268,15 @@ ep-prodact:SickOnBoard | ... | @@ -264,15 +268,15 @@ ep-prodact:SickOnBoard |
264 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 268 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
265 | 269 | ||
266 | ep-prodact:SpillOrLeak | 270 | ep-prodact:SpillOrLeak |
267 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 271 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
268 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 272 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
269 | 273 | ||
270 | ep-prodact:WorkingUnderPermit | 274 | ep-prodact:WorkingUnderPermit |
271 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 275 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
272 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 276 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
273 | 277 | ||
274 | ep-prodact:WorkingUnderPermitWithSJA | 278 | ep-prodact:WorkingUnderPermitWithSJA |
275 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 279 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
276 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 280 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
277 | 281 | ||
278 | ep-prodact:classificationBySafetyActivityType | 282 | ep-prodact:classificationBySafetyActivityType | ... | ... |
-
Please register or login to post a comment