MonkeyChap

Added some new URI functions, added some new production activities

1 -# Saved by TopBraid on Wed Oct 12 15:34:04 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 09:46:20 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/production-facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 -# 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/flow 8 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 - 9 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
10 -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 10 +
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 11 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 - 15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 -<http://www.reportinghub.no/ep/schema/1.0/production-activity> 16 +
17 - rdf:type owl:Ontology ; 17 +<http://www.reportinghub.no/ep/schema/1.0/production-activity>
18 - 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> ; 18 + rdf:type owl:Ontology ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 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 - 20 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
21 -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 21 +
22 - rdf:type owl:Class ; 22 +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
23 - rdfs:label "production well test"^^xsd:string ; 23 + rdf:type owl:Class ;
24 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 24 + rdfs:label "production well test"^^xsd:string ;
25 - 25 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
26 -<http://www.reportinghub.no/ep/schema/activity#hasFlow> 26 +
27 - rdf:type owl:ObjectProperty ; 27 +<http://www.reportinghub.no/ep/schema/activity#hasFlow>
28 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 28 + rdf:type owl:ObjectProperty ;
29 - rdfs:label "has flow"^^xsd:string ; 29 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
30 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 30 + rdfs:label "has flow"^^xsd:string ;
31 - 31 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
32 -<http://www.reportinghub.no/ep/schema/equipment#Manifold> 32 +
33 - rdf:type owl:Class ; 33 +<http://www.reportinghub.no/ep/schema/equipment#Manifold>
34 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . 34 + rdf:type owl:Class ;
35 - 35 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> .
36 -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> 36 +
37 - rdf:type owl:Class ; 37 +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection>
38 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . 38 + rdf:type owl:Class ;
39 - 39 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
40 -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> 40 +
41 - rdf:type owl:Class ; 41 +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production>
42 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . 42 + rdf:type owl:Class ;
43 - 43 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
44 -<http://www.reportinghub.no/ep/schema/equipment#Separator> 44 +
45 - rdf:type owl:Class ; 45 +<http://www.reportinghub.no/ep/schema/equipment#Separator>
46 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . 46 + rdf:type owl:Class ;
47 - 47 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> .
48 -<http://www.reportinghub.no/ep/schema/equipment#Tank> 48 +
49 - rdf:type owl:Class ; 49 +<http://www.reportinghub.no/ep/schema/equipment#Tank>
50 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . 50 + rdf:type owl:Class ;
51 - 51 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> .
52 -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> 52 +
53 - rdf:type owl:Class ; 53 +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine>
54 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 54 + rdf:type owl:Class ;
55 - 55 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
56 -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> 56 +
57 - rdf:type owl:Class ; 57 +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold>
58 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 58 + rdf:type owl:Class ;
59 - 59 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
60 -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> 60 +
61 - rdf:type owl:Class ; 61 +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator>
62 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 62 + rdf:type owl:Class ;
63 - 63 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
64 -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> 64 +
65 - rdf:type owl:Class ; 65 +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank>
66 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 66 + rdf:type owl:Class ;
67 - 67 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
68 -ep-prodact:AdministerFirstAid 68 +
69 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 69 +ep-prodact:AdministerFirstAid
70 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 70 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
71 - 71 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
72 -ep-prodact:AirTrafficOperation 72 +
73 - rdf:type owl:Class ; 73 +ep-prodact:AirTrafficOperation
74 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 74 + rdf:type owl:Class ;
75 - 75 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
76 -ep-prodact:AnnualProductionActivity 76 +
77 - rdf:type owl:Class ; 77 +ep-prodact:AnnualProductionActivity
78 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 78 + rdf:type owl:Class ;
79 - 79 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
80 -ep-prodact:AnnualProductionActivityToEndOfReportingPeriod 80 +
81 - rdf:type owl:Class ; 81 +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod
82 - rdfs:subClassOf ep-prodact:AnnualProductionActivity . 82 + rdf:type owl:Class ;
83 - 83 + rdfs:subClassOf ep-prodact:AnnualProductionActivity .
84 -ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod 84 +
85 - rdf:type owl:Class ; 85 +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
86 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . 86 + rdf:type owl:Class ;
87 - 87 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
88 -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 88 +
89 - rdf:type owl:Class ; 89 +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
90 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . 90 + rdf:type owl:Class ;
91 - 91 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
92 -ep-prodact:ConstructionOperation 92 +
93 - rdf:type owl:Class ; 93 +ep-prodact:ConstructionOperation
94 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 94 + rdf:type owl:Class ;
95 - 95 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
96 -ep-prodact:CumulativeProductionActivitySinceProductionBegan 96 +
97 - rdf:type owl:Class ; 97 +ep-prodact:CumulativeProductionActivitySinceProductionBegan
98 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 98 + rdf:type owl:Class ;
99 - 99 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
100 -ep-prodact:DailyProductionOperationsActivity 100 +
101 - rdf:type owl:Class ; 101 +ep-prodact:DailyProductionOperationsActivity
102 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . 102 + rdf:type owl:Class ;
103 - 103 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
104 -ep-prodact:DailyProductionVolumeActivity 104 +
105 - rdf:type owl:Class ; 105 +ep-prodact:DailyProductionVolumeActivity
106 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 106 + rdf:type owl:Class ;
107 - 107 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
108 -ep-prodact:Deviation 108 +
109 - rdf:type owl:Class ; 109 +ep-prodact:Deviation
110 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 110 + rdf:type owl:Class ;
111 - 111 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
112 -ep-prodact:DrillOrExcercise 112 +
113 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 113 +ep-prodact:DrillOrExcercise
114 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 114 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
115 - 115 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
116 -ep-prodact:Fire 116 +
117 - rdf:type owl:Class ; 117 +ep-prodact:Fire
118 - rdfs:subClassOf ep-prodact:Incident . 118 + rdf:type owl:Class ;
119 - 119 + rdfs:subClassOf ep-prodact:Incident .
120 -ep-prodact:FirstAid 120 +
121 - rdf:type owl:Class ; 121 +ep-prodact:FirstAid
122 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 122 + rdf:type owl:Class ;
123 - 123 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
124 -ep-prodact:FlowLine 124 +
125 - rdf:type owl:Class ; 125 +ep-prodact:FlowLine
126 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . 126 + rdf:type owl:Class ;
127 - 127 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .
128 -ep-prodact:FlowLine-Production 128 +
129 - rdf:type owl:Class ; 129 +ep-prodact:FlowLine-Production
130 - rdfs:subClassOf ep-prodact:FlowLine . 130 + rdf:type owl:Class ;
131 - 131 + rdfs:subClassOf ep-prodact:FlowLine .
132 -ep-prodact:HealthSafetyAndEnvironmentActivity 132 +
133 - rdf:type owl:Class ; 133 +ep-prodact:HealthSafetyAndEnvironmentActivity
134 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 134 + rdf:type owl:Class ;
135 - 135 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
136 -ep-prodact:Incident 136 +
137 - rdf:type owl:Class ; 137 +ep-prodact:Incident
138 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 138 + rdf:type owl:Class ;
139 - 139 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
140 -ep-prodact:Injury 140 +
141 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 141 +ep-prodact:Injury
142 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 142 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
143 - 143 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
144 -ep-prodact:IssueWorkPermit 144 +
145 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 145 +ep-prodact:IssueWorkPermit
146 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 146 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
147 - 147 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
148 -ep-prodact:JobObservation 148 +
149 - rdf:type owl:Class ; 149 +ep-prodact:JobObservation
150 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 150 + rdf:type owl:Class ;
151 - 151 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
152 -ep-prodact:LostProduction 152 +
153 - rdf:type owl:Class ; 153 +ep-prodact:LostProduction
154 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 154 + rdf:type owl:Class ;
155 - 155 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
156 -ep-prodact:LostTimeAccident 156 +
157 - rdf:type owl:Class ; 157 +ep-prodact:LostTimeAccident
158 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 158 + rdf:type owl:Class ;
159 - 159 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
160 -ep-prodact:LostTimeIncident 160 +
161 - rdf:type owl:Class ; 161 +ep-prodact:LostTimeIncident
162 - rdfs:subClassOf ep-prodact:Incident . 162 + rdf:type owl:Class ;
163 - 163 + rdfs:subClassOf ep-prodact:Incident .
164 -ep-prodact:MaintenanceActivity 164 +
165 - rdf:type owl:Class ; 165 +ep-prodact:MaintenanceActivity
166 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 166 + rdf:type owl:Class ;
167 - 167 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
168 -ep-prodact:MarineOperation 168 +
169 - rdf:type owl:Class ; 169 +ep-prodact:MarineOperation
170 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 170 + rdf:type owl:Class ;
171 - 171 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
172 -ep-prodact:MedicalTreatmentInjury 172 +
173 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 173 +ep-prodact:MedicalTreatmentInjury
174 - rdfs:subClassOf ep-prodact:Injury . 174 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
175 - 175 + rdfs:subClassOf ep-prodact:Injury .
176 -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 176 +
177 - rdf:type owl:Class ; 177 +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
178 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 178 + rdf:type owl:Class ;
179 - 179 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
180 -ep-prodact:NearMiss 180 +
181 - rdf:type owl:Class ; 181 +ep-prodact:NearMiss
182 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 182 + rdf:type owl:Class ;
183 - 183 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
184 -ep-prodact:PartOfProductionActivity 184 +
185 - rdf:type owl:Class ; 185 +ep-prodact:NotablePartOfProductionActivity
186 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 186 + rdf:type owl:Class ;
187 - 187 + rdfs:subClassOf ep-prodact:PartOfProductionActivity .
188 -ep-prodact:PowerStationFailure 188 +
189 - rdf:type owl:Class ; 189 +ep-prodact:PartOfProductionActivity
190 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 190 + rdf:type owl:Class ;
191 - 191 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
192 -ep-prodact:ProductionActivityLastingLessThanAYear 192 +
193 - rdf:type owl:Class ; 193 +ep-prodact:PowerStationFailure
194 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 194 + rdf:type owl:Class ;
195 - 195 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
196 -ep-prodact:ProductionOperationsActivity 196 +
197 - rdf:type owl:Class ; 197 +ep-prodact:ProductionActivityLastingLessThanAYear
198 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 198 + rdf:type owl:Class ;
199 - 199 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
200 -ep-prodact:ProductionVolumeActivity 200 +
201 - rdf:type owl:Class ; 201 +ep-prodact:ProductionOperationsActivity
202 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 202 + rdf:type owl:Class ;
203 - 203 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
204 -ep-prodact:ReleasedToWater 204 +
205 - rdf:type owl:Class ; 205 +ep-prodact:ProductionVolumeActivity
206 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 206 + rdf:type owl:Class ;
207 - 207 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
208 -ep-prodact:ReportHazard 208 +
209 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 209 +ep-prodact:ReleasedToWater
210 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 210 + rdf:type owl:Class ;
211 - 211 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
212 -ep-prodact:RestrictedWork 212 +
213 - rdf:type owl:Class ; 213 +ep-prodact:ReportHazard
214 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 214 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
215 - 215 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
216 -ep-prodact:RestrictedWorkInjury 216 +
217 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 217 +ep-prodact:RestrictedWork
218 - rdfs:subClassOf ep-prodact:Injury . 218 + rdf:type owl:Class ;
219 - 219 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
220 -ep-prodact:SafetyActivityType 220 +
221 - rdf:type rdfs:Class ; 221 +ep-prodact:RestrictedWorkInjury
222 - rdfs:subClassOf owl:Class . 222 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
223 - 223 + rdfs:subClassOf ep-prodact:Injury .
224 -ep-prodact:SafetyMeeting 224 +
225 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 225 +ep-prodact:SafetyActivityType
226 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 226 + rdf:type rdfs:Class ;
227 - 227 + rdfs:subClassOf owl:Class .
228 -ep-prodact:SentAshore 228 +
229 - rdf:type owl:Class ; 229 +ep-prodact:SafetyMeeting
230 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 230 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
231 - 231 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
232 -ep-prodact:SevereAccident 232 +
233 - rdf:type owl:Class ; 233 +ep-prodact:SentAshore
234 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 234 + rdf:type owl:Class ;
235 - 235 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
236 -ep-prodact:SickOnBoard 236 +
237 - rdf:type owl:Class ; 237 +ep-prodact:SevereAccident
238 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 238 + rdf:type owl:Class ;
239 - 239 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
240 -ep-prodact:SpillOrLeak 240 +
241 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 241 +ep-prodact:SickOnBoard
242 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 242 + rdf:type owl:Class ;
243 - 243 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
244 -ep-prodact:WorkingUnderPermit 244 +
245 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 245 +ep-prodact:SpillOrLeak
246 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 246 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
247 - 247 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
248 -ep-prodact:WorkingUnderPermitWithSJA 248 +
249 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 249 +ep-prodact:WorkingUnderPermit
250 - rdfs:subClassOf ep-prodact:WorkingUnderPermit . 250 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
251 - 251 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
252 -ep-prodact:hasPart 252 +
253 - rdf:type owl:ObjectProperty ; 253 +ep-prodact:WorkingUnderPermitWithSJA
254 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 254 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
255 - rdfs:range ep-prodact:PartOfProductionActivity . 255 + rdfs:subClassOf ep-prodact:WorkingUnderPermit .
256 - 256 +
257 -ep-prodact:noOfDrillsOrExcercises 257 +ep-prodact:hasPart
258 - rdf:type owl:DatatypeProperty ; 258 + rdf:type owl:ObjectProperty ;
259 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 259 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
260 - rdfs:range xsd:integer . 260 + rdfs:range ep-prodact:PartOfProductionActivity .
261 - 261 +
262 -ep-prodact:noOfFirstAidEvents 262 +ep-prodact:involvedVessel
263 - rdf:type owl:DatatypeProperty ; 263 + rdf:type owl:ObjectProperty ;
264 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 264 + rdfs:domain ep-prodact:MarineOperation ;
265 - rdfs:range xsd:integer . 265 + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> .
266 - 266 +
267 -ep-prodact:noOfHazardReportCards 267 +ep-prodact:noOfDrillsOrExcercises
268 - rdf:type owl:DatatypeProperty ; 268 + rdf:type owl:DatatypeProperty ;
269 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 269 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
270 - rdfs:range xsd:integer . 270 + rdfs:range xsd:integer .
271 - 271 +
272 -ep-prodact:noOfIncidentsTotal 272 +ep-prodact:noOfFirstAidEvents
273 - rdf:type owl:DatatypeProperty ; 273 + rdf:type owl:DatatypeProperty ;
274 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 274 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
275 - rdfs:range xsd:integer . 275 + rdfs:range xsd:integer .
276 - 276 +
277 -ep-prodact:noOfLostTimeIncidents 277 +ep-prodact:noOfHazardReportCards
278 - rdf:type owl:DatatypeProperty ; 278 + rdf:type owl:DatatypeProperty ;
279 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 279 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
280 - rdfs:range xsd:integer . 280 + rdfs:range xsd:integer .
281 - 281 +
282 -ep-prodact:noOfMiscellaneousHseEvents 282 +ep-prodact:noOfIncidentsTotal
283 - rdf:type owl:DatatypeProperty ; 283 + rdf:type owl:DatatypeProperty ;
284 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 284 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
285 - rdfs:range xsd:integer . 285 + rdfs:range xsd:integer .
286 - 286 +
287 -ep-prodact:noOfPermitsWithSjaIssued 287 +ep-prodact:noOfLostTimeIncidents
288 - rdf:type owl:DatatypeProperty ; 288 + rdf:type owl:DatatypeProperty ;
289 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 289 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
290 - rdfs:range xsd:integer . 290 + rdfs:range xsd:integer .
291 - 291 +
292 -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries 292 +ep-prodact:noOfMiscellaneousHseEvents
293 - rdf:type owl:DatatypeProperty ; 293 + rdf:type owl:DatatypeProperty ;
294 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 294 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
295 - rdfs:range xsd:integer . 295 + rdfs:range xsd:integer .
296 - 296 +
297 -ep-prodact:noOfSafetyMeetings 297 +ep-prodact:noOfPermitsWithSjaIssued
298 - rdf:type owl:DatatypeProperty ; 298 + rdf:type owl:DatatypeProperty ;
299 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 299 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
300 - rdfs:range xsd:integer . 300 + rdfs:range xsd:integer .
301 - 301 +
302 -ep-prodact:noOfSpillsOrLeaks 302 +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
303 - rdf:type owl:DatatypeProperty ; 303 + rdf:type owl:DatatypeProperty ;
304 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 304 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
305 - rdfs:range xsd:integer . 305 + rdfs:range xsd:integer .
306 - 306 +
307 -ep-prodact:totalNoOfPermitsIssued 307 +ep-prodact:noOfSafetyMeetings
308 - rdf:type owl:DatatypeProperty ; 308 + rdf:type owl:DatatypeProperty ;
309 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 309 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
310 - rdfs:range xsd:integer . 310 + rdfs:range xsd:integer .
311 - 311 +
312 -ep-prodact:yearlyActivityToDate 312 +ep-prodact:noOfSpillsOrLeaks
313 - rdf:type owl:ObjectProperty ; 313 + rdf:type owl:DatatypeProperty ;
314 - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; 314 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
315 - rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . 315 + rdfs:range xsd:integer .
316 - 316 +
317 -<http://www.reportinghub.no/ep/schema/well#WellGroup> 317 +ep-prodact:totalNoOfPermitsIssued
318 - rdf:type owl:Class . 318 + rdf:type owl:DatatypeProperty ;
319 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
320 + rdfs:range xsd:integer .
321 +
322 +ep-prodact:yearlyActivityToDate
323 + rdf:type owl:ObjectProperty ;
324 + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
325 + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
326 +
327 +<http://www.reportinghub.no/ep/schema/well#WellGroup>
328 + rdf:type owl:Class .
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Wed Oct 12 20:37:18 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 10:10:17 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#> .
......