David Leal

Added volumePerVolume scale

...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
5 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 5 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 8 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
8 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization 9 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
9 # imports: http://www.reportinghub.no/ep/schema/1.0/well 10 # imports: http://www.reportinghub.no/ep/schema/1.0/well
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
17 18
18 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 19 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
19 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <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/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 21 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <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/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 23
23 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> 24 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity>
...@@ -34,7 +35,7 @@ ...@@ -34,7 +35,7 @@
34 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 35 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
35 rdf:type owl:Class ; 36 rdf:type owl:Class ;
36 rdfs:label "production well test"^^xsd:string ; 37 rdfs:label "production well test"^^xsd:string ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 38 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
38 39
39 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 40 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
40 rdf:type ep-prodact:ProductionOperationClassByDuration . 41 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
49 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 50 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
50 51
51 ep-core:Mass 52 ep-core:Mass
52 - rdf:type rdfs:Class , ep-core:PropertySpace ; 53 + rdf:type ep-core:PropertySpace , rdfs:Class ;
53 rdfs:label "mass"^^xsd:string ; 54 rdfs:label "mass"^^xsd:string ;
54 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 55 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
55 56
...@@ -90,13 +91,13 @@ ep-core:Mass ...@@ -90,13 +91,13 @@ ep-core:Mass
90 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 91 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
91 92
92 ep-prodact:AdministerFirstAid 93 ep-prodact:AdministerFirstAid
93 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 94 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
94 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 95 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
95 96
96 ep-prodact:AirTrafficOperation 97 ep-prodact:AirTrafficOperation
97 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 98 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
98 rdfs:label "air traffic operation"^^xsd:string ; 99 rdfs:label "air traffic operation"^^xsd:string ;
99 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 100 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
100 101
101 ep-prodact:Alarm 102 ep-prodact:Alarm
102 rdf:type owl:Class ; 103 rdf:type owl:Class ;
...@@ -115,49 +116,49 @@ ep-prodact:AmountOfSubstance ...@@ -115,49 +116,49 @@ ep-prodact:AmountOfSubstance
115 rdfs:subClassOf ep-core:PhysicalObject . 116 rdfs:subClassOf ep-core:PhysicalObject .
116 117
117 ep-prodact:AnnualProductionActivity 118 ep-prodact:AnnualProductionActivity
118 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 119 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
119 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 120 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
120 121
121 ep-prodact:AnnualProductionActivityToEndOfReportingPeriod 122 ep-prodact:AnnualProductionActivityToEndOfReportingPeriod
122 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 123 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
123 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 124 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
124 125
125 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod 126 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
126 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 127 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
127 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . 128 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
128 129
129 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 130 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
130 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 131 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
131 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . 132 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
132 133
133 ep-prodact:CargoShipOperation 134 ep-prodact:CargoShipOperation
134 rdf:type owl:Class ; 135 rdf:type owl:Class ;
135 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 136 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
136 137
137 ep-prodact:ConstructionOperation 138 ep-prodact:ConstructionOperation
138 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 139 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
139 rdfs:label "construction operation"^^xsd:string ; 140 rdfs:label "construction operation"^^xsd:string ;
140 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 141 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
141 142
142 ep-prodact:CumulativeProductionActivitySinceProductionBegan 143 ep-prodact:CumulativeProductionActivitySinceProductionBegan
143 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 144 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
144 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 145 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
145 146
146 ep-prodact:DailyProductionOperationsActivity 147 ep-prodact:DailyProductionOperationsActivity
147 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 148 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
148 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . 149 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
149 150
150 ep-prodact:DailyProductionVolumeActivity 151 ep-prodact:DailyProductionVolumeActivity
151 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 152 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
152 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 153 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
153 154
154 ep-prodact:Deviation 155 ep-prodact:Deviation
155 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 156 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
156 rdfs:label "deviation"^^xsd:string ; 157 rdfs:label "deviation"^^xsd:string ;
157 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 158 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
158 159
159 ep-prodact:DrillOrExcercise 160 ep-prodact:DrillOrExcercise
160 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 161 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
161 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 162 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
162 163
163 ep-prodact:Fire 164 ep-prodact:Fire
...@@ -179,7 +180,7 @@ ep-prodact:FlowLine-Production ...@@ -179,7 +180,7 @@ ep-prodact:FlowLine-Production
179 ep-prodact:FluidLevelTest 180 ep-prodact:FluidLevelTest
180 rdf:type owl:Class ; 181 rdf:type owl:Class ;
181 rdfs:label "fluid level test"^^xsd:string ; 182 rdfs:label "fluid level test"^^xsd:string ;
182 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 183 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
183 184
184 ep-prodact:FusionOfHSEActivitiesOverPeriod 185 ep-prodact:FusionOfHSEActivitiesOverPeriod
185 rdf:type owl:Class ; 186 rdf:type owl:Class ;
...@@ -198,21 +199,21 @@ ep-prodact:Incident ...@@ -198,21 +199,21 @@ ep-prodact:Incident
198 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 199 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
199 200
200 ep-prodact:InitialWellTest 201 ep-prodact:InitialWellTest
201 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 202 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
202 rdfs:label "initial"^^xsd:string ; 203 rdfs:label "initial"^^xsd:string ;
203 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 204 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
204 205
205 ep-prodact:InjectionWellTest 206 ep-prodact:InjectionWellTest
206 rdf:type owl:Class ; 207 rdf:type owl:Class ;
207 rdfs:label "injection well test"^^xsd:string ; 208 rdfs:label "injection well test"^^xsd:string ;
208 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 209 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
209 210
210 ep-prodact:Injury 211 ep-prodact:Injury
211 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 212 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
212 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 213 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
213 214
214 ep-prodact:IssueWorkPermit 215 ep-prodact:IssueWorkPermit
215 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 216 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
216 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 217 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
217 218
218 ep-prodact:JobObservation 219 ep-prodact:JobObservation
...@@ -232,20 +233,20 @@ ep-prodact:LostTimeIncident ...@@ -232,20 +233,20 @@ ep-prodact:LostTimeIncident
232 rdfs:subClassOf ep-prodact:Incident . 233 rdfs:subClassOf ep-prodact:Incident .
233 234
234 ep-prodact:MaintenanceActivity 235 ep-prodact:MaintenanceActivity
235 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 236 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
236 rdfs:label "maintenance activity"^^xsd:string ; 237 rdfs:label "maintenance activity"^^xsd:string ;
237 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 238 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
238 239
239 ep-prodact:MarineOperation 240 ep-prodact:MarineOperation
240 rdf:type owl:Class ; 241 rdf:type owl:Class ;
241 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 242 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
242 243
243 ep-prodact:MedicalTreatmentInjury 244 ep-prodact:MedicalTreatmentInjury
244 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 245 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
245 rdfs:subClassOf ep-prodact:Injury . 246 rdfs:subClassOf ep-prodact:Injury .
246 247
247 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 248 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
248 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 249 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
249 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 250 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
250 251
251 ep-prodact:NearMiss 252 ep-prodact:NearMiss
...@@ -257,12 +258,12 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -257,12 +258,12 @@ ep-prodact:NotablePartOfProductionActivity
257 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 258 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
258 259
259 ep-prodact:OtherProductionActivity 260 ep-prodact:OtherProductionActivity
260 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 261 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
261 rdfs:label "other production activity"^^xsd:string ; 262 rdfs:label "other production activity"^^xsd:string ;
262 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 263 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
263 264
264 ep-prodact:OtherReasonWellTest 265 ep-prodact:OtherReasonWellTest
265 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 266 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
266 rdfs:label "other"^^xsd:string ; 267 rdfs:label "other"^^xsd:string ;
267 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 268 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
268 269
...@@ -277,17 +278,17 @@ ep-prodact:Participation ...@@ -277,17 +278,17 @@ ep-prodact:Participation
277 rdfs:subPropertyOf ep-prodact:involvement . 278 rdfs:subPropertyOf ep-prodact:involvement .
278 279
279 ep-prodact:PeriodicWellTest 280 ep-prodact:PeriodicWellTest
280 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 281 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
281 rdfs:label "periodic"^^xsd:string ; 282 rdfs:label "periodic"^^xsd:string ;
282 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 283 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
283 284
284 ep-prodact:PowerStationFailure 285 ep-prodact:PowerStationFailure
285 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 286 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
286 rdfs:label "power station failure"^^xsd:string ; 287 rdfs:label "power station failure"^^xsd:string ;
287 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 288 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
288 289
289 ep-prodact:ProductionActivityLastingLessThanAYear 290 ep-prodact:ProductionActivityLastingLessThanAYear
290 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 291 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
291 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 292 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
292 293
293 ep-prodact:ProductionActivityType 294 ep-prodact:ProductionActivityType
...@@ -300,7 +301,7 @@ ep-prodact:ProductionOperationClassByDuration ...@@ -300,7 +301,7 @@ ep-prodact:ProductionOperationClassByDuration
300 rdfs:subClassOf owl:Class . 301 rdfs:subClassOf owl:Class .
301 302
302 ep-prodact:ProductionOperationsActivity 303 ep-prodact:ProductionOperationsActivity
303 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 304 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
304 rdfs:label "production operations activity"^^xsd:string ; 305 rdfs:label "production operations activity"^^xsd:string ;
305 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 306 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
306 307
...@@ -313,7 +314,7 @@ ep-prodact:ReleasedToWater ...@@ -313,7 +314,7 @@ ep-prodact:ReleasedToWater
313 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 314 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
314 315
315 ep-prodact:ReportHazard 316 ep-prodact:ReportHazard
316 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 317 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
317 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 318 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
318 319
319 ep-prodact:RestrictedWork 320 ep-prodact:RestrictedWork
...@@ -321,11 +322,11 @@ ep-prodact:RestrictedWork ...@@ -321,11 +322,11 @@ ep-prodact:RestrictedWork
321 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 322 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
322 323
323 ep-prodact:RestrictedWorkInjury 324 ep-prodact:RestrictedWorkInjury
324 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 325 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
325 rdfs:subClassOf ep-prodact:Injury . 326 rdfs:subClassOf ep-prodact:Injury .
326 327
327 ep-prodact:RevisionWellTest 328 ep-prodact:RevisionWellTest
328 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 329 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
329 rdfs:label "revision"^^xsd:string ; 330 rdfs:label "revision"^^xsd:string ;
330 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 331 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
331 332
...@@ -334,7 +335,7 @@ ep-prodact:SafetyActivityType ...@@ -334,7 +335,7 @@ ep-prodact:SafetyActivityType
334 rdfs:subClassOf owl:Class . 335 rdfs:subClassOf owl:Class .
335 336
336 ep-prodact:SafetyMeeting 337 ep-prodact:SafetyMeeting
337 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 338 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
338 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 339 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
339 340
340 ep-prodact:SampleAmountOfSubstance 341 ep-prodact:SampleAmountOfSubstance
...@@ -354,7 +355,7 @@ ep-prodact:SickOnBoard ...@@ -354,7 +355,7 @@ ep-prodact:SickOnBoard
354 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 355 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
355 356
356 ep-prodact:SpillOrLeak 357 ep-prodact:SpillOrLeak
357 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 358 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
358 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 359 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
359 360
360 ep-prodact:TransportationActivity 361 ep-prodact:TransportationActivity
...@@ -362,7 +363,7 @@ ep-prodact:TransportationActivity ...@@ -362,7 +363,7 @@ ep-prodact:TransportationActivity
362 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 363 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
363 364
364 ep-prodact:UnknownReasonWellTest 365 ep-prodact:UnknownReasonWellTest
365 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 366 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
366 rdfs:label "unknown"^^xsd:string ; 367 rdfs:label "unknown"^^xsd:string ;
367 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 368 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
368 369
...@@ -372,7 +373,7 @@ ep-prodact:WaterCleaningOperation ...@@ -372,7 +373,7 @@ ep-prodact:WaterCleaningOperation
372 373
373 ep-prodact:WaterSample 374 ep-prodact:WaterSample
374 rdf:type owl:Class ; 375 rdf:type owl:Class ;
375 - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . 376 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance .
376 377
377 ep-prodact:WellTestReasonType 378 ep-prodact:WellTestReasonType
378 rdf:type rdfs:Class ; 379 rdf:type rdfs:Class ;
...@@ -380,11 +381,11 @@ ep-prodact:WellTestReasonType ...@@ -380,11 +381,11 @@ ep-prodact:WellTestReasonType
380 rdfs:subClassOf owl:Class . 381 rdfs:subClassOf owl:Class .
381 382
382 ep-prodact:WorkingUnderPermit 383 ep-prodact:WorkingUnderPermit
383 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 384 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
384 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 385 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
385 386
386 ep-prodact:WorkingUnderPermitWithSJA 387 ep-prodact:WorkingUnderPermitWithSJA
387 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 388 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
388 rdfs:subClassOf ep-prodact:WorkingUnderPermit . 389 rdfs:subClassOf ep-prodact:WorkingUnderPermit .
389 390
390 ep-prodact:ammoniumDensity 391 ep-prodact:ammoniumDensity
...@@ -397,6 +398,12 @@ ep-prodact:amountOfOil ...@@ -397,6 +398,12 @@ ep-prodact:amountOfOil
397 rdfs:domain ep-prodact:WaterSample ; 398 rdfs:domain ep-prodact:WaterSample ;
398 rdfs:range ep-core:Mass . 399 rdfs:range ep-core:Mass .
399 400
401 +ep-prodact:cargoLoaded
402 + rdf:type owl:ObjectProperty ;
403 + rdfs:domain ep-prodact:CargoShipOperation ;
404 + rdfs:label "cargo loaded"^^xsd:string ;
405 + rdfs:range ep-core:PhysicalObject .
406 +
400 ep-prodact:classificationBySafetyActivityType 407 ep-prodact:classificationBySafetyActivityType
401 rdf:type owl:ObjectProperty ; 408 rdf:type owl:ObjectProperty ;
402 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; 409 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
...@@ -436,7 +443,7 @@ ep-prodact:hasPredecessor ...@@ -436,7 +443,7 @@ ep-prodact:hasPredecessor
436 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 443 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
437 444
438 ep-prodact:hasShutInPressure 445 ep-prodact:hasShutInPressure
439 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 446 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
440 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 447 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
441 rdfs:label "has shut-in pressure"^^xsd:string ; 448 rdfs:label "has shut-in pressure"^^xsd:string ;
442 rdfs:range ep-core:Pressure . 449 rdfs:range ep-core:Pressure .
...@@ -448,25 +455,25 @@ ep-prodact:hasValidPredecessor ...@@ -448,25 +455,25 @@ ep-prodact:hasValidPredecessor
448 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 455 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
449 456
450 ep-prodact:injectionWellTestMaximumAnnularPressure 457 ep-prodact:injectionWellTestMaximumAnnularPressure
451 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 458 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
452 rdfs:domain ep-prodact:InjectionWellTest ; 459 rdfs:domain ep-prodact:InjectionWellTest ;
453 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 460 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
454 rdfs:range ep-core:Pressure . 461 rdfs:range ep-core:Pressure .
455 462
456 ep-prodact:injectionWellTestMinimumAnnularPressure 463 ep-prodact:injectionWellTestMinimumAnnularPressure
457 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 464 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
458 rdfs:domain ep-prodact:InjectionWellTest ; 465 rdfs:domain ep-prodact:InjectionWellTest ;
459 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 466 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
460 rdfs:range ep-core:Pressure . 467 rdfs:range ep-core:Pressure .
461 468
462 ep-prodact:injectionWellTestWellheadFlowingPressure 469 ep-prodact:injectionWellTestWellheadFlowingPressure
463 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 470 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
464 rdfs:domain ep-prodact:InjectionWellTest ; 471 rdfs:domain ep-prodact:InjectionWellTest ;
465 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 472 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
466 rdfs:range ep-core:Pressure . 473 rdfs:range ep-core:Pressure .
467 474
468 ep-prodact:injectionWellTestWellheadMaximumPressure 475 ep-prodact:injectionWellTestWellheadMaximumPressure
469 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 476 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
470 rdfs:domain ep-prodact:InjectionWellTest ; 477 rdfs:domain ep-prodact:InjectionWellTest ;
471 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 478 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
472 rdfs:range ep-core:Pressure . 479 rdfs:range ep-core:Pressure .
...@@ -538,7 +545,7 @@ ep-prodact:oilInWater ...@@ -538,7 +545,7 @@ ep-prodact:oilInWater
538 rdfs:range ep-core:SpecificMass . 545 rdfs:range ep-core:SpecificMass .
539 546
540 ep-prodact:onProductionFacility 547 ep-prodact:onProductionFacility
541 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 548 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
542 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 549 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
543 rdfs:label "on facility"^^xsd:string ; 550 rdfs:label "on facility"^^xsd:string ;
544 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 551 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -548,6 +555,12 @@ ep-prodact:oxygenInWater ...@@ -548,6 +555,12 @@ ep-prodact:oxygenInWater
548 rdfs:domain ep-prodact:WaterSample ; 555 rdfs:domain ep-prodact:WaterSample ;
549 rdfs:range ep-core:SpecificMass . 556 rdfs:range ep-core:SpecificMass .
550 557
558 +ep-prodact:performedByShip
559 + rdf:type owl:ObjectProperty ;
560 + rdfs:domain ep-prodact:CargoShipOperation ;
561 + rdfs:label "performed by ship"^^xsd:string ;
562 + rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#CargoShip> .
563 +
551 ep-prodact:phenolDensity 564 ep-prodact:phenolDensity
552 rdf:type owl:ObjectProperty ; 565 rdf:type owl:ObjectProperty ;
553 rdfs:domain ep-prodact:WaterSample ; 566 rdfs:domain ep-prodact:WaterSample ;
...@@ -559,7 +572,7 @@ ep-prodact:productionActivityPeriodClassification ...@@ -559,7 +572,7 @@ ep-prodact:productionActivityPeriodClassification
559 rdfs:range ep-prodact:ProductionOperationClassByDuration . 572 rdfs:range ep-prodact:ProductionOperationClassByDuration .
560 573
561 ep-prodact:productionOperator 574 ep-prodact:productionOperator
562 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 575 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
563 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 576 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
564 rdfs:label "production operator"^^xsd:string ; 577 rdfs:label "production operator"^^xsd:string ;
565 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 578 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -596,7 +609,7 @@ ep-prodact:standbyVessel ...@@ -596,7 +609,7 @@ ep-prodact:standbyVessel
596 rdfs:subPropertyOf ep-prodact:involvedVessel . 609 rdfs:subPropertyOf ep-prodact:involvedVessel .
597 610
598 ep-prodact:testedWellBoreInterval 611 ep-prodact:testedWellBoreInterval
599 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 612 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
600 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 613 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
601 rdfs:label "tested wellbore interval"^^xsd:string ; 614 rdfs:label "tested wellbore interval"^^xsd:string ;
602 rdfs:range ep-core:PhysicalObject . 615 rdfs:range ep-core:PhysicalObject .
......
1 -# Saved by TopBraid on Sat Oct 08 14:19:39 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment
3 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
4 4
5 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . 5 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -10,5 +10,21 @@ ...@@ -10,5 +10,21 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 11 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 +
16 +ep-prodeqt:CargoShip
17 + rdf:type owl:Class ;
18 + rdfs:label "cargo ship"^^xsd:string ;
19 + rdfs:subClassOf ep-prodeqt:Vessel .
20 +
21 +ep-prodeqt:Vessel
22 + rdf:type owl:Class ;
23 + rdfs:label "vessel"^^xsd:string ;
24 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
25 +
26 +ep-prodeqt:hasCaptain
27 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
28 + rdfs:domain ep-prodeqt:Vessel ;
29 + rdfs:label "has captain"^^xsd:string ;
30 + rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; 23 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-dpr-spin-lib:BuildDailyProductionReportURI 26 ep-dpr-spin-lib:BuildDailyProductionReportURI
...@@ -5079,6 +5079,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5079,6 +5079,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5079 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5079 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5080 spin:body 5080 spin:body
5081 [ rdf:type sp:Select ; 5081 [ rdf:type sp:Select ;
5082 + sp:resultVariables (_:b30) ;
5083 + sp:where ([ rdf:type sp:Bind ;
5084 + sp:expression
5085 + [ rdf:type sp:if ;
5086 + sp:arg1 [ rdf:type sp:eq ;
5087 + sp:arg1 spin:_arg1 ;
5088 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5089 + ] ;
5090 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5091 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5092 + ] ;
5093 + sp:variable _:b30
5094 + ])
5095 + ] ;
5096 + spin:body
5097 + [ rdf:type sp:Select ;
5082 sp:resultVariables ([ sp:varName "myVar"^^xsd:string 5098 sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5083 ]) ; 5099 ]) ;
5084 sp:where ([ rdf:type sp:Bind ; 5100 sp:where ([ rdf:type sp:Bind ;
...@@ -5158,22 +5174,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5158,22 +5174,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5158 [ sp:varName "myVar"^^xsd:string 5174 [ sp:varName "myVar"^^xsd:string
5159 ] 5175 ]
5160 ]) 5176 ])
5161 - ] ;
5162 - spin:body
5163 - [ rdf:type sp:Select ;
5164 - sp:resultVariables (_:b30) ;
5165 - sp:where ([ rdf:type sp:Bind ;
5166 - sp:expression
5167 - [ rdf:type sp:if ;
5168 - sp:arg1 [ rdf:type sp:eq ;
5169 - sp:arg1 spin:_arg1 ;
5170 - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5171 - ] ;
5172 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5173 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5174 - ] ;
5175 - sp:variable _:b30
5176 - ])
5177 ] . 5177 ] .
5178 5178
5179 ep-dpr-spin-lib:selectTemperatureScale 5179 ep-dpr-spin-lib:selectTemperatureScale
...@@ -5476,6 +5476,30 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale ...@@ -5476,6 +5476,30 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale
5476 ]) 5476 ])
5477 ] . 5477 ] .
5478 5478
5479 +ep-dpr-spin-lib:selectVolumePerVolumeScale
5480 + rdf:type spin:Function ;
5481 + rdfs:label "select VolumePerVolume scale"^^xsd:string ;
5482 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
5483 + spin:body
5484 + [ rdf:type sp:Select ;
5485 + sp:resultVariables ([ sp:varName "volumePerVolumeScale"^^xsd:string
5486 + ]) ;
5487 + sp:where ([ rdf:type sp:Bind ;
5488 + sp:expression
5489 + [ rdf:type sp:if ;
5490 + sp:arg1 [ rdf:type sp:eq ;
5491 + sp:arg1 spin:_arg1 ;
5492 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5493 + ] ;
5494 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5495 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5496 + ] ;
5497 + sp:variable
5498 + [ sp:varName "volumePerVolumeScale"^^xsd:string
5499 + ]
5500 + ])
5501 + ] .
5502 +
5479 ep-dpr-spin-lib:selectVolumeScale 5503 ep-dpr-spin-lib:selectVolumeScale
5480 rdf:type spin:Function ; 5504 rdf:type spin:Function ;
5481 rdfs:label "select VolumeScale"^^xsd:string ; 5505 rdfs:label "select VolumeScale"^^xsd:string ;
...@@ -5766,104 +5790,104 @@ ep-dpr-spin-lib:selectWellTestReasonType ...@@ -5766,104 +5790,104 @@ ep-dpr-spin-lib:selectWellTestReasonType
5766 ]) 5790 ])
5767 ] . 5791 ] .
5768 5792
5769 -_:b37 5793 +_:b1 sp:varName "uri"^^xsd:string .
5770 - sp:varName "volumeScale"^^xsd:string .
5771 -
5772 -_:b36
5773 - sp:varName "volumeFlowRateScale"^^xsd:string .
5774 -
5775 -_:b35
5776 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
5777 -
5778 -_:b34
5779 - sp:varName "volumeAtStdType"^^xsd:string .
5780 -
5781 -_:b33
5782 - sp:varName "prodActType"^^xsd:string .
5783 -
5784 -_:b32
5785 - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
5786 -
5787 -_:b31
5788 - sp:varName "temperatureScale"^^xsd:string .
5789 -
5790 -_:b30
5791 - sp:varName "specificVolumeScale"^^xsd:string .
5792 -
5793 -_:b29
5794 - sp:varName "safetyActivityType"^^xsd:string .
5795 5794
5796 -_:b28 5795 +_:b2 sp:varName "uri"^^xsd:string .
5797 - sp:varName "relationshipToMeasure"^^xsd:string .
5798 5796
5799 -_:b27 5797 +_:b3 sp:varName "UUID"^^xsd:string .
5800 - sp:varName "productionFlowPurposeType"^^xsd:string .
5801 5798
5802 -_:b26 5799 +_:b4 sp:varName "uri"^^xsd:string .
5803 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
5804 5800
5805 -_:b25 5801 +_:b5 sp:varName "uri"^^xsd:string .
5806 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
5807 5802
5808 -_:b24 5803 +_:b6 sp:varName "uri"^^xsd:string .
5809 - sp:varName "productionFlowDefinitionType"^^xsd:string .
5810 5804
5811 -_:b23 5805 +_:b7 sp:varName "uri"^^xsd:string .
5812 - sp:varName "productionFacilityType"^^xsd:string .
5813 5806
5814 -_:b22 5807 +_:b8 sp:varName "uri"^^xsd:string .
5815 - sp:varName "productType"^^xsd:string .
5816 5808
5817 -_:b21 5809 +_:b9 sp:varName "uri"^^xsd:string .
5818 - sp:varName "durationScale"^^xsd:string .
5819 5810
5820 -_:b20 5811 +_:b10
5821 - sp:varName "densityScale"^^xsd:string . 5812 + sp:varName "uri"^^xsd:string .
5822 5813
5823 -_:b19 5814 +_:b11
5824 sp:varName "uri"^^xsd:string . 5815 sp:varName "uri"^^xsd:string .
5825 5816
5826 -_:b18 5817 +_:b12
5827 sp:varName "uri"^^xsd:string . 5818 sp:varName "uri"^^xsd:string .
5828 5819
5829 -_:b17 5820 +_:b13
5830 sp:varName "uri"^^xsd:string . 5821 sp:varName "uri"^^xsd:string .
5831 5822
5832 -_:b16 5823 +_:b14
5833 sp:varName "uri"^^xsd:string . 5824 sp:varName "uri"^^xsd:string .
5834 5825
5835 _:b15 5826 _:b15
5836 sp:varName "uri"^^xsd:string . 5827 sp:varName "uri"^^xsd:string .
5837 5828
5838 -_:b14 5829 +_:b16
5839 sp:varName "uri"^^xsd:string . 5830 sp:varName "uri"^^xsd:string .
5840 5831
5841 -_:b13 5832 +_:b17
5842 sp:varName "uri"^^xsd:string . 5833 sp:varName "uri"^^xsd:string .
5843 5834
5844 -_:b12 5835 +_:b18
5845 sp:varName "uri"^^xsd:string . 5836 sp:varName "uri"^^xsd:string .
5846 5837
5847 -_:b11 5838 +_:b19
5848 sp:varName "uri"^^xsd:string . 5839 sp:varName "uri"^^xsd:string .
5849 5840
5850 -_:b10 5841 +_:b20
5851 - sp:varName "uri"^^xsd:string . 5842 + sp:varName "densityScale"^^xsd:string .
5852 5843
5853 -_:b9 sp:varName "uri"^^xsd:string . 5844 +_:b21
5845 + sp:varName "durationScale"^^xsd:string .
5854 5846
5855 -_:b8 sp:varName "uri"^^xsd:string . 5847 +_:b22
5848 + sp:varName "productType"^^xsd:string .
5856 5849
5857 -_:b7 sp:varName "uri"^^xsd:string . 5850 +_:b23
5851 + sp:varName "productionFacilityType"^^xsd:string .
5858 5852
5859 -_:b6 sp:varName "uri"^^xsd:string . 5853 +_:b24
5854 + sp:varName "productionFlowDefinitionType"^^xsd:string .
5860 5855
5861 -_:b5 sp:varName "uri"^^xsd:string . 5856 +_:b25
5857 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
5862 5858
5863 -_:b4 sp:varName "uri"^^xsd:string . 5859 +_:b26
5860 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
5864 5861
5865 -_:b3 sp:varName "UUID"^^xsd:string . 5862 +_:b27
5863 + sp:varName "productionFlowPurposeType"^^xsd:string .
5866 5864
5867 -_:b2 sp:varName "uri"^^xsd:string . 5865 +_:b28
5866 + sp:varName "relationshipToMeasure"^^xsd:string .
5868 5867
5869 -_:b1 sp:varName "uri"^^xsd:string . 5868 +_:b29
5869 + sp:varName "safetyActivityType"^^xsd:string .
5870 +
5871 +_:b30
5872 + sp:varName "specificVolumeScale"^^xsd:string .
5873 +
5874 +_:b31
5875 + sp:varName "temperatureScale"^^xsd:string .
5876 +
5877 +_:b32
5878 + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
5879 +
5880 +_:b33
5881 + sp:varName "prodActType"^^xsd:string .
5882 +
5883 +_:b34
5884 + sp:varName "volumeAtStdType"^^xsd:string .
5885 +
5886 +_:b35
5887 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
5888 +
5889 +_:b36
5890 + sp:varName "volumeFlowRateScale"^^xsd:string .
5891 +
5892 +_:b37
5893 + sp:varName "volumeScale"^^xsd:string .
......
...@@ -637,84 +637,123 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -637,84 +637,123 @@ Note types of facility are currently bound as Field - this will have to be fixed
637 [ rdf:type sp:Construct ; 637 [ rdf:type sp:Construct ;
638 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation> ; 638 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation> ;
639 sp:predicate rdf:type ; 639 sp:predicate rdf:type ;
640 + sp:subject _:b6
641 + ] [ sp:object _:b6 ;
642 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
640 sp:subject 643 sp:subject
641 - [ sp:varName "epCargoOp"^^xsd:string 644 + [ sp:varName "dailyProductionActivity"^^xsd:string
642 ] 645 ]
643 ] [ sp:object 646 ] [ sp:object
644 [ sp:varName "startTime"^^xsd:string 647 [ sp:varName "startTime"^^xsd:string
645 ] ; 648 ] ;
646 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 649 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
647 - sp:subject 650 + sp:subject _:b6
648 - [ sp:varName "epCargoOp"^^xsd:string
649 - ]
650 ] [ sp:object 651 ] [ sp:object
651 [ sp:varName "endTime"^^xsd:string 652 [ sp:varName "endTime"^^xsd:string
652 ] ; 653 ] ;
653 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 654 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
654 - sp:subject 655 + sp:subject _:b6
655 - [ sp:varName "epCargoOp"^^xsd:string 656 + ] [ sp:object _:b7 ;
656 - ] 657 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#performedByShip> ;
658 + sp:subject _:b6
659 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
660 + sp:predicate rdf:type ;
661 + sp:subject _:b7
662 + ] [ sp:object _:b8 ;
663 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
664 + sp:subject _:b7
665 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-equipment#CargoShip> ;
666 + sp:predicate rdf:type ;
667 + sp:subject _:b8
668 + ] [ sp:object _:b9 ;
669 + sp:predicate <http://www.reportinghub.no/ep/schema/production-equipment#hasCaptain> ;
670 + sp:subject _:b7
671 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
672 + sp:predicate rdf:type ;
673 + sp:subject _:b9
674 + ] [ sp:object _:b10 ;
675 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
676 + sp:subject _:b9
677 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ;
678 + sp:predicate rdf:type ;
679 + sp:subject _:b10
657 ] [ sp:object 680 ] [ sp:object
658 - [ sp:varName "epCargoOp"^^xsd:string 681 + [ sp:varName "captain"^^xsd:string
659 ] ; 682 ] ;
660 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 683 + sp:predicate rdfs:label ;
661 - sp:subject 684 + sp:subject _:b10
662 - [ sp:varName "dailyProductionActivity"^^xsd:string 685 + ] [ sp:object _:b11 ;
663 - ] 686 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoLoaded> ;
687 + sp:subject _:b6
688 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
689 + sp:predicate rdf:type ;
690 + sp:subject _:b11
691 + ] [ sp:object _:b12 ;
692 + sp:predicate rdf:type ;
693 + sp:subject _:b11
664 ] [ sp:object 694 ] [ sp:object
665 - [ sp:varName "epCaptain"^^xsd:string 695 + [ sp:varName "volumeStdType"^^xsd:string
666 ] ; 696 ] ;
667 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ; 697 + sp:predicate rdf:type ;
668 - sp:subject 698 + sp:subject _:b12
669 - [ sp:varName "epCargoOp"^^xsd:string
670 - ]
671 ] [ sp:object 699 ] [ sp:object
672 - [ sp:varName "captain"^^xsd:string 700 + [ sp:varName "realOilGrossStdTempPres"^^xsd:string
673 ] ; 701 ] ;
674 - sp:predicate rdfs:label ; 702 + sp:predicate
675 - sp:subject 703 + [ sp:varName "volumeScaleOilGrossStdTempPres"^^xsd:string
676 - [ sp:varName "epCaptain"^^xsd:string 704 + ] ;
677 - ] 705 + sp:subject _:b12
678 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 706 + ] [ sp:object _:b13 ;
679 sp:predicate rdf:type ; 707 sp:predicate rdf:type ;
680 - sp:subject 708 + sp:subject _:b11
681 - [ sp:varName "epCaptain"^^xsd:string 709 + ] [ sp:object
682 - ] 710 + [ sp:varName "densityStdType"^^xsd:string
683 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AmountOfCrudeOil> ; 711 + ] ;
684 sp:predicate rdf:type ; 712 sp:predicate rdf:type ;
685 - sp:subject 713 + sp:subject _:b13
686 - [ sp:varName "epOilTransported"^^xsd:string
687 - ]
688 ] [ sp:object 714 ] [ sp:object
689 - [ sp:varName "epOilTransported"^^xsd:string 715 + [ sp:varName "realDensityStdTempPres"^^xsd:string
690 ] ; 716 ] ;
691 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#conveyedAmountOfSubstance> ; 717 + sp:predicate
692 - sp:subject 718 + [ sp:varName "densityScaleStdTempPres"^^xsd:string
693 - [ sp:varName "epCargoOp"^^xsd:string 719 + ] ;
694 - ] 720 + sp:subject _:b13
721 + ] [ sp:object _:b14 ;
722 + sp:predicate <http://www.reportinghub.no/ep/schema/production-well#basicSedimentAndWater> ;
723 + sp:subject _:b11
724 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
725 + sp:predicate rdf:type ;
726 + sp:subject _:b14
695 ] [ sp:object 727 ] [ sp:object
696 - [ sp:varName "epOilInWater"^^xsd:string 728 + [ sp:varName "realBasicSedimentAndWater"^^xsd:string
697 ] ; 729 ] ;
698 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#oilInWater> ; 730 + sp:predicate
731 + [ sp:varName "volumePerVolumeScaleBasicSedimentAndWater"^^xsd:string
732 + ] ;
733 + sp:subject _:b14
734 + ]) ;
735 + sp:where ([ sp:object
736 + [ sp:varName "productionOperationSetRef"^^xsd:string
737 + ] ;
738 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ;
699 sp:subject 739 sp:subject
700 - [ sp:varName "epWaterSample"^^xsd:string 740 + [ sp:varName "root"^^xsd:string
701 ] 741 ]
702 ] [ sp:object 742 ] [ sp:object
703 - [ sp:varName "owVal"^^xsd:string 743 + [ sp:varName "productionOperationRef"^^xsd:string
704 - ] ;
705 - sp:predicate
706 - [ sp:varName "epOwUOM"^^xsd:string
707 ] ; 744 ] ;
745 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ;
708 sp:subject 746 sp:subject
709 - [ sp:varName "epOilInWater"^^xsd:string 747 + [ sp:varName "productionOperationSetRef"^^xsd:string
710 ] 748 ]
711 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 749 + ] [ sp:object
712 - sp:predicate rdf:type ; 750 + [ sp:varName "installationReportRef"^^xsd:string
751 + ] ;
752 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
713 sp:subject 753 sp:subject
714 - [ sp:varName "epOilInWater"^^xsd:string 754 + [ sp:varName "productionOperationRef"^^xsd:string
715 ] 755 ]
716 - ]) ; 756 + ] [ sp:object
717 - sp:where ([ sp:object
718 [ sp:varName "productionActivityRef"^^xsd:string 757 [ sp:varName "productionActivityRef"^^xsd:string
719 ] ; 758 ] ;
720 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 759 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
...@@ -733,30 +772,26 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -733,30 +772,26 @@ Note types of facility are currently bound as Field - this will have to be fixed
733 sp:subject 772 sp:subject
734 [ sp:varName "dailyProductionActivity"^^xsd:string 773 [ sp:varName "dailyProductionActivity"^^xsd:string
735 ] 774 ]
736 - ] [ rdf:type sp:Bind ; 775 + ] [ sp:object
737 - sp:expression 776 + [ sp:varName "productVolumeSetRef"^^xsd:string
738 - [ rdf:type spif:generateUUID
739 ] ; 777 ] ;
740 - sp:variable 778 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productVolumeSetRef> ;
741 - [ sp:varName "UUID"^^xsd:string 779 + sp:subject
742 - ] 780 + [ sp:varName "root"^^xsd:string
743 - ] [ rdf:type sp:Bind ;
744 - sp:expression
745 - [ rdf:type spif:buildURI ;
746 - sp:arg1 "https://www.reportinghub.no/ep/data/cargoShipOperation/{?1}" ;
747 - sp:arg2 [ sp:varName "UUID"^^xsd:string
748 ] 781 ]
782 + ] [ sp:object
783 + [ sp:varName "productVolumeRef"^^xsd:string
749 ] ; 784 ] ;
750 - sp:variable 785 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productVolumeRef> ;
751 - [ sp:varName "epCargoOp"^^xsd:string 786 + sp:subject
787 + [ sp:varName "productVolumeSetRef"^^xsd:string
752 ] 788 ]
753 - ] [ rdf:type sp:Bind ; 789 + ] [ sp:object
754 - sp:expression 790 + [ sp:varName "standardTempPres"^^xsd:string
755 - [ rdf:type ep-dpr-spin-lib:buildAmountOfOilURI ;
756 - sp:arg1 ""
757 ] ; 791 ] ;
758 - sp:variable 792 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
759 - [ sp:varName "epOilTransported"^^xsd:string 793 + sp:subject
794 + [ sp:varName "productVolumeRef"^^xsd:string
760 ] 795 ]
761 ] [ rdf:type sp:Optional ; 796 ] [ rdf:type sp:Optional ;
762 sp:elements ([ sp:object 797 sp:elements ([ sp:object
...@@ -764,7 +799,9 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -764,7 +799,9 @@ Note types of facility are currently bound as Field - this will have to be fixed
764 ] ; 799 ] ;
765 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 800 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
766 sp:subject spin:_this 801 sp:subject spin:_this
767 - ] [ sp:object 802 + ])
803 + ] [ rdf:type sp:Optional ;
804 + sp:elements ([ sp:object
768 [ sp:varName "startTime"^^xsd:string 805 [ sp:varName "startTime"^^xsd:string
769 ] ; 806 ] ;
770 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 807 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
...@@ -772,116 +809,120 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -772,116 +809,120 @@ Note types of facility are currently bound as Field - this will have to be fixed
772 ]) 809 ])
773 ] [ rdf:type sp:Optional ; 810 ] [ rdf:type sp:Optional ;
774 sp:elements ([ sp:object 811 sp:elements ([ sp:object
775 - [ sp:varName "densityStdTempPresRef"^^xsd:string 812 + [ sp:varName "captain"^^xsd:string
776 ] ; 813 ] ;
777 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#densityStdTempPresRef> ; 814 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#captain> ;
815 + sp:subject spin:_this
816 + ])
817 + ] [ rdf:type sp:Optional ;
818 + sp:elements ([ sp:object
819 + [ sp:varName "oilGrossStdTempPresRef"^^xsd:string
820 + ] ;
821 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilGrossStdTempPresRef> ;
778 sp:subject spin:_this 822 sp:subject spin:_this
779 ] [ sp:object 823 ] [ sp:object
780 - [ sp:varName "densityStdTempPresVal"^^xsd:string 824 + [ sp:varName "realOilGrossStdTempPres"^^xsd:string
781 ] ; 825 ] ;
782 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 826 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
783 sp:subject 827 sp:subject
784 - [ sp:varName "densityStdTempPresRef"^^xsd:string 828 + [ sp:varName "oilGrossStdTempPresRef"^^xsd:string
785 ] 829 ]
786 ] [ sp:object 830 ] [ sp:object
787 - [ sp:varName "densityStdTempPresUOM"^^xsd:string 831 + [ sp:varName "uomOilGrossStdTempPres"^^xsd:string
788 ] ; 832 ] ;
789 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 833 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
790 sp:subject 834 sp:subject
791 - [ sp:varName "densityStdTempPresRef"^^xsd:string 835 + [ sp:varName "oilGrossStdTempPresRef"^^xsd:string
792 - ]
793 - ] [ rdf:type sp:Bind ;
794 - sp:expression
795 - [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
796 - sp:arg1 [ sp:varName "densityStdTempPresUOM"^^xsd:string
797 ] 836 ]
837 + ])
838 + ] [ rdf:type sp:Optional ;
839 + sp:elements ([ sp:object
840 + [ sp:varName "densityStdTempPresRef"^^xsd:string
798 ] ; 841 ] ;
799 - sp:variable 842 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#densityStdTempPresRef> ;
800 - [ sp:varName "epDensityStdTempPresUOM"^^xsd:string 843 + sp:subject spin:_this
801 - ] 844 + ] [ sp:object
802 - ] [ rdf:type sp:Bind ; 845 + [ sp:varName "realDensityStdTempPres"^^xsd:string
803 - sp:expression
804 - [ rdf:type spif:generateUUID
805 ] ; 846 ] ;
806 - sp:variable 847 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
807 - [ sp:varName "dstpUUID"^^xsd:string 848 + sp:subject
808 - ] 849 + [ sp:varName "densityStdTempPresRef"^^xsd:string
809 - ] [ rdf:type sp:Bind ;
810 - sp:expression
811 - [ rdf:type spif:buildURI ;
812 - sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/densityStdTempPres/{?1}" ;
813 - sp:arg2 [ sp:varName "dstpUUID"^^xsd:string
814 ] 850 ]
851 + ] [ sp:object
852 + [ sp:varName "uomDensityStdTempPres"^^xsd:string
815 ] ; 853 ] ;
816 - sp:variable 854 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
817 - [ sp:varName "epDensityStdTempPres"^^xsd:string 855 + sp:subject
856 + [ sp:varName "densityStdTempPresRef"^^xsd:string
818 ] 857 ]
819 ]) 858 ])
820 ] [ rdf:type sp:Optional ; 859 ] [ rdf:type sp:Optional ;
821 sp:elements ([ sp:object 860 sp:elements ([ sp:object
822 - [ sp:varName "oilGrossStdTempPresRef"^^xsd:string 861 + [ sp:varName "bswRef"^^xsd:string
823 ] ; 862 ] ;
824 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilGrossStdTempPresRef> ; 863 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#bswRef> ;
825 sp:subject spin:_this 864 sp:subject spin:_this
826 ] [ sp:object 865 ] [ sp:object
827 - [ sp:varName "oilGrossStdTempPresVal"^^xsd:string 866 + [ sp:varName "realBasicSedimentAndWater"^^xsd:string
828 ] ; 867 ] ;
829 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 868 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
830 sp:subject 869 sp:subject
831 - [ sp:varName "oilGrossStdTempPresRef"^^xsd:string 870 + [ sp:varName "bswRef"^^xsd:string
832 ] 871 ]
833 ] [ sp:object 872 ] [ sp:object
834 - [ sp:varName "oilGrossStdTempPresUOM"^^xsd:string 873 + [ sp:varName "uomBasicSedimentAndWater"^^xsd:string
835 ] ; 874 ] ;
836 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 875 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
837 sp:subject 876 sp:subject
838 - [ sp:varName "oilGrossStdTempPresRef"^^xsd:string 877 + [ sp:varName "bswRef"^^xsd:string
839 ] 878 ]
879 + ])
840 ] [ rdf:type sp:Bind ; 880 ] [ rdf:type sp:Bind ;
841 sp:expression 881 sp:expression
842 [ rdf:type ep-dpr-spin-lib:selectVolumeScale ; 882 [ rdf:type ep-dpr-spin-lib:selectVolumeScale ;
843 - sp:arg1 [ sp:varName "oilGrossStdTempPresUOM"^^xsd:string 883 + sp:arg1 [ sp:varName "uomOilGrossStdTempPres"^^xsd:string
844 ] 884 ]
845 ] ; 885 ] ;
846 sp:variable 886 sp:variable
847 - [ sp:varName "epOilGrossStdTempPresUOM"^^xsd:string 887 + [ sp:varName "volumeScaleOilGrossStdTempPres"^^xsd:string
848 ] 888 ]
849 ] [ rdf:type sp:Bind ; 889 ] [ rdf:type sp:Bind ;
850 sp:expression 890 sp:expression
851 - [ rdf:type spif:generateUUID 891 + [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
892 + sp:arg1 [ sp:varName "uomDensityStdTempPres"^^xsd:string
893 + ]
852 ] ; 894 ] ;
853 sp:variable 895 sp:variable
854 - [ sp:varName "ogstpUUID"^^xsd:string 896 + [ sp:varName "densityScaleStdTempPres"^^xsd:string
855 ] 897 ]
856 ] [ rdf:type sp:Bind ; 898 ] [ rdf:type sp:Bind ;
857 sp:expression 899 sp:expression
858 - [ rdf:type spif:buildURI ; 900 + [ rdf:type ep-dpr-spin-lib:selectVolumePerVolumeScale ;
859 - sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/oilGrossStdTempPres/{?1}" ; 901 + sp:arg1 [ sp:varName "uomBasicSedimentAndWater"^^xsd:string
860 - sp:arg2 [ sp:varName "ogstpUUID"^^xsd:string
861 ] 902 ]
862 ] ; 903 ] ;
863 sp:variable 904 sp:variable
864 - [ sp:varName "epOilGrossStdTempPres"^^xsd:string 905 + [ sp:varName "volumePerVolumeScaleBasicSedimentAndWater"^^xsd:string
906 + ]
907 + ] [ rdf:type sp:Bind ;
908 + sp:expression
909 + [ rdf:type ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ;
910 + sp:arg1 [ sp:varName "standardTempPres"^^xsd:string
865 ] 911 ]
866 - ])
867 - ] [ rdf:type sp:Optional ;
868 - sp:elements ([ sp:object
869 - [ sp:varName "captain"^^xsd:string
870 ] ; 912 ] ;
871 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#captain> ; 913 + sp:variable
872 - sp:subject spin:_this 914 + [ sp:varName "volumeStdType"^^xsd:string
915 + ]
873 ] [ rdf:type sp:Bind ; 916 ] [ rdf:type sp:Bind ;
874 sp:expression 917 sp:expression
875 - [ rdf:type spif:buildURI ; 918 + [ rdf:type ep-dpr-spin-lib:selectDensityAtStandardTemperaturePressureType ;
876 - sp:arg1 "https://www.reportinghub.no/ep/data/captain/{?1}" ; 919 + sp:arg1 [ sp:varName "standardTempPres"^^xsd:string
877 - sp:arg2 [ sp:varName "captain"^^xsd:string
878 ] 920 ]
879 ] ; 921 ] ;
880 sp:variable 922 sp:variable
881 - [ sp:varName "epCaptain"^^xsd:string 923 + [ sp:varName "densityStdType"^^xsd:string
882 ] 924 ]
883 ]) 925 ])
884 - ])
885 ] . 926 ] .
886 927
887 <http://www.witsml.org/schemas/131/addendum/combo#Cs_installationReport> 928 <http://www.witsml.org/schemas/131/addendum/combo#Cs_installationReport>
...@@ -954,30 +995,30 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -954,30 +995,30 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
954 ] 995 ]
955 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FusionOfHSEActivitiesOverPeriod> ; 996 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FusionOfHSEActivitiesOverPeriod> ;
956 sp:predicate rdf:type ; 997 sp:predicate rdf:type ;
957 - sp:subject _:b6 998 + sp:subject _:b15
958 ] [ sp:object 999 ] [ sp:object
959 [ sp:varName "temporalPartOfActivityDurationType"^^xsd:string 1000 [ sp:varName "temporalPartOfActivityDurationType"^^xsd:string
960 ] ; 1001 ] ;
961 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionActivityPeriodClassification> ; 1002 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionActivityPeriodClassification> ;
962 - sp:subject _:b6 1003 + sp:subject _:b15
963 ] [ sp:object 1004 ] [ sp:object
964 [ sp:varName "safetyActivityType"^^xsd:string 1005 [ sp:varName "safetyActivityType"^^xsd:string
965 ] ; 1006 ] ;
966 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#classificationBySafetyActivityType> ; 1007 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#classificationBySafetyActivityType> ;
967 - sp:subject _:b6 1008 + sp:subject _:b15
968 - ] [ sp:object _:b6 ; 1009 + ] [ sp:object _:b15 ;
969 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1010 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
970 sp:subject 1011 sp:subject
971 [ sp:varName "annualProductionActivityToDate"^^xsd:string 1012 [ sp:varName "annualProductionActivityToDate"^^xsd:string
972 ] 1013 ]
973 - ] [ sp:object _:b7 ; 1014 + ] [ sp:object _:b16 ;
974 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfAllPartsOfType> ; 1015 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfAllPartsOfType> ;
975 - sp:subject _:b6 1016 + sp:subject _:b15
976 ] [ sp:object 1017 ] [ sp:object
977 [ sp:varName "safetyCount"^^xsd:string 1018 [ sp:varName "safetyCount"^^xsd:string
978 ] ; 1019 ] ;
979 sp:predicate <http://www.reportinghub.no/ep/schema/core#count> ; 1020 sp:predicate <http://www.reportinghub.no/ep/schema/core#count> ;
980 - sp:subject _:b7 1021 + sp:subject _:b16
981 ]) ; 1022 ]) ;
982 sp:where ([ sp:object 1023 sp:where ([ sp:object
983 [ sp:varName "installationReportRef"^^xsd:string 1024 [ sp:varName "installationReportRef"^^xsd:string
......