David Leal

Merge branch 'CompleteDDRToEPMapping'

1 -# Saved by TopBraid on Mon Sep 19 18:01:30 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 19:54:12 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
6 # imports: http://www.reportinghub.no/ep/schema/1.0/core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 # imports: http://www.linkedmodel.org/1.1/schema/ordered 9 # imports: http://www.linkedmodel.org/1.1/schema/ordered
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/schema/1.0/activity> 19 <http://www.reportinghub.no/ep/schema/1.0/activity>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
22 owl:versionInfo "0.1.0"^^xsd:string . 22 owl:versionInfo "0.1.0"^^xsd:string .
23 23
24 ep-activity:Activity 24 ep-activity:Activity
...@@ -27,33 +27,33 @@ ep-activity:Activity ...@@ -27,33 +27,33 @@ ep-activity:Activity
27 rdfs:subClassOf ep-core:PhysicalThing ; 27 rdfs:subClassOf ep-core:PhysicalThing ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 30 + owl:allValuesFrom ep-activity:Activity ;
31 - owl:onProperty ep-activity:finishedAt 31 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 35 + owl:allValuesFrom ep-activity:Activity ;
36 - owl:onProperty ep-activity:startedAt 36 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 owl:allValuesFrom ep-activity:Activity ; 40 owl:allValuesFrom ep-activity:Activity ;
41 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 41 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
42 ] ; 42 ] ;
43 rdfs:subClassOf 43 rdfs:subClassOf
44 [ rdf:type owl:Restriction ; 44 [ rdf:type owl:Restriction ;
45 owl:allValuesFrom ep-activity:Activity ; 45 owl:allValuesFrom ep-activity:Activity ;
46 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 46 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
47 ] ; 47 ] ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 - owl:allValuesFrom ep-activity:Activity ; 50 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
51 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 51 + owl:onProperty ep-activity:startedAt
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 - owl:allValuesFrom ep-activity:Activity ; 55 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
56 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 56 + owl:onProperty ep-activity:finishedAt
57 ] . 57 ] .
58 58
59 ep-activity:ActivitySuccessType 59 ep-activity:ActivitySuccessType
...@@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity ...@@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity
67 rdfs:subClassOf ep-activity:DrillingActivity ; 67 rdfs:subClassOf ep-activity:DrillingActivity ;
68 rdfs:subClassOf 68 rdfs:subClassOf
69 [ rdf:type owl:Restriction ; 69 [ rdf:type owl:Restriction ;
70 - owl:allValuesFrom ep-activity:Activity ; 70 + owl:allValuesFrom ep-activity:DrillingActivity ;
71 - owl:onProperty ep-core:hasPart 71 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
72 ] ; 72 ] ;
73 rdfs:subClassOf 73 rdfs:subClassOf
74 [ rdf:type owl:Restriction ; 74 [ rdf:type owl:Restriction ;
75 - owl:allValuesFrom ep-activity:DrillingActivity ; 75 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 76 + owl:onProperty ep-activity:onWellBore
77 ] ; 77 ] ;
78 rdfs:subClassOf 78 rdfs:subClassOf
79 [ rdf:type owl:Restriction ; 79 [ rdf:type owl:Restriction ;
...@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity ...@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity
82 ] ; 82 ] ;
83 rdfs:subClassOf 83 rdfs:subClassOf
84 [ rdf:type owl:Restriction ; 84 [ rdf:type owl:Restriction ;
85 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 85 + owl:allValuesFrom ep-activity:DrillingActivity ;
86 - owl:onProperty ep-activity:onWellBore 86 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
87 ] ; 87 ] ;
88 rdfs:subClassOf 88 rdfs:subClassOf
89 [ rdf:type owl:Restriction ; 89 [ rdf:type owl:Restriction ;
90 - owl:allValuesFrom ep-activity:DrillingActivity ; 90 + owl:allValuesFrom ep-activity:Activity ;
91 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 91 + owl:onProperty ep-core:hasPart
92 ] . 92 ] .
93 93
94 ep-activity:DailyProductionActivity 94 ep-activity:DailyProductionActivity
...@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack ...@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack
132 rdfs:subClassOf ep-activity:DrillingActivity . 132 rdfs:subClassOf ep-activity:DrillingActivity .
133 133
134 ep-activity:DrillStemTest 134 ep-activity:DrillStemTest
135 - rdf:type ep-activity:WellTestType , owl:Class ; 135 + rdf:type owl:Class , ep-activity:WellTestType ;
136 rdfs:label "drill stem test"^^xsd:string ; 136 rdfs:label "drill stem test"^^xsd:string ;
137 rdfs:subClassOf ep-activity:WellTest ; 137 rdfs:subClassOf ep-activity:WellTest ;
138 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; 138 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
...@@ -144,72 +144,72 @@ ep-activity:DrillingActivity ...@@ -144,72 +144,72 @@ ep-activity:DrillingActivity
144 rdfs:subClassOf ep-activity:Activity . 144 rdfs:subClassOf ep-activity:Activity .
145 145
146 ep-activity:DrillingActivity-bop_test 146 ep-activity:DrillingActivity-bop_test
147 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 147 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
148 rdfs:label "drilling activity bop test"^^xsd:string ; 148 rdfs:label "drilling activity bop test"^^xsd:string ;
149 rdfs:subClassOf ep-activity:DrillingActivity . 149 rdfs:subClassOf ep-activity:DrillingActivity .
150 150
151 ep-activity:DrillingActivity-circulation_loss 151 ep-activity:DrillingActivity-circulation_loss
152 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 152 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
153 rdfs:label "drilling activity circulation loss"^^xsd:string ; 153 rdfs:label "drilling activity circulation loss"^^xsd:string ;
154 rdfs:subClassOf ep-activity:DrillingActivity . 154 rdfs:subClassOf ep-activity:DrillingActivity .
155 155
156 ep-activity:DrillingActivity-coiled_tubing 156 ep-activity:DrillingActivity-coiled_tubing
157 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 157 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
158 rdfs:label "drilling activity coilled tubing"^^xsd:string ; 158 rdfs:label "drilling activity coilled tubing"^^xsd:string ;
159 rdfs:subClassOf ep-activity:DrillingActivity . 159 rdfs:subClassOf ep-activity:DrillingActivity .
160 160
161 ep-activity:DrillingActivity-equipment_failure 161 ep-activity:DrillingActivity-equipment_failure
162 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 162 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
163 rdfs:label "drilling activity equipment failure"^^xsd:string ; 163 rdfs:label "drilling activity equipment failure"^^xsd:string ;
164 rdfs:subClassOf ep-activity:DrillingActivity . 164 rdfs:subClassOf ep-activity:DrillingActivity .
165 165
166 ep-activity:DrillingActivity-equipment_hang 166 ep-activity:DrillingActivity-equipment_hang
167 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 167 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
168 rdfs:label "drilling activity equipment hang"^^xsd:string ; 168 rdfs:label "drilling activity equipment hang"^^xsd:string ;
169 rdfs:subClassOf ep-activity:DrillingActivity . 169 rdfs:subClassOf ep-activity:DrillingActivity .
170 170
171 ep-activity:DrillingActivity-fixed_equipment 171 ep-activity:DrillingActivity-fixed_equipment
172 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 172 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
173 rdfs:label "drilling activity fixed equipment"^^xsd:string ; 173 rdfs:label "drilling activity fixed equipment"^^xsd:string ;
174 rdfs:subClassOf ep-activity:DrillingActivity . 174 rdfs:subClassOf ep-activity:DrillingActivity .
175 175
176 ep-activity:DrillingActivity-injury 176 ep-activity:DrillingActivity-injury
177 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 177 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
178 rdfs:label "drilling activity injury"^^xsd:string ; 178 rdfs:label "drilling activity injury"^^xsd:string ;
179 rdfs:subClassOf ep-activity:DrillingActivity . 179 rdfs:subClassOf ep-activity:DrillingActivity .
180 180
181 ep-activity:DrillingActivity-kick 181 ep-activity:DrillingActivity-kick
182 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 182 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
183 rdfs:label "drilling activity operation kick"^^xsd:string ; 183 rdfs:label "drilling activity operation kick"^^xsd:string ;
184 rdfs:subClassOf ep-activity:DrillingActivity . 184 rdfs:subClassOf ep-activity:DrillingActivity .
185 185
186 ep-activity:DrillingActivity-mud_loss 186 ep-activity:DrillingActivity-mud_loss
187 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 187 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
188 rdfs:label "drilling activity mud loss"^^xsd:string ; 188 rdfs:label "drilling activity mud loss"^^xsd:string ;
189 rdfs:subClassOf ep-activity:DrillingActivity . 189 rdfs:subClassOf ep-activity:DrillingActivity .
190 190
191 ep-activity:DrillingActivity-operation_failed 191 ep-activity:DrillingActivity-operation_failed
192 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 192 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
193 rdfs:label "drilling activity operation failed"^^xsd:string ; 193 rdfs:label "drilling activity operation failed"^^xsd:string ;
194 rdfs:subClassOf ep-activity:DrillingActivity . 194 rdfs:subClassOf ep-activity:DrillingActivity .
195 195
196 ep-activity:DrillingActivity-snubbing 196 ep-activity:DrillingActivity-snubbing
197 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 197 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
198 rdfs:label "drilling activity snubbing"^^xsd:string ; 198 rdfs:label "drilling activity snubbing"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-stuck_equipment 201 ep-activity:DrillingActivity-stuck_equipment
202 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
203 rdfs:label "drilling activity stuck equipment"^^xsd:string ; 203 rdfs:label "drilling activity stuck equipment"^^xsd:string ;
204 rdfs:subClassOf ep-activity:DrillingActivity . 204 rdfs:subClassOf ep-activity:DrillingActivity .
205 205
206 ep-activity:DrillingActivity-success 206 ep-activity:DrillingActivity-success
207 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 207 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
208 rdfs:label "drilling activity success"^^xsd:string ; 208 rdfs:label "drilling activity success"^^xsd:string ;
209 rdfs:subClassOf ep-activity:DrillingActivity . 209 rdfs:subClassOf ep-activity:DrillingActivity .
210 210
211 ep-activity:DrillingActivity-wire_line 211 ep-activity:DrillingActivity-wire_line
212 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 212 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
213 rdfs:label "drilling activity wire line"^^xsd:string ; 213 rdfs:label "drilling activity wire line"^^xsd:string ;
214 rdfs:subClassOf ep-activity:DrillingActivity . 214 rdfs:subClassOf ep-activity:DrillingActivity .
215 215
...@@ -234,18 +234,18 @@ ep-activity:ExtractAWellCore ...@@ -234,18 +234,18 @@ ep-activity:ExtractAWellCore
234 rdfs:subClassOf ep-activity:Activity . 234 rdfs:subClassOf ep-activity:Activity .
235 235
236 ep-activity:FailedActivity 236 ep-activity:FailedActivity
237 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 237 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
238 rdfs:label "failed activity"^^xsd:string ; 238 rdfs:label "failed activity"^^xsd:string ;
239 rdfs:subClassOf ep-activity:Activity ; 239 rdfs:subClassOf ep-activity:Activity ;
240 owl:disjointWith ep-activity:SuccessfulActivity . 240 owl:disjointWith ep-activity:SuccessfulActivity .
241 241
242 -ep-activity:FluidActivity 242 +ep-activity:FluidReading
243 rdf:type owl:Class ; 243 rdf:type owl:Class ;
244 - rdfs:label "fluid activity"^^xsd:string ; 244 + rdfs:label "fluid reading"^^xsd:string ;
245 rdfs:subClassOf ep-activity:Activity . 245 rdfs:subClassOf ep-activity:Activity .
246 246
247 ep-activity:FormationIntegrityTest 247 ep-activity:FormationIntegrityTest
248 - rdf:type owl:Class , ep-activity:PressureTestType ; 248 + rdf:type ep-activity:PressureTestType , owl:Class ;
249 rdfs:label "formation integrity test"^^xsd:string ; 249 rdfs:label "formation integrity test"^^xsd:string ;
250 rdfs:subClassOf ep-activity:WellBorePressureTest ; 250 rdfs:subClassOf ep-activity:WellBorePressureTest ;
251 owl:disjointWith ep-activity:LeakOffTest . 251 owl:disjointWith ep-activity:LeakOffTest .
...@@ -315,7 +315,7 @@ ep-activity:GasReadingType ...@@ -315,7 +315,7 @@ ep-activity:GasReadingType
315 rdfs:subClassOf owl:Class . 315 rdfs:subClassOf owl:Class .
316 316
317 ep-activity:LeakOffTest 317 ep-activity:LeakOffTest
318 - rdf:type owl:Class , ep-activity:PressureTestType ; 318 + rdf:type ep-activity:PressureTestType , owl:Class ;
319 rdfs:label "leak-off test"^^xsd:string ; 319 rdfs:label "leak-off test"^^xsd:string ;
320 rdfs:subClassOf ep-activity:WellBorePressureTest ; 320 rdfs:subClassOf ep-activity:WellBorePressureTest ;
321 owl:disjointWith ep-activity:FormationIntegrityTest . 321 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity ...@@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity
356 rdfs:subClassOf ep-activity:OffshoreActivity ; 356 rdfs:subClassOf ep-activity:OffshoreActivity ;
357 rdfs:subClassOf 357 rdfs:subClassOf
358 [ rdf:type owl:Restriction ; 358 [ rdf:type owl:Restriction ;
359 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 359 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
360 owl:onProperty ep-activity:onWell 360 owl:onProperty ep-activity:onWell
361 ] ; 361 ] ;
362 rdfs:subClassOf 362 rdfs:subClassOf
...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity ...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity
366 ] ; 366 ] ;
367 rdfs:subClassOf 367 rdfs:subClassOf
368 [ rdf:type owl:Restriction ; 368 [ rdf:type owl:Restriction ;
369 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 369 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
370 owl:onProperty ep-activity:onWell 370 owl:onProperty ep-activity:onWell
371 ] . 371 ] .
372 372
...@@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType ...@@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType
386 rdfs:subClassOf owl:Class . 386 rdfs:subClassOf owl:Class .
387 387
388 ep-activity:PorePressureEstimation 388 ep-activity:PorePressureEstimation
389 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 389 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
390 rdfs:label "pore pressure estimation"^^xsd:string ; 390 rdfs:label "pore pressure estimation"^^xsd:string ;
391 rdfs:subClassOf ep-activity:PorePressureDetermination ; 391 rdfs:subClassOf ep-activity:PorePressureDetermination ;
392 owl:disjointWith ep-activity:PorePressureMeasurement . 392 owl:disjointWith ep-activity:PorePressureMeasurement .
393 393
394 ep-activity:PorePressureMeasurement 394 ep-activity:PorePressureMeasurement
395 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 395 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
396 rdfs:label "pore pressure measurement"^^xsd:string ; 396 rdfs:label "pore pressure measurement"^^xsd:string ;
397 rdfs:subClassOf ep-activity:PorePressureDetermination ; 397 rdfs:subClassOf ep-activity:PorePressureDetermination ;
398 owl:disjointWith ep-activity:PorePressureEstimation . 398 owl:disjointWith ep-activity:PorePressureEstimation .
...@@ -413,14 +413,14 @@ ep-activity:ProductionActivity ...@@ -413,14 +413,14 @@ ep-activity:ProductionActivity
413 rdfs:subClassOf ep-activity:Activity . 413 rdfs:subClassOf ep-activity:Activity .
414 414
415 ep-activity:ProductionTest 415 ep-activity:ProductionTest
416 - rdf:type ep-activity:WellTestType , owl:Class ; 416 + rdf:type owl:Class , ep-activity:WellTestType ;
417 rdfs:label "production test"^^xsd:string ; 417 rdfs:label "production test"^^xsd:string ;
418 rdfs:subClassOf ep-activity:WellTest ; 418 rdfs:subClassOf ep-activity:WellTest ;
419 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 419 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
420 owl:disjointWith ep-activity:DrillStemTest . 420 owl:disjointWith ep-activity:DrillStemTest .
421 421
422 ep-activity:SuccessfulActivity 422 ep-activity:SuccessfulActivity
423 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 423 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
424 rdfs:label "successful activity"^^xsd:string ; 424 rdfs:label "successful activity"^^xsd:string ;
425 rdfs:subClassOf ep-activity:Activity ; 425 rdfs:subClassOf ep-activity:Activity ;
426 owl:disjointWith ep-activity:FailedActivity . 426 owl:disjointWith ep-activity:FailedActivity .
...@@ -455,9 +455,9 @@ ep-activity:WellBoreDrillingType ...@@ -455,9 +455,9 @@ ep-activity:WellBoreDrillingType
455 rdfs:label "well bore drilling type"^^xsd:string ; 455 rdfs:label "well bore drilling type"^^xsd:string ;
456 rdfs:subClassOf owl:Class . 456 rdfs:subClassOf owl:Class .
457 457
458 -ep-activity:WellBoreLog 458 +ep-activity:WellBoreLogRun
459 rdf:type owl:Class ; 459 rdf:type owl:Class ;
460 - rdfs:label "well bore log"^^xsd:string ; 460 + rdfs:label "well bore logging"^^xsd:string ;
461 rdfs:subClassOf ep-activity:Activity . 461 rdfs:subClassOf ep-activity:Activity .
462 462
463 ep-activity:WellBorePressureTest 463 ep-activity:WellBorePressureTest
...@@ -471,23 +471,23 @@ ep-activity:WellCementJob ...@@ -471,23 +471,23 @@ ep-activity:WellCementJob
471 rdfs:subClassOf ep-activity:Activity . 471 rdfs:subClassOf ep-activity:Activity .
472 472
473 ep-activity:WellCementJob-other 473 ep-activity:WellCementJob-other
474 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 474 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
475 rdfs:label "well cement job other"^^xsd:string ; 475 rdfs:label "well cement job other"^^xsd:string ;
476 rdfs:subClassOf ep-activity:WellCementJob ; 476 rdfs:subClassOf ep-activity:WellCementJob ;
477 - owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . 477 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary .
478 478
479 ep-activity:WellCementJob-plug 479 ep-activity:WellCementJob-plug
480 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 480 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
481 rdfs:label "well cement job plug"^^xsd:string ; 481 rdfs:label "well cement job plug"^^xsd:string ;
482 rdfs:subClassOf ep-activity:WellCementJob . 482 rdfs:subClassOf ep-activity:WellCementJob .
483 483
484 ep-activity:WellCementJob-primary 484 ep-activity:WellCementJob-primary
485 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 485 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
486 rdfs:label "well cement job primary"^^xsd:string ; 486 rdfs:label "well cement job primary"^^xsd:string ;
487 rdfs:subClassOf ep-activity:WellCementJob . 487 rdfs:subClassOf ep-activity:WellCementJob .
488 488
489 ep-activity:WellCementJob-squeeze 489 ep-activity:WellCementJob-squeeze
490 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 490 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
491 rdfs:label "well cement job squeeze"^^xsd:string ; 491 rdfs:label "well cement job squeeze"^^xsd:string ;
492 rdfs:subClassOf ep-activity:WellCementJob . 492 rdfs:subClassOf ep-activity:WellCementJob .
493 493
...@@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType ...@@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType
532 rdfs:subClassOf owl:Class . 532 rdfs:subClassOf owl:Class .
533 533
534 ep-activity:WellCementJobWithBottomPlug 534 ep-activity:WellCementJobWithBottomPlug
535 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 535 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
536 rdfs:label "well cement job with bottom plug"^^xsd:string ; 536 rdfs:label "well cement job with bottom plug"^^xsd:string ;
537 rdfs:subClassOf ep-activity:WellCementJob ; 537 rdfs:subClassOf ep-activity:WellCementJob ;
538 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 538 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
539 539
540 ep-activity:WellCementJobWithCasingReciprocation 540 ep-activity:WellCementJobWithCasingReciprocation
541 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 541 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
542 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 542 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
543 rdfs:subClassOf ep-activity:WellCementJob ; 543 rdfs:subClassOf ep-activity:WellCementJob ;
544 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 544 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
545 545
546 ep-activity:WellCementJobWithCasingRotation 546 ep-activity:WellCementJobWithCasingRotation
547 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 547 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
548 rdfs:label "well cement job with casing rotation"^^xsd:string ; 548 rdfs:label "well cement job with casing rotation"^^xsd:string ;
549 rdfs:subClassOf ep-activity:WellCementJob ; 549 rdfs:subClassOf ep-activity:WellCementJob ;
550 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 550 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
551 551
552 ep-activity:WellCementJobWithFloatHolding 552 ep-activity:WellCementJobWithFloatHolding
553 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 553 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
554 rdfs:label "well cement job with float holding"^^xsd:string ; 554 rdfs:label "well cement job with float holding"^^xsd:string ;
555 rdfs:subClassOf ep-activity:WellCementJob ; 555 rdfs:subClassOf ep-activity:WellCementJob ;
556 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 556 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
557 557
558 ep-activity:WellCementJobWithPlugBumping 558 ep-activity:WellCementJobWithPlugBumping
559 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 559 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
560 rdfs:label "well cement job with plug bumping"^^xsd:string ; 560 rdfs:label "well cement job with plug bumping"^^xsd:string ;
561 rdfs:subClassOf ep-activity:WellCementJob ; 561 rdfs:subClassOf ep-activity:WellCementJob ;
562 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 562 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
563 563
564 ep-activity:WellCementJobWithTopPlug 564 ep-activity:WellCementJobWithTopPlug
565 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 565 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
566 rdfs:label "well cement job with top plug"^^xsd:string ; 566 rdfs:label "well cement job with top plug"^^xsd:string ;
567 rdfs:subClassOf ep-activity:WellCementJob ; 567 rdfs:subClassOf ep-activity:WellCementJob ;
568 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 568 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
569 569
570 ep-activity:WellCementJobWithoutBottomPlug 570 ep-activity:WellCementJobWithoutBottomPlug
571 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 571 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
572 rdfs:label "well cement job without bottom plug"^^xsd:string ; 572 rdfs:label "well cement job without bottom plug"^^xsd:string ;
573 rdfs:subClassOf ep-activity:WellCementJob ; 573 rdfs:subClassOf ep-activity:WellCementJob ;
574 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 574 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
575 575
576 ep-activity:WellCementJobWithoutCasingReciprocation 576 ep-activity:WellCementJobWithoutCasingReciprocation
577 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 577 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
578 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 578 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
579 rdfs:subClassOf ep-activity:WellCementJob ; 579 rdfs:subClassOf ep-activity:WellCementJob ;
580 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 580 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
581 581
582 ep-activity:WellCementJobWithoutCasingRotation 582 ep-activity:WellCementJobWithoutCasingRotation
583 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 583 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
584 rdfs:label "well cement job without casing rotation"^^xsd:string ; 584 rdfs:label "well cement job without casing rotation"^^xsd:string ;
585 rdfs:subClassOf ep-activity:WellCementJob ; 585 rdfs:subClassOf ep-activity:WellCementJob ;
586 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 586 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
587 587
588 ep-activity:WellCementJobWithoutFloatHolding 588 ep-activity:WellCementJobWithoutFloatHolding
589 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 589 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
590 rdfs:label "well cement job without float holding"^^xsd:string ; 590 rdfs:label "well cement job without float holding"^^xsd:string ;
591 rdfs:subClassOf ep-activity:WellCementJob ; 591 rdfs:subClassOf ep-activity:WellCementJob ;
592 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 592 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
593 593
594 ep-activity:WellCementJobWithoutPlugBumping 594 ep-activity:WellCementJobWithoutPlugBumping
595 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 595 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
596 rdfs:label "well cement job without plug bumping"^^xsd:string ; 596 rdfs:label "well cement job without plug bumping"^^xsd:string ;
597 rdfs:subClassOf ep-activity:WellCementJob ; 597 rdfs:subClassOf ep-activity:WellCementJob ;
598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
599 599
600 ep-activity:WellCementJobWithoutTopPlug 600 ep-activity:WellCementJobWithoutTopPlug
601 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 601 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
602 rdfs:label "well cement job without top plug"^^xsd:string ; 602 rdfs:label "well cement job without top plug"^^xsd:string ;
603 rdfs:subClassOf ep-activity:WellCementJob ; 603 rdfs:subClassOf ep-activity:WellCementJob ;
604 owl:disjointWith ep-activity:WellCementJobWithTopPlug . 604 owl:disjointWith ep-activity:WellCementJobWithTopPlug .
...@@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType
614 rdfs:subClassOf owl:Class . 614 rdfs:subClassOf owl:Class .
615 615
616 ep-activity:WellCementPumpingWithFluidReturn 616 ep-activity:WellCementPumpingWithFluidReturn
617 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 617 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
618 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 618 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
619 rdfs:subClassOf ep-activity:WellCementPumping ; 619 rdfs:subClassOf ep-activity:WellCementPumping ;
620 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 620 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
621 621
622 ep-activity:WellCementPumpingWithoutFluidReturn 622 ep-activity:WellCementPumpingWithoutFluidReturn
623 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 623 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
624 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 624 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
625 rdfs:subClassOf ep-activity:WellCementPumping ; 625 rdfs:subClassOf ep-activity:WellCementPumping ;
626 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 626 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
...@@ -631,28 +631,28 @@ ep-activity:WellControlIncident ...@@ -631,28 +631,28 @@ ep-activity:WellControlIncident
631 rdfs:subClassOf ep-activity:Activity . 631 rdfs:subClassOf ep-activity:Activity .
632 632
633 ep-activity:WellControlIncident-gas_kick 633 ep-activity:WellControlIncident-gas_kick
634 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 634 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
635 rdfs:label "well control incident gas kick"^^xsd:string ; 635 rdfs:label "well control incident gas kick"^^xsd:string ;
636 rdfs:subClassOf ep-activity:WellControlIncident ; 636 rdfs:subClassOf ep-activity:WellControlIncident ;
637 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 637 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
638 638
639 ep-activity:WellControlIncident-oil_kick 639 ep-activity:WellControlIncident-oil_kick
640 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 640 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
641 rdfs:label "well control incident oil kick"^^xsd:string ; 641 rdfs:label "well control incident oil kick"^^xsd:string ;
642 rdfs:subClassOf ep-activity:WellControlIncident ; 642 rdfs:subClassOf ep-activity:WellControlIncident ;
643 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . 643 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
644 644
645 ep-activity:WellControlIncident-shallow_gas_kick 645 ep-activity:WellControlIncident-shallow_gas_kick
646 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 646 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
647 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 647 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
648 rdfs:subClassOf ep-activity:WellControlIncident ; 648 rdfs:subClassOf ep-activity:WellControlIncident ;
649 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . 649 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
650 650
651 ep-activity:WellControlIncident-water_kick 651 ep-activity:WellControlIncident-water_kick
652 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 652 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
653 rdfs:label "well control incident water kick"^^xsd:string ; 653 rdfs:label "well control incident water kick"^^xsd:string ;
654 rdfs:subClassOf ep-activity:WellControlIncident ; 654 rdfs:subClassOf ep-activity:WellControlIncident ;
655 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 655 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
656 656
657 ep-activity:WellControlIncidentType 657 ep-activity:WellControlIncidentType
658 rdf:type rdfs:Class ; 658 rdf:type rdfs:Class ;
...@@ -665,40 +665,40 @@ ep-activity:WellKilling ...@@ -665,40 +665,40 @@ ep-activity:WellKilling
665 rdfs:subClassOf ep-activity:Activity . 665 rdfs:subClassOf ep-activity:Activity .
666 666
667 ep-activity:WellKilling-bullheading 667 ep-activity:WellKilling-bullheading
668 - rdf:type ep-activity:WellKillingType , owl:Class ; 668 + rdf:type owl:Class , ep-activity:WellKillingType ;
669 rdfs:label "well killing bullheading"^^xsd:string ; 669 rdfs:label "well killing bullheading"^^xsd:string ;
670 rdfs:subClassOf ep-activity:WellKilling ; 670 rdfs:subClassOf ep-activity:WellKilling ;
671 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 671 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight .
672 672
673 ep-activity:WellKilling-drillers_method 673 ep-activity:WellKilling-drillers_method
674 - rdf:type ep-activity:WellKillingType , owl:Class ; 674 + rdf:type owl:Class , ep-activity:WellKillingType ;
675 rdfs:label "well killing drillers method"^^xsd:string ; 675 rdfs:label "well killing drillers method"^^xsd:string ;
676 rdfs:subClassOf ep-activity:WellKilling ; 676 rdfs:subClassOf ep-activity:WellKilling ;
677 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . 677 + owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
678 678
679 ep-activity:WellKilling-forward_circulation 679 ep-activity:WellKilling-forward_circulation
680 - rdf:type ep-activity:WellKillingType , owl:Class ; 680 + rdf:type owl:Class , ep-activity:WellKillingType ;
681 rdfs:label "well killing forward circulation"^^xsd:string ; 681 rdfs:label "well killing forward circulation"^^xsd:string ;
682 rdfs:subClassOf ep-activity:WellKilling ; 682 rdfs:subClassOf ep-activity:WellKilling ;
683 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 683 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
684 684
685 ep-activity:WellKilling-lubricate_and_bleed 685 ep-activity:WellKilling-lubricate_and_bleed
686 - rdf:type ep-activity:WellKillingType , owl:Class ; 686 + rdf:type owl:Class , ep-activity:WellKillingType ;
687 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 687 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
688 rdfs:subClassOf ep-activity:WellKilling ; 688 rdfs:subClassOf ep-activity:WellKilling ;
689 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . 689 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
690 690
691 ep-activity:WellKilling-reverse_circulation 691 ep-activity:WellKilling-reverse_circulation
692 - rdf:type owl:Class , ep-activity:WellKillingType ; 692 + rdf:type ep-activity:WellKillingType , owl:Class ;
693 rdfs:label "well killing reverse circulation"^^xsd:string ; 693 rdfs:label "well killing reverse circulation"^^xsd:string ;
694 rdfs:subClassOf ep-activity:WellKilling ; 694 rdfs:subClassOf ep-activity:WellKilling ;
695 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 695 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
696 696
697 ep-activity:WellKilling-wait_and_weight 697 ep-activity:WellKilling-wait_and_weight
698 - rdf:type ep-activity:WellKillingType , owl:Class ; 698 + rdf:type owl:Class , ep-activity:WellKillingType ;
699 rdfs:label "well killing wait and weight"^^xsd:string ; 699 rdfs:label "well killing wait and weight"^^xsd:string ;
700 rdfs:subClassOf ep-activity:WellKilling ; 700 rdfs:subClassOf ep-activity:WellKilling ;
701 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . 701 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
702 702
703 ep-activity:WellKillingType 703 ep-activity:WellKillingType
704 rdf:type rdfs:Class ; 704 rdf:type rdfs:Class ;
...@@ -731,22 +731,17 @@ ep-activity:WirelineFormationTestType ...@@ -731,22 +731,17 @@ ep-activity:WirelineFormationTestType
731 rdfs:subClassOf owl:Class . 731 rdfs:subClassOf owl:Class .
732 732
733 ep-activity:WirelineFormationTestWithGoodSeal 733 ep-activity:WirelineFormationTestWithGoodSeal
734 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 734 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
735 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 735 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
736 rdfs:subClassOf ep-activity:WirelineFormationTest ; 736 rdfs:subClassOf ep-activity:WirelineFormationTest ;
737 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 737 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
738 738
739 ep-activity:WirelineFormationTestWithoutGoodSeal 739 ep-activity:WirelineFormationTestWithoutGoodSeal
740 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 740 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
741 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 741 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
742 rdfs:subClassOf ep-activity:WirelineFormationTest ; 742 rdfs:subClassOf ep-activity:WirelineFormationTest ;
743 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 743 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
744 744
745 -ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
746 - rdf:type owl:DatatypeProperty ;
747 - rdfs:domain ep-activity:DailyDrillingActivity ;
748 - rdfs:label "description of activities following the daily reporting period"^^xsd:string .
749 -
750 ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod 745 ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod
751 rdf:type owl:DatatypeProperty ; 746 rdf:type owl:DatatypeProperty ;
752 rdfs:domain ep-activity:DailyDrillingActivity ; 747 rdfs:domain ep-activity:DailyDrillingActivity ;
...@@ -758,19 +753,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -758,19 +753,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
758 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 753 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
759 754
760 ep-activity:distanceDrilled 755 ep-activity:distanceDrilled
761 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 756 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
762 rdfs:domain ep-activity:DrillingActivity ; 757 rdfs:domain ep-activity:DrillingActivity ;
763 rdfs:label "final rate of drilling"^^xsd:string ; 758 rdfs:label "final rate of drilling"^^xsd:string ;
764 rdfs:range ep-core:Length . 759 rdfs:range ep-core:Length .
765 760
766 ep-activity:drillingContractor 761 ep-activity:drillingContractor
767 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 762 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
768 rdfs:domain ep-activity:DrillingActivity ; 763 rdfs:domain ep-activity:DrillingActivity ;
769 rdfs:label "drilling contractor"^^xsd:string ; 764 rdfs:label "drilling contractor"^^xsd:string ;
770 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 765 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
771 766
772 ep-activity:drillingOperator 767 ep-activity:drillingOperator
773 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 768 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
774 rdfs:domain ep-activity:DrillingActivity ; 769 rdfs:domain ep-activity:DrillingActivity ;
775 rdfs:label "drilling operator"^^xsd:string ; 770 rdfs:label "drilling operator"^^xsd:string ;
776 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 771 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -782,19 +777,19 @@ ep-activity:failedEquipment ...@@ -782,19 +777,19 @@ ep-activity:failedEquipment
782 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 777 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
783 778
784 ep-activity:finalRateOfDrilling 779 ep-activity:finalRateOfDrilling
785 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 780 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
786 rdfs:domain ep-activity:DrillingActivity ; 781 rdfs:domain ep-activity:DrillingActivity ;
787 rdfs:label "final rate of drilling"^^xsd:string ; 782 rdfs:label "final rate of drilling"^^xsd:string ;
788 rdfs:range ep-core:Speed . 783 rdfs:range ep-core:Speed .
789 784
790 ep-activity:finishedAt 785 ep-activity:finishedAt
791 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 786 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
792 rdfs:domain ep-activity:Activity ; 787 rdfs:domain ep-activity:Activity ;
793 rdfs:label "finished at"^^xsd:string ; 788 rdfs:label "finished at"^^xsd:string ;
794 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 789 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
795 790
796 ep-activity:hasCasingLinerTubing 791 ep-activity:hasCasingLinerTubing
797 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 792 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
798 rdfs:domain ep-activity:WellStimulation ; 793 rdfs:domain ep-activity:WellStimulation ;
799 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 794 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
800 795
...@@ -803,18 +798,18 @@ ep-activity:hasCasingString ...@@ -803,18 +798,18 @@ ep-activity:hasCasingString
803 rdfs:label "has casing string"^^xsd:string . 798 rdfs:label "has casing string"^^xsd:string .
804 799
805 ep-activity:hasChokeValve 800 ep-activity:hasChokeValve
806 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
807 rdfs:label "has choke valve"^^xsd:string ; 802 rdfs:label "has choke valve"^^xsd:string ;
808 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 803 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
809 804
810 ep-activity:hasDrillBit 805 ep-activity:hasDrillBit
811 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 806 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
812 rdfs:domain ep-activity:DrillingActivity ; 807 rdfs:domain ep-activity:DrillingActivity ;
813 rdfs:label "has drill bit"^^xsd:string ; 808 rdfs:label "has drill bit"^^xsd:string ;
814 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 809 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
815 810
816 ep-activity:hasDrillingFluid 811 ep-activity:hasDrillingFluid
817 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 812 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
818 rdfs:domain ep-activity:DrillingActivity ; 813 rdfs:domain ep-activity:DrillingActivity ;
819 rdfs:label "has drilling fluid"^^xsd:string ; 814 rdfs:label "has drilling fluid"^^xsd:string ;
820 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 815 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
...@@ -830,18 +825,23 @@ ep-activity:hasSubActivity ...@@ -830,18 +825,23 @@ ep-activity:hasSubActivity
830 rdfs:label "has sub activity"^^xsd:string . 825 rdfs:label "has sub activity"^^xsd:string .
831 826
832 ep-activity:identificationNumberOfCore 827 ep-activity:identificationNumberOfCore
833 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 828 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
834 rdfs:domain ep-activity:ExtractAWellCore ; 829 rdfs:domain ep-activity:ExtractAWellCore ;
835 rdfs:label "identification number of core"^^xsd:string . 830 rdfs:label "identification number of core"^^xsd:string .
836 831
832 +ep-activity:logRunNumber
833 + rdf:type owl:DatatypeProperty ;
834 + rdfs:domain ep-activity:WellBoreLogRun ;
835 + rdfs:label "log run number"^^xsd:string .
836 +
837 ep-activity:measuredDepthOfFluidSampling 837 ep-activity:measuredDepthOfFluidSampling
838 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 838 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
839 rdfs:domain ep-activity:WirelineFormationTest ; 839 rdfs:domain ep-activity:WirelineFormationTest ;
840 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 840 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
841 rdfs:range ep-core:Length . 841 rdfs:range ep-core:Length .
842 842
843 ep-activity:missedProductionTime 843 ep-activity:missedProductionTime
844 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 844 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
845 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 845 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
846 rdfs:label "missed production time"^^xsd:string ; 846 rdfs:label "missed production time"^^xsd:string ;
847 rdfs:range ep-core:TimeDuration . 847 rdfs:range ep-core:TimeDuration .
...@@ -852,8 +852,12 @@ ep-activity:nominallyAt ...@@ -852,8 +852,12 @@ ep-activity:nominallyAt
852 rdfs:label "nominal time"^^xsd:string ; 852 rdfs:label "nominal time"^^xsd:string ;
853 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 853 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
854 854
855 +ep-activity:onFluid
856 + rdf:type owl:ObjectProperty ;
857 + rdfs:label "on WellBore"^^xsd:string .
858 +
855 ep-activity:onRig 859 ep-activity:onRig
856 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 860 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
857 rdfs:domain ep-activity:DrillingActivity ; 861 rdfs:domain ep-activity:DrillingActivity ;
858 rdfs:label "on rig"^^xsd:string ; 862 rdfs:label "on rig"^^xsd:string ;
859 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 863 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -863,11 +867,11 @@ ep-activity:onWell ...@@ -863,11 +867,11 @@ ep-activity:onWell
863 rdfs:label "on well"^^xsd:string . 867 rdfs:label "on well"^^xsd:string .
864 868
865 ep-activity:onWellBore 869 ep-activity:onWellBore
866 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 870 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
867 rdfs:label "on WellBore"^^xsd:string . 871 rdfs:label "on WellBore"^^xsd:string .
868 872
869 ep-activity:pressureAtWhichPlugBumped 873 ep-activity:pressureAtWhichPlugBumped
870 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 874 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
871 rdfs:domain ep-activity:WellCementPumping ; 875 rdfs:domain ep-activity:WellCementPumping ;
872 rdfs:label "pressure at which plug bumped"^^xsd:string ; 876 rdfs:label "pressure at which plug bumped"^^xsd:string ;
873 rdfs:range ep-core:Pressure . 877 rdfs:range ep-core:Pressure .
...@@ -877,66 +881,61 @@ ep-activity:pumpedFluid ...@@ -877,66 +881,61 @@ ep-activity:pumpedFluid
877 rdfs:label "pumped fluid"^^xsd:string . 881 rdfs:label "pumped fluid"^^xsd:string .
878 882
879 ep-activity:recoveredCore 883 ep-activity:recoveredCore
880 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 884 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
881 rdfs:domain ep-activity:ExtractAWellCore ; 885 rdfs:domain ep-activity:ExtractAWellCore ;
882 rdfs:label "recovered core"^^xsd:string ; 886 rdfs:label "recovered core"^^xsd:string ;
883 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 887 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
884 888
885 ep-activity:sampledFluid 889 ep-activity:sampledFluid
886 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 890 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
887 rdfs:domain ep-activity:WirelineFormationTest ; 891 rdfs:domain ep-activity:WirelineFormationTest ;
888 rdfs:label "sampled fluid"^^xsd:string ; 892 rdfs:label "sampled fluid"^^xsd:string ;
889 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 893 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
890 894
891 ep-activity:serviceCompany 895 ep-activity:serviceCompany
892 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 896 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
893 rdfs:domain ep-activity:Activity ; 897 rdfs:domain ep-activity:Activity ;
894 rdfs:label "service company"^^xsd:string ; 898 rdfs:label "service company"^^xsd:string ;
895 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 899 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
896 900
897 ep-activity:startedAt 901 ep-activity:startedAt
898 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 902 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
899 rdfs:domain ep-activity:Activity ; 903 rdfs:domain ep-activity:Activity ;
900 rdfs:label "started at"^^xsd:string ; 904 rdfs:label "started at"^^xsd:string ;
901 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 905 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
902 906
903 -ep-activity:stratigraphyDescription
904 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
905 - rdfs:domain ep-activity:PreliminaryZonation ;
906 - rdfs:label "stratigrapy description"^^xsd:string .
907 -
908 ep-activity:timeLost 907 ep-activity:timeLost
909 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 908 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
910 rdfs:domain ep-activity:WellControlIncident ; 909 rdfs:domain ep-activity:WellControlIncident ;
911 rdfs:label "time lost"^^xsd:string ; 910 rdfs:label "time lost"^^xsd:string ;
912 rdfs:range ep-core:TimeDuration . 911 rdfs:range ep-core:TimeDuration .
913 912
914 ep-activity:timeOfFailure 913 ep-activity:timeOfFailure
915 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 914 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
916 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 915 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
917 rdfs:label "time of failure"^^xsd:string ; 916 rdfs:label "time of failure"^^xsd:string ;
918 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 917 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
919 918
920 ep-activity:timeOfRepair 919 ep-activity:timeOfRepair
921 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 920 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
922 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 921 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
923 rdfs:label "time of repair"^^xsd:string ; 922 rdfs:label "time of repair"^^xsd:string ;
924 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 923 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
925 924
926 ep-activity:volumeOfPumpedCementingFluid 925 ep-activity:volumeOfPumpedCementingFluid
927 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 926 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
928 rdfs:domain ep-activity:WellCementPumping ; 927 rdfs:domain ep-activity:WellCementPumping ;
929 rdfs:label "volume of pumped cementing fluid"^^xsd:string ; 928 rdfs:label "volume of pumped cementing fluid"^^xsd:string ;
930 rdfs:range ep-core:Volume . 929 rdfs:range ep-core:Volume .
931 930
932 ep-activity:volumeOfReturnedCementingFluid 931 ep-activity:volumeOfReturnedCementingFluid
933 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 932 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
934 rdfs:domain ep-activity:WellCementPumping ; 933 rdfs:domain ep-activity:WellCementPumping ;
935 rdfs:label "volume of returned cementing fluid"^^xsd:string ; 934 rdfs:label "volume of returned cementing fluid"^^xsd:string ;
936 rdfs:range ep-core:Volume . 935 rdfs:range ep-core:Volume .
937 936
938 ep-activity:wellBoreLoggingTool 937 ep-activity:wellBoreLoggingTool
939 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 938 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
940 - rdfs:domain ep-activity:WellBoreLog ; 939 + rdfs:domain ep-activity:WellBoreLogRun ;
941 rdfs:label "well bore logging tool"^^xsd:string ; 940 rdfs:label "well bore logging tool"^^xsd:string ;
942 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 941 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
......
1 -# Saved by TopBraid on Mon Sep 19 20:10:52 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 22:28:15 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model 3 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
4 +# imports: http://www.linkedmodel.org/1.2/schema/vaem
5 5
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -11,26 +11,26 @@ ...@@ -11,26 +11,26 @@
11 11
12 <http://www.reportinghub.no/ep/schema/1.0/core> 12 <http://www.reportinghub.no/ep/schema/1.0/core>
13 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
14 - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; 14 + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
15 owl:versionInfo "0.1.0"^^xsd:string . 15 owl:versionInfo "0.1.0"^^xsd:string .
16 16
17 ep-core:Class_of_indirect_property 17 ep-core:Class_of_indirect_property
18 rdf:type owl:Class ; 18 rdf:type owl:Class ;
19 rdfs:label "class of indirect property"^^xsd:string ; 19 rdfs:label "class of indirect property"^^xsd:string ;
20 - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . 20 + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty .
21 21
22 ep-core:Density 22 ep-core:Density
23 - rdf:type rdfs:Class , ep-core:PropertySpace ; 23 + rdf:type ep-core:PropertySpace , rdfs:Class ;
24 rdfs:label "density"^^xsd:string ; 24 rdfs:label "density"^^xsd:string ;
25 rdfs:subClassOf owl:Class . 25 rdfs:subClassOf owl:Class .
26 26
27 ep-core:Length 27 ep-core:Length
28 - rdf:type rdfs:Class , ep-core:PropertySpace ; 28 + rdf:type ep-core:PropertySpace , rdfs:Class ;
29 rdfs:label "length"^^xsd:string ; 29 rdfs:label "length"^^xsd:string ;
30 rdfs:subClassOf owl:Class . 30 rdfs:subClassOf owl:Class .
31 31
32 ep-core:MassPerUnitLength 32 ep-core:MassPerUnitLength
33 - rdf:type rdfs:Class , ep-core:PropertySpace ; 33 + rdf:type ep-core:PropertySpace , rdfs:Class ;
34 rdfs:label "mass per unit length"^^xsd:string ; 34 rdfs:label "mass per unit length"^^xsd:string ;
35 rdfs:subClassOf owl:Class . 35 rdfs:subClassOf owl:Class .
36 36
...@@ -45,12 +45,17 @@ ep-core:PhysicalThing ...@@ -45,12 +45,17 @@ ep-core:PhysicalThing
45 rdfs:subClassOf owl:Thing . 45 rdfs:subClassOf owl:Thing .
46 46
47 ep-core:PlaneAngle 47 ep-core:PlaneAngle
48 - rdf:type ep-core:PropertySpace , rdfs:Class ; 48 + rdf:type rdfs:Class , ep-core:PropertySpace ;
49 rdfs:label "plane angle"^^xsd:string ; 49 rdfs:label "plane angle"^^xsd:string ;
50 rdfs:subClassOf owl:Class . 50 rdfs:subClassOf owl:Class .
51 51
52 -ep-core:Pressure 52 +ep-core:PlasticViscosity
53 rdf:type rdfs:Class , ep-core:PropertySpace ; 53 rdf:type rdfs:Class , ep-core:PropertySpace ;
54 + rdfs:label "plastic viscosity"^^xsd:string ;
55 + rdfs:subClassOf owl:Class .
56 +
57 +ep-core:Pressure
58 + rdf:type ep-core:PropertySpace , rdfs:Class ;
54 rdfs:label "pressure"^^xsd:string ; 59 rdfs:label "pressure"^^xsd:string ;
55 rdfs:subClassOf owl:Class . 60 rdfs:subClassOf owl:Class .
56 61
...@@ -60,58 +65,58 @@ ep-core:PropertySpace ...@@ -60,58 +65,58 @@ ep-core:PropertySpace
60 rdfs:subClassOf owl:Class . 65 rdfs:subClassOf owl:Class .
61 66
62 ep-core:Ratio 67 ep-core:Ratio
63 - rdf:type ep-core:PropertySpace , rdfs:Class ; 68 + rdf:type rdfs:Class , ep-core:PropertySpace ;
64 rdfs:label "ratio"^^xsd:string ; 69 rdfs:label "ratio"^^xsd:string ;
65 rdfs:subClassOf owl:Class . 70 rdfs:subClassOf owl:Class .
66 71
67 ep-core:Scale 72 ep-core:Scale
68 rdf:type owl:Class ; 73 rdf:type owl:Class ;
69 rdfs:label "scale"^^xsd:string ; 74 rdfs:label "scale"^^xsd:string ;
70 - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . 75 + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
71 76
72 ep-core:SpecificVolume 77 ep-core:SpecificVolume
73 - rdf:type ep-core:PropertySpace , rdfs:Class ; 78 + rdf:type rdfs:Class , ep-core:PropertySpace ;
74 rdfs:label "specific volume"^^xsd:string ; 79 rdfs:label "specific volume"^^xsd:string ;
75 rdfs:subClassOf owl:Class . 80 rdfs:subClassOf owl:Class .
76 81
77 ep-core:Speed 82 ep-core:Speed
78 - rdf:type rdfs:Class , ep-core:PropertySpace ; 83 + rdf:type ep-core:PropertySpace , rdfs:Class ;
79 rdfs:label "speed"^^xsd:string ; 84 rdfs:label "speed"^^xsd:string ;
80 rdfs:subClassOf owl:Class . 85 rdfs:subClassOf owl:Class .
81 86
82 ep-core:StrengthOfRockFormation 87 ep-core:StrengthOfRockFormation
83 - rdf:type rdfs:Class , ep-core:PropertySpace ; 88 + rdf:type ep-core:PropertySpace , rdfs:Class ;
84 rdfs:label "strength of rock formation"^^xsd:string ; 89 rdfs:label "strength of rock formation"^^xsd:string ;
85 rdfs:subClassOf owl:Class . 90 rdfs:subClassOf owl:Class .
86 91
87 ep-core:Temperature 92 ep-core:Temperature
88 - rdf:type rdfs:Class , ep-core:PropertySpace ; 93 + rdf:type ep-core:PropertySpace , rdfs:Class ;
89 rdfs:label "temperature"^^xsd:string ; 94 rdfs:label "temperature"^^xsd:string ;
90 rdfs:subClassOf owl:Class . 95 rdfs:subClassOf owl:Class .
91 96
92 ep-core:TimeDuration 97 ep-core:TimeDuration
93 - rdf:type rdfs:Class , ep-core:PropertySpace ; 98 + rdf:type ep-core:PropertySpace , rdfs:Class ;
94 rdfs:label "time duration"^^xsd:string ; 99 rdfs:label "time duration"^^xsd:string ;
95 rdfs:subClassOf owl:Class . 100 rdfs:subClassOf owl:Class .
96 101
97 ep-core:Volume 102 ep-core:Volume
98 - rdf:type rdfs:Class , ep-core:PropertySpace ; 103 + rdf:type ep-core:PropertySpace , rdfs:Class ;
99 rdfs:label "volume"^^xsd:string ; 104 rdfs:label "volume"^^xsd:string ;
100 rdfs:subClassOf owl:Class . 105 rdfs:subClassOf owl:Class .
101 106
102 ep-core:YieldPoint 107 ep-core:YieldPoint
103 - rdf:type ep-core:PropertySpace , rdfs:Class ; 108 + rdf:type rdfs:Class , ep-core:PropertySpace ;
104 rdfs:label "yield point"^^xsd:string ; 109 rdfs:label "yield point"^^xsd:string ;
105 rdfs:subClassOf owl:Class . 110 rdfs:subClassOf owl:Class .
106 111
107 ep-core:apiName 112 ep-core:apiName
108 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 113 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
109 rdfs:label "API name"^^xsd:string ; 114 rdfs:label "API name"^^xsd:string ;
110 rdfs:range xsd:string ; 115 rdfs:range xsd:string ;
111 rdfs:subPropertyOf ep-core:name . 116 rdfs:subPropertyOf ep-core:name .
112 117
113 ep-core:bar 118 ep-core:bar
114 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 119 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
115 rdfs:domain ep-core:Pressure ; 120 rdfs:domain ep-core:Pressure ;
116 rdfs:label "bar"^^xsd:string . 121 rdfs:label "bar"^^xsd:string .
117 122
...@@ -120,47 +125,47 @@ ep-core:basisFor ...@@ -120,47 +125,47 @@ ep-core:basisFor
120 rdfs:label "basis for"^^xsd:string . 125 rdfs:label "basis for"^^xsd:string .
121 126
122 ep-core:celsius 127 ep-core:celsius
123 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 128 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
124 rdfs:domain ep-core:Temperature ; 129 rdfs:domain ep-core:Temperature ;
125 rdfs:label "celsius"^^xsd:string . 130 rdfs:label "celsius"^^xsd:string .
126 131
127 ep-core:day 132 ep-core:day
128 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 133 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
129 rdfs:domain ep-core:TimeDuration ; 134 rdfs:domain ep-core:TimeDuration ;
130 rdfs:label "day"^^xsd:string . 135 rdfs:label "day"^^xsd:string .
131 136
132 ep-core:degreesOfAngle 137 ep-core:degreesOfAngle
133 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 138 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
134 rdfs:domain ep-core:PlaneAngle ; 139 rdfs:domain ep-core:PlaneAngle ;
135 rdfs:label "degrees of angle"^^xsd:string . 140 rdfs:label "degrees of angle"^^xsd:string .
136 141
137 ep-core:derivedFrom 142 ep-core:derivedFrom
138 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 143 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
139 rdfs:label "derived from"^^xsd:string . 144 rdfs:label "derived from"^^xsd:string .
140 145
141 ep-core:dtiName 146 ep-core:dtiName
142 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 147 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
143 rdfs:label "DTI name"^^xsd:string ; 148 rdfs:label "DTI name"^^xsd:string ;
144 rdfs:range xsd:string ; 149 rdfs:range xsd:string ;
145 rdfs:subPropertyOf ep-core:name . 150 rdfs:subPropertyOf ep-core:name .
146 151
147 ep-core:foot 152 ep-core:foot
148 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 153 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
149 rdfs:domain ep-core:Length ; 154 rdfs:domain ep-core:Length ;
150 rdfs:label "foot"^^xsd:string . 155 rdfs:label "foot"^^xsd:string .
151 156
152 ep-core:foot3_sack94-1 157 ep-core:foot3_sack94-1
153 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 158 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
154 rdfs:domain ep-core:YieldPoint ; 159 rdfs:domain ep-core:YieldPoint ;
155 rdfs:label "foot3 sack94-1"^^xsd:string . 160 rdfs:label "foot3 sack94-1"^^xsd:string .
156 161
157 ep-core:footUS 162 ep-core:footUS
158 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 163 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
159 rdfs:domain ep-core:Length ; 164 rdfs:domain ep-core:Length ;
160 rdfs:label "foot (US survey)"^^xsd:string . 165 rdfs:label "foot (US survey)"^^xsd:string .
161 166
162 ep-core:gram_cm-3 167 ep-core:gram_cm-3
163 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 168 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
164 rdfs:label "gram cm-3"^^xsd:string . 169 rdfs:label "gram cm-3"^^xsd:string .
165 170
166 ep-core:hasPart 171 ep-core:hasPart
...@@ -184,47 +189,52 @@ ep-core:hasVolume ...@@ -184,47 +189,52 @@ ep-core:hasVolume
184 rdfs:label "has volume"^^xsd:string . 189 rdfs:label "has volume"^^xsd:string .
185 190
186 ep-core:hour 191 ep-core:hour
187 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 192 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
188 rdfs:domain ep-core:TimeDuration ; 193 rdfs:domain ep-core:TimeDuration ;
189 rdfs:label "hour"^^xsd:string . 194 rdfs:label "hour"^^xsd:string .
190 195
191 ep-core:inch 196 ep-core:inch
192 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 197 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
193 rdfs:domain ep-core:Length ; 198 rdfs:domain ep-core:Length ;
194 rdfs:label "inch"^^xsd:string . 199 rdfs:label "inch"^^xsd:string .
195 200
196 ep-core:inchUS 201 ep-core:inchUS
197 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 202 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
198 rdfs:domain ep-core:Length ; 203 rdfs:domain ep-core:Length ;
199 rdfs:label "inch (US survey)"^^xsd:string . 204 rdfs:label "inch (US survey)"^^xsd:string .
200 205
201 ep-core:localFieldName 206 ep-core:localFieldName
202 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 207 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
203 rdfs:label "local field name"^^xsd:string ; 208 rdfs:label "local field name"^^xsd:string ;
204 rdfs:range xsd:string ; 209 rdfs:range xsd:string ;
205 rdfs:subPropertyOf ep-core:name . 210 rdfs:subPropertyOf ep-core:name .
206 211
207 ep-core:megaPa 212 ep-core:megaPa
208 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 213 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
209 rdfs:domain ep-core:Pressure ; 214 rdfs:domain ep-core:Pressure ;
210 rdfs:label "MPa"^^xsd:string . 215 rdfs:label "MPa"^^xsd:string .
211 216
217 +ep-core:megaPa_second
218 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
219 + rdfs:domain ep-core:PlasticViscosity ;
220 + rdfs:label "MPa.second"^^xsd:string .
221 +
212 ep-core:metre 222 ep-core:metre
213 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 223 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
214 rdfs:domain ep-core:Length ; 224 rdfs:domain ep-core:Length ;
215 rdfs:label "metre"^^xsd:string . 225 rdfs:label "metre"^^xsd:string .
216 226
217 ep-core:metre3 227 ep-core:metre3
218 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 228 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
219 rdfs:label "metre3"^^xsd:string . 229 rdfs:label "metre3"^^xsd:string .
220 230
221 ep-core:metre_hour-1 231 ep-core:metre_hour-1
222 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 232 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
223 rdfs:domain ep-core:Speed ; 233 rdfs:domain ep-core:Speed ;
224 rdfs:label "metre hour-1"^^xsd:string . 234 rdfs:label "metre hour-1"^^xsd:string .
225 235
226 ep-core:minute 236 ep-core:minute
227 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 237 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
228 rdfs:domain ep-core:TimeDuration ; 238 rdfs:domain ep-core:TimeDuration ;
229 rdfs:label "minute"^^xsd:string . 239 rdfs:label "minute"^^xsd:string .
230 240
...@@ -234,26 +244,26 @@ ep-core:name ...@@ -234,26 +244,26 @@ ep-core:name
234 rdfs:range xsd:string . 244 rdfs:range xsd:string .
235 245
236 ep-core:nominallyExistsAt 246 ep-core:nominallyExistsAt
237 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 247 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
238 rdfs:domain ep-core:PhysicalThing ; 248 rdfs:domain ep-core:PhysicalThing ;
239 rdfs:label "nominally exists at"^^xsd:string ; 249 rdfs:label "nominally exists at"^^xsd:string ;
240 rdfs:range xsd:string ; 250 rdfs:range xsd:string ;
241 rdfs:subPropertyOf ep-core:name . 251 rdfs:subPropertyOf ep-core:name .
242 252
243 ep-core:npdCode 253 ep-core:npdCode
244 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 254 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
245 rdfs:label "NPD code"^^xsd:string ; 255 rdfs:label "NPD code"^^xsd:string ;
246 rdfs:range xsd:string ; 256 rdfs:range xsd:string ;
247 rdfs:subPropertyOf ep-core:name . 257 rdfs:subPropertyOf ep-core:name .
248 258
249 ep-core:npdName 259 ep-core:npdName
250 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 260 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
251 rdfs:label "NPD name"^^xsd:string ; 261 rdfs:label "NPD name"^^xsd:string ;
252 rdfs:range xsd:string ; 262 rdfs:range xsd:string ;
253 rdfs:subPropertyOf ep-core:name . 263 rdfs:subPropertyOf ep-core:name .
254 264
255 ep-core:npdNumber 265 ep-core:npdNumber
256 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 266 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
257 rdfs:label "NPD number"^^xsd:string ; 267 rdfs:label "NPD number"^^xsd:string ;
258 rdfs:range xsd:string ; 268 rdfs:range xsd:string ;
259 rdfs:subPropertyOf ep-core:name . 269 rdfs:subPropertyOf ep-core:name .
...@@ -266,38 +276,43 @@ ep-core:partOf ...@@ -266,38 +276,43 @@ ep-core:partOf
266 owl:inverseOf ep-core:hasPart . 276 owl:inverseOf ep-core:hasPart .
267 277
268 ep-core:partPerMillionByVolume 278 ep-core:partPerMillionByVolume
269 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 279 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
270 rdfs:domain ep-core:SpecificVolume ; 280 rdfs:domain ep-core:SpecificVolume ;
271 rdfs:label "part per million by volume"^^xsd:string . 281 rdfs:label "part per million by volume"^^xsd:string .
272 282
283 +ep-core:pascal
284 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
285 + rdfs:domain ep-core:Pressure ;
286 + rdfs:label "Pascal"^^xsd:string .
287 +
273 ep-core:perCentByVolume 288 ep-core:perCentByVolume
274 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 289 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
275 rdfs:domain ep-core:SpecificVolume ; 290 rdfs:domain ep-core:SpecificVolume ;
276 rdfs:label "per cent by volume"^^xsd:string . 291 rdfs:label "per cent by volume"^^xsd:string .
277 292
278 ep-core:pound_foot-1 293 ep-core:pound_foot-1
279 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 294 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
280 rdfs:domain ep-core:MassPerUnitLength ; 295 rdfs:domain ep-core:MassPerUnitLength ;
281 rdfs:label "pound foot-1"^^xsd:string . 296 rdfs:label "pound foot-1"^^xsd:string .
282 297
283 ep-core:prospectName 298 ep-core:prospectName
284 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 299 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
285 rdfs:label "prospect name"^^xsd:string ; 300 rdfs:label "prospect name"^^xsd:string ;
286 rdfs:range xsd:string ; 301 rdfs:range xsd:string ;
287 rdfs:subPropertyOf ep-core:name . 302 rdfs:subPropertyOf ep-core:name .
288 303
289 ep-core:psig 304 ep-core:psig
290 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 305 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
291 rdfs:domain ep-core:Pressure ; 306 rdfs:domain ep-core:Pressure ;
292 rdfs:label "psi gauge"^^xsd:string . 307 rdfs:label "psi gauge"^^xsd:string .
293 308
294 ep-core:second 309 ep-core:second
295 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 310 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
296 rdfs:domain ep-core:TimeDuration ; 311 rdfs:domain ep-core:TimeDuration ;
297 rdfs:label "second"^^xsd:string . 312 rdfs:label "second"^^xsd:string .
298 313
299 ep-core:specificGravity 314 ep-core:specificGravity
300 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 315 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
301 rdfs:label "specific gravity"^^xsd:string . 316 rdfs:label "specific gravity"^^xsd:string .
302 317
303 ep-core:temporalPartOf 318 ep-core:temporalPartOf
...@@ -309,16 +324,16 @@ ep-core:temporalPartOf ...@@ -309,16 +324,16 @@ ep-core:temporalPartOf
309 owl:inverseOf ep-core:hasTemporalPart . 324 owl:inverseOf ep-core:hasTemporalPart .
310 325
311 ep-core:undefinedScale 326 ep-core:undefinedScale
312 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 327 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
313 rdfs:domain owl:Class ; 328 rdfs:domain owl:Class ;
314 rdfs:label "undefined scale"^^xsd:string . 329 rdfs:label "undefined scale"^^xsd:string .
315 330
316 ep-core:usGallon_sack94-1 331 ep-core:usGallon_sack94-1
317 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 332 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
318 rdfs:domain ep-core:SpecificVolume ; 333 rdfs:domain ep-core:SpecificVolume ;
319 rdfs:label "USgallon sack94-1"^^xsd:string . 334 rdfs:label "USgallon sack94-1"^^xsd:string .
320 335
321 ep-core:week 336 ep-core:week
322 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 337 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
323 rdfs:domain ep-core:TimeDuration ; 338 rdfs:domain ep-core:TimeDuration ;
324 rdfs:label "week"^^xsd:string . 339 rdfs:label "week"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 14:58:21 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 20:26:46 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 # imports: http://www.reportinghub.no/ep/schema/1.0/well 3 # imports: http://www.reportinghub.no/ep/schema/1.0/well
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 5
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . 7 @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/equipment>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
16 owl:versionInfo "0.1.0"^^xsd:string . 16 owl:versionInfo "0.1.0"^^xsd:string .
17 17
18 ep-core:PhysicalThing 18 ep-core:PhysicalThing
...@@ -23,11 +23,16 @@ ep-eqt:API_5CT_class ...@@ -23,11 +23,16 @@ ep-eqt:API_5CT_class
23 rdfs:label "API 5CT class"^^xsd:string ; 23 rdfs:label "API 5CT class"^^xsd:string ;
24 rdfs:subClassOf owl:Class . 24 rdfs:subClassOf owl:Class .
25 25
26 +ep-eqt:BlowOutPreventer
27 + rdf:type owl:Class ;
28 + rdfs:label "blow out preventer"^^xsd:string ;
29 + rdfs:subClassOf ep-eqt:Equipment .
30 +
26 ep-eqt:Casing 31 ep-eqt:Casing
27 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 32 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
28 rdfs:label "casing"^^xsd:string ; 33 rdfs:label "casing"^^xsd:string ;
29 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 34 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
30 - owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . 35 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .
31 36
32 ep-eqt:CasingLinerTubing 37 ep-eqt:CasingLinerTubing
33 rdf:type owl:Class ; 38 rdf:type owl:Class ;
...@@ -51,7 +56,7 @@ ep-eqt:CasingRoleType ...@@ -51,7 +56,7 @@ ep-eqt:CasingRoleType
51 ep-eqt:CasingString 56 ep-eqt:CasingString
52 rdf:type owl:Class ; 57 rdf:type owl:Class ;
53 rdfs:label "casing string"^^xsd:string ; 58 rdfs:label "casing string"^^xsd:string ;
54 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 59 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
55 60
56 ep-eqt:ChokeValve 61 ep-eqt:ChokeValve
57 rdf:type owl:Class ; 62 rdf:type owl:Class ;
...@@ -77,25 +82,25 @@ ep-eqt:InnerBarrel-aluminum ...@@ -77,25 +82,25 @@ ep-eqt:InnerBarrel-aluminum
77 rdf:type owl:Class ; 82 rdf:type owl:Class ;
78 rdfs:label "inner barrel - aluminum"^^xsd:string ; 83 rdfs:label "inner barrel - aluminum"^^xsd:string ;
79 rdfs:subClassOf ep-eqt:InnerBarrel ; 84 rdfs:subClassOf ep-eqt:InnerBarrel ;
80 - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . 85 + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass .
81 86
82 ep-eqt:InnerBarrel-fiberglass 87 ep-eqt:InnerBarrel-fiberglass
83 rdf:type owl:Class ; 88 rdf:type owl:Class ;
84 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 89 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
85 rdfs:subClassOf ep-eqt:InnerBarrel ; 90 rdfs:subClassOf ep-eqt:InnerBarrel ;
86 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . 91 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
87 92
88 ep-eqt:InnerBarrel-gel 93 ep-eqt:InnerBarrel-gel
89 rdf:type owl:Class ; 94 rdf:type owl:Class ;
90 rdfs:label "inner barrel - gel"^^xsd:string ; 95 rdfs:label "inner barrel - gel"^^xsd:string ;
91 rdfs:subClassOf ep-eqt:InnerBarrel ; 96 rdfs:subClassOf ep-eqt:InnerBarrel ;
92 - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . 97 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
93 98
94 ep-eqt:IntermediateCasing 99 ep-eqt:IntermediateCasing
95 - rdf:type ep-eqt:CasingRoleType , owl:Class ; 100 + rdf:type owl:Class , ep-eqt:CasingRoleType ;
96 rdfs:label "intermediate casing"^^xsd:string ; 101 rdfs:label "intermediate casing"^^xsd:string ;
97 rdfs:subClassOf ep-eqt:Casing ; 102 rdfs:subClassOf ep-eqt:Casing ;
98 - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . 103 + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing .
99 104
100 ep-eqt:KellyBushing 105 ep-eqt:KellyBushing
101 rdf:type owl:Class ; 106 rdf:type owl:Class ;
...@@ -105,31 +110,31 @@ ep-eqt:KellyBushing ...@@ -105,31 +110,31 @@ ep-eqt:KellyBushing
105 ep-eqt:LastCasingOfAWellBore 110 ep-eqt:LastCasingOfAWellBore
106 rdf:type owl:Class ; 111 rdf:type owl:Class ;
107 rdfs:label "last casing of a wellbore"^^xsd:string ; 112 rdfs:label "last casing of a wellbore"^^xsd:string ;
108 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 113 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
109 114
110 ep-eqt:Liner 115 ep-eqt:Liner
111 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 116 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
112 rdfs:label "liner"^^xsd:string ; 117 rdfs:label "liner"^^xsd:string ;
113 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 118 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
114 - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . 119 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
115 120
116 ep-eqt:ProductionCasing 121 ep-eqt:ProductionCasing
117 - rdf:type ep-eqt:CasingRoleType , owl:Class ; 122 + rdf:type owl:Class , ep-eqt:CasingRoleType ;
118 rdfs:label "production casing"^^xsd:string ; 123 rdfs:label "production casing"^^xsd:string ;
119 rdfs:subClassOf ep-eqt:Casing ; 124 rdfs:subClassOf ep-eqt:Casing ;
120 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . 125 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
121 126
122 ep-eqt:TopCasing 127 ep-eqt:TopCasing
123 - rdf:type ep-eqt:CasingRoleType , owl:Class ; 128 + rdf:type owl:Class , ep-eqt:CasingRoleType ;
124 rdfs:label "top casing"^^xsd:string ; 129 rdfs:label "top casing"^^xsd:string ;
125 rdfs:subClassOf ep-eqt:Casing ; 130 rdfs:subClassOf ep-eqt:Casing ;
126 - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . 131 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
127 132
128 ep-eqt:Tubing 133 ep-eqt:Tubing
129 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 134 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
130 rdfs:label "liner"^^xsd:string ; 135 rdfs:label "liner"^^xsd:string ;
131 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 136 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
132 - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . 137 + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing .
133 138
134 ep-eqt:TubularConnectionClass 139 ep-eqt:TubularConnectionClass
135 rdf:type rdfs:Class ; 140 rdf:type rdfs:Class ;
...@@ -142,55 +147,61 @@ ep-eqt:WellBoreLoggingTool ...@@ -142,55 +147,61 @@ ep-eqt:WellBoreLoggingTool
142 rdfs:subClassOf ep-eqt:Equipment . 147 rdfs:subClassOf ep-eqt:Equipment .
143 148
144 ep-eqt:diameterOfACasing 149 ep-eqt:diameterOfACasing
145 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 150 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
146 rdfs:domain ep-eqt:Casing ; 151 rdfs:domain ep-eqt:Casing ;
147 rdfs:label "diameter of a casing"^^xsd:string ; 152 rdfs:label "diameter of a casing"^^xsd:string ;
148 rdfs:range ep-core:Length . 153 rdfs:range ep-core:Length .
149 154
150 ep-eqt:diameterOfDrillBit 155 ep-eqt:diameterOfDrillBit
151 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 156 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
152 rdfs:domain ep-eqt:DrillBit ; 157 rdfs:domain ep-eqt:DrillBit ;
153 rdfs:label "diameter of drill bit"^^xsd:string ; 158 rdfs:label "diameter of drill bit"^^xsd:string ;
154 rdfs:range ep-core:Length . 159 rdfs:range ep-core:Length .
155 160
156 ep-eqt:elevationOfKellyBushing 161 ep-eqt:elevationOfKellyBushing
157 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 162 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
158 rdfs:domain ep-eqt:KellyBushing ; 163 rdfs:domain ep-eqt:KellyBushing ;
159 rdfs:label "elevation of kelly bushing"^^xsd:string ; 164 rdfs:label "elevation of kelly bushing"^^xsd:string ;
160 rdfs:range ep-core:Length . 165 rdfs:range ep-core:Length .
161 166
162 ep-eqt:hasTubularConnectionClass 167 ep-eqt:hasTubularConnectionClass
163 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 168 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
164 rdfs:domain ep-eqt:CasingLinerTubing ; 169 rdfs:domain ep-eqt:CasingLinerTubing ;
165 rdfs:label "has tubular connection class"^^xsd:string ; 170 rdfs:label "has tubular connection class"^^xsd:string ;
166 rdfs:range ep-eqt:TubularConnectionClass . 171 rdfs:range ep-eqt:TubularConnectionClass .
167 172
168 ep-eqt:insideDiameterOfATubular 173 ep-eqt:insideDiameterOfATubular
169 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 174 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
170 rdfs:domain ep-eqt:CasingLinerTubing ; 175 rdfs:domain ep-eqt:CasingLinerTubing ;
171 rdfs:label "inside diameter of a tubular"^^xsd:string ; 176 rdfs:label "inside diameter of a tubular"^^xsd:string ;
172 rdfs:range ep-core:Length . 177 rdfs:range ep-core:Length .
173 178
174 ep-eqt:lengthOfInnerBarrel 179 ep-eqt:lengthOfInnerBarrel
175 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 180 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
176 rdfs:domain ep-eqt:InnerBarrel ; 181 rdfs:domain ep-eqt:InnerBarrel ;
177 rdfs:label "length of inner barrel"^^xsd:string ; 182 rdfs:label "length of inner barrel"^^xsd:string ;
178 rdfs:range ep-core:Length . 183 rdfs:range ep-core:Length .
179 184
185 +ep-eqt:maximumPressureForBlowOutPreventer
186 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
187 + rdfs:domain ep-eqt:BlowOutPreventer ;
188 + rdfs:label "maximum pressure for blow out preventer"^^xsd:string ;
189 + rdfs:range ep-core:Pressure .
190 +
180 ep-eqt:maximumPressureForChokeValve 191 ep-eqt:maximumPressureForChokeValve
181 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 192 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
182 rdfs:domain ep-eqt:ChokeValve ; 193 rdfs:domain ep-eqt:ChokeValve ;
183 rdfs:label "maximum pressure for choke valve"^^xsd:string ; 194 rdfs:label "maximum pressure for choke valve"^^xsd:string ;
184 rdfs:range ep-core:Pressure . 195 rdfs:range ep-core:Pressure .
185 196
186 ep-eqt:outsideDiameterOfATubular 197 ep-eqt:outsideDiameterOfATubular
187 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 198 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
188 rdfs:domain ep-eqt:CasingLinerTubing ; 199 rdfs:domain ep-eqt:CasingLinerTubing ;
189 rdfs:label "outside diameter of a tubular"^^xsd:string ; 200 rdfs:label "outside diameter of a tubular"^^xsd:string ;
190 rdfs:range ep-core:Length . 201 rdfs:range ep-core:Length .
191 202
192 ep-eqt:stringLengthOfATubular 203 ep-eqt:stringLengthOfATubular
193 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 204 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
194 rdfs:domain ep-eqt:CasingLinerTubing ; 205 rdfs:domain ep-eqt:CasingLinerTubing ;
195 rdfs:label "string length of a tubular"^^xsd:string ; 206 rdfs:label "string length of a tubular"^^xsd:string ;
196 rdfs:range ep-core:Length . 207 rdfs:range ep-core:Length .
......
1 -# Saved by TopBraid on Mon Sep 19 21:00:53 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 20:06:22 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
...@@ -26,7 +26,7 @@ ep-well:CementingFluid ...@@ -26,7 +26,7 @@ ep-well:CementingFluid
26 ep-well:CementingFluidType 26 ep-well:CementingFluidType
27 rdf:type rdfs:Class , ep-well:CementingFluidType ; 27 rdf:type rdfs:Class , ep-well:CementingFluidType ;
28 rdfs:label "cementing fluid type"^^xsd:string ; 28 rdfs:label "cementing fluid type"^^xsd:string ;
29 - rdfs:subClassOf rdfs:Class . 29 + rdfs:subClassOf ep-well:FluidType .
30 30
31 ep-well:Condensate 31 ep-well:Condensate
32 rdf:type ep-well:FluidComponentType , owl:Class ; 32 rdf:type ep-well:FluidComponentType , owl:Class ;
...@@ -48,6 +48,11 @@ ep-well:FluidComponentType ...@@ -48,6 +48,11 @@ ep-well:FluidComponentType
48 rdfs:label "fluid component type"^^xsd:string ; 48 rdfs:label "fluid component type"^^xsd:string ;
49 rdfs:subClassOf owl:Class . 49 rdfs:subClassOf owl:Class .
50 50
51 +ep-well:FluidType
52 + rdf:type rdfs:Class , ep-well:CementingFluidType ;
53 + rdfs:label "fluid type"^^xsd:string ;
54 + rdfs:subClassOf rdfs:Class .
55 +
51 ep-well:Gas 56 ep-well:Gas
52 rdf:type ep-well:FluidComponentType , owl:Class ; 57 rdf:type ep-well:FluidComponentType , owl:Class ;
53 rdfs:label "gas"^^xsd:string ; 58 rdfs:label "gas"^^xsd:string ;
...@@ -76,6 +81,29 @@ ep-well:Mud ...@@ -76,6 +81,29 @@ ep-well:Mud
76 rdfs:subClassOf ep-well:CementingFluid ; 81 rdfs:subClassOf ep-well:CementingFluid ;
77 owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . 82 owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry .
78 83
84 +ep-well:Mud-oilBased
85 + rdf:type ep-well:MudClass , owl:Class ;
86 + rdfs:label "mud - oil based"^^xsd:string ;
87 + rdfs:subClassOf ep-well:Mud ;
88 + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased .
89 +
90 +ep-well:Mud-other
91 + rdf:type ep-well:MudClass , owl:Class ;
92 + rdfs:label "mud - other"^^xsd:string ;
93 + rdfs:subClassOf ep-well:Mud ;
94 + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased .
95 +
96 +ep-well:Mud-waterBased
97 + rdf:type ep-well:MudClass , owl:Class ;
98 + rdfs:label "mud - water based"^^xsd:string ;
99 + rdfs:subClassOf ep-well:Mud ;
100 + owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased .
101 +
102 +ep-well:MudClass
103 + rdf:type rdfs:Class , ep-well:CementingFluidType ;
104 + rdfs:label "mud class"^^xsd:string ;
105 + rdfs:subClassOf ep-well:FluidType .
106 +
79 ep-well:NotHphtWellBore 107 ep-well:NotHphtWellBore
80 rdf:type owl:Class , ep-well:WellBoreHphtType ; 108 rdf:type owl:Class , ep-well:WellBoreHphtType ;
81 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 109 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
...@@ -166,18 +194,6 @@ ep-well:WellBoreBottom ...@@ -166,18 +194,6 @@ ep-well:WellBoreBottom
166 rdfs:label "wellbore bottom"^^xsd:string ; 194 rdfs:label "wellbore bottom"^^xsd:string ;
167 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 195 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
168 196
169 -ep-well:WellBoreBottomWithCirculation
170 - rdf:type owl:Class ;
171 - rdfs:label "well bore bottom with circulation"^^xsd:string ;
172 - rdfs:subClassOf ep-well:WellBoreBottom ;
173 - owl:disjointWith ep-well:WellBoreBottomWithoutCirculation .
174 -
175 -ep-well:WellBoreBottomWithoutCirculation
176 - rdf:type owl:Class ;
177 - rdfs:label "well bore bottom without circulation"^^xsd:string ;
178 - rdfs:subClassOf ep-well:WellBoreBottom ;
179 - owl:disjointWith ep-well:WellBoreBottomWithCirculation .
180 -
181 ep-well:WellBoreHphtType 197 ep-well:WellBoreHphtType
182 rdf:type rdfs:Class ; 198 rdf:type rdfs:Class ;
183 rdfs:label "well bore high pressure high temperature type"^^xsd:string ; 199 rdfs:label "well bore high pressure high temperature type"^^xsd:string ;
...@@ -198,6 +214,18 @@ ep-well:WellBoreTightnessType ...@@ -198,6 +214,18 @@ ep-well:WellBoreTightnessType
198 rdfs:label "well bore tightness type"^^xsd:string ; 214 rdfs:label "well bore tightness type"^^xsd:string ;
199 rdfs:subClassOf owl:Class . 215 rdfs:subClassOf owl:Class .
200 216
217 +ep-well:WellBoreWithCirculation
218 + rdf:type owl:Class ;
219 + rdfs:label "well bore with circulation"^^xsd:string ;
220 + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
221 + owl:disjointWith ep-well:WellBoreWithoutCirculation .
222 +
223 +ep-well:WellBoreWithoutCirculation
224 + rdf:type owl:Class ;
225 + rdfs:label "well bore without circulation"^^xsd:string ;
226 + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
227 + owl:disjointWith ep-well:WellBoreWithCirculation .
228 +
201 ep-well:averageBottomHolePressure 229 ep-well:averageBottomHolePressure
202 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 230 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
203 rdfs:domain ep-well:TemporalPartOfAWellBore ; 231 rdfs:domain ep-well:TemporalPartOfAWellBore ;
...@@ -436,6 +464,11 @@ ep-well:shutInDrillPipePressure ...@@ -436,6 +464,11 @@ ep-well:shutInDrillPipePressure
436 rdfs:label "shut in drill pipe pressure"^^xsd:string ; 464 rdfs:label "shut in drill pipe pressure"^^xsd:string ;
437 rdfs:range ep-core:Pressure . 465 rdfs:range ep-core:Pressure .
438 466
467 +ep-well:stratigraphyDescription
468 + rdf:type owl:DatatypeProperty ;
469 + rdfs:domain ep-well:SpatialPartOfAWellBore ;
470 + rdfs:label "stratigraphy description"^^xsd:string .
471 +
439 ep-well:strengthOfRockFormation 472 ep-well:strengthOfRockFormation
440 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 473 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
441 rdfs:domain ep-well:SurroundingRockFormation ; 474 rdfs:domain ep-well:SurroundingRockFormation ;
......
1 -# Saved by TopBraid on Mon Sep 19 20:58:07 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 22:35:20 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -180,9 +180,9 @@ ep-spin-lib:buildExtractAWellCoreURI ...@@ -180,9 +180,9 @@ ep-spin-lib:buildExtractAWellCoreURI
180 ]) 180 ])
181 ] . 181 ] .
182 182
183 -ep-spin-lib:buildGasReadingURI 183 +ep-spin-lib:buildFluidReadingURI
184 rdf:type spin:Function ; 184 rdf:type spin:Function ;
185 - rdfs:label "build GasReading URI"^^xsd:string ; 185 + rdfs:label "build FluidReading URI"^^xsd:string ;
186 rdfs:subClassOf ep-spin-lib:Function ; 186 rdfs:subClassOf ep-spin-lib:Function ;
187 spin:body 187 spin:body
188 [ rdf:type sp:Select ; 188 [ rdf:type sp:Select ;
...@@ -190,20 +190,22 @@ ep-spin-lib:buildGasReadingURI ...@@ -190,20 +190,22 @@ ep-spin-lib:buildGasReadingURI
190 sp:where ([ rdf:type sp:Bind ; 190 sp:where ([ rdf:type sp:Bind ;
191 sp:expression 191 sp:expression
192 [ rdf:type ep-spin-lib:buildURI ; 192 [ rdf:type ep-spin-lib:buildURI ;
193 - sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ; 193 + sp:arg1 "https://www.reportinghub.no/ep/data/FluidReading/" ;
194 sp:arg2 [ rdf:type fn:concat ; 194 sp:arg2 [ rdf:type fn:concat ;
195 sp:arg1 spin:_arg1 ; 195 sp:arg1 spin:_arg1 ;
196 sp:arg2 "$" ; 196 sp:arg2 "$" ;
197 - sp:arg3 spin:_arg2 197 + sp:arg3 spin:_arg2 ;
198 + sp:arg4 "$" ;
199 + sp:arg5 spin:_arg3
198 ] 200 ]
199 ] ; 201 ] ;
200 sp:variable _:b8 202 sp:variable _:b8
201 ]) 203 ])
202 ] . 204 ] .
203 205
204 -ep-spin-lib:buildLastCasingOfAWellBoreURI 206 +ep-spin-lib:buildGasReadingURI
205 rdf:type spin:Function ; 207 rdf:type spin:Function ;
206 - rdfs:label "build last casing of a wellbore URI"^^xsd:string ; 208 + rdfs:label "build GasReading URI"^^xsd:string ;
207 rdfs:subClassOf ep-spin-lib:Function ; 209 rdfs:subClassOf ep-spin-lib:Function ;
208 spin:body 210 spin:body
209 [ rdf:type sp:Select ; 211 [ rdf:type sp:Select ;
...@@ -211,7 +213,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI ...@@ -211,7 +213,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
211 sp:where ([ rdf:type sp:Bind ; 213 sp:where ([ rdf:type sp:Bind ;
212 sp:expression 214 sp:expression
213 [ rdf:type ep-spin-lib:buildURI ; 215 [ rdf:type ep-spin-lib:buildURI ;
214 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-LastCasing/" ; 216 + sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ;
215 sp:arg2 [ rdf:type fn:concat ; 217 sp:arg2 [ rdf:type fn:concat ;
216 sp:arg1 spin:_arg1 ; 218 sp:arg1 spin:_arg1 ;
217 sp:arg2 "$" ; 219 sp:arg2 "$" ;
...@@ -222,9 +224,9 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI ...@@ -222,9 +224,9 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
222 ]) 224 ])
223 ] . 225 ] .
224 226
225 -ep-spin-lib:buildLithShowObservationURI 227 +ep-spin-lib:buildLastCasingOfAWellBoreURI
226 rdf:type spin:Function ; 228 rdf:type spin:Function ;
227 - rdfs:label "build LithShowObservation URI"^^xsd:string ; 229 + rdfs:label "build last casing of a wellbore URI"^^xsd:string ;
228 rdfs:subClassOf ep-spin-lib:Function ; 230 rdfs:subClassOf ep-spin-lib:Function ;
229 spin:body 231 spin:body
230 [ rdf:type sp:Select ; 232 [ rdf:type sp:Select ;
...@@ -232,22 +234,20 @@ ep-spin-lib:buildLithShowObservationURI ...@@ -232,22 +234,20 @@ ep-spin-lib:buildLithShowObservationURI
232 sp:where ([ rdf:type sp:Bind ; 234 sp:where ([ rdf:type sp:Bind ;
233 sp:expression 235 sp:expression
234 [ rdf:type ep-spin-lib:buildURI ; 236 [ rdf:type ep-spin-lib:buildURI ;
235 - sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ; 237 + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-LastCasing/" ;
236 sp:arg2 [ rdf:type fn:concat ; 238 sp:arg2 [ rdf:type fn:concat ;
237 sp:arg1 spin:_arg1 ; 239 sp:arg1 spin:_arg1 ;
238 sp:arg2 "$" ; 240 sp:arg2 "$" ;
239 - sp:arg3 spin:_arg2 ; 241 + sp:arg3 spin:_arg2
240 - sp:arg4 "$" ;
241 - sp:arg5 spin:_arg3
242 ] 242 ]
243 ] ; 243 ] ;
244 sp:variable _:b10 244 sp:variable _:b10
245 ]) 245 ])
246 ] . 246 ] .
247 247
248 -ep-spin-lib:buildLoggedPartOfAWellBoreURI 248 +ep-spin-lib:buildLithShowObservationURI
249 rdf:type spin:Function ; 249 rdf:type spin:Function ;
250 - rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; 250 + rdfs:label "build LithShowObservation URI"^^xsd:string ;
251 rdfs:subClassOf ep-spin-lib:Function ; 251 rdfs:subClassOf ep-spin-lib:Function ;
252 spin:body 252 spin:body
253 [ rdf:type sp:Select ; 253 [ rdf:type sp:Select ;
...@@ -255,7 +255,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI ...@@ -255,7 +255,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI
255 sp:where ([ rdf:type sp:Bind ; 255 sp:where ([ rdf:type sp:Bind ;
256 sp:expression 256 sp:expression
257 [ rdf:type ep-spin-lib:buildURI ; 257 [ rdf:type ep-spin-lib:buildURI ;
258 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ; 258 + sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ;
259 sp:arg2 [ rdf:type fn:concat ; 259 sp:arg2 [ rdf:type fn:concat ;
260 sp:arg1 spin:_arg1 ; 260 sp:arg1 spin:_arg1 ;
261 sp:arg2 "$" ; 261 sp:arg2 "$" ;
...@@ -333,55 +333,13 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI ...@@ -333,55 +333,13 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
333 ]) 333 ])
334 ] . 334 ] .
335 335
336 -ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI
337 - rdf:type spin:Function ;
338 - rdfs:label "build PartOfAWellBoreForStratigraphyInformation URI"^^xsd:string ;
339 - rdfs:subClassOf ep-spin-lib:Function ;
340 - spin:body
341 - [ rdf:type sp:Select ;
342 - sp:resultVariables (_:b15) ;
343 - sp:where ([ rdf:type sp:Bind ;
344 - sp:expression
345 - [ rdf:type ep-spin-lib:buildURI ;
346 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-forStratigraphyInformation/" ;
347 - sp:arg2 [ rdf:type fn:concat ;
348 - sp:arg1 spin:_arg1 ;
349 - sp:arg2 "$" ;
350 - sp:arg3 spin:_arg2
351 - ]
352 - ] ;
353 - sp:variable _:b15
354 - ])
355 - ] .
356 -
357 -ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI
358 - rdf:type spin:Function ;
359 - rdfs:label "build PerformationIntervalPartOfAWellBore URI"^^xsd:string ;
360 - rdfs:subClassOf ep-spin-lib:Function ;
361 - spin:body
362 - [ rdf:type sp:Select ;
363 - sp:resultVariables (_:b16) ;
364 - sp:where ([ rdf:type sp:Bind ;
365 - sp:expression
366 - [ rdf:type ep-spin-lib:buildURI ;
367 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-perforationInterval/" ;
368 - sp:arg2 [ rdf:type fn:concat ;
369 - sp:arg1 spin:_arg1 ;
370 - sp:arg2 "$" ;
371 - sp:arg3 spin:_arg2
372 - ]
373 - ] ;
374 - sp:variable _:b16
375 - ])
376 - ] .
377 -
378 ep-spin-lib:buildPilotHoleOfAWellBoreURI 336 ep-spin-lib:buildPilotHoleOfAWellBoreURI
379 rdf:type spin:Function ; 337 rdf:type spin:Function ;
380 rdfs:label "build pilot hole of a wellbore URI"^^xsd:string ; 338 rdfs:label "build pilot hole of a wellbore URI"^^xsd:string ;
381 rdfs:subClassOf ep-spin-lib:Function ; 339 rdfs:subClassOf ep-spin-lib:Function ;
382 spin:body 340 spin:body
383 [ rdf:type sp:Select ; 341 [ rdf:type sp:Select ;
384 - sp:resultVariables (_:b17) ; 342 + sp:resultVariables (_:b15) ;
385 sp:where ([ rdf:type sp:Bind ; 343 sp:where ([ rdf:type sp:Bind ;
386 sp:expression 344 sp:expression
387 [ rdf:type ep-spin-lib:buildURI ; 345 [ rdf:type ep-spin-lib:buildURI ;
...@@ -392,7 +350,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI ...@@ -392,7 +350,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
392 sp:arg3 spin:_arg2 350 sp:arg3 spin:_arg2
393 ] 351 ]
394 ] ; 352 ] ;
395 - sp:variable _:b17 353 + sp:variable _:b15
396 ]) 354 ])
397 ] . 355 ] .
398 356
...@@ -402,7 +360,7 @@ ep-spin-lib:buildPorePressureDeterminationURI ...@@ -402,7 +360,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
402 rdfs:subClassOf ep-spin-lib:Function ; 360 rdfs:subClassOf ep-spin-lib:Function ;
403 spin:body 361 spin:body
404 [ rdf:type sp:Select ; 362 [ rdf:type sp:Select ;
405 - sp:resultVariables (_:b18) ; 363 + sp:resultVariables (_:b16) ;
406 sp:where ([ rdf:type sp:Bind ; 364 sp:where ([ rdf:type sp:Bind ;
407 sp:expression 365 sp:expression
408 [ rdf:type ep-spin-lib:buildURI ; 366 [ rdf:type ep-spin-lib:buildURI ;
...@@ -415,30 +373,7 @@ ep-spin-lib:buildPorePressureDeterminationURI ...@@ -415,30 +373,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
415 sp:arg5 spin:_arg3 373 sp:arg5 spin:_arg3
416 ] 374 ]
417 ] ; 375 ] ;
418 - sp:variable _:b18 376 + sp:variable _:b16
419 - ])
420 - ] .
421 -
422 -ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI
423 - rdf:type spin:Function ;
424 - rdfs:label "build PorePressureDeterminedPartOfWellBore URI"^^xsd:string ;
425 - rdfs:subClassOf ep-spin-lib:Function ;
426 - spin:body
427 - [ rdf:type sp:Select ;
428 - sp:resultVariables (_:b19) ;
429 - sp:where ([ rdf:type sp:Bind ;
430 - sp:expression
431 - [ rdf:type ep-spin-lib:buildURI ;
432 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atPorePressureDetermination/" ;
433 - sp:arg2 [ rdf:type fn:concat ;
434 - sp:arg1 spin:_arg1 ;
435 - sp:arg2 "$" ;
436 - sp:arg3 spin:_arg2 ;
437 - sp:arg4 "$" ;
438 - sp:arg5 spin:_arg3
439 - ]
440 - ] ;
441 - sp:variable _:b19
442 ]) 377 ])
443 ] . 378 ] .
444 379
...@@ -448,7 +383,7 @@ ep-spin-lib:buildPreliminaryZonationURI ...@@ -448,7 +383,7 @@ ep-spin-lib:buildPreliminaryZonationURI
448 rdfs:subClassOf ep-spin-lib:Function ; 383 rdfs:subClassOf ep-spin-lib:Function ;
449 spin:body 384 spin:body
450 [ rdf:type sp:Select ; 385 [ rdf:type sp:Select ;
451 - sp:resultVariables (_:b20) ; 386 + sp:resultVariables (_:b17) ;
452 sp:where ([ rdf:type sp:Bind ; 387 sp:where ([ rdf:type sp:Bind ;
453 sp:expression 388 sp:expression
454 [ rdf:type ep-spin-lib:buildURI ; 389 [ rdf:type ep-spin-lib:buildURI ;
...@@ -456,10 +391,12 @@ ep-spin-lib:buildPreliminaryZonationURI ...@@ -456,10 +391,12 @@ ep-spin-lib:buildPreliminaryZonationURI
456 sp:arg2 [ rdf:type fn:concat ; 391 sp:arg2 [ rdf:type fn:concat ;
457 sp:arg1 spin:_arg1 ; 392 sp:arg1 spin:_arg1 ;
458 sp:arg2 "$" ; 393 sp:arg2 "$" ;
459 - sp:arg3 spin:_arg2 394 + sp:arg3 spin:_arg2 ;
395 + sp:arg4 "$" ;
396 + sp:arg5 spin:_arg3
460 ] 397 ]
461 ] ; 398 ] ;
462 - sp:variable _:b20 399 + sp:variable _:b17
463 ]) 400 ])
464 ] . 401 ] .
465 402
...@@ -469,14 +406,14 @@ ep-spin-lib:buildRigURI ...@@ -469,14 +406,14 @@ ep-spin-lib:buildRigURI
469 rdfs:subClassOf ep-spin-lib:Function ; 406 rdfs:subClassOf ep-spin-lib:Function ;
470 spin:body 407 spin:body
471 [ rdf:type sp:Select ; 408 [ rdf:type sp:Select ;
472 - sp:resultVariables (_:b21) ; 409 + sp:resultVariables (_:b18) ;
473 sp:where ([ rdf:type sp:Bind ; 410 sp:where ([ rdf:type sp:Bind ;
474 sp:expression 411 sp:expression
475 [ rdf:type ep-spin-lib:buildURI ; 412 [ rdf:type ep-spin-lib:buildURI ;
476 sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; 413 sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ;
477 sp:arg2 spin:_arg1 414 sp:arg2 spin:_arg1
478 ] ; 415 ] ;
479 - sp:variable _:b21 416 + sp:variable _:b18
480 ]) 417 ])
481 ] . 418 ] .
482 419
...@@ -486,7 +423,7 @@ ep-spin-lib:buildTemporalPartOfARigURI ...@@ -486,7 +423,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
486 rdfs:subClassOf ep-spin-lib:Function ; 423 rdfs:subClassOf ep-spin-lib:Function ;
487 spin:body 424 spin:body
488 [ rdf:type sp:Select ; 425 [ rdf:type sp:Select ;
489 - sp:resultVariables (_:b22) ; 426 + sp:resultVariables (_:b19) ;
490 sp:where ([ rdf:type sp:Bind ; 427 sp:where ([ rdf:type sp:Bind ;
491 sp:expression 428 sp:expression
492 [ rdf:type ep-spin-lib:buildURI ; 429 [ rdf:type ep-spin-lib:buildURI ;
...@@ -499,7 +436,7 @@ ep-spin-lib:buildTemporalPartOfARigURI ...@@ -499,7 +436,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
499 sp:arg5 spin:_arg3 436 sp:arg5 spin:_arg3
500 ] 437 ]
501 ] ; 438 ] ;
502 - sp:variable _:b22 439 + sp:variable _:b19
503 ]) 440 ])
504 ] . 441 ] .
505 442
...@@ -509,7 +446,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI ...@@ -509,7 +446,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
509 rdfs:subClassOf ep-spin-lib:Function ; 446 rdfs:subClassOf ep-spin-lib:Function ;
510 spin:body 447 spin:body
511 [ rdf:type sp:Select ; 448 [ rdf:type sp:Select ;
512 - sp:resultVariables (_:b23) ; 449 + sp:resultVariables (_:b20) ;
513 sp:where ([ rdf:type sp:Bind ; 450 sp:where ([ rdf:type sp:Bind ;
514 sp:expression 451 sp:expression
515 [ rdf:type ep-spin-lib:buildURI ; 452 [ rdf:type ep-spin-lib:buildURI ;
...@@ -520,7 +457,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI ...@@ -520,7 +457,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
520 sp:arg3 spin:_arg2 457 sp:arg3 spin:_arg2
521 ] 458 ]
522 ] ; 459 ] ;
523 - sp:variable _:b23 460 + sp:variable _:b20
524 ]) 461 ])
525 ] . 462 ] .
526 463
...@@ -530,7 +467,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI ...@@ -530,7 +467,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
530 rdfs:subClassOf ep-spin-lib:Function ; 467 rdfs:subClassOf ep-spin-lib:Function ;
531 spin:body 468 spin:body
532 [ rdf:type sp:Select ; 469 [ rdf:type sp:Select ;
533 - sp:resultVariables (_:b24) ; 470 + sp:resultVariables (_:b21) ;
534 sp:where ([ rdf:type sp:Bind ; 471 sp:where ([ rdf:type sp:Bind ;
535 sp:expression 472 sp:expression
536 [ rdf:type ep-spin-lib:buildURI ; 473 [ rdf:type ep-spin-lib:buildURI ;
...@@ -543,7 +480,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI ...@@ -543,7 +480,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
543 sp:arg5 spin:_arg3 480 sp:arg5 spin:_arg3
544 ] 481 ]
545 ] ; 482 ] ;
546 - sp:variable _:b24 483 + sp:variable _:b21
547 ]) 484 ])
548 ] . 485 ] .
549 486
...@@ -553,14 +490,14 @@ ep-spin-lib:buildTemporaryWellBoreURI ...@@ -553,14 +490,14 @@ ep-spin-lib:buildTemporaryWellBoreURI
553 rdfs:subClassOf ep-spin-lib:Function ; 490 rdfs:subClassOf ep-spin-lib:Function ;
554 spin:body 491 spin:body
555 [ rdf:type sp:Select ; 492 [ rdf:type sp:Select ;
556 - sp:resultVariables (_:b25) ; 493 + sp:resultVariables (_:b22) ;
557 sp:where ([ rdf:type sp:Bind ; 494 sp:where ([ rdf:type sp:Bind ;
558 sp:expression 495 sp:expression
559 [ rdf:type ep-spin-lib:buildURI ; 496 [ rdf:type ep-spin-lib:buildURI ;
560 sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; 497 sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ;
561 sp:arg2 spin:_arg1 498 sp:arg2 spin:_arg1
562 ] ; 499 ] ;
563 - sp:variable _:b25 500 + sp:variable _:b22
564 ]) 501 ])
565 ] . 502 ] .
566 503
...@@ -570,7 +507,7 @@ ep-spin-lib:buildURI ...@@ -570,7 +507,7 @@ ep-spin-lib:buildURI
570 rdfs:subClassOf ep-spin-lib:Function ; 507 rdfs:subClassOf ep-spin-lib:Function ;
571 spin:body 508 spin:body
572 [ rdf:type sp:Select ; 509 [ rdf:type sp:Select ;
573 - sp:resultVariables (_:b26) ; 510 + sp:resultVariables (_:b23) ;
574 sp:where ([ rdf:type sp:Bind ; 511 sp:where ([ rdf:type sp:Bind ;
575 sp:expression 512 sp:expression
576 [ rdf:type sp:iri ; 513 [ rdf:type sp:iri ;
...@@ -579,7 +516,7 @@ ep-spin-lib:buildURI ...@@ -579,7 +516,7 @@ ep-spin-lib:buildURI
579 sp:arg2 spin:_arg2 516 sp:arg2 spin:_arg2
580 ] 517 ]
581 ] ; 518 ] ;
582 - sp:variable _:b26 519 + sp:variable _:b23
583 ]) 520 ])
584 ] ; 521 ] ;
585 spin:constraint 522 spin:constraint
...@@ -599,7 +536,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI ...@@ -599,7 +536,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
599 rdfs:subClassOf ep-spin-lib:Function ; 536 rdfs:subClassOf ep-spin-lib:Function ;
600 spin:body 537 spin:body
601 [ rdf:type sp:Select ; 538 [ rdf:type sp:Select ;
602 - sp:resultVariables (_:b27) ; 539 + sp:resultVariables (_:b24) ;
603 sp:where ([ rdf:type sp:Bind ; 540 sp:where ([ rdf:type sp:Bind ;
604 sp:expression 541 sp:expression
605 [ rdf:type ep-spin-lib:buildURI ; 542 [ rdf:type ep-spin-lib:buildURI ;
...@@ -612,7 +549,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI ...@@ -612,7 +549,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
612 sp:arg5 spin:_arg3 549 sp:arg5 spin:_arg3
613 ] 550 ]
614 ] ; 551 ] ;
615 - sp:variable _:b27 552 + sp:variable _:b24
616 ]) 553 ])
617 ] . 554 ] .
618 555
...@@ -622,7 +559,7 @@ ep-spin-lib:buildWellBoreKickOffURI ...@@ -622,7 +559,7 @@ ep-spin-lib:buildWellBoreKickOffURI
622 rdfs:subClassOf ep-spin-lib:Function ; 559 rdfs:subClassOf ep-spin-lib:Function ;
623 spin:body 560 spin:body
624 [ rdf:type sp:Select ; 561 [ rdf:type sp:Select ;
625 - sp:resultVariables (_:b28) ; 562 + sp:resultVariables (_:b25) ;
626 sp:where ([ rdf:type sp:Bind ; 563 sp:where ([ rdf:type sp:Bind ;
627 sp:expression 564 sp:expression
628 [ rdf:type ep-spin-lib:buildURI ; 565 [ rdf:type ep-spin-lib:buildURI ;
...@@ -631,21 +568,21 @@ ep-spin-lib:buildWellBoreKickOffURI ...@@ -631,21 +568,21 @@ ep-spin-lib:buildWellBoreKickOffURI
631 sp:arg1 spin:_arg1 568 sp:arg1 spin:_arg1
632 ] 569 ]
633 ] ; 570 ] ;
634 - sp:variable _:b28 571 + sp:variable _:b25
635 ]) 572 ])
636 ] . 573 ] .
637 574
638 -ep-spin-lib:buildWellBoreLogURI 575 +ep-spin-lib:buildWellBoreLogRunURI
639 rdf:type spin:Function ; 576 rdf:type spin:Function ;
640 - rdfs:label "build WellBoreLog URI"^^xsd:string ; 577 + rdfs:label "build WellBoreLogRun URI"^^xsd:string ;
641 rdfs:subClassOf ep-spin-lib:Function ; 578 rdfs:subClassOf ep-spin-lib:Function ;
642 spin:body 579 spin:body
643 [ rdf:type sp:Select ; 580 [ rdf:type sp:Select ;
644 - sp:resultVariables (_:b29) ; 581 + sp:resultVariables (_:b26) ;
645 sp:where ([ rdf:type sp:Bind ; 582 sp:where ([ rdf:type sp:Bind ;
646 sp:expression 583 sp:expression
647 [ rdf:type ep-spin-lib:buildURI ; 584 [ rdf:type ep-spin-lib:buildURI ;
648 - sp:arg1 "https://www.reportinghub.no/ep/data/WellBoreLog/" ; 585 + sp:arg1 "https://www.reportinghub.no/ep/data/WellBoreLogRun/" ;
649 sp:arg2 [ rdf:type fn:concat ; 586 sp:arg2 [ rdf:type fn:concat ;
650 sp:arg1 spin:_arg1 ; 587 sp:arg1 spin:_arg1 ;
651 sp:arg2 "$" ; 588 sp:arg2 "$" ;
...@@ -654,7 +591,7 @@ ep-spin-lib:buildWellBoreLogURI ...@@ -654,7 +591,7 @@ ep-spin-lib:buildWellBoreLogURI
654 sp:arg5 spin:_arg3 591 sp:arg5 spin:_arg3
655 ] 592 ]
656 ] ; 593 ] ;
657 - sp:variable _:b29 594 + sp:variable _:b26
658 ]) 595 ])
659 ] . 596 ] .
660 597
...@@ -664,7 +601,7 @@ ep-spin-lib:buildWellCementJobURI ...@@ -664,7 +601,7 @@ ep-spin-lib:buildWellCementJobURI
664 rdfs:subClassOf ep-spin-lib:Function ; 601 rdfs:subClassOf ep-spin-lib:Function ;
665 spin:body 602 spin:body
666 [ rdf:type sp:Select ; 603 [ rdf:type sp:Select ;
667 - sp:resultVariables (_:b30) ; 604 + sp:resultVariables (_:b27) ;
668 sp:where ([ rdf:type sp:Bind ; 605 sp:where ([ rdf:type sp:Bind ;
669 sp:expression 606 sp:expression
670 [ rdf:type ep-spin-lib:buildURI ; 607 [ rdf:type ep-spin-lib:buildURI ;
...@@ -675,7 +612,7 @@ ep-spin-lib:buildWellCementJobURI ...@@ -675,7 +612,7 @@ ep-spin-lib:buildWellCementJobURI
675 sp:arg3 spin:_arg2 612 sp:arg3 spin:_arg2
676 ] 613 ]
677 ] ; 614 ] ;
678 - sp:variable _:b30 615 + sp:variable _:b27
679 ]) 616 ])
680 ] . 617 ] .
681 618
...@@ -685,7 +622,7 @@ ep-spin-lib:buildWellControlIncidentURI ...@@ -685,7 +622,7 @@ ep-spin-lib:buildWellControlIncidentURI
685 rdfs:subClassOf ep-spin-lib:Function ; 622 rdfs:subClassOf ep-spin-lib:Function ;
686 spin:body 623 spin:body
687 [ rdf:type sp:Select ; 624 [ rdf:type sp:Select ;
688 - sp:resultVariables (_:b31) ; 625 + sp:resultVariables (_:b28) ;
689 sp:where ([ rdf:type sp:Bind ; 626 sp:where ([ rdf:type sp:Bind ;
690 sp:expression 627 sp:expression
691 [ rdf:type ep-spin-lib:buildURI ; 628 [ rdf:type ep-spin-lib:buildURI ;
...@@ -696,7 +633,7 @@ ep-spin-lib:buildWellControlIncidentURI ...@@ -696,7 +633,7 @@ ep-spin-lib:buildWellControlIncidentURI
696 sp:arg3 spin:_arg2 633 sp:arg3 spin:_arg2
697 ] 634 ]
698 ] ; 635 ] ;
699 - sp:variable _:b31 636 + sp:variable _:b28
700 ]) 637 ])
701 ] . 638 ] .
702 639
...@@ -706,7 +643,7 @@ ep-spin-lib:buildWellStimulationURI ...@@ -706,7 +643,7 @@ ep-spin-lib:buildWellStimulationURI
706 rdfs:subClassOf ep-spin-lib:Function ; 643 rdfs:subClassOf ep-spin-lib:Function ;
707 spin:body 644 spin:body
708 [ rdf:type sp:Select ; 645 [ rdf:type sp:Select ;
709 - sp:resultVariables (_:b32) ; 646 + sp:resultVariables (_:b29) ;
710 sp:where ([ rdf:type sp:Bind ; 647 sp:where ([ rdf:type sp:Bind ;
711 sp:expression 648 sp:expression
712 [ rdf:type ep-spin-lib:buildURI ; 649 [ rdf:type ep-spin-lib:buildURI ;
...@@ -717,7 +654,7 @@ ep-spin-lib:buildWellStimulationURI ...@@ -717,7 +654,7 @@ ep-spin-lib:buildWellStimulationURI
717 sp:arg3 spin:_arg2 654 sp:arg3 spin:_arg2
718 ] 655 ]
719 ] ; 656 ] ;
720 - sp:variable _:b32 657 + sp:variable _:b29
721 ]) 658 ])
722 ] . 659 ] .
723 660
...@@ -727,7 +664,7 @@ ep-spin-lib:buildWellTestURI ...@@ -727,7 +664,7 @@ ep-spin-lib:buildWellTestURI
727 rdfs:subClassOf ep-spin-lib:Function ; 664 rdfs:subClassOf ep-spin-lib:Function ;
728 spin:body 665 spin:body
729 [ rdf:type sp:Select ; 666 [ rdf:type sp:Select ;
730 - sp:resultVariables (_:b33) ; 667 + sp:resultVariables (_:b30) ;
731 sp:where ([ rdf:type sp:Bind ; 668 sp:where ([ rdf:type sp:Bind ;
732 sp:expression 669 sp:expression
733 [ rdf:type ep-spin-lib:buildURI ; 670 [ rdf:type ep-spin-lib:buildURI ;
...@@ -738,7 +675,7 @@ ep-spin-lib:buildWellTestURI ...@@ -738,7 +675,7 @@ ep-spin-lib:buildWellTestURI
738 sp:arg3 spin:_arg2 675 sp:arg3 spin:_arg2
739 ] 676 ]
740 ] ; 677 ] ;
741 - sp:variable _:b33 678 + sp:variable _:b30
742 ]) 679 ])
743 ] . 680 ] .
744 681
...@@ -748,7 +685,7 @@ ep-spin-lib:buildWirelineFormationTestURI ...@@ -748,7 +685,7 @@ ep-spin-lib:buildWirelineFormationTestURI
748 rdfs:subClassOf ep-spin-lib:Function ; 685 rdfs:subClassOf ep-spin-lib:Function ;
749 spin:body 686 spin:body
750 [ rdf:type sp:Select ; 687 [ rdf:type sp:Select ;
751 - sp:resultVariables (_:b34) ; 688 + sp:resultVariables (_:b31) ;
752 sp:where ([ rdf:type sp:Bind ; 689 sp:where ([ rdf:type sp:Bind ;
753 sp:expression 690 sp:expression
754 [ rdf:type ep-spin-lib:buildURI ; 691 [ rdf:type ep-spin-lib:buildURI ;
...@@ -759,7 +696,7 @@ ep-spin-lib:buildWirelineFormationTestURI ...@@ -759,7 +696,7 @@ ep-spin-lib:buildWirelineFormationTestURI
759 sp:arg3 spin:_arg2 696 sp:arg3 spin:_arg2
760 ] 697 ]
761 ] ; 698 ] ;
762 - sp:variable _:b34 699 + sp:variable _:b31
763 ]) 700 ])
764 ] . 701 ] .
765 702
...@@ -769,7 +706,7 @@ ep-spin-lib:normalizeString ...@@ -769,7 +706,7 @@ ep-spin-lib:normalizeString
769 rdfs:subClassOf ep-spin-lib:Function ; 706 rdfs:subClassOf ep-spin-lib:Function ;
770 spin:body 707 spin:body
771 [ rdf:type sp:Select ; 708 [ rdf:type sp:Select ;
772 - sp:resultVariables (_:b35) ; 709 + sp:resultVariables (_:b32) ;
773 sp:where ([ rdf:type sp:Bind ; 710 sp:where ([ rdf:type sp:Bind ;
774 sp:expression 711 sp:expression
775 [ rdf:type smf:regex ; 712 [ rdf:type smf:regex ;
...@@ -777,67 +714,67 @@ ep-spin-lib:normalizeString ...@@ -777,67 +714,67 @@ ep-spin-lib:normalizeString
777 sp:arg2 "\\((.*)\\)" ; 714 sp:arg2 "\\((.*)\\)" ;
778 sp:arg3 "" 715 sp:arg3 ""
779 ] ; 716 ] ;
780 - sp:variable _:b36 717 + sp:variable _:b33
781 ] [ rdf:type sp:Bind ; 718 ] [ rdf:type sp:Bind ;
782 sp:expression 719 sp:expression
783 [ rdf:type smf:trim ; 720 [ rdf:type smf:trim ;
784 - sp:arg1 _:b36 721 + sp:arg1 _:b33
785 ] ; 722 ] ;
786 - sp:variable _:b37 723 + sp:variable _:b34
787 ] [ rdf:type sp:Bind ; 724 ] [ rdf:type sp:Bind ;
788 sp:expression 725 sp:expression
789 [ rdf:type smf:encodeURL ; 726 [ rdf:type smf:encodeURL ;
790 - sp:arg1 _:b37 727 + sp:arg1 _:b34
791 ] ; 728 ] ;
792 - sp:variable _:b38 729 + sp:variable _:b35
793 ] [ rdf:type sp:Bind ; 730 ] [ rdf:type sp:Bind ;
794 sp:expression 731 sp:expression
795 [ rdf:type smf:regex ; 732 [ rdf:type smf:regex ;
796 - sp:arg1 _:b38 ; 733 + sp:arg1 _:b35 ;
797 sp:arg2 "%2F" ; 734 sp:arg2 "%2F" ;
798 sp:arg3 "_" 735 sp:arg3 "_"
799 ] ; 736 ] ;
800 - sp:variable _:b39 737 + sp:variable _:b36
801 ] [ rdf:type sp:Bind ; 738 ] [ rdf:type sp:Bind ;
802 sp:expression 739 sp:expression
803 [ rdf:type smf:regex ; 740 [ rdf:type smf:regex ;
804 - sp:arg1 _:b39 ; 741 + sp:arg1 _:b36 ;
805 sp:arg2 "%[0-9A-F][0-9A-F]" ; 742 sp:arg2 "%[0-9A-F][0-9A-F]" ;
806 sp:arg3 "" 743 sp:arg3 ""
807 ] ; 744 ] ;
808 - sp:variable _:b40 745 + sp:variable _:b37
809 ] [ rdf:type sp:Bind ; 746 ] [ rdf:type sp:Bind ;
810 sp:expression 747 sp:expression
811 [ rdf:type smf:regex ; 748 [ rdf:type smf:regex ;
812 - sp:arg1 _:b40 ; 749 + sp:arg1 _:b37 ;
813 sp:arg2 "\\+" ; 750 sp:arg2 "\\+" ;
814 sp:arg3 "_" 751 sp:arg3 "_"
815 ] ; 752 ] ;
816 - sp:variable _:b41 753 + sp:variable _:b38
817 ] [ rdf:type sp:Bind ; 754 ] [ rdf:type sp:Bind ;
818 sp:expression 755 sp:expression
819 [ rdf:type smf:regex ; 756 [ rdf:type smf:regex ;
820 - sp:arg1 _:b41 ; 757 + sp:arg1 _:b38 ;
821 sp:arg2 "_+" ; 758 sp:arg2 "_+" ;
822 sp:arg3 "_" 759 sp:arg3 "_"
823 ] ; 760 ] ;
824 - sp:variable _:b42 761 + sp:variable _:b39
825 ] [ rdf:type sp:Bind ; 762 ] [ rdf:type sp:Bind ;
826 sp:expression 763 sp:expression
827 [ rdf:type smf:regex ; 764 [ rdf:type smf:regex ;
828 - sp:arg1 _:b42 ; 765 + sp:arg1 _:b39 ;
829 sp:arg2 "\\*" ; 766 sp:arg2 "\\*" ;
830 sp:arg3 "" 767 sp:arg3 ""
831 ] ; 768 ] ;
832 - sp:variable _:b43 769 + sp:variable _:b40
833 ] [ rdf:type sp:Bind ; 770 ] [ rdf:type sp:Bind ;
834 sp:expression 771 sp:expression
835 [ rdf:type xsd:string ; 772 [ rdf:type xsd:string ;
836 sp:arg1 [ rdf:type smf:upperCase ; 773 sp:arg1 [ rdf:type smf:upperCase ;
837 - sp:arg1 _:b43 774 + sp:arg1 _:b40
838 ] 775 ]
839 ] ; 776 ] ;
840 - sp:variable _:b35 777 + sp:variable _:b32
841 ]) 778 ])
842 ] ; 779 ] ;
843 spin:constraint 780 spin:constraint
...@@ -852,7 +789,7 @@ ep-spin-lib:selectActivitySuccessType ...@@ -852,7 +789,7 @@ ep-spin-lib:selectActivitySuccessType
852 rdfs:subClassOf ep-spin-lib:Function ; 789 rdfs:subClassOf ep-spin-lib:Function ;
853 spin:body 790 spin:body
854 [ rdf:type sp:Select ; 791 [ rdf:type sp:Select ;
855 - sp:resultVariables (_:b44) ; 792 + sp:resultVariables (_:b41) ;
856 sp:where ([ rdf:type sp:Bind ; 793 sp:where ([ rdf:type sp:Bind ;
857 sp:expression 794 sp:expression
858 [ rdf:type sp:if ; 795 [ rdf:type sp:if ;
...@@ -863,7 +800,7 @@ ep-spin-lib:selectActivitySuccessType ...@@ -863,7 +800,7 @@ ep-spin-lib:selectActivitySuccessType
863 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; 800 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
864 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> 801 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
865 ] ; 802 ] ;
866 - sp:variable _:b44 803 + sp:variable _:b41
867 ]) 804 ])
868 ] . 805 ] .
869 806
...@@ -873,7 +810,7 @@ ep-spin-lib:selectCasingRoleType ...@@ -873,7 +810,7 @@ ep-spin-lib:selectCasingRoleType
873 rdfs:subClassOf ep-spin-lib:Function ; 810 rdfs:subClassOf ep-spin-lib:Function ;
874 spin:body 811 spin:body
875 [ rdf:type sp:Select ; 812 [ rdf:type sp:Select ;
876 - sp:resultVariables (_:b45) ; 813 + sp:resultVariables (_:b42) ;
877 sp:where ([ rdf:type sp:Bind ; 814 sp:where ([ rdf:type sp:Bind ;
878 sp:expression 815 sp:expression
879 [ rdf:type sp:if ; 816 [ rdf:type sp:if ;
...@@ -898,7 +835,7 @@ ep-spin-lib:selectCasingRoleType ...@@ -898,7 +835,7 @@ ep-spin-lib:selectCasingRoleType
898 ] 835 ]
899 ] 836 ]
900 ] ; 837 ] ;
901 - sp:variable _:b45 838 + sp:variable _:b42
902 ]) 839 ])
903 ] . 840 ] .
904 841
...@@ -908,7 +845,7 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -908,7 +845,7 @@ ep-spin-lib:selectCementingFluidReturnType
908 rdfs:subClassOf ep-spin-lib:Function ; 845 rdfs:subClassOf ep-spin-lib:Function ;
909 spin:body 846 spin:body
910 [ rdf:type sp:Select ; 847 [ rdf:type sp:Select ;
911 - sp:resultVariables (_:b46) ; 848 + sp:resultVariables (_:b43) ;
912 sp:where ([ rdf:type sp:Bind ; 849 sp:where ([ rdf:type sp:Bind ;
913 sp:expression 850 sp:expression
914 [ rdf:type sp:if ; 851 [ rdf:type sp:if ;
...@@ -919,7 +856,7 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -919,7 +856,7 @@ ep-spin-lib:selectCementingFluidReturnType
919 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; 856 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ;
920 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> 857 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn>
921 ] ; 858 ] ;
922 - sp:variable _:b46 859 + sp:variable _:b43
923 ]) 860 ])
924 ] . 861 ] .
925 862
...@@ -929,7 +866,7 @@ ep-spin-lib:selectComponentType ...@@ -929,7 +866,7 @@ ep-spin-lib:selectComponentType
929 rdfs:subClassOf ep-spin-lib:Function ; 866 rdfs:subClassOf ep-spin-lib:Function ;
930 spin:body 867 spin:body
931 [ rdf:type sp:Select ; 868 [ rdf:type sp:Select ;
932 - sp:resultVariables (_:b47) ; 869 + sp:resultVariables (_:b44) ;
933 sp:where ([ rdf:type sp:Bind ; 870 sp:where ([ rdf:type sp:Bind ;
934 sp:expression 871 sp:expression
935 [ rdf:type sp:if ; 872 [ rdf:type sp:if ;
...@@ -968,7 +905,7 @@ ep-spin-lib:selectComponentType ...@@ -968,7 +905,7 @@ ep-spin-lib:selectComponentType
968 ] 905 ]
969 ] 906 ]
970 ] ; 907 ] ;
971 - sp:variable _:b47 908 + sp:variable _:b44
972 ]) 909 ])
973 ] . 910 ] .
974 911
...@@ -978,7 +915,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -978,7 +915,7 @@ ep-spin-lib:selectDailyDrillingReportType
978 rdfs:subClassOf ep-spin-lib:Function ; 915 rdfs:subClassOf ep-spin-lib:Function ;
979 spin:body 916 spin:body
980 [ rdf:type sp:Select ; 917 [ rdf:type sp:Select ;
981 - sp:resultVariables (_:b48) ; 918 + sp:resultVariables (_:b45) ;
982 sp:where ([ rdf:type sp:Bind ; 919 sp:where ([ rdf:type sp:Bind ;
983 sp:expression 920 sp:expression
984 [ rdf:type sp:if ; 921 [ rdf:type sp:if ;
...@@ -996,7 +933,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -996,7 +933,7 @@ ep-spin-lib:selectDailyDrillingReportType
996 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> 933 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
997 ] 934 ]
998 ] ; 935 ] ;
999 - sp:variable _:b48 936 + sp:variable _:b45
1000 ]) 937 ])
1001 ] . 938 ] .
1002 939
...@@ -1006,7 +943,7 @@ ep-spin-lib:selectDensityScale ...@@ -1006,7 +943,7 @@ ep-spin-lib:selectDensityScale
1006 rdfs:subClassOf ep-spin-lib:Function ; 943 rdfs:subClassOf ep-spin-lib:Function ;
1007 spin:body 944 spin:body
1008 [ rdf:type sp:Select ; 945 [ rdf:type sp:Select ;
1009 - sp:resultVariables (_:b49) ; 946 + sp:resultVariables (_:b46) ;
1010 sp:where ([ rdf:type sp:Bind ; 947 sp:where ([ rdf:type sp:Bind ;
1011 sp:expression 948 sp:expression
1012 [ rdf:type sp:if ; 949 [ rdf:type sp:if ;
...@@ -1024,7 +961,7 @@ ep-spin-lib:selectDensityScale ...@@ -1024,7 +961,7 @@ ep-spin-lib:selectDensityScale
1024 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 961 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1025 ] 962 ]
1026 ] ; 963 ] ;
1027 - sp:variable _:b49 964 + sp:variable _:b46
1028 ]) 965 ])
1029 ] . 966 ] .
1030 967
...@@ -1034,7 +971,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -1034,7 +971,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
1034 rdfs:subClassOf ep-spin-lib:Function ; 971 rdfs:subClassOf ep-spin-lib:Function ;
1035 spin:body 972 spin:body
1036 [ rdf:type sp:Select ; 973 [ rdf:type sp:Select ;
1037 - sp:resultVariables (_:b50) ; 974 + sp:resultVariables (_:b47) ;
1038 sp:where ([ rdf:type sp:Bind ; 975 sp:where ([ rdf:type sp:Bind ;
1039 sp:expression 976 sp:expression
1040 [ rdf:type sp:if ; 977 [ rdf:type sp:if ;
...@@ -1101,7 +1038,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -1101,7 +1038,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
1101 ] 1038 ]
1102 ] 1039 ]
1103 ] ; 1040 ] ;
1104 - sp:variable _:b50 1041 + sp:variable _:b47
1105 ]) 1042 ])
1106 ] . 1043 ] .
1107 1044
...@@ -1111,7 +1048,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1111,7 +1048,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1111 rdfs:subClassOf ep-spin-lib:Function ; 1048 rdfs:subClassOf ep-spin-lib:Function ;
1112 spin:body 1049 spin:body
1113 [ rdf:type sp:Select ; 1050 [ rdf:type sp:Select ;
1114 - sp:resultVariables (_:b51) ; 1051 + sp:resultVariables (_:b48) ;
1115 sp:where ([ rdf:type sp:Bind ; 1052 sp:where ([ rdf:type sp:Bind ;
1116 sp:expression 1053 sp:expression
1117 [ rdf:type sp:if ; 1054 [ rdf:type sp:if ;
...@@ -1696,7 +1633,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1696,7 +1633,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1696 ] 1633 ]
1697 ] 1634 ]
1698 ] ; 1635 ] ;
1699 - sp:variable _:b51 1636 + sp:variable _:b48
1700 ]) 1637 ])
1701 ] . 1638 ] .
1702 1639
...@@ -1706,7 +1643,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1706,7 +1643,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1706 rdfs:subClassOf ep-spin-lib:Function ; 1643 rdfs:subClassOf ep-spin-lib:Function ;
1707 spin:body 1644 spin:body
1708 [ rdf:type sp:Select ; 1645 [ rdf:type sp:Select ;
1709 - sp:resultVariables (_:b52) ; 1646 + sp:resultVariables (_:b49) ;
1710 sp:where ([ rdf:type sp:Bind ; 1647 sp:where ([ rdf:type sp:Bind ;
1711 sp:expression 1648 sp:expression
1712 [ rdf:type sp:if ; 1649 [ rdf:type sp:if ;
...@@ -1745,7 +1682,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1745,7 +1682,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1745 ] 1682 ]
1746 ] 1683 ]
1747 ] ; 1684 ] ;
1748 - sp:variable _:b52 1685 + sp:variable _:b49
1749 ]) 1686 ])
1750 ] . 1687 ] .
1751 1688
...@@ -1755,7 +1692,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1755,7 +1692,7 @@ ep-spin-lib:selectDrillingEquipmentType
1755 rdfs:subClassOf ep-spin-lib:Function ; 1692 rdfs:subClassOf ep-spin-lib:Function ;
1756 spin:body 1693 spin:body
1757 [ rdf:type sp:Select ; 1694 [ rdf:type sp:Select ;
1758 - sp:resultVariables (_:b53) ; 1695 + sp:resultVariables (_:b50) ;
1759 sp:where ([ rdf:type sp:Bind ; 1696 sp:where ([ rdf:type sp:Bind ;
1760 sp:expression 1697 sp:expression
1761 [ rdf:type sp:if ; 1698 [ rdf:type sp:if ;
...@@ -1976,7 +1913,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1976,7 +1913,7 @@ ep-spin-lib:selectDrillingEquipmentType
1976 ] 1913 ]
1977 ] 1914 ]
1978 ] ; 1915 ] ;
1979 - sp:variable _:b53 1916 + sp:variable _:b50
1980 ]) 1917 ])
1981 ] . 1918 ] .
1982 1919
...@@ -1986,7 +1923,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -1986,7 +1923,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
1986 rdfs:subClassOf ep-spin-lib:Function ; 1923 rdfs:subClassOf ep-spin-lib:Function ;
1987 spin:body 1924 spin:body
1988 [ rdf:type sp:Select ; 1925 [ rdf:type sp:Select ;
1989 - sp:resultVariables (_:b54) ; 1926 + sp:resultVariables (_:b51) ;
1990 sp:where ([ rdf:type sp:Bind ; 1927 sp:where ([ rdf:type sp:Bind ;
1991 sp:expression 1928 sp:expression
1992 [ rdf:type sp:if ; 1929 [ rdf:type sp:if ;
...@@ -1997,7 +1934,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -1997,7 +1934,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
1997 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; 1934 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
1998 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> 1935 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
1999 ] ; 1936 ] ;
2000 - sp:variable _:b54 1937 + sp:variable _:b51
2001 ]) 1938 ])
2002 ] . 1939 ] .
2003 1940
...@@ -2007,7 +1944,7 @@ ep-spin-lib:selectFluidType ...@@ -2007,7 +1944,7 @@ ep-spin-lib:selectFluidType
2007 rdfs:subClassOf ep-spin-lib:Function ; 1944 rdfs:subClassOf ep-spin-lib:Function ;
2008 spin:body 1945 spin:body
2009 [ rdf:type sp:Select ; 1946 [ rdf:type sp:Select ;
2010 - sp:resultVariables (_:b55) ; 1947 + sp:resultVariables (_:b52) ;
2011 sp:where ([ rdf:type sp:Bind ; 1948 sp:where ([ rdf:type sp:Bind ;
2012 sp:expression 1949 sp:expression
2013 [ rdf:type sp:if ; 1950 [ rdf:type sp:if ;
...@@ -2039,7 +1976,7 @@ ep-spin-lib:selectFluidType ...@@ -2039,7 +1976,7 @@ ep-spin-lib:selectFluidType
2039 ] 1976 ]
2040 ] 1977 ]
2041 ] ; 1978 ] ;
2042 - sp:variable _:b55 1979 + sp:variable _:b52
2043 ]) 1980 ])
2044 ] . 1981 ] .
2045 1982
...@@ -2049,7 +1986,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2049,7 +1986,7 @@ ep-spin-lib:selectGasReadingType
2049 rdfs:subClassOf ep-spin-lib:Function ; 1986 rdfs:subClassOf ep-spin-lib:Function ;
2050 spin:body 1987 spin:body
2051 [ rdf:type sp:Select ; 1988 [ rdf:type sp:Select ;
2052 - sp:resultVariables (_:b56) ; 1989 + sp:resultVariables (_:b53) ;
2053 sp:where ([ rdf:type sp:Bind ; 1990 sp:where ([ rdf:type sp:Bind ;
2054 sp:expression 1991 sp:expression
2055 [ rdf:type sp:if ; 1992 [ rdf:type sp:if ;
...@@ -2116,7 +2053,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2116,7 +2053,7 @@ ep-spin-lib:selectGasReadingType
2116 ] 2053 ]
2117 ] 2054 ]
2118 ] ; 2055 ] ;
2119 - sp:variable _:b56 2056 + sp:variable _:b53
2120 ]) 2057 ])
2121 ] . 2058 ] .
2122 2059
...@@ -2126,7 +2063,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2126,7 +2063,7 @@ ep-spin-lib:selectInnerBarrelType
2126 rdfs:subClassOf ep-spin-lib:Function ; 2063 rdfs:subClassOf ep-spin-lib:Function ;
2127 spin:body 2064 spin:body
2128 [ rdf:type sp:Select ; 2065 [ rdf:type sp:Select ;
2129 - sp:resultVariables (_:b57) ; 2066 + sp:resultVariables (_:b54) ;
2130 sp:where ([ rdf:type sp:Bind ; 2067 sp:where ([ rdf:type sp:Bind ;
2131 sp:expression 2068 sp:expression
2132 [ rdf:type sp:if ; 2069 [ rdf:type sp:if ;
...@@ -2158,7 +2095,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2158,7 +2095,7 @@ ep-spin-lib:selectInnerBarrelType
2158 ] 2095 ]
2159 ] 2096 ]
2160 ] ; 2097 ] ;
2161 - sp:variable _:b57 2098 + sp:variable _:b54
2162 ]) 2099 ])
2163 ] . 2100 ] .
2164 2101
...@@ -2168,7 +2105,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2168,7 +2105,7 @@ ep-spin-lib:selectLabelOfSystem
2168 rdfs:subClassOf ep-spin-lib:Function ; 2105 rdfs:subClassOf ep-spin-lib:Function ;
2169 spin:body 2106 spin:body
2170 [ rdf:type sp:Select ; 2107 [ rdf:type sp:Select ;
2171 - sp:resultVariables (_:b58) ; 2108 + sp:resultVariables (_:b55) ;
2172 sp:where ([ rdf:type sp:Bind ; 2109 sp:where ([ rdf:type sp:Bind ;
2173 sp:expression 2110 sp:expression
2174 [ rdf:type sp:if ; 2111 [ rdf:type sp:if ;
...@@ -2214,7 +2151,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2214,7 +2151,7 @@ ep-spin-lib:selectLabelOfSystem
2214 ] 2151 ]
2215 ] 2152 ]
2216 ] ; 2153 ] ;
2217 - sp:variable _:b58 2154 + sp:variable _:b55
2218 ]) 2155 ])
2219 ] . 2156 ] .
2220 2157
...@@ -2224,7 +2161,7 @@ ep-spin-lib:selectLengthScale ...@@ -2224,7 +2161,7 @@ ep-spin-lib:selectLengthScale
2224 rdfs:subClassOf ep-spin-lib:Function ; 2161 rdfs:subClassOf ep-spin-lib:Function ;
2225 spin:body 2162 spin:body
2226 [ rdf:type sp:Select ; 2163 [ rdf:type sp:Select ;
2227 - sp:resultVariables (_:b59) ; 2164 + sp:resultVariables (_:b56) ;
2228 sp:where ([ rdf:type sp:Bind ; 2165 sp:where ([ rdf:type sp:Bind ;
2229 sp:expression 2166 sp:expression
2230 [ rdf:type sp:if ; 2167 [ rdf:type sp:if ;
...@@ -2298,7 +2235,7 @@ ep-spin-lib:selectLengthScale ...@@ -2298,7 +2235,7 @@ ep-spin-lib:selectLengthScale
2298 ] 2235 ]
2299 ] 2236 ]
2300 ] ; 2237 ] ;
2301 - sp:variable _:b59 2238 + sp:variable _:b56
2302 ]) 2239 ])
2303 ] . 2240 ] .
2304 2241
...@@ -2308,7 +2245,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2308,7 +2245,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2308 rdfs:subClassOf ep-spin-lib:Function ; 2245 rdfs:subClassOf ep-spin-lib:Function ;
2309 spin:body 2246 spin:body
2310 [ rdf:type sp:Select ; 2247 [ rdf:type sp:Select ;
2311 - sp:resultVariables (_:b60) ; 2248 + sp:resultVariables (_:b57) ;
2312 sp:where ([ rdf:type sp:Bind ; 2249 sp:where ([ rdf:type sp:Bind ;
2313 sp:expression 2250 sp:expression
2314 [ rdf:type sp:if ; 2251 [ rdf:type sp:if ;
...@@ -2319,7 +2256,42 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2319,7 +2256,42 @@ ep-spin-lib:selectMassPerUnitLengthScale
2319 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; 2256 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
2320 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2257 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2321 ] ; 2258 ] ;
2322 - sp:variable _:b60 2259 + sp:variable _:b57
2260 + ])
2261 + ] .
2262 +
2263 +ep-spin-lib:selectMudClass
2264 + rdf:type spin:Function ;
2265 + rdfs:label "select MudClass"^^xsd:string ;
2266 + rdfs:subClassOf ep-spin-lib:Function ;
2267 + spin:body
2268 + [ rdf:type sp:Select ;
2269 + sp:resultVariables (_:b58) ;
2270 + sp:where ([ rdf:type sp:Bind ;
2271 + sp:expression
2272 + [ rdf:type sp:if ;
2273 + sp:arg1 [ rdf:type sp:eq ;
2274 + sp:arg1 spin:_arg1 ;
2275 + sp:arg2 ddr:MC_oilbased
2276 + ] ;
2277 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud-oilBased> ;
2278 + sp:arg3 [ rdf:type sp:if ;
2279 + sp:arg1 [ rdf:type sp:eq ;
2280 + sp:arg1 spin:_arg1 ;
2281 + sp:arg2 ddr:MC_waterbased
2282 + ] ;
2283 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud-waterBased> ;
2284 + sp:arg3 [ rdf:type sp:if ;
2285 + sp:arg1 [ rdf:type sp:eq ;
2286 + sp:arg1 spin:_arg1 ;
2287 + sp:arg2 ddr:MC_other
2288 + ] ;
2289 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud-other> ;
2290 + sp:arg3 <http://www.reportinghub.no/ep/schema/well#Mud>
2291 + ]
2292 + ]
2293 + ] ;
2294 + sp:variable _:b58
2323 ]) 2295 ])
2324 ] . 2296 ] .
2325 2297
...@@ -2329,7 +2301,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2329,7 +2301,7 @@ ep-spin-lib:selectPlaneAngleScale
2329 rdfs:subClassOf ep-spin-lib:Function ; 2301 rdfs:subClassOf ep-spin-lib:Function ;
2330 spin:body 2302 spin:body
2331 [ rdf:type sp:Select ; 2303 [ rdf:type sp:Select ;
2332 - sp:resultVariables (_:b61) ; 2304 + sp:resultVariables (_:b59) ;
2333 sp:where ([ rdf:type sp:Bind ; 2305 sp:where ([ rdf:type sp:Bind ;
2334 sp:expression 2306 sp:expression
2335 [ rdf:type sp:if ; 2307 [ rdf:type sp:if ;
...@@ -2340,7 +2312,28 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2340,7 +2312,28 @@ ep-spin-lib:selectPlaneAngleScale
2340 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 2312 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
2341 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2313 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2342 ] ; 2314 ] ;
2343 - sp:variable _:b61 2315 + sp:variable _:b59
2316 + ])
2317 + ] .
2318 +
2319 +ep-spin-lib:selectPlasticViscosityScale
2320 + rdf:type spin:Function ;
2321 + rdfs:label "select plastic viscosity scale"^^xsd:string ;
2322 + rdfs:subClassOf ep-spin-lib:Function ;
2323 + spin:body
2324 + [ rdf:type sp:Select ;
2325 + sp:resultVariables (_:b60) ;
2326 + sp:where ([ rdf:type sp:Bind ;
2327 + sp:expression
2328 + [ rdf:type sp:if ;
2329 + sp:arg1 [ rdf:type sp:eq ;
2330 + sp:arg1 spin:_arg1 ;
2331 + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_mPa.s>
2332 + ] ;
2333 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ;
2334 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2335 + ] ;
2336 + sp:variable _:b60
2344 ]) 2337 ])
2345 ] . 2338 ] .
2346 2339
...@@ -2350,25 +2343,25 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2350,25 +2343,25 @@ ep-spin-lib:selectPorePressureDeterminationType
2350 rdfs:subClassOf ep-spin-lib:Function ; 2343 rdfs:subClassOf ep-spin-lib:Function ;
2351 spin:body 2344 spin:body
2352 [ rdf:type sp:Select ; 2345 [ rdf:type sp:Select ;
2353 - sp:resultVariables (_:b62) ; 2346 + sp:resultVariables (_:b61) ;
2354 sp:where ([ rdf:type sp:Bind ; 2347 sp:where ([ rdf:type sp:Bind ;
2355 sp:expression 2348 sp:expression
2356 [ rdf:type sp:if ; 2349 [ rdf:type sp:if ;
2357 sp:arg1 [ rdf:type sp:eq ; 2350 sp:arg1 [ rdf:type sp:eq ;
2358 sp:arg1 spin:_arg1 ; 2351 sp:arg1 spin:_arg1 ;
2359 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#RK_measured> 2352 + sp:arg2 ddr:RK_measured
2360 ] ; 2353 ] ;
2361 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureMeasurement> ; 2354 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureMeasurement> ;
2362 sp:arg3 [ rdf:type sp:if ; 2355 sp:arg3 [ rdf:type sp:if ;
2363 sp:arg1 [ rdf:type sp:eq ; 2356 sp:arg1 [ rdf:type sp:eq ;
2364 sp:arg1 spin:_arg1 ; 2357 sp:arg1 spin:_arg1 ;
2365 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#RK_estimated> 2358 + sp:arg2 ddr:RK_estimated
2366 ] ; 2359 ] ;
2367 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureEstimation> ; 2360 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureEstimation> ;
2368 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> 2361 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
2369 ] 2362 ]
2370 ] ; 2363 ] ;
2371 - sp:variable _:b62 2364 + sp:variable _:b61
2372 ]) 2365 ])
2373 ] . 2366 ] .
2374 2367
...@@ -2378,7 +2371,7 @@ ep-spin-lib:selectPressureScale ...@@ -2378,7 +2371,7 @@ ep-spin-lib:selectPressureScale
2378 rdfs:subClassOf ep-spin-lib:Function ; 2371 rdfs:subClassOf ep-spin-lib:Function ;
2379 spin:body 2372 spin:body
2380 [ rdf:type sp:Select ; 2373 [ rdf:type sp:Select ;
2381 - sp:resultVariables (_:b63) ; 2374 + sp:resultVariables (_:b62) ;
2382 sp:where ([ rdf:type sp:Bind ; 2375 sp:where ([ rdf:type sp:Bind ;
2383 sp:expression 2376 sp:expression
2384 [ rdf:type sp:if ; 2377 [ rdf:type sp:if ;
...@@ -2405,12 +2398,19 @@ ep-spin-lib:selectPressureScale ...@@ -2405,12 +2398,19 @@ ep-spin-lib:selectPressureScale
2405 sp:arg2 ddr:PUMP_MPa 2398 sp:arg2 ddr:PUMP_MPa
2406 ] ; 2399 ] ;
2407 sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa> ; 2400 sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa> ;
2401 + sp:arg3 [ rdf:type sp:if ;
2402 + sp:arg1 [ rdf:type sp:eq ;
2403 + sp:arg1 spin:_arg1 ;
2404 + sp:arg2 ddr:PU_Pa
2405 + ] ;
2406 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pascal> ;
2408 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2407 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2409 ] 2408 ]
2410 ] 2409 ]
2411 ] 2410 ]
2411 + ]
2412 ] ; 2412 ] ;
2413 - sp:variable _:b63 2413 + sp:variable _:b62
2414 ]) 2414 ])
2415 ] . 2415 ] .
2416 2416
...@@ -2420,7 +2420,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2420,7 +2420,7 @@ ep-spin-lib:selectPressureTestType
2420 rdfs:subClassOf ep-spin-lib:Function ; 2420 rdfs:subClassOf ep-spin-lib:Function ;
2421 spin:body 2421 spin:body
2422 [ rdf:type sp:Select ; 2422 [ rdf:type sp:Select ;
2423 - sp:resultVariables (_:b64) ; 2423 + sp:resultVariables (_:b63) ;
2424 sp:where ([ rdf:type sp:Bind ; 2424 sp:where ([ rdf:type sp:Bind ;
2425 sp:expression 2425 sp:expression
2426 [ rdf:type sp:if ; 2426 [ rdf:type sp:if ;
...@@ -2438,7 +2438,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2438,7 +2438,7 @@ ep-spin-lib:selectPressureTestType
2438 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> 2438 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
2439 ] 2439 ]
2440 ] ; 2440 ] ;
2441 - sp:variable _:b64 2441 + sp:variable _:b63
2442 ]) 2442 ])
2443 ] . 2443 ] .
2444 2444
...@@ -2448,7 +2448,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -2448,7 +2448,7 @@ ep-spin-lib:selectSpecificVolumeScale
2448 rdfs:subClassOf ep-spin-lib:Function ; 2448 rdfs:subClassOf ep-spin-lib:Function ;
2449 spin:body 2449 spin:body
2450 [ rdf:type sp:Select ; 2450 [ rdf:type sp:Select ;
2451 - sp:resultVariables (_:b65) ; 2451 + sp:resultVariables (_:b64) ;
2452 sp:where ([ rdf:type sp:Bind ; 2452 sp:where ([ rdf:type sp:Bind ;
2453 sp:expression 2453 sp:expression
2454 [ rdf:type sp:if ; 2454 [ rdf:type sp:if ;
...@@ -2501,7 +2501,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -2501,7 +2501,7 @@ ep-spin-lib:selectSpecificVolumeScale
2501 ] 2501 ]
2502 ] 2502 ]
2503 ] ; 2503 ] ;
2504 - sp:variable _:b65 2504 + sp:variable _:b64
2505 ]) 2505 ])
2506 ] . 2506 ] .
2507 2507
...@@ -2511,7 +2511,7 @@ ep-spin-lib:selectSpeedScale ...@@ -2511,7 +2511,7 @@ ep-spin-lib:selectSpeedScale
2511 rdfs:subClassOf ep-spin-lib:Function ; 2511 rdfs:subClassOf ep-spin-lib:Function ;
2512 spin:body 2512 spin:body
2513 [ rdf:type sp:Select ; 2513 [ rdf:type sp:Select ;
2514 - sp:resultVariables (_:b66) ; 2514 + sp:resultVariables (_:b65) ;
2515 sp:where ([ rdf:type sp:Bind ; 2515 sp:where ([ rdf:type sp:Bind ;
2516 sp:expression 2516 sp:expression
2517 [ rdf:type sp:if ; 2517 [ rdf:type sp:if ;
...@@ -2522,7 +2522,7 @@ ep-spin-lib:selectSpeedScale ...@@ -2522,7 +2522,7 @@ ep-spin-lib:selectSpeedScale
2522 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; 2522 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
2523 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2523 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2524 ] ; 2524 ] ;
2525 - sp:variable _:b66 2525 + sp:variable _:b65
2526 ]) 2526 ])
2527 ] . 2527 ] .
2528 2528
...@@ -2532,7 +2532,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2532,7 +2532,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2532 rdfs:subClassOf ep-spin-lib:Function ; 2532 rdfs:subClassOf ep-spin-lib:Function ;
2533 spin:body 2533 spin:body
2534 [ rdf:type sp:Select ; 2534 [ rdf:type sp:Select ;
2535 - sp:resultVariables (_:b67) ; 2535 + sp:resultVariables (_:b66) ;
2536 sp:where ([ rdf:type sp:Bind ; 2536 sp:where ([ rdf:type sp:Bind ;
2537 sp:expression 2537 sp:expression
2538 [ rdf:type sp:if ; 2538 [ rdf:type sp:if ;
...@@ -2550,7 +2550,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2550,7 +2550,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2550 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2550 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2551 ] 2551 ]
2552 ] ; 2552 ] ;
2553 - sp:variable _:b67 2553 + sp:variable _:b66
2554 ]) 2554 ])
2555 ] . 2555 ] .
2556 2556
...@@ -2560,7 +2560,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -2560,7 +2560,7 @@ ep-spin-lib:selectTemperatureScale
2560 rdfs:subClassOf ep-spin-lib:Function ; 2560 rdfs:subClassOf ep-spin-lib:Function ;
2561 spin:body 2561 spin:body
2562 [ rdf:type sp:Select ; 2562 [ rdf:type sp:Select ;
2563 - sp:resultVariables (_:b68) ; 2563 + sp:resultVariables (_:b67) ;
2564 sp:where ([ rdf:type sp:Bind ; 2564 sp:where ([ rdf:type sp:Bind ;
2565 sp:expression 2565 sp:expression
2566 [ rdf:type sp:if ; 2566 [ rdf:type sp:if ;
...@@ -2571,7 +2571,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -2571,7 +2571,7 @@ ep-spin-lib:selectTemperatureScale
2571 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; 2571 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
2572 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2572 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2573 ] ; 2573 ] ;
2574 - sp:variable _:b68 2574 + sp:variable _:b67
2575 ]) 2575 ])
2576 ] . 2576 ] .
2577 2577
...@@ -2581,7 +2581,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2581,7 +2581,7 @@ ep-spin-lib:selectTimeDurationScale
2581 rdfs:subClassOf ep-spin-lib:Function ; 2581 rdfs:subClassOf ep-spin-lib:Function ;
2582 spin:body 2582 spin:body
2583 [ rdf:type sp:Select ; 2583 [ rdf:type sp:Select ;
2584 - sp:resultVariables (_:b69) ; 2584 + sp:resultVariables (_:b68) ;
2585 sp:where ([ rdf:type sp:Bind ; 2585 sp:where ([ rdf:type sp:Bind ;
2586 sp:expression 2586 sp:expression
2587 [ rdf:type sp:if ; 2587 [ rdf:type sp:if ;
...@@ -2627,7 +2627,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2627,7 +2627,7 @@ ep-spin-lib:selectTimeDurationScale
2627 ] 2627 ]
2628 ] 2628 ]
2629 ] ; 2629 ] ;
2630 - sp:variable _:b69 2630 + sp:variable _:b68
2631 ]) 2631 ])
2632 ] . 2632 ] .
2633 2633
...@@ -2637,7 +2637,7 @@ ep-spin-lib:selectTubeType ...@@ -2637,7 +2637,7 @@ ep-spin-lib:selectTubeType
2637 rdfs:subClassOf ep-spin-lib:Function ; 2637 rdfs:subClassOf ep-spin-lib:Function ;
2638 spin:body 2638 spin:body
2639 [ rdf:type sp:Select ; 2639 [ rdf:type sp:Select ;
2640 - sp:resultVariables (_:b70) ; 2640 + sp:resultVariables (_:b69) ;
2641 sp:where ([ rdf:type sp:Bind ; 2641 sp:where ([ rdf:type sp:Bind ;
2642 sp:expression 2642 sp:expression
2643 [ rdf:type sp:if ; 2643 [ rdf:type sp:if ;
...@@ -2662,7 +2662,7 @@ ep-spin-lib:selectTubeType ...@@ -2662,7 +2662,7 @@ ep-spin-lib:selectTubeType
2662 ] 2662 ]
2663 ] 2663 ]
2664 ] ; 2664 ] ;
2665 - sp:variable _:b70 2665 + sp:variable _:b69
2666 ]) 2666 ])
2667 ] . 2667 ] .
2668 2668
...@@ -2672,7 +2672,7 @@ ep-spin-lib:selectVolumeScale ...@@ -2672,7 +2672,7 @@ ep-spin-lib:selectVolumeScale
2672 rdfs:subClassOf ep-spin-lib:Function ; 2672 rdfs:subClassOf ep-spin-lib:Function ;
2673 spin:body 2673 spin:body
2674 [ rdf:type sp:Select ; 2674 [ rdf:type sp:Select ;
2675 - sp:resultVariables (_:b71) ; 2675 + sp:resultVariables (_:b70) ;
2676 sp:where ([ rdf:type sp:Bind ; 2676 sp:where ([ rdf:type sp:Bind ;
2677 sp:expression 2677 sp:expression
2678 [ rdf:type sp:if ; 2678 [ rdf:type sp:if ;
...@@ -2690,7 +2690,7 @@ ep-spin-lib:selectVolumeScale ...@@ -2690,7 +2690,7 @@ ep-spin-lib:selectVolumeScale
2690 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2690 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2691 ] 2691 ]
2692 ] ; 2692 ] ;
2693 - sp:variable _:b71 2693 + sp:variable _:b70
2694 ]) 2694 ])
2695 ] . 2695 ] .
2696 2696
...@@ -2700,7 +2700,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2700,7 +2700,7 @@ ep-spin-lib:selectWellBoreDrillingType
2700 rdfs:subClassOf ep-spin-lib:Function ; 2700 rdfs:subClassOf ep-spin-lib:Function ;
2701 spin:body 2701 spin:body
2702 [ rdf:type sp:Select ; 2702 [ rdf:type sp:Select ;
2703 - sp:resultVariables (_:b72) ; 2703 + sp:resultVariables (_:b71) ;
2704 sp:where ([ rdf:type sp:Bind ; 2704 sp:where ([ rdf:type sp:Bind ;
2705 sp:expression 2705 sp:expression
2706 [ rdf:type sp:if ; 2706 [ rdf:type sp:if ;
...@@ -2746,7 +2746,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2746,7 +2746,7 @@ ep-spin-lib:selectWellBoreDrillingType
2746 ] 2746 ]
2747 ] 2747 ]
2748 ] ; 2748 ] ;
2749 - sp:variable _:b72 2749 + sp:variable _:b71
2750 ]) 2750 ])
2751 ] . 2751 ] .
2752 2752
...@@ -2756,7 +2756,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2756,7 +2756,7 @@ ep-spin-lib:selectWellBoreHphtType
2756 rdfs:subClassOf ep-spin-lib:Function ; 2756 rdfs:subClassOf ep-spin-lib:Function ;
2757 spin:body 2757 spin:body
2758 [ rdf:type sp:Select ; 2758 [ rdf:type sp:Select ;
2759 - sp:resultVariables (_:b73) ; 2759 + sp:resultVariables (_:b72) ;
2760 sp:where ([ rdf:type sp:Bind ; 2760 sp:where ([ rdf:type sp:Bind ;
2761 sp:expression 2761 sp:expression
2762 [ rdf:type sp:if ; 2762 [ rdf:type sp:if ;
...@@ -2767,7 +2767,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2767,7 +2767,7 @@ ep-spin-lib:selectWellBoreHphtType
2767 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; 2767 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
2768 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> 2768 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
2769 ] ; 2769 ] ;
2770 - sp:variable _:b73 2770 + sp:variable _:b72
2771 ]) 2771 ])
2772 ] . 2772 ] .
2773 2773
...@@ -2777,7 +2777,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2777,7 +2777,7 @@ ep-spin-lib:selectWellBoreTightnessType
2777 rdfs:subClassOf ep-spin-lib:Function ; 2777 rdfs:subClassOf ep-spin-lib:Function ;
2778 spin:body 2778 spin:body
2779 [ rdf:type sp:Select ; 2779 [ rdf:type sp:Select ;
2780 - sp:resultVariables (_:b74) ; 2780 + sp:resultVariables (_:b73) ;
2781 sp:where ([ rdf:type sp:Bind ; 2781 sp:where ([ rdf:type sp:Bind ;
2782 sp:expression 2782 sp:expression
2783 [ rdf:type sp:if ; 2783 [ rdf:type sp:if ;
...@@ -2788,7 +2788,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2788,7 +2788,7 @@ ep-spin-lib:selectWellBoreTightnessType
2788 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; 2788 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
2789 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> 2789 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
2790 ] ; 2790 ] ;
2791 - sp:variable _:b74 2791 + sp:variable _:b73
2792 ]) 2792 ])
2793 ] . 2793 ] .
2794 2794
...@@ -2798,7 +2798,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2798,7 +2798,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2798 rdfs:subClassOf ep-spin-lib:Function ; 2798 rdfs:subClassOf ep-spin-lib:Function ;
2799 spin:body 2799 spin:body
2800 [ rdf:type sp:Select ; 2800 [ rdf:type sp:Select ;
2801 - sp:resultVariables (_:b75) ; 2801 + sp:resultVariables (_:b74) ;
2802 sp:where ([ rdf:type sp:Bind ; 2802 sp:where ([ rdf:type sp:Bind ;
2803 sp:expression 2803 sp:expression
2804 [ rdf:type sp:if ; 2804 [ rdf:type sp:if ;
...@@ -2809,7 +2809,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2809,7 +2809,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2809 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; 2809 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
2810 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> 2810 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
2811 ] ; 2811 ] ;
2812 - sp:variable _:b75 2812 + sp:variable _:b74
2813 ]) 2813 ])
2814 ] . 2814 ] .
2815 2815
...@@ -2819,7 +2819,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2819,7 +2819,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2819 rdfs:subClassOf ep-spin-lib:Function ; 2819 rdfs:subClassOf ep-spin-lib:Function ;
2820 spin:body 2820 spin:body
2821 [ rdf:type sp:Select ; 2821 [ rdf:type sp:Select ;
2822 - sp:resultVariables (_:b76) ; 2822 + sp:resultVariables (_:b75) ;
2823 sp:where ([ rdf:type sp:Bind ; 2823 sp:where ([ rdf:type sp:Bind ;
2824 sp:expression 2824 sp:expression
2825 [ rdf:type sp:if ; 2825 [ rdf:type sp:if ;
...@@ -2830,7 +2830,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2830,7 +2830,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2830 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; 2830 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
2831 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> 2831 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
2832 ] ; 2832 ] ;
2833 - sp:variable _:b76 2833 + sp:variable _:b75
2834 ]) 2834 ])
2835 ] . 2835 ] .
2836 2836
...@@ -2840,7 +2840,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -2840,7 +2840,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
2840 rdfs:subClassOf ep-spin-lib:Function ; 2840 rdfs:subClassOf ep-spin-lib:Function ;
2841 spin:body 2841 spin:body
2842 [ rdf:type sp:Select ; 2842 [ rdf:type sp:Select ;
2843 - sp:resultVariables (_:b77) ; 2843 + sp:resultVariables (_:b76) ;
2844 sp:where ([ rdf:type sp:Bind ; 2844 sp:where ([ rdf:type sp:Bind ;
2845 sp:expression 2845 sp:expression
2846 [ rdf:type sp:if ; 2846 [ rdf:type sp:if ;
...@@ -2851,7 +2851,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -2851,7 +2851,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
2851 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; 2851 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
2852 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> 2852 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
2853 ] ; 2853 ] ;
2854 - sp:variable _:b77 2854 + sp:variable _:b76
2855 ]) 2855 ])
2856 ] . 2856 ] .
2857 2857
...@@ -2861,7 +2861,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -2861,7 +2861,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
2861 rdfs:subClassOf ep-spin-lib:Function ; 2861 rdfs:subClassOf ep-spin-lib:Function ;
2862 spin:body 2862 spin:body
2863 [ rdf:type sp:Select ; 2863 [ rdf:type sp:Select ;
2864 - sp:resultVariables (_:b78) ; 2864 + sp:resultVariables (_:b77) ;
2865 sp:where ([ rdf:type sp:Bind ; 2865 sp:where ([ rdf:type sp:Bind ;
2866 sp:expression 2866 sp:expression
2867 [ rdf:type sp:if ; 2867 [ rdf:type sp:if ;
...@@ -2872,7 +2872,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -2872,7 +2872,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
2872 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; 2872 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
2873 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> 2873 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
2874 ] ; 2874 ] ;
2875 - sp:variable _:b78 2875 + sp:variable _:b77
2876 ]) 2876 ])
2877 ] . 2877 ] .
2878 2878
...@@ -2882,7 +2882,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -2882,7 +2882,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
2882 rdfs:subClassOf ep-spin-lib:Function ; 2882 rdfs:subClassOf ep-spin-lib:Function ;
2883 spin:body 2883 spin:body
2884 [ rdf:type sp:Select ; 2884 [ rdf:type sp:Select ;
2885 - sp:resultVariables (_:b79) ; 2885 + sp:resultVariables (_:b78) ;
2886 sp:where ([ rdf:type sp:Bind ; 2886 sp:where ([ rdf:type sp:Bind ;
2887 sp:expression 2887 sp:expression
2888 [ rdf:type sp:if ; 2888 [ rdf:type sp:if ;
...@@ -2893,7 +2893,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -2893,7 +2893,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
2893 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; 2893 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
2894 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> 2894 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
2895 ] ; 2895 ] ;
2896 - sp:variable _:b79 2896 + sp:variable _:b78
2897 ]) 2897 ])
2898 ] . 2898 ] .
2899 2899
...@@ -2903,7 +2903,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -2903,7 +2903,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
2903 rdfs:subClassOf ep-spin-lib:Function ; 2903 rdfs:subClassOf ep-spin-lib:Function ;
2904 spin:body 2904 spin:body
2905 [ rdf:type sp:Select ; 2905 [ rdf:type sp:Select ;
2906 - sp:resultVariables (_:b80) ; 2906 + sp:resultVariables (_:b79) ;
2907 sp:where ([ rdf:type sp:Bind ; 2907 sp:where ([ rdf:type sp:Bind ;
2908 sp:expression 2908 sp:expression
2909 [ rdf:type sp:if ; 2909 [ rdf:type sp:if ;
...@@ -2914,7 +2914,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -2914,7 +2914,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
2914 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; 2914 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
2915 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> 2915 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
2916 ] ; 2916 ] ;
2917 - sp:variable _:b80 2917 + sp:variable _:b79
2918 ]) 2918 ])
2919 ] . 2919 ] .
2920 2920
...@@ -2924,7 +2924,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -2924,7 +2924,7 @@ ep-spin-lib:selectWellCementJobType
2924 rdfs:subClassOf ep-spin-lib:Function ; 2924 rdfs:subClassOf ep-spin-lib:Function ;
2925 spin:body 2925 spin:body
2926 [ rdf:type sp:Select ; 2926 [ rdf:type sp:Select ;
2927 - sp:resultVariables (_:b81) ; 2927 + sp:resultVariables (_:b80) ;
2928 sp:where ([ rdf:type sp:Bind ; 2928 sp:where ([ rdf:type sp:Bind ;
2929 sp:expression 2929 sp:expression
2930 [ rdf:type sp:if ; 2930 [ rdf:type sp:if ;
...@@ -2956,7 +2956,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -2956,7 +2956,7 @@ ep-spin-lib:selectWellCementJobType
2956 ] 2956 ]
2957 ] 2957 ]
2958 ] ; 2958 ] ;
2959 - sp:variable _:b81 2959 + sp:variable _:b80
2960 ]) 2960 ])
2961 ] . 2961 ] .
2962 2962
...@@ -2966,7 +2966,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -2966,7 +2966,7 @@ ep-spin-lib:selectWellControlIncidentType
2966 rdfs:subClassOf ep-spin-lib:Function ; 2966 rdfs:subClassOf ep-spin-lib:Function ;
2967 spin:body 2967 spin:body
2968 [ rdf:type sp:Select ; 2968 [ rdf:type sp:Select ;
2969 - sp:resultVariables (_:b82) ; 2969 + sp:resultVariables (_:b81) ;
2970 sp:where ([ rdf:type sp:Bind ; 2970 sp:where ([ rdf:type sp:Bind ;
2971 sp:expression 2971 sp:expression
2972 [ rdf:type sp:if ; 2972 [ rdf:type sp:if ;
...@@ -2998,7 +2998,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -2998,7 +2998,7 @@ ep-spin-lib:selectWellControlIncidentType
2998 ] 2998 ]
2999 ] 2999 ]
3000 ] ; 3000 ] ;
3001 - sp:variable _:b82 3001 + sp:variable _:b81
3002 ]) 3002 ])
3003 ] . 3003 ] .
3004 3004
...@@ -3008,7 +3008,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3008,7 +3008,7 @@ ep-spin-lib:selectWellKillingType
3008 rdfs:subClassOf ep-spin-lib:Function ; 3008 rdfs:subClassOf ep-spin-lib:Function ;
3009 spin:body 3009 spin:body
3010 [ rdf:type sp:Select ; 3010 [ rdf:type sp:Select ;
3011 - sp:resultVariables (_:b83) ; 3011 + sp:resultVariables (_:b82) ;
3012 sp:where ([ rdf:type sp:Bind ; 3012 sp:where ([ rdf:type sp:Bind ;
3013 sp:expression 3013 sp:expression
3014 [ rdf:type sp:if ; 3014 [ rdf:type sp:if ;
...@@ -3054,7 +3054,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3054,7 +3054,7 @@ ep-spin-lib:selectWellKillingType
3054 ] 3054 ]
3055 ] 3055 ]
3056 ] ; 3056 ] ;
3057 - sp:variable _:b83 3057 + sp:variable _:b82
3058 ]) 3058 ])
3059 ] . 3059 ] .
3060 3060
...@@ -3064,7 +3064,7 @@ ep-spin-lib:selectWellTestType ...@@ -3064,7 +3064,7 @@ ep-spin-lib:selectWellTestType
3064 rdfs:subClassOf ep-spin-lib:Function ; 3064 rdfs:subClassOf ep-spin-lib:Function ;
3065 spin:body 3065 spin:body
3066 [ rdf:type sp:Select ; 3066 [ rdf:type sp:Select ;
3067 - sp:resultVariables (_:b84) ; 3067 + sp:resultVariables (_:b83) ;
3068 sp:where ([ rdf:type sp:Bind ; 3068 sp:where ([ rdf:type sp:Bind ;
3069 sp:expression 3069 sp:expression
3070 [ rdf:type sp:if ; 3070 [ rdf:type sp:if ;
...@@ -3082,7 +3082,7 @@ ep-spin-lib:selectWellTestType ...@@ -3082,7 +3082,7 @@ ep-spin-lib:selectWellTestType
3082 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> 3082 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
3083 ] 3083 ]
3084 ] ; 3084 ] ;
3085 - sp:variable _:b84 3085 + sp:variable _:b83
3086 ]) 3086 ])
3087 ] . 3087 ] .
3088 3088
...@@ -3092,7 +3092,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3092,7 +3092,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3092 rdfs:subClassOf ep-spin-lib:Function ; 3092 rdfs:subClassOf ep-spin-lib:Function ;
3093 spin:body 3093 spin:body
3094 [ rdf:type sp:Select ; 3094 [ rdf:type sp:Select ;
3095 - sp:resultVariables (_:b85) ; 3095 + sp:resultVariables (_:b84) ;
3096 sp:where ([ rdf:type sp:Bind ; 3096 sp:where ([ rdf:type sp:Bind ;
3097 sp:expression 3097 sp:expression
3098 [ rdf:type sp:if ; 3098 [ rdf:type sp:if ;
...@@ -3103,7 +3103,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3103,7 +3103,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3103 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; 3103 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
3104 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> 3104 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
3105 ] ; 3105 ] ;
3106 - sp:variable _:b85 3106 + sp:variable _:b84
3107 ]) 3107 ])
3108 ] . 3108 ] .
3109 3109
...@@ -3113,7 +3113,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3113,7 +3113,7 @@ ep-spin-lib:selectYieldPointScale
3113 rdfs:subClassOf ep-spin-lib:Function ; 3113 rdfs:subClassOf ep-spin-lib:Function ;
3114 spin:body 3114 spin:body
3115 [ rdf:type sp:Select ; 3115 [ rdf:type sp:Select ;
3116 - sp:resultVariables (_:b86) ; 3116 + sp:resultVariables (_:b85) ;
3117 sp:where ([ rdf:type sp:Bind ; 3117 sp:where ([ rdf:type sp:Bind ;
3118 sp:expression 3118 sp:expression
3119 [ rdf:type sp:if ; 3119 [ rdf:type sp:if ;
...@@ -3131,7 +3131,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3131,7 +3131,7 @@ ep-spin-lib:selectYieldPointScale
3131 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3131 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3132 ] 3132 ]
3133 ] ; 3133 ] ;
3134 - sp:variable _:b86 3134 + sp:variable _:b85
3135 ]) 3135 ])
3136 ] . 3136 ] .
3137 3137
...@@ -3225,166 +3225,163 @@ _:b31 ...@@ -3225,166 +3225,163 @@ _:b31
3225 sp:varName "uri"^^xsd:string . 3225 sp:varName "uri"^^xsd:string .
3226 3226
3227 _:b32 3227 _:b32
3228 - sp:varName "uri"^^xsd:string . 3228 + sp:varName "normalizedStr"^^xsd:string .
3229 3229
3230 _:b33 3230 _:b33
3231 - sp:varName "uri"^^xsd:string . 3231 + sp:varName "s1"^^xsd:string .
3232 3232
3233 _:b34 3233 _:b34
3234 - sp:varName "uri"^^xsd:string . 3234 + sp:varName "s2"^^xsd:string .
3235 3235
3236 _:b35 3236 _:b35
3237 - sp:varName "normalizedStr"^^xsd:string . 3237 + sp:varName "t0a"^^xsd:string .
3238 3238
3239 _:b36 3239 _:b36
3240 - sp:varName "s1"^^xsd:string . 3240 + sp:varName "t0b"^^xsd:string .
3241 3241
3242 _:b37 3242 _:b37
3243 - sp:varName "s2"^^xsd:string . 3243 + sp:varName "t1"^^xsd:string .
3244 3244
3245 _:b38 3245 _:b38
3246 - sp:varName "t0a"^^xsd:string . 3246 + sp:varName "t2"^^xsd:string .
3247 3247
3248 _:b39 3248 _:b39
3249 - sp:varName "t0b"^^xsd:string . 3249 + sp:varName "t3"^^xsd:string .
3250 3250
3251 _:b40 3251 _:b40
3252 - sp:varName "t1"^^xsd:string . 3252 + sp:varName "t4"^^xsd:string .
3253 3253
3254 _:b41 3254 _:b41
3255 - sp:varName "t2"^^xsd:string . 3255 + sp:varName "activitySuccessType"^^xsd:string .
3256 3256
3257 _:b42 3257 _:b42
3258 - sp:varName "t3"^^xsd:string . 3258 + sp:varName "casingRoleType"^^xsd:string .
3259 3259
3260 _:b43 3260 _:b43
3261 - sp:varName "t4"^^xsd:string . 3261 + sp:varName "cementingFluidReturnType"^^xsd:string .
3262 3262
3263 _:b44 3263 _:b44
3264 - sp:varName "activitySuccessType"^^xsd:string . 3264 + sp:varName "componentType"^^xsd:string .
3265 3265
3266 _:b45 3266 _:b45
3267 - sp:varName "casingRoleType"^^xsd:string . 3267 + sp:varName "dailyDrillingReportType"^^xsd:string .
3268 3268
3269 _:b46 3269 _:b46
3270 - sp:varName "cementingFluidReturnType"^^xsd:string . 3270 + sp:varName "densityScale"^^xsd:string .
3271 3271
3272 _:b47 3272 _:b47
3273 - sp:varName "componentType"^^xsd:string . 3273 + sp:varName "drillingActivityOutcomeType"^^xsd:string .
3274 3274
3275 _:b48 3275 _:b48
3276 - sp:varName "dailyDrillingReportType"^^xsd:string . 3276 + sp:varName "drillingActivityPurposeType"^^xsd:string .
3277 3277
3278 _:b49 3278 _:b49
3279 - sp:varName "densityScale"^^xsd:string . 3279 + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
3280 3280
3281 _:b50 3281 _:b50
3282 - sp:varName "drillingActivityOutcomeType"^^xsd:string . 3282 + sp:varName "drillingEquipmentType"^^xsd:string .
3283 3283
3284 _:b51 3284 _:b51
3285 - sp:varName "drillingActivityPurposeType"^^xsd:string . 3285 + sp:varName "fixedOrMoveableRigType"^^xsd:string .
3286 3286
3287 _:b52 3287 _:b52
3288 - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . 3288 + sp:varName "fluidType"^^xsd:string .
3289 3289
3290 _:b53 3290 _:b53
3291 - sp:varName "drillingEquipmentType"^^xsd:string . 3291 + sp:varName "gasReadingType"^^xsd:string .
3292 3292
3293 _:b54 3293 _:b54
3294 - sp:varName "fixedOrMoveableRigType"^^xsd:string . 3294 + sp:varName "innerBarrelType"^^xsd:string .
3295 3295
3296 _:b55 3296 _:b55
3297 - sp:varName "fluidType"^^xsd:string . 3297 + sp:varName "dailyDrillingReportType"^^xsd:string .
3298 3298
3299 _:b56 3299 _:b56
3300 - sp:varName "gasReadingType"^^xsd:string . 3300 + sp:varName "lengthScale"^^xsd:string .
3301 3301
3302 _:b57 3302 _:b57
3303 - sp:varName "innerBarrelType"^^xsd:string . 3303 + sp:varName "massPerUnitLengthScale"^^xsd:string .
3304 3304
3305 _:b58 3305 _:b58
3306 - sp:varName "dailyDrillingReportType"^^xsd:string . 3306 + sp:varName "mudClass"^^xsd:string .
3307 3307
3308 _:b59 3308 _:b59
3309 - sp:varName "lengthScale"^^xsd:string . 3309 + sp:varName "angleScale"^^xsd:string .
3310 3310
3311 _:b60 3311 _:b60
3312 - sp:varName "massPerUnitLengthScale"^^xsd:string . 3312 + sp:varName "plasticViscosityScale"^^xsd:string .
3313 3313
3314 _:b61 3314 _:b61
3315 - sp:varName "angleScale"^^xsd:string .
3316 -
3317 -_:b62
3318 sp:varName "porePressureDeterminationType"^^xsd:string . 3315 sp:varName "porePressureDeterminationType"^^xsd:string .
3319 3316
3320 _:b63 3317 _:b63
3321 - sp:varName "pressureScale"^^xsd:string . 3318 + sp:varName "pressureTestType"^^xsd:string .
3322 3319
3323 _:b64 3320 _:b64
3324 - sp:varName "pressureTestType"^^xsd:string . 3321 + sp:varName "specificVolumeScale"^^xsd:string .
3325 3322
3326 -_:b66 3323 +_:b65
3327 sp:varName "speedScale"^^xsd:string . 3324 sp:varName "speedScale"^^xsd:string .
3328 3325
3329 -_:b67 3326 +_:b66
3330 sp:varName "strengthScale"^^xsd:string . 3327 sp:varName "strengthScale"^^xsd:string .
3331 3328
3332 -_:b68 3329 +_:b67
3333 sp:varName "temperatureScale"^^xsd:string . 3330 sp:varName "temperatureScale"^^xsd:string .
3334 3331
3335 -_:b69 3332 +_:b68
3336 sp:varName "durationScale"^^xsd:string . 3333 sp:varName "durationScale"^^xsd:string .
3337 3334
3338 -_:b70 3335 +_:b69
3339 sp:varName "tubeType"^^xsd:string . 3336 sp:varName "tubeType"^^xsd:string .
3340 3337
3341 -_:b71 3338 +_:b70
3342 sp:varName "volumeScale"^^xsd:string . 3339 sp:varName "volumeScale"^^xsd:string .
3343 3340
3344 -_:b72 3341 +_:b71
3345 sp:varName "wellBoreDrillingType"^^xsd:string . 3342 sp:varName "wellBoreDrillingType"^^xsd:string .
3346 3343
3347 -_:b73 3344 +_:b72
3348 sp:varName "wellBoreHphtType"^^xsd:string . 3345 sp:varName "wellBoreHphtType"^^xsd:string .
3349 3346
3350 -_:b74 3347 +_:b73
3351 sp:varName "wellBoreTightnessType"^^xsd:string . 3348 sp:varName "wellBoreTightnessType"^^xsd:string .
3352 3349
3353 -_:b75 3350 +_:b74
3354 sp:varName "wellCementJobBottomPlugType"^^xsd:string . 3351 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
3355 3352
3356 -_:b76 3353 +_:b75
3357 sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 3354 sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
3358 3355
3359 -_:b77 3356 +_:b76
3360 sp:varName "wellCementJobCasingRotationType"^^xsd:string . 3357 sp:varName "wellCementJobCasingRotationType"^^xsd:string .
3361 3358
3362 -_:b78 3359 +_:b77
3363 sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 3360 sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
3364 3361
3365 -_:b79 3362 +_:b78
3366 sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 3363 sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
3367 3364
3368 -_:b80 3365 +_:b79
3369 sp:varName "wellCementJobTopPlugType"^^xsd:string . 3366 sp:varName "wellCementJobTopPlugType"^^xsd:string .
3370 3367
3371 -_:b81 3368 +_:b80
3372 sp:varName "wellCementJobType"^^xsd:string . 3369 sp:varName "wellCementJobType"^^xsd:string .
3373 3370
3374 -_:b82 3371 +_:b81
3375 sp:varName "wellControlIncidentType"^^xsd:string . 3372 sp:varName "wellControlIncidentType"^^xsd:string .
3376 3373
3377 -_:b83 3374 +_:b82
3378 sp:varName "wellKillingType"^^xsd:string . 3375 sp:varName "wellKillingType"^^xsd:string .
3379 3376
3380 -_:b84 3377 +_:b83
3381 sp:varName "wellTestType"^^xsd:string . 3378 sp:varName "wellTestType"^^xsd:string .
3382 3379
3383 -_:b85 3380 +_:b84
3384 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3381 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3385 3382
3386 -_:b86 3383 +_:b85
3387 sp:varName "yieldPointScale"^^xsd:string . 3384 sp:varName "yieldPointScale"^^xsd:string .
3388 3385
3389 -_:b65 3386 +_:b62
3390 - sp:varName "specificVolumeScale"^^xsd:string . 3387 + sp:varName "pressureScale"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 20:58:08 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 22:35:20 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#> .
......
1 -# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo 3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo 4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
...@@ -6,16 +6,21 @@ ...@@ -6,16 +6,21 @@
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
9 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
10 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
10 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 12 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
14 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
12 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 15 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo 16 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
14 # imports: http://www.reportinghub.no/ep/transform/check 17 # imports: http://www.reportinghub.no/ep/transform/check
15 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 18 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
16 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo 19 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
20 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
17 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo 21 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
18 # imports: http://spinrdf.org/spin 22 # imports: http://spinrdf.org/spin
23 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid
19 24
20 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . 25 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
21 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . 26 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
...@@ -25,16 +30,21 @@ ...@@ -25,16 +30,21 @@
25 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 30 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
26 @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . 31 @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
27 @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . 32 @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
33 +@prefix fluid: <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid#> .
28 @prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . 34 @prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
29 @prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . 35 @prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
30 @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . 36 @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
37 +@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
31 @prefix owl: <http://www.w3.org/2002/07/owl#> . 38 @prefix owl: <http://www.w3.org/2002/07/owl#> .
39 +@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
40 +@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
32 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 41 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 42 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
34 @prefix sp: <http://spinrdf.org/sp#> . 43 @prefix sp: <http://spinrdf.org/sp#> .
35 @prefix spin: <http://spinrdf.org/spin#> . 44 @prefix spin: <http://spinrdf.org/spin#> .
36 @prefix spl: <http://spinrdf.org/spl#> . 45 @prefix spl: <http://spinrdf.org/spl#> .
37 @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . 46 @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> .
47 +@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
38 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . 48 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> .
39 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . 49 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> .
40 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . 50 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> .
...@@ -42,5 +52,5 @@ ...@@ -42,5 +52,5 @@
42 52
43 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 53 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
44 rdf:type owl:Ontology ; 54 rdf:type owl:Ontology ;
45 - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 55 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
46 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 22:08:02 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#> .
......
1 +# Saved by TopBraid on Tue Sep 20 22:42:20 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid
3 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 +# imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
8 +
9 +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid#> .
10 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
16 +@prefix sp: <http://spinrdf.org/sp#> .
17 +@prefix spin: <http://spinrdf.org/spin#> .
18 +@prefix spl: <http://spinrdf.org/spl#> .
19 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
20 +
21 +<http://www.reportinghub.no/ep/transform/1.1/ddr/fluid>
22 + rdf:type owl:Ontology ;
23 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
24 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 +
26 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
27 + spin:rule
28 + [ rdf:type sp:Construct ;
29 + rdfs:comment "STEP 155 Fluid reading activity"^^xsd:string ;
30 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidReading> ;
31 + sp:predicate rdf:type ;
32 + sp:subject _:b1
33 + ] [ sp:object _:b1 ;
34 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
35 + sp:subject _:b2
36 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
37 + sp:predicate rdf:type ;
38 + sp:subject _:b3
39 + ] [ sp:object _:b4 ;
40 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
41 + sp:subject _:b3
42 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
43 + sp:predicate rdf:type ;
44 + sp:subject _:b5
45 + ] [ sp:object _:b3 ;
46 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
47 + sp:subject _:b5
48 + ] [ sp:object _:b5 ;
49 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
50 + sp:subject _:b1
51 + ] [ sp:object _:b6 ;
52 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onFluid> ;
53 + sp:subject _:b1
54 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
55 + sp:predicate rdf:type ;
56 + sp:subject _:b6
57 + ] [ sp:object _:b7 ;
58 + sp:predicate rdf:type ;
59 + sp:subject _:b6
60 + ] [ sp:object _:b8 ;
61 + sp:predicate <http://www.witsml.org/schemas/1series#MudClass> ;
62 + sp:subject _:b6
63 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#FluidType> ;
64 + sp:predicate rdf:type ;
65 + sp:subject _:b7
66 + ] [ sp:object _:b9 ;
67 + sp:predicate rdfs:comment ;
68 + sp:subject _:b7
69 + ] [ sp:object _:b10 ;
70 + sp:predicate rdf:type ;
71 + sp:subject _:b6
72 + ] [ sp:object _:b3 ;
73 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
74 + sp:subject _:b6
75 + ] [ sp:object _:b11 ;
76 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
77 + sp:subject _:b1
78 + ] [ sp:object _:b12 ;
79 + sp:predicate rdf:type ;
80 + sp:subject _:b6
81 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlasticViscosity> ;
82 + sp:predicate rdf:type ;
83 + sp:subject _:b12
84 + ] [ sp:object _:b13 ;
85 + sp:predicate _:b14 ;
86 + sp:subject _:b12
87 + ] [ sp:object _:b15 ;
88 + sp:predicate rdf:type ;
89 + sp:subject _:b6
90 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
91 + sp:predicate rdf:type ;
92 + sp:subject _:b15
93 + ] [ sp:object _:b16 ;
94 + sp:predicate _:b17 ;
95 + sp:subject _:b15
96 + ] [ sp:object _:b18 ;
97 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
98 + sp:subject _:b5
99 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
100 + sp:predicate rdf:type ;
101 + sp:subject _:b18
102 + ] [ sp:object _:b19 ;
103 + sp:predicate _:b20 ;
104 + sp:subject _:b18
105 + ] [ sp:object _:b21 ;
106 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
107 + sp:subject _:b5
108 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
109 + sp:predicate rdf:type ;
110 + sp:subject _:b21
111 + ] [ sp:object _:b22 ;
112 + sp:predicate _:b23 ;
113 + sp:subject _:b21
114 + ] [ sp:object _:b24 ;
115 + sp:predicate rdf:type ;
116 + sp:subject _:b6
117 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
118 + sp:predicate rdf:type ;
119 + sp:subject _:b24
120 + ] [ sp:object _:b25 ;
121 + sp:predicate _:b26 ;
122 + sp:subject _:b24
123 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#BlowOutPreventer> ;
124 + sp:predicate rdf:type ;
125 + sp:subject _:b27
126 + ] [ sp:object _:b3 ;
127 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
128 + sp:subject _:b27
129 + ] [ sp:object _:b28 ;
130 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#maximumPressureForBlowOutPreventer> ;
131 + sp:subject _:b27
132 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
133 + sp:predicate rdf:type ;
134 + sp:subject _:b28
135 + ] [ sp:object _:b29 ;
136 + sp:predicate _:b30 ;
137 + sp:subject _:b28
138 + ]) ;
139 + sp:where ([ sp:object _:b31 ;
140 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
141 + sp:subject spin:_this
142 + ] [ sp:object _:b32 ;
143 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
144 + sp:subject spin:_this
145 + ] [ sp:object _:b4 ;
146 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
147 + sp:subject _:b2
148 + ] [ sp:object _:b33 ;
149 + sp:predicate <http://www.witsml.org/schemas/1series#fluidRef> ;
150 + sp:subject spin:_this
151 + ] [ sp:object _:b11 ;
152 + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
153 + sp:subject _:b33
154 + ] [ sp:object _:b9 ;
155 + sp:predicate <http://www.witsml.org/schemas/1series#type> ;
156 + sp:subject _:b33
157 + ] [ sp:object _:b34 ;
158 + sp:predicate <http://www.witsml.org/schemas/1series#pvRef> ;
159 + sp:subject _:b33
160 + ] [ sp:object _:b35 ;
161 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
162 + sp:subject _:b34
163 + ] [ sp:object _:b13 ;
164 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
165 + sp:subject _:b34
166 + ] [ sp:object _:b36 ;
167 + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
168 + sp:subject _:b33
169 + ] [ sp:object _:b37 ;
170 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
171 + sp:subject _:b36
172 + ] [ sp:object _:b19 ;
173 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
174 + sp:subject _:b36
175 + ] [ rdf:type sp:Optional ;
176 + sp:elements ([ sp:object _:b8 ;
177 + sp:predicate <http://www.witsml.org/schemas/1series#MudClass> ;
178 + sp:subject _:b33
179 + ])
180 + ] [ rdf:type sp:Optional ;
181 + sp:elements ([ sp:object _:b38 ;
182 + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
183 + sp:subject _:b33
184 + ] [ sp:object _:b39 ;
185 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
186 + sp:subject _:b38
187 + ] [ sp:object _:b22 ;
188 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
189 + sp:subject _:b38
190 + ])
191 + ] [ rdf:type sp:Optional ;
192 + sp:elements ([ sp:object _:b40 ;
193 + sp:predicate <http://www.witsml.org/schemas/1series#ypRef> ;
194 + sp:subject _:b33
195 + ] [ sp:object _:b41 ;
196 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
197 + sp:subject _:b40
198 + ] [ sp:object _:b16 ;
199 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
200 + sp:subject _:b40
201 + ])
202 + ] [ sp:object _:b42 ;
203 + sp:predicate <http://www.witsml.org/schemas/1series#densityRef> ;
204 + sp:subject _:b33
205 + ] [ sp:object _:b43 ;
206 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
207 + sp:subject _:b42
208 + ] [ sp:object _:b25 ;
209 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
210 + sp:subject _:b42
211 + ] [ sp:object _:b44 ;
212 + sp:predicate <http://www.witsml.org/schemas/1series#presBopRatingRef> ;
213 + sp:subject _:b33
214 + ] [ sp:object _:b45 ;
215 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
216 + sp:subject _:b44
217 + ] [ sp:object _:b29 ;
218 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
219 + sp:subject _:b44
220 + ] [ rdf:type sp:Bind ;
221 + sp:expression
222 + [ rdf:type ep-spin-lib:normalizeString ;
223 + sp:arg1 _:b31
224 + ] ;
225 + sp:variable _:b46
226 + ] [ rdf:type sp:Bind ;
227 + sp:expression
228 + [ rdf:type afn:localname ;
229 + sp:arg1 _:b33
230 + ] ;
231 + sp:variable _:b47
232 + ] [ rdf:type sp:Bind ;
233 + sp:expression
234 + [ rdf:type ep-spin-lib:buildFluidReadingURI ;
235 + sp:arg1 _:b46 ;
236 + sp:arg2 _:b32 ;
237 + sp:arg3 _:b47
238 + ] ;
239 + sp:variable _:b1
240 + ] [ rdf:type sp:Bind ;
241 + sp:expression
242 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
243 + sp:arg1 _:b46 ;
244 + sp:arg2 _:b32
245 + ] ;
246 + sp:variable _:b2
247 + ] [ rdf:type sp:Bind ;
248 + sp:expression
249 + [ rdf:type ep-spin-lib:selectLengthScale ;
250 + sp:arg1 _:b37
251 + ] ;
252 + sp:variable _:b20
253 + ] [ rdf:type sp:Bind ;
254 + sp:expression
255 + [ rdf:type ep-spin-lib:selectLengthScale ;
256 + sp:arg1 _:b39
257 + ] ;
258 + sp:variable _:b23
259 + ] [ rdf:type sp:Bind ;
260 + sp:expression
261 + [ rdf:type ep-spin-lib:selectDensityScale ;
262 + sp:arg1 _:b43
263 + ] ;
264 + sp:variable _:b26
265 + ] [ rdf:type sp:Bind ;
266 + sp:expression
267 + [ rdf:type ep-spin-lib:selectPlasticViscosityScale ;
268 + sp:arg1 _:b35
269 + ] ;
270 + sp:variable _:b14
271 + ] [ rdf:type sp:Bind ;
272 + sp:expression
273 + [ rdf:type ep-spin-lib:selectYieldPointScale ;
274 + sp:arg1 _:b41
275 + ] ;
276 + sp:variable _:b17
277 + ] [ rdf:type sp:Bind ;
278 + sp:expression
279 + [ rdf:type ep-spin-lib:selectPressureScale ;
280 + sp:arg1 _:b45
281 + ] ;
282 + sp:variable _:b30
283 + ] [ rdf:type sp:Bind ;
284 + sp:expression
285 + [ rdf:type ep-spin-lib:selectMudClass ;
286 + sp:arg1 _:b8
287 + ] ;
288 + sp:variable _:b10
289 + ])
290 + ] .
291 +
292 +_:b31
293 + sp:varName "nameWellBore"^^xsd:string .
294 +
295 +_:b32
296 + sp:varName "dTimStart"^^xsd:string .
297 +
298 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
299 +
300 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
301 +
302 +_:b33
303 + sp:varName "fluid"^^xsd:string .
304 +
305 +_:b11
306 + sp:varName "dTim"^^xsd:string .
307 +
308 +_:b9 sp:varName "type"^^xsd:string .
309 +
310 +_:b34
311 + sp:varName "pv"^^xsd:string .
312 +
313 +_:b35
314 + sp:varName "uomPv"^^xsd:string .
315 +
316 +_:b13
317 + sp:varName "realPv"^^xsd:string .
318 +
319 +_:b36
320 + sp:varName "md"^^xsd:string .
321 +
322 +_:b37
323 + sp:varName "uomMd"^^xsd:string .
324 +
325 +_:b19
326 + sp:varName "realMd"^^xsd:string .
327 +
328 +_:b8 sp:varName "mud"^^xsd:string .
329 +
330 +_:b38
331 + sp:varName "tvd"^^xsd:string .
332 +
333 +_:b39
334 + sp:varName "uomTvd"^^xsd:string .
335 +
336 +_:b22
337 + sp:varName "realTvd"^^xsd:string .
338 +
339 +_:b40
340 + sp:varName "yp"^^xsd:string .
341 +
342 +_:b41
343 + sp:varName "uomYp"^^xsd:string .
344 +
345 +_:b16
346 + sp:varName "realYp"^^xsd:string .
347 +
348 +_:b42
349 + sp:varName "density"^^xsd:string .
350 +
351 +_:b43
352 + sp:varName "uomDensity"^^xsd:string .
353 +
354 +_:b25
355 + sp:varName "realDensity"^^xsd:string .
356 +
357 +_:b44
358 + sp:varName "presBopRating"^^xsd:string .
359 +
360 +_:b45
361 + sp:varName "uomPressure"^^xsd:string .
362 +
363 +_:b29
364 + sp:varName "realPressure"^^xsd:string .
365 +
366 +_:b46
367 + sp:varName "normalizedWellBoreName"^^xsd:string .
368 +
369 +_:b47
370 + sp:varName "localname"^^xsd:string .
371 +
372 +_:b1 sp:varName "fluidReading"^^xsd:string .
373 +
374 +_:b20
375 + sp:varName "lengthScaleMd"^^xsd:string .
376 +
377 +_:b23
378 + sp:varName "lengthScaleTvd"^^xsd:string .
379 +
380 +_:b26
381 + sp:varName "densityScale"^^xsd:string .
382 +
383 +_:b14
384 + sp:varName "plasticViscosityScale"^^xsd:string .
385 +
386 +_:b17
387 + sp:varName "yieldPointScale"^^xsd:string .
388 +
389 +_:b30
390 + sp:varName "pressureScale"^^xsd:string .
391 +
392 +_:b10
393 + sp:varName "mudClass"^^xsd:string .
1 -# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:36:42 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
3 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 4 # imports: http://www.reportinghub.no/ep/schema/1.0/core
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; 21 + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 23
24 <http://www.witsml.org/schemas/1series#Obj_drillReport> 24 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
129 ]) 129 ])
130 ] [ rdf:type sp:Optional ; 130 ] [ rdf:type sp:Optional ;
131 sp:elements ([ sp:object _:b29 ; 131 sp:elements ([ sp:object _:b29 ;
132 - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 132 + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
133 sp:subject _:b22 133 sp:subject _:b22
134 ] [ sp:object _:b30 ; 134 ] [ sp:object _:b30 ;
135 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 135 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
...@@ -205,77 +205,77 @@ ...@@ -205,77 +205,77 @@
205 ]) 205 ])
206 ] . 206 ] .
207 207
208 -_:b20 208 +_:b17
209 - sp:varName "nameWellBore"^^xsd:string . 209 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
210 210
211 -_:b21 211 +_:b11
212 - sp:varName "dTimStart"^^xsd:string . 212 + sp:varName "lengthScaleMdBottom"^^xsd:string .
213 213
214 -_:b22 214 +_:b14
215 - sp:varName "lithShowInfo"^^xsd:string . 215 + sp:varName "lengthScaleTvdTop"^^xsd:string .
216 216
217 -_:b5 sp:varName "dTimEnd"^^xsd:string . 217 +_:b8 sp:varName "lengthScaleMdTop"^^xsd:string .
218 218
219 -_:b23 219 +_:b1 sp:varName "lithShowObservation"^^xsd:string .
220 - sp:varName "mdTop"^^xsd:string .
221 220
222 -_:b24 221 +_:b32
223 - sp:varName "uomMdTop"^^xsd:string . 222 + sp:varName "localname"^^xsd:string .
224 223
225 -_:b7 sp:varName "realMdTop"^^xsd:string . 224 +_:b31
225 + sp:varName "normalizedWellBoreName"^^xsd:string .
226 226
227 -_:b25 227 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
228 - sp:varName "mdBottom"^^xsd:string .
229 228
230 -_:b26 229 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
231 - sp:varName "uomMdBottom"^^xsd:string .
232 230
233 -_:b10 231 +_:b19
234 - sp:varName "realMdBottom"^^xsd:string . 232 + sp:varName "lithology"^^xsd:string .
235 233
236 -_:b27 234 +_:b18
237 - sp:varName "tvdTop"^^xsd:string . 235 + sp:varName "show"^^xsd:string .
238 236
239 -_:b28 237 +_:b16
240 - sp:varName "uomTvdTop"^^xsd:string . 238 + sp:varName "realTvdBottom"^^xsd:string .
241 239
242 -_:b13 240 +_:b30
243 - sp:varName "realTvdTop"^^xsd:string . 241 + sp:varName "uomTvdBottom"^^xsd:string .
244 242
245 _:b29 243 _:b29
246 sp:varName "tvdBottom"^^xsd:string . 244 sp:varName "tvdBottom"^^xsd:string .
247 245
248 -_:b30 246 +_:b13
249 - sp:varName "uomTvdBottom"^^xsd:string . 247 + sp:varName "realTvdTop"^^xsd:string .
250 248
251 -_:b16 249 +_:b28
252 - sp:varName "realTvdBottom"^^xsd:string . 250 + sp:varName "uomTvdTop"^^xsd:string .
253 251
254 -_:b18 252 +_:b27
255 - sp:varName "show"^^xsd:string . 253 + sp:varName "tvdTop"^^xsd:string .
256 254
257 -_:b19 255 +_:b10
258 - sp:varName "lithology"^^xsd:string . 256 + sp:varName "realMdBottom"^^xsd:string .
259 257
260 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . 258 +_:b26
259 + sp:varName "uomMdBottom"^^xsd:string .
261 260
262 -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . 261 +_:b25
262 + sp:varName "mdBottom"^^xsd:string .
263 263
264 -_:b31 264 +_:b7 sp:varName "realMdTop"^^xsd:string .
265 - sp:varName "normalizedWellBoreName"^^xsd:string .
266 265
267 -_:b32 266 +_:b24
268 - sp:varName "localname"^^xsd:string . 267 + sp:varName "uomMdTop"^^xsd:string .
269 268
270 -_:b1 sp:varName "lithShowObservation"^^xsd:string . 269 +_:b23
270 + sp:varName "mdTop"^^xsd:string .
271 271
272 -_:b8 sp:varName "lengthScaleMdTop"^^xsd:string . 272 +_:b5 sp:varName "dTimEnd"^^xsd:string .
273 273
274 -_:b14 274 +_:b22
275 - sp:varName "lengthScaleTvdTop"^^xsd:string . 275 + sp:varName "lithShowInfo"^^xsd:string .
276 276
277 -_:b11 277 +_:b21
278 - sp:varName "lengthScaleMdBottom"^^xsd:string . 278 + sp:varName "dTimStart"^^xsd:string .
279 279
280 -_:b17 280 +_:b20
281 - sp:varName "lengthScaleTvdBottom"^^xsd:string . 281 + sp:varName "nameWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:36:42 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#> .
......
1 -# Saved by TopBraid on Wed Aug 17 13:42:27 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:40:09 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
3 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr 3 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 +# imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
5 8
6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
10 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
7 @prefix arg: <http://spinrdf.org/arg#> . 11 @prefix arg: <http://spinrdf.org/arg#> .
8 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -15,924 +19,626 @@ ...@@ -15,924 +19,626 @@
15 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
16 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 21
18 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 22 +<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo>
23 + rdf:type owl:Ontology ;
24 + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
25 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 +
27 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
19 spin:rule 28 spin:rule
20 [ rdf:type sp:Construct ; 29 [ rdf:type sp:Construct ;
21 - rdfs:comment "STEP 194 Transfer tvdTop"^^xsd:string ; 30 + rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ;
22 - sp:templates ([ sp:object _:b1 ; 31 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ;
23 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 32 + sp:predicate rdf:type ;
33 + sp:subject _:b1
34 + ] [ sp:object _:b1 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
24 sp:subject _:b2 36 sp:subject _:b2
25 - ]) ; 37 + ] [ sp:object _:b3 ;
26 - sp:where ([ sp:object _:b3 ; 38 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
27 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 39 + sp:subject _:b1
28 - sp:subject spin:_this 40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
41 + sp:predicate rdf:type ;
42 + sp:subject _:b3
29 ] [ sp:object _:b4 ; 43 ] [ sp:object _:b4 ;
30 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
31 - sp:subject spin:_this 45 + sp:subject _:b3
32 - ] [ sp:object _:b5 ; 46 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
33 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 47 + sp:predicate rdf:type ;
34 - sp:subject spin:_this
35 - ] [ sp:object _:b6 ;
36 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
37 sp:subject _:b5 48 sp:subject _:b5
38 - ] [ sp:object _:b1 ; 49 + ] [ sp:object _:b3 ;
39 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
40 sp:subject _:b5 51 sp:subject _:b5
41 - ] [ rdf:type sp:Bind ; 52 + ] [ sp:object _:b6 ;
42 - sp:expression 53 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ;
43 - [ rdf:type ep-spin-lib:normalizeString ; 54 + sp:subject _:b1
44 - sp:arg1 _:b3 55 + ] [ sp:object _:b7 ;
45 - ] ; 56 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
46 - sp:variable _:b7 57 + sp:subject _:b1
47 - ] [ rdf:type sp:Bind ; 58 + ] [ sp:object _:b8 ;
48 - sp:expression 59 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ;
49 - [ rdf:type ep-spin-lib:normalizeString ; 60 + sp:subject _:b1
50 - sp:arg1 _:b6 61 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
51 - ] ;
52 - sp:variable _:b8
53 - ] [ rdf:type sp:Bind ;
54 - sp:expression
55 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ;
56 - sp:arg1 _:b7 ;
57 - sp:arg2 _:b4 ;
58 - sp:arg3 _:b8
59 - ] ;
60 - sp:variable _:b2
61 - ])
62 - ] ;
63 - spin:rule
64 - [ rdf:type sp:Construct ;
65 - rdfs:comment "STEP 197 Transfer circulating temperature"^^xsd:string ;
66 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithCirculation> ;
67 sp:predicate rdf:type ; 62 sp:predicate rdf:type ;
68 - sp:subject _:b9 63 + sp:subject _:b8
69 - ] [ sp:object _:b10 ; 64 + ] [ sp:object _:b9 ;
70 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 65 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
66 + sp:subject _:b8
67 + ] [ sp:object _:b10 ;
68 + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
71 sp:subject _:b9 69 sp:subject _:b9
72 - ] [ sp:object _:b11 ; 70 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ;
73 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHCT> ; 71 + sp:predicate rdf:type ;
74 sp:subject _:b9 72 sp:subject _:b9
75 - ]) ; 73 + ] [ sp:object _:b11 ;
76 - sp:where ([ sp:object _:b12 ; 74 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
77 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 75 + sp:subject _:b1
78 - sp:subject spin:_this 76 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
77 + sp:predicate rdf:type ;
78 + sp:subject _:b11
79 + ] [ sp:object _:b12 ;
80 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
81 + sp:subject _:b11
79 ] [ sp:object _:b13 ; 82 ] [ sp:object _:b13 ;
80 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 83 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
81 - sp:subject spin:_this 84 + sp:subject _:b11
85 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
86 + sp:predicate rdf:type ;
87 + sp:subject _:b13
82 ] [ sp:object _:b14 ; 88 ] [ sp:object _:b14 ;
83 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 89 + sp:predicate _:b15 ;
84 - sp:subject spin:_this 90 + sp:subject _:b13
85 - ] [ sp:object _:b15 ; 91 + ] [ sp:object _:b16 ;
86 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 92 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
87 - sp:subject _:b14 93 + sp:subject _:b11
88 - ] [ sp:object _:b11 ; 94 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
89 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHCT> ;
90 - sp:subject _:b14
91 - ] [ rdf:type sp:Bind ;
92 - sp:expression
93 - [ rdf:type ep-spin-lib:normalizeString ;
94 - sp:arg1 _:b12
95 - ] ;
96 - sp:variable _:b16
97 - ] [ rdf:type sp:Bind ;
98 - sp:expression
99 - [ rdf:type ep-spin-lib:normalizeString ;
100 - sp:arg1 _:b15
101 - ] ;
102 - sp:variable _:b17
103 - ] [ rdf:type sp:Bind ;
104 - sp:expression
105 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ;
106 - sp:arg1 _:b16 ;
107 - sp:arg2 _:b13 ;
108 - sp:arg3 _:b17
109 - ] ;
110 - sp:variable _:b10
111 - ])
112 - ] ;
113 - spin:rule
114 - [ rdf:type sp:Construct ;
115 - rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ;
116 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLog> ;
117 sp:predicate rdf:type ; 95 sp:predicate rdf:type ;
118 - sp:subject _:b18 96 + sp:subject _:b16
119 - ] [ sp:object _:b18 ; 97 + ] [ sp:object _:b17 ;
120 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 98 + sp:predicate _:b18 ;
121 - sp:subject _:b19 99 + sp:subject _:b16
122 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; 100 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ;
101 + sp:predicate rdf:type ;
102 + sp:subject _:b12
103 + ] [ sp:object _:b19 ;
104 + sp:predicate rdfs:comment ;
105 + sp:subject _:b12
106 + ] [ sp:object _:b20 ;
107 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
108 + sp:subject _:b5
109 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
123 sp:predicate rdf:type ; 110 sp:predicate rdf:type ;
124 sp:subject _:b20 111 sp:subject _:b20
125 - ] [ sp:object 112 + ] [ sp:object _:b21 ;
126 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 113 + sp:predicate _:b22 ;
127 - ] ;
128 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
129 sp:subject _:b20 114 sp:subject _:b20
130 - ] [ sp:object _:b20 ;
131 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
132 - sp:subject _:b18
133 - ]) ;
134 - sp:where ([ sp:object _:b21 ;
135 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
136 - sp:subject spin:_this
137 - ] [ sp:object _:b22 ;
138 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
139 - sp:subject spin:_this
140 ] [ sp:object _:b23 ; 115 ] [ sp:object _:b23 ;
141 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 116 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
142 - sp:subject spin:_this 117 + sp:subject _:b5
118 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
119 + sp:predicate rdf:type ;
120 + sp:subject _:b23
143 ] [ sp:object _:b24 ; 121 ] [ sp:object _:b24 ;
144 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 122 + sp:predicate _:b25 ;
145 sp:subject _:b23 123 sp:subject _:b23
146 - ] [ rdf:type sp:Bind ; 124 + ] [ sp:object _:b26 ;
147 - sp:expression 125 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
148 - [ rdf:type ep-spin-lib:normalizeString ; 126 + sp:subject _:b5
149 - sp:arg1 _:b21 127 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
150 - ] ;
151 - sp:variable _:b25
152 - ] [ rdf:type sp:Bind ;
153 - sp:expression
154 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
155 - sp:arg1 _:b25 ;
156 - sp:arg2 _:b22
157 - ] ;
158 - sp:variable _:b19
159 - ] [ rdf:type sp:Bind ;
160 - sp:expression
161 - [ rdf:type ep-spin-lib:normalizeString ;
162 - sp:arg1 _:b24
163 - ] ;
164 - sp:variable _:b26
165 - ] [ rdf:type sp:Bind ;
166 - sp:expression
167 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ;
168 - sp:arg1 _:b25 ;
169 - sp:arg2 _:b22 ;
170 - sp:arg3 _:b26
171 - ] ;
172 - sp:variable _:b18
173 - ] [ rdf:type sp:Bind ;
174 - sp:expression
175 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ;
176 - sp:arg1 _:b25 ;
177 - sp:arg2 _:b22 ;
178 - sp:arg3 _:b26
179 - ] ;
180 - sp:variable _:b20
181 - ])
182 - ] ;
183 - spin:rule
184 - [ rdf:type sp:Construct ;
185 - rdfs:comment "STEP 196 Transfer logging tool"^^xsd:string ;
186 - sp:templates ([ sp:object _:b27 ;
187 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
188 - sp:subject _:b28
189 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ;
190 sp:predicate rdf:type ; 128 sp:predicate rdf:type ;
191 - sp:subject _:b27 129 + sp:subject _:b26
130 + ] [ sp:object _:b27 ;
131 + sp:predicate _:b28 ;
132 + sp:subject _:b26
192 ] [ sp:object _:b29 ; 133 ] [ sp:object _:b29 ;
193 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 134 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
194 - sp:subject _:b27 135 + sp:subject _:b5
195 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; 136 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
196 sp:predicate rdf:type ; 137 sp:predicate rdf:type ;
197 sp:subject _:b29 138 sp:subject _:b29
198 ] [ sp:object _:b30 ; 139 ] [ sp:object _:b30 ;
199 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; 140 + sp:predicate _:b31 ;
200 sp:subject _:b29 141 sp:subject _:b29
201 ]) ; 142 ]) ;
202 - sp:where ([ sp:object _:b31 ; 143 + sp:where ([ sp:object _:b32 ;
203 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 144 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
204 - sp:subject spin:_this
205 - ] [ sp:object _:b32 ;
206 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
207 sp:subject spin:_this 145 sp:subject spin:_this
208 ] [ sp:object _:b33 ; 146 ] [ sp:object _:b33 ;
209 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 147 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
210 sp:subject spin:_this 148 sp:subject spin:_this
149 + ] [ sp:object _:b4 ;
150 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
151 + sp:subject _:b2
211 ] [ sp:object _:b34 ; 152 ] [ sp:object _:b34 ;
212 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 153 + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ;
213 - sp:subject _:b33
214 - ] [ sp:object _:b30 ;
215 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tool> ;
216 - sp:subject _:b33
217 - ] [ rdf:type sp:Bind ;
218 - sp:expression
219 - [ rdf:type ep-spin-lib:normalizeString ;
220 - sp:arg1 _:b31
221 - ] ;
222 - sp:variable _:b35
223 - ] [ rdf:type sp:Bind ;
224 - sp:expression
225 - [ rdf:type ep-spin-lib:normalizeString ;
226 - sp:arg1 _:b34
227 - ] ;
228 - sp:variable _:b36
229 - ] [ rdf:type sp:Bind ;
230 - sp:expression
231 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ;
232 - sp:arg1 _:b35 ;
233 - sp:arg2 _:b32 ;
234 - sp:arg3 _:b36
235 - ] ;
236 - sp:variable _:b28
237 - ])
238 - ] ;
239 - spin:rule
240 - [ rdf:type sp:Construct ;
241 - rdfs:comment "STEP 199b Transfer tvd to temperature tool"^^xsd:string ;
242 - sp:templates ([ sp:object _:b37 ;
243 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTempTool> ;
244 - sp:subject _:b38
245 - ]) ;
246 - sp:where ([ sp:object _:b39 ;
247 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
248 sp:subject spin:_this 154 sp:subject spin:_this
155 + ] [ sp:object _:b6 ;
156 + sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ;
157 + sp:subject _:b34
158 + ] [ sp:object _:b19 ;
159 + sp:predicate <http://www.witsml.org/schemas/1series#tool> ;
160 + sp:subject _:b34
161 + ] [ rdf:type sp:Optional ;
162 + sp:elements ([ sp:object _:b7 ;
163 + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
164 + sp:subject _:b34
165 + ])
166 + ] [ sp:object _:b35 ;
167 + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
168 + sp:subject _:b34
169 + ] [ sp:object _:b36 ;
170 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
171 + sp:subject _:b35
172 + ] [ sp:object _:b21 ;
173 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
174 + sp:subject _:b35
175 + ] [ sp:object _:b37 ;
176 + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
177 + sp:subject _:b34
178 + ] [ sp:object _:b38 ;
179 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
180 + sp:subject _:b37
181 + ] [ sp:object _:b24 ;
182 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
183 + sp:subject _:b37
184 + ] [ rdf:type sp:Optional ;
185 + sp:elements ([ sp:object _:b39 ;
186 + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
187 + sp:subject _:b34
249 ] [ sp:object _:b40 ; 188 ] [ sp:object _:b40 ;
250 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 189 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
251 - sp:subject spin:_this 190 + sp:subject _:b39
252 - ] [ sp:object _:b41 ; 191 + ] [ sp:object _:b27 ;
253 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 192 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
254 - sp:subject spin:_this 193 + sp:subject _:b39
194 + ])
195 + ] [ rdf:type sp:Optional ;
196 + sp:elements ([ sp:object _:b41 ;
197 + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
198 + sp:subject _:b34
255 ] [ sp:object _:b42 ; 199 ] [ sp:object _:b42 ;
256 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 200 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
257 sp:subject _:b41 201 sp:subject _:b41
258 - ] [ sp:object _:b38 ; 202 + ] [ sp:object _:b30 ;
259 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; 203 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
260 - sp:subject _:b43
261 - ] [ sp:object _:b37 ;
262 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTempTool> ;
263 sp:subject _:b41 204 sp:subject _:b41
264 - ] [ rdf:type sp:Bind ;
265 - sp:expression
266 - [ rdf:type ep-spin-lib:normalizeString ;
267 - sp:arg1 _:b39
268 - ] ;
269 - sp:variable _:b44
270 - ] [ rdf:type sp:Bind ;
271 - sp:expression
272 - [ rdf:type ep-spin-lib:normalizeString ;
273 - sp:arg1 _:b42
274 - ] ;
275 - sp:variable _:b45
276 - ] [ rdf:type sp:Bind ;
277 - sp:expression
278 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ;
279 - sp:arg1 _:b44 ;
280 - sp:arg2 _:b40 ;
281 - sp:arg3 _:b45
282 - ] ;
283 - sp:variable _:b43
284 ]) 205 ])
285 - ] ; 206 + ] [ sp:object _:b10 ;
286 - spin:rule 207 + sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ;
287 - [ rdf:type sp:Construct ; 208 + sp:subject _:b34
288 - rdfs:comment "STEP 193 Transfer mdTop and mdBottom"^^xsd:string ; 209 + ] [ sp:object _:b43 ;
289 - sp:templates ([ sp:object _:b46 ; 210 + sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ;
290 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; 211 + sp:subject _:b34
291 - sp:subject _:b47 212 + ] [ sp:object _:b44 ;
292 - ] [ sp:object _:b48 ; 213 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
293 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; 214 + sp:subject _:b43
294 - sp:subject _:b47 215 + ] [ sp:object _:b14 ;
295 - ]) ; 216 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
296 - sp:where ([ sp:object _:b49 ; 217 + sp:subject _:b43
297 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 218 + ] [ rdf:type sp:Optional ;
298 - sp:subject spin:_this 219 + sp:elements ([ sp:object _:b45 ;
299 - ] [ sp:object _:b50 ; 220 + sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ;
300 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 221 + sp:subject _:b34
301 - sp:subject spin:_this
302 - ] [ sp:object _:b51 ;
303 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ;
304 - sp:subject spin:_this
305 - ] [ sp:object _:b52 ;
306 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
307 - sp:subject _:b51
308 ] [ sp:object _:b46 ; 222 ] [ sp:object _:b46 ;
309 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; 223 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
310 - sp:subject _:b51 224 + sp:subject _:b45
311 - ] [ sp:object _:b48 ; 225 + ] [ sp:object _:b17 ;
312 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; 226 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
313 - sp:subject _:b51 227 + sp:subject _:b45
314 - ] [ rdf:type sp:Bind ; 228 + ])
315 - sp:expression
316 - [ rdf:type ep-spin-lib:normalizeString ;
317 - sp:arg1 _:b49
318 - ] ;
319 - sp:variable _:b53
320 ] [ rdf:type sp:Bind ; 229 ] [ rdf:type sp:Bind ;
321 sp:expression 230 sp:expression
322 [ rdf:type ep-spin-lib:normalizeString ; 231 [ rdf:type ep-spin-lib:normalizeString ;
323 - sp:arg1 _:b52 232 + sp:arg1 _:b32
324 - ] ;
325 - sp:variable _:b54
326 - ] [ rdf:type sp:Bind ;
327 - sp:expression
328 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ;
329 - sp:arg1 _:b53 ;
330 - sp:arg2 _:b50 ;
331 - sp:arg3 _:b54
332 ] ; 233 ] ;
333 sp:variable _:b47 234 sp:variable _:b47
334 - ])
335 - ] ;
336 - spin:rule
337 - [ rdf:type sp:Construct ;
338 - rdfs:comment "STEP 198 Transfer static temperature"^^xsd:string ;
339 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithoutCirculation> ;
340 - sp:predicate rdf:type ;
341 - sp:subject _:b55
342 - ] [ sp:object _:b56 ;
343 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
344 - sp:subject _:b55
345 - ] [ sp:object _:b57 ;
346 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHST> ;
347 - sp:subject _:b55
348 - ]) ;
349 - sp:where ([ sp:object _:b58 ;
350 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
351 - sp:subject spin:_this
352 - ] [ sp:object _:b59 ;
353 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
354 - sp:subject spin:_this
355 - ] [ sp:object _:b60 ;
356 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ;
357 - sp:subject spin:_this
358 - ] [ sp:object _:b61 ;
359 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
360 - sp:subject _:b60
361 - ] [ sp:object _:b57 ;
362 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHST> ;
363 - sp:subject _:b60
364 ] [ rdf:type sp:Bind ; 235 ] [ rdf:type sp:Bind ;
365 sp:expression 236 sp:expression
366 - [ rdf:type ep-spin-lib:normalizeString ; 237 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
367 - sp:arg1 _:b58 238 + sp:arg1 _:b47 ;
239 + sp:arg2 _:b33
368 ] ; 240 ] ;
369 - sp:variable _:b62 241 + sp:variable _:b2
370 ] [ rdf:type sp:Bind ; 242 ] [ rdf:type sp:Bind ;
371 sp:expression 243 sp:expression
372 - [ rdf:type ep-spin-lib:normalizeString ; 244 + [ rdf:type afn:localname ;
373 - sp:arg1 _:b61 245 + sp:arg1 _:b34
374 ] ; 246 ] ;
375 - sp:variable _:b63 247 + sp:variable _:b48
376 ] [ rdf:type sp:Bind ; 248 ] [ rdf:type sp:Bind ;
377 sp:expression 249 sp:expression
378 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; 250 + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ;
379 - sp:arg1 _:b62 ; 251 + sp:arg1 _:b47 ;
380 - sp:arg2 _:b59 ; 252 + sp:arg2 _:b33 ;
381 - sp:arg3 _:b63 253 + sp:arg3 _:b48
382 ] ; 254 ] ;
383 - sp:variable _:b56 255 + sp:variable _:b1
384 - ])
385 - ] ;
386 - spin:rule
387 - [ rdf:type sp:Construct ;
388 - rdfs:comment "STEP 199a Transfer measured depth to temperature tool"^^xsd:string ;
389 - sp:templates ([ sp:object _:b64 ;
390 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTempTool> ;
391 - sp:subject _:b65
392 - ]) ;
393 - sp:where ([ sp:object _:b66 ;
394 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
395 - sp:subject spin:_this
396 - ] [ sp:object _:b67 ;
397 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
398 - sp:subject spin:_this
399 - ] [ sp:object _:b68 ;
400 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ;
401 - sp:subject spin:_this
402 - ] [ sp:object _:b69 ;
403 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
404 - sp:subject _:b68
405 - ] [ sp:object _:b65 ;
406 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
407 - sp:subject _:b70
408 - ] [ sp:object _:b64 ;
409 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTempTool> ;
410 - sp:subject _:b68
411 ] [ rdf:type sp:Bind ; 256 ] [ rdf:type sp:Bind ;
412 sp:expression 257 sp:expression
413 - [ rdf:type ep-spin-lib:normalizeString ; 258 + [ rdf:type ep-spin-lib:selectLengthScale ;
414 - sp:arg1 _:b66 259 + sp:arg1 _:b36
415 ] ; 260 ] ;
416 - sp:variable _:b71 261 + sp:variable _:b22
417 ] [ rdf:type sp:Bind ; 262 ] [ rdf:type sp:Bind ;
418 sp:expression 263 sp:expression
419 - [ rdf:type ep-spin-lib:normalizeString ; 264 + [ rdf:type ep-spin-lib:selectLengthScale ;
420 - sp:arg1 _:b69 265 + sp:arg1 _:b40
421 ] ; 266 ] ;
422 - sp:variable _:b72 267 + sp:variable _:b28
423 ] [ rdf:type sp:Bind ; 268 ] [ rdf:type sp:Bind ;
424 sp:expression 269 sp:expression
425 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ; 270 + [ rdf:type ep-spin-lib:selectLengthScale ;
426 - sp:arg1 _:b71 ; 271 + sp:arg1 _:b38
427 - sp:arg2 _:b67 ;
428 - sp:arg3 _:b72
429 ] ; 272 ] ;
430 - sp:variable _:b70 273 + sp:variable _:b25
431 - ])
432 - ] ;
433 - spin:rule
434 - [ rdf:type sp:Construct ;
435 - rdfs:comment "STEP 192 Service company for WellBoreLog"^^xsd:string ;
436 - sp:templates ([ sp:object _:b73 ;
437 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ;
438 - sp:subject _:b74
439 - ] [ sp:object _:b75 ;
440 - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
441 - sp:subject _:b73
442 - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ;
443 - sp:predicate rdf:type ;
444 - sp:subject _:b73
445 - ]) ;
446 - sp:where ([ sp:object _:b76 ;
447 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
448 - sp:subject spin:_this
449 - ] [ sp:object _:b77 ;
450 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
451 - sp:subject spin:_this
452 - ] [ sp:object _:b78 ;
453 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ;
454 - sp:subject spin:_this
455 - ] [ sp:object _:b79 ;
456 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
457 - sp:subject _:b78
458 - ] [ sp:object _:b75 ;
459 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#serviceCompany> ;
460 - sp:subject _:b78
461 ] [ rdf:type sp:Bind ; 274 ] [ rdf:type sp:Bind ;
462 sp:expression 275 sp:expression
463 - [ rdf:type ep-spin-lib:normalizeString ; 276 + [ rdf:type ep-spin-lib:selectLengthScale ;
464 - sp:arg1 _:b76 277 + sp:arg1 _:b42
465 ] ; 278 ] ;
466 - sp:variable _:b80 279 + sp:variable _:b31
467 ] [ rdf:type sp:Bind ; 280 ] [ rdf:type sp:Bind ;
468 sp:expression 281 sp:expression
469 - [ rdf:type ep-spin-lib:normalizeString ; 282 + [ rdf:type ep-spin-lib:selectLengthScale ;
470 - sp:arg1 _:b79 283 + sp:arg1 _:b44
471 ] ; 284 ] ;
472 - sp:variable _:b81 285 + sp:variable _:b15
473 ] [ rdf:type sp:Bind ; 286 ] [ rdf:type sp:Bind ;
474 sp:expression 287 sp:expression
475 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ; 288 + [ rdf:type ep-spin-lib:selectLengthScale ;
476 - sp:arg1 _:b80 ; 289 + sp:arg1 _:b46
477 - sp:arg2 _:b77 ;
478 - sp:arg3 _:b81
479 ] ; 290 ] ;
480 - sp:variable _:b74 291 + sp:variable _:b18
481 ] [ rdf:type sp:Bind ; 292 ] [ rdf:type sp:Bind ;
482 sp:expression 293 sp:expression
483 [ rdf:type ep-spin-lib:normalizeString ; 294 [ rdf:type ep-spin-lib:normalizeString ;
484 - sp:arg1 _:b75 295 + sp:arg1 _:b10
485 ] ; 296 ] ;
486 - sp:variable _:b82 297 + sp:variable _:b49
487 ] [ rdf:type sp:Bind ; 298 ] [ rdf:type sp:Bind ;
488 sp:expression 299 sp:expression
489 [ rdf:type rhspin:companyById ; 300 [ rdf:type rhspin:companyById ;
490 - arg:id _:b82 301 + arg:id _:b49
491 - ] ;
492 - sp:variable _:b73
493 - ])
494 - ] ;
495 - spin:rule
496 - [ rdf:type sp:Construct ;
497 - rdfs:comment "STEP 199 Transfer elapsed time since circulation stopped"^^xsd:string ;
498 - sp:templates ([ sp:object _:b83 ;
499 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimStatic> ;
500 - sp:subject _:b84
501 - ]) ;
502 - sp:where ([ sp:object _:b85 ;
503 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
504 - sp:subject spin:_this
505 - ] [ sp:object _:b86 ;
506 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
507 - sp:subject spin:_this
508 - ] [ sp:object _:b87 ;
509 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ;
510 - sp:subject spin:_this
511 - ] [ sp:object _:b88 ;
512 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ;
513 - sp:subject _:b87
514 - ] [ sp:object _:b89 ;
515 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
516 - sp:subject _:b84
517 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithoutCirculation> ;
518 - sp:predicate rdf:type ;
519 - sp:subject _:b84
520 - ] [ sp:object _:b83 ;
521 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimStatic> ;
522 - sp:subject _:b87
523 - ] [ rdf:type sp:Bind ;
524 - sp:expression
525 - [ rdf:type ep-spin-lib:normalizeString ;
526 - sp:arg1 _:b85
527 - ] ;
528 - sp:variable _:b90
529 - ] [ rdf:type sp:Bind ;
530 - sp:expression
531 - [ rdf:type ep-spin-lib:normalizeString ;
532 - sp:arg1 _:b88
533 - ] ;
534 - sp:variable _:b91
535 - ] [ rdf:type sp:Bind ;
536 - sp:expression
537 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ;
538 - sp:arg1 _:b90 ;
539 - sp:arg2 _:b86 ;
540 - sp:arg3 _:b91
541 ] ; 302 ] ;
542 - sp:variable _:b89 303 + sp:variable _:b9
543 ]) 304 ])
544 ] ; 305 ] ;
545 spin:rule 306 spin:rule
546 [ rdf:type sp:Construct ; 307 [ rdf:type sp:Construct ;
547 - rdfs:comment "STEP 195 Transfer tvdBottom"^^xsd:string ; 308 + rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ;
548 - sp:templates ([ sp:object _:b92 ; 309 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ;
549 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; 310 + sp:predicate rdf:type ;
550 - sp:subject _:b93 311 + sp:subject _:b50
312 + ] [ sp:object _:b51 ;
313 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
314 + sp:subject _:b50
315 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
316 + sp:predicate rdf:type ;
317 + sp:subject _:b51
318 + ] [ sp:object _:b52 ;
319 + sp:predicate _:b53 ;
320 + sp:subject _:b51
321 + ] [ sp:object _:b54 ;
322 + sp:predicate rdf:type ;
323 + sp:subject _:b50
324 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
325 + sp:predicate rdf:type ;
326 + sp:subject _:b54
327 + ] [ sp:object _:b55 ;
328 + sp:predicate _:b56 ;
329 + sp:subject _:b54
330 + ] [ sp:object _:b57 ;
331 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
332 + sp:subject _:b50
551 ]) ; 333 ]) ;
552 - sp:where ([ sp:object _:b94 ; 334 + sp:where ([ sp:object _:b58 ;
553 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 335 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
554 - sp:subject spin:_this
555 - ] [ sp:object _:b95 ;
556 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
557 sp:subject spin:_this 336 sp:subject spin:_this
558 - ] [ sp:object _:b96 ; 337 + ] [ sp:object _:b59 ;
559 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 338 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
560 sp:subject spin:_this 339 sp:subject spin:_this
561 - ] [ sp:object _:b97 ; 340 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ;
562 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 341 + sp:predicate rdf:type ;
563 - sp:subject _:b96 342 + sp:subject _:b60
564 - ] [ sp:object _:b92 ; 343 + ] [ sp:object _:b60 ;
565 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; 344 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
566 - sp:subject _:b96 345 + sp:subject _:b61
346 + ] [ sp:object _:b57 ;
347 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
348 + sp:subject _:b60
349 + ] [ rdf:type sp:Optional ;
350 + sp:elements ([ sp:object _:b62 ;
351 + sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ;
352 + sp:subject _:b63
353 + ] [ sp:object _:b64 ;
354 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
355 + sp:subject _:b62
356 + ] [ sp:object _:b55 ;
357 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
358 + sp:subject _:b62
359 + ])
360 + ] [ sp:object _:b65 ;
361 + sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ;
362 + sp:subject _:b63
363 + ] [ sp:object _:b66 ;
364 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
365 + sp:subject _:b65
366 + ] [ sp:object _:b52 ;
367 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
368 + sp:subject _:b65
567 ] [ rdf:type sp:Bind ; 369 ] [ rdf:type sp:Bind ;
568 sp:expression 370 sp:expression
569 [ rdf:type ep-spin-lib:normalizeString ; 371 [ rdf:type ep-spin-lib:normalizeString ;
570 - sp:arg1 _:b94 372 + sp:arg1 _:b58
571 ] ; 373 ] ;
572 - sp:variable _:b98 374 + sp:variable _:b67
573 ] [ rdf:type sp:Bind ; 375 ] [ rdf:type sp:Bind ;
574 sp:expression 376 sp:expression
575 - [ rdf:type ep-spin-lib:normalizeString ; 377 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
576 - sp:arg1 _:b97 378 + sp:arg1 _:b67 ;
379 + sp:arg2 _:b59
380 + ] ;
381 + sp:variable _:b61
382 + ] [ rdf:type sp:Bind ;
383 + sp:expression
384 + [ rdf:type ep-spin-lib:selectTimeDurationScale ;
385 + sp:arg1 _:b64
577 ] ; 386 ] ;
578 - sp:variable _:b99 387 + sp:variable _:b56
579 ] [ rdf:type sp:Bind ; 388 ] [ rdf:type sp:Bind ;
580 sp:expression 389 sp:expression
581 - [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; 390 + [ rdf:type ep-spin-lib:selectTemperatureScale ;
582 - sp:arg1 _:b98 ; 391 + sp:arg1 _:b66
583 - sp:arg2 _:b95 ;
584 - sp:arg3 _:b99
585 ] ; 392 ] ;
586 - sp:variable _:b93 393 + sp:variable _:b53
587 ]) 394 ])
588 ] ; 395 ] ;
589 spin:rule 396 spin:rule
590 [ rdf:type sp:Construct ; 397 [ rdf:type sp:Construct ;
591 - rdfs:comment "STEP 191 Transfer time of WellBoreLog"^^xsd:string ; 398 + rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ;
592 - sp:templates ([ sp:object _:b100 ; 399 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
593 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; 400 + sp:predicate rdf:type ;
594 - sp:subject _:b101 401 + sp:subject _:b68
402 + ] [ sp:object _:b69 ;
403 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
404 + sp:subject _:b68
405 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
406 + sp:predicate rdf:type ;
407 + sp:subject _:b69
408 + ] [ sp:object _:b70 ;
409 + sp:predicate _:b71 ;
410 + sp:subject _:b69
411 + ] [ sp:object _:b72 ;
412 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
413 + sp:subject _:b68
595 ]) ; 414 ]) ;
596 - sp:where ([ sp:object _:b102 ; 415 + sp:where ([ sp:object _:b73 ;
597 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 416 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
598 sp:subject spin:_this 417 sp:subject spin:_this
599 - ] [ sp:object _:b103 ; 418 + ] [ sp:object _:b74 ;
600 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 419 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
601 sp:subject spin:_this 420 sp:subject spin:_this
602 - ] [ sp:object _:b104 ; 421 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ;
603 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; 422 + sp:predicate rdf:type ;
604 - sp:subject spin:_this 423 + sp:subject _:b75
605 - ] [ sp:object _:b105 ; 424 + ] [ sp:object _:b75 ;
606 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; 425 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
607 - sp:subject _:b104 426 + sp:subject _:b76
608 - ] [ sp:object _:b100 ; 427 + ] [ sp:object _:b72 ;
609 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; 428 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
610 - sp:subject _:b104 429 + sp:subject _:b75
430 + ] [ sp:object _:b77 ;
431 + sp:predicate <http://www.witsml.org/schemas/1series#tempBHCTRef> ;
432 + sp:subject
433 + [ sp:varName "logInfo"^^xsd:string
434 + ]
435 + ] [ sp:object _:b78 ;
436 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
437 + sp:subject _:b77
438 + ] [ sp:object _:b70 ;
439 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
440 + sp:subject _:b77
611 ] [ rdf:type sp:Bind ; 441 ] [ rdf:type sp:Bind ;
612 sp:expression 442 sp:expression
613 [ rdf:type ep-spin-lib:normalizeString ; 443 [ rdf:type ep-spin-lib:normalizeString ;
614 - sp:arg1 _:b102 444 + sp:arg1 _:b73
615 ] ; 445 ] ;
616 - sp:variable _:b106 446 + sp:variable _:b79
617 ] [ rdf:type sp:Bind ; 447 ] [ rdf:type sp:Bind ;
618 sp:expression 448 sp:expression
619 - [ rdf:type ep-spin-lib:normalizeString ; 449 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
620 - sp:arg1 _:b105 450 + sp:arg1 _:b79 ;
451 + sp:arg2 _:b74
621 ] ; 452 ] ;
622 - sp:variable _:b107 453 + sp:variable _:b76
623 ] [ rdf:type sp:Bind ; 454 ] [ rdf:type sp:Bind ;
624 sp:expression 455 sp:expression
625 - [ rdf:type ep-spin-lib:buildWellBoreLogURI ; 456 + [ rdf:type ep-spin-lib:selectTemperatureScale ;
626 - sp:arg1 _:b106 ; 457 + sp:arg1 _:b78
627 - sp:arg2 _:b103 ;
628 - sp:arg3 _:b107
629 ] ; 458 ] ;
630 - sp:variable _:b101 459 + sp:variable _:b71
631 ]) 460 ])
632 ] . 461 ] .
633 462
634 -<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo>
635 - rdf:type owl:Ontology ;
636 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
637 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
638 -
639 -_:b28
640 - sp:varName "wellBoreLog"^^xsd:string .
641 -
642 -_:b30
643 - sp:varName "toolDescription"^^xsd:string .
644 -
645 -_:b31
646 - sp:varName "nameWellBore"^^xsd:string .
647 -
648 -_:b32
649 - sp:varName "dTimStart"^^xsd:string .
650 -
651 -_:b33
652 - sp:varName "logInfo"^^xsd:string .
653 -
654 -_:b34
655 - sp:varName "runNumber"^^xsd:string .
656 -
657 -_:b35
658 - sp:varName "normalizedWellBoreName"^^xsd:string .
659 -
660 -_:b36
661 - sp:varName "normalizedRunNumber"^^xsd:string .
662 -
663 -_:b100
664 - sp:varName "dTimEnd"^^xsd:string .
665 -
666 -_:b101
667 - sp:varName "wellBoreLog"^^xsd:string .
668 -
669 -_:b102
670 - sp:varName "nameWellBore"^^xsd:string .
671 -
672 -_:b103
673 - sp:varName "dTimStart"^^xsd:string .
674 -
675 -_:b104
676 - sp:varName "logInfo"^^xsd:string .
677 -
678 -_:b105
679 - sp:varName "runNumber"^^xsd:string .
680 -
681 -_:b106
682 - sp:varName "normalizedWellBoreName"^^xsd:string .
683 -
684 -_:b107
685 - sp:varName "normalizedRunNumber"^^xsd:string .
686 -
687 -_:b46
688 - sp:varName "mdTop"^^xsd:string .
689 -
690 -_:b47
691 - sp:varName "loggedPartOfAWellBore"^^xsd:string .
692 -
693 -_:b48
694 - sp:varName "mdBottom"^^xsd:string .
695 -
696 -_:b49
697 - sp:varName "nameWellBore"^^xsd:string .
698 -
699 -_:b50
700 - sp:varName "dTimStart"^^xsd:string .
701 -
702 -_:b51
703 - sp:varName "logInfo"^^xsd:string .
704 -
705 _:b52 463 _:b52
706 - sp:varName "runNumber"^^xsd:string . 464 + sp:varName "realStatic"^^xsd:string .
707 465
708 _:b53 466 _:b53
709 - sp:varName "normalizedWellBoreName"^^xsd:string . 467 + sp:varName "temperatureScaleStatic"^^xsd:string .
710 468
711 -_:b54 469 +_:b55
712 - sp:varName "normalizedRunNumber"^^xsd:string . 470 + sp:varName "realDuration"^^xsd:string .
713 471
714 -_:b37 472 +_:b56
715 - sp:varName "tvdTempTool"^^xsd:string . 473 + sp:varName "durationScale"^^xsd:string .
716 474
717 -_:b38 475 +_:b57
718 - sp:varName "temporalPartOfTemperatureTool"^^xsd:string . 476 + sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string .
719 477
720 -_:b39 478 +_:b58
721 sp:varName "nameWellBore"^^xsd:string . 479 sp:varName "nameWellBore"^^xsd:string .
722 480
723 -_:b40 481 +_:b59
724 sp:varName "dTimStart"^^xsd:string . 482 sp:varName "dTimStart"^^xsd:string .
725 483
726 -_:b41 484 +_:b60
727 - sp:varName "logInfo"^^xsd:string . 485 + sp:varName "wellBoreLogRun"^^xsd:string .
728 -
729 -_:b42
730 - sp:varName "runNumber"^^xsd:string .
731 486
732 -_:b43 487 +_:b61
733 - sp:varName "wellBoreLog"^^xsd:string . 488 + sp:varName "dailyDrillingActivity"^^xsd:string .
734 489
735 -_:b44 490 +_:b62
736 - sp:varName "normalizedWellBoreName"^^xsd:string . 491 + sp:varName "eTimStatic"^^xsd:string .
737 492
738 -_:b45 493 +_:b63
739 - sp:varName "normalizedRunNumber"^^xsd:string . 494 + sp:varName "logInfo"^^xsd:string .
740 495
741 _:b64 496 _:b64
742 - sp:varName "mdTempTool"^^xsd:string . 497 + sp:varName "uomDuration"^^xsd:string .
743 498
744 _:b65 499 _:b65
745 - sp:varName "temporalPartOfTemperatureTool"^^xsd:string . 500 + sp:varName "tempBHST"^^xsd:string .
746 501
747 _:b66 502 _:b66
748 - sp:varName "nameWellBore"^^xsd:string . 503 + sp:varName "uomStatic"^^xsd:string .
749 504
750 _:b67 505 _:b67
751 - sp:varName "dTimStart"^^xsd:string . 506 + sp:varName "normalizedWellBoreName"^^xsd:string .
752 -
753 -_:b68
754 - sp:varName "logInfo"^^xsd:string .
755 -
756 -_:b69
757 - sp:varName "runNumber"^^xsd:string .
758 507
759 _:b70 508 _:b70
760 - sp:varName "wellBoreLog"^^xsd:string . 509 + sp:varName "realCirculating"^^xsd:string .
761 510
762 _:b71 511 _:b71
763 - sp:varName "normalizedWellBoreName"^^xsd:string . 512 + sp:varName "temperatureScaleCirculating"^^xsd:string .
764 513
765 _:b72 514 _:b72
766 - sp:varName "normalizedRunNumber"^^xsd:string . 515 + sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string .
767 -
768 -_:b18
769 - sp:varName "wellBoreLog"^^xsd:string .
770 -
771 -_:b19
772 - sp:varName "dailyDrillingActivity"^^xsd:string .
773 -
774 -_:b20
775 - sp:varName "loggedPartOfAWellBore"^^xsd:string .
776 516
777 -_:b21 517 +_:b73
778 sp:varName "nameWellBore"^^xsd:string . 518 sp:varName "nameWellBore"^^xsd:string .
779 519
780 -_:b22 520 +_:b74
781 sp:varName "dTimStart"^^xsd:string . 521 sp:varName "dTimStart"^^xsd:string .
782 522
783 -_:b23 523 +_:b75
784 - sp:varName "logInfo"^^xsd:string . 524 + sp:varName "wellBoreLogRun"^^xsd:string .
785 -
786 -_:b24
787 - sp:varName "runNumber"^^xsd:string .
788 -
789 -_:b25
790 - sp:varName "normalizedWellBoreName"^^xsd:string .
791 -
792 -_:b26
793 - sp:varName "normalizedRunNumber"^^xsd:string .
794 525
795 -_:b1 sp:varName "tvdTop"^^xsd:string . 526 +_:b76
527 + sp:varName "dailyDrillingActivity"^^xsd:string .
796 528
797 -_:b2 sp:varName "loggedPartOfAWellBore"^^xsd:string . 529 +_:b77
530 + sp:varName "tempBHCT"^^xsd:string .
798 531
799 -_:b3 sp:varName "nameWellBore"^^xsd:string . 532 +_:b78
533 + sp:varName "uomCirculating"^^xsd:string .
800 534
801 -_:b4 sp:varName "dTimStart"^^xsd:string . 535 +_:b79
536 + sp:varName "normalizedWellBoreName"^^xsd:string .
802 537
803 -_:b5 sp:varName "logInfo"^^xsd:string . 538 +_:b9 sp:varName "serviceCompany"^^xsd:string .
804 539
805 -_:b6 sp:varName "runNumber"^^xsd:string . 540 +_:b49
541 + sp:varName "normalizedNameServiceCompany"^^xsd:string .
806 542
807 -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . 543 +_:b18
544 + sp:varName "lengthScaleTvdTool"^^xsd:string .
808 545
809 -_:b8 sp:varName "normalizedRunNumber"^^xsd:string . 546 +_:b15
547 + sp:varName "lengthScaleMdTool"^^xsd:string .
810 548
811 -_:b92 549 +_:b31
812 - sp:varName "tvdBottom"^^xsd:string . 550 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
813 551
814 -_:b93 552 +_:b25
815 - sp:varName "loggedPartOfAWellBore"^^xsd:string . 553 + sp:varName "lengthScaleMdBottom"^^xsd:string .
816 554
817 -_:b94 555 +_:b28
818 - sp:varName "nameWellBore"^^xsd:string . 556 + sp:varName "lengthScaleTvdTop"^^xsd:string .
819 557
820 -_:b95 558 +_:b22
821 - sp:varName "dTimStart"^^xsd:string . 559 + sp:varName "lengthScaleMdTop"^^xsd:string .
822 560
823 -_:b96 561 +_:b1 sp:varName "wellBoreLogRun"^^xsd:string .
824 - sp:varName "logInfo"^^xsd:string .
825 562
826 -_:b97 563 +_:b48
827 - sp:varName "runNumber"^^xsd:string . 564 + sp:varName "localname"^^xsd:string .
828 565
829 -_:b98 566 +_:b47
830 sp:varName "normalizedWellBoreName"^^xsd:string . 567 sp:varName "normalizedWellBoreName"^^xsd:string .
831 568
832 -_:b99 569 +_:b17
833 - sp:varName "normalizedRunNumber"^^xsd:string . 570 + sp:varName "realTvdTool"^^xsd:string .
834 571
835 -_:b76 572 +_:b46
836 - sp:varName "nameWellBore"^^xsd:string . 573 + sp:varName "uomTvdTool"^^xsd:string .
837 574
838 -_:b77 575 +_:b45
839 - sp:varName "dTimStart"^^xsd:string . 576 + sp:varName "tvdTempTool"^^xsd:string .
840 577
841 -_:b78 578 +_:b14
842 - sp:varName "logInfo"^^xsd:string . 579 + sp:varName "realMdTool"^^xsd:string .
843 580
844 -_:b79 581 +_:b44
845 - sp:varName "runNumber"^^xsd:string . 582 + sp:varName "uomMdTool"^^xsd:string .
846 583
847 -_:b75 584 +_:b43
848 - sp:varName "nameServiceCompany"^^xsd:string . 585 + sp:varName "mdTempTool"^^xsd:string .
849 586
850 -_:b80 587 +_:b10
851 - sp:varName "normalizedWellBoreName"^^xsd:string . 588 + sp:varName "nameServiceCompany"^^xsd:string .
852 589
853 -_:b81 590 +_:b30
854 - sp:varName "normalizedRunNumber"^^xsd:string . 591 + sp:varName "realTvdBottom"^^xsd:string .
855 592
856 -_:b74 593 +_:b42
857 - sp:varName "wellBoreLog"^^xsd:string . 594 + sp:varName "uomTvdBottom"^^xsd:string .
858 595
859 -_:b82 596 +_:b41
860 - sp:varName "normalizedNameServiceCompany"^^xsd:string . 597 + sp:varName "tvdBottom"^^xsd:string .
861 598
862 -_:b73 599 +_:b27
863 - sp:varName "serviceCompany"^^xsd:string . 600 + sp:varName "realTvdTop"^^xsd:string .
864 601
865 -_:b85 602 +_:b40
866 - sp:varName "nameWellBore"^^xsd:string . 603 + sp:varName "uomTvdTop"^^xsd:string .
867 604
868 -_:b86 605 +_:b39
869 - sp:varName "dTimStart"^^xsd:string . 606 + sp:varName "tvdTop"^^xsd:string .
870 607
871 -_:b87 608 +_:b24
872 - sp:varName "logInfo"^^xsd:string . 609 + sp:varName "realMdBottom"^^xsd:string .
873 610
874 -_:b88 611 +_:b38
875 - sp:varName "runNumber"^^xsd:string . 612 + sp:varName "uomMdBottom"^^xsd:string .
876 613
877 -_:b84 614 +_:b37
878 - sp:varName "wellBoreBottomWithoutCirculation"^^xsd:string . 615 + sp:varName "mdBottom"^^xsd:string .
879 616
880 -_:b89 617 +_:b21
881 - sp:varName "loggedPartOfAWellBore"^^xsd:string . 618 + sp:varName "realMdTop"^^xsd:string .
882 619
883 -_:b83 620 +_:b36
884 - sp:varName "eTimStatic"^^xsd:string . 621 + sp:varName "uomMdTop"^^xsd:string .
885 622
886 -_:b90 623 +_:b35
887 - sp:varName "normalizedWellBoreName"^^xsd:string . 624 + sp:varName "mdTop"^^xsd:string .
888 625
889 -_:b91 626 +_:b7 sp:varName "dTimEnd"^^xsd:string .
890 - sp:varName "normalizedRunNumber"^^xsd:string .
891 627
892 -_:b58 628 +_:b19
893 - sp:varName "nameWellBore"^^xsd:string . 629 + sp:varName "toolDescription"^^xsd:string .
894 630
895 -_:b59 631 +_:b6 sp:varName "runNumber"^^xsd:string .
896 - sp:varName "dTimStart"^^xsd:string .
897 632
898 -_:b60 633 +_:b34
899 sp:varName "logInfo"^^xsd:string . 634 sp:varName "logInfo"^^xsd:string .
900 635
901 -_:b61 636 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
902 - sp:varName "runNumber"^^xsd:string .
903 -
904 -_:b57
905 - sp:varName "tempBHST"^^xsd:string .
906 -
907 -_:b62
908 - sp:varName "normalizedWellBoreName"^^xsd:string .
909 -
910 -_:b63
911 - sp:varName "normalizedRunNumber"^^xsd:string .
912 -
913 -_:b56
914 - sp:varName "loggedPartOfAWellBore"^^xsd:string .
915 637
916 -_:b12 638 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
917 - sp:varName "nameWellBore"^^xsd:string .
918 639
919 -_:b13 640 +_:b33
920 sp:varName "dTimStart"^^xsd:string . 641 sp:varName "dTimStart"^^xsd:string .
921 642
922 -_:b14 643 +_:b32
923 - sp:varName "logInfo"^^xsd:string . 644 + sp:varName "nameWellBore"^^xsd:string .
924 -
925 -_:b15
926 - sp:varName "runNumber"^^xsd:string .
927 -
928 -_:b11
929 - sp:varName "tempBHCT"^^xsd:string .
930 -
931 -_:b16
932 - sp:varName "normalizedWellBoreName"^^xsd:string .
933 -
934 -_:b17
935 - sp:varName "normalizedRunNumber"^^xsd:string .
936 -
937 -_:b10
938 - sp:varName "loggedPartOfAWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Aug 17 13:42:27 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:40:09 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#> .
......
1 -# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:34:59 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr 4 +# imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
6 8
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
10 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
8 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 11 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -14,7 +17,12 @@ ...@@ -14,7 +17,12 @@
14 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 19
17 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 20 +<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
21 + rdf:type owl:Ontology ;
22 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 +
25 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
18 spin:rule 26 spin:rule
19 [ rdf:type sp:Construct ; 27 [ rdf:type sp:Construct ;
20 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; 28 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ;
...@@ -24,7 +32,7 @@ ...@@ -24,7 +32,7 @@
24 ] [ sp:object _:b1 ; 32 ] [ sp:object _:b1 ;
25 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 33 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
26 sp:subject _:b2 34 sp:subject _:b2
27 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; 35 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
28 sp:predicate rdf:type ; 36 sp:predicate rdf:type ;
29 sp:subject _:b3 37 sp:subject _:b3
30 ] [ sp:object _:b4 ; 38 ] [ sp:object _:b4 ;
...@@ -40,120 +48,222 @@ ...@@ -40,120 +48,222 @@
40 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 48 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
41 sp:subject _:b1 49 sp:subject _:b1
42 ] [ sp:object _:b7 ; 50 ] [ sp:object _:b7 ;
43 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; 51 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
44 sp:subject _:b3 52 sp:subject _:b3
53 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
54 + sp:predicate rdf:type ;
55 + sp:subject _:b7
45 ] [ sp:object _:b8 ; 56 ] [ sp:object _:b8 ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 57 + sp:predicate _:b9 ;
58 + sp:subject _:b7
59 + ] [ sp:object _:b10 ;
60 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
47 sp:subject _:b3 61 sp:subject _:b3
48 - ] [ sp:object _:b9 ; 62 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
49 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; 63 + sp:predicate rdf:type ;
64 + sp:subject _:b10
65 + ] [ sp:object _:b11 ;
66 + sp:predicate _:b12 ;
67 + sp:subject _:b10
68 + ] [ sp:object _:b13 ;
69 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
50 sp:subject _:b3 70 sp:subject _:b3
51 - ] [ sp:object _:b10 ; 71 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
52 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; 72 + sp:predicate rdf:type ;
73 + sp:subject _:b13
74 + ] [ sp:object _:b14 ;
75 + sp:predicate _:b15 ;
76 + sp:subject _:b13
77 + ] [ sp:object _:b16 ;
78 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
53 sp:subject _:b3 79 sp:subject _:b3
80 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
81 + sp:predicate rdf:type ;
82 + sp:subject _:b16
83 + ] [ sp:object _:b17 ;
84 + sp:predicate _:b18 ;
85 + sp:subject _:b16
54 ]) ; 86 ]) ;
55 - sp:where ([ sp:object _:b11 ; 87 + sp:where ([ sp:object _:b19 ;
56 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 88 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
57 sp:subject spin:_this 89 sp:subject spin:_this
58 - ] [ sp:object _:b12 ; 90 + ] [ sp:object _:b20 ;
59 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 91 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
60 sp:subject spin:_this 92 sp:subject spin:_this
61 - ] [ sp:object _:b13 ; 93 + ] [ sp:object _:b21 ;
62 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#perfInfo> ; 94 + sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ;
63 sp:subject spin:_this 95 sp:subject spin:_this
64 - ] [ sp:object _:b14 ;
65 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
66 - sp:subject _:b13
67 ] [ sp:object _:b5 ; 96 ] [ sp:object _:b5 ;
68 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimOpen> ; 97 + sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ;
69 - sp:subject _:b13 98 + sp:subject _:b21
70 ] [ sp:object _:b4 ; 99 ] [ sp:object _:b4 ;
71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 100 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
72 sp:subject _:b2 101 sp:subject _:b2
73 - ] [ sp:object _:b7 ;
74 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
75 - sp:subject _:b13
76 - ] [ sp:object _:b9 ;
77 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ;
78 - sp:subject _:b13
79 ] [ rdf:type sp:Optional ; 102 ] [ rdf:type sp:Optional ;
80 sp:elements ([ sp:object _:b6 ; 103 sp:elements ([ sp:object _:b6 ;
81 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimClose> ; 104 + sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ;
82 - sp:subject _:b13 105 + sp:subject _:b21
106 + ])
107 + ] [ sp:object _:b22 ;
108 + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
109 + sp:subject _:b21
110 + ] [ sp:object _:b23 ;
111 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
112 + sp:subject _:b22
83 ] [ sp:object _:b8 ; 113 ] [ sp:object _:b8 ;
84 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 114 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
85 - sp:subject _:b13 115 + sp:subject _:b22
86 - ] [ sp:object _:b10 ; 116 + ] [ sp:object _:b24 ;
87 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; 117 + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
88 - sp:subject _:b13 118 + sp:subject _:b21
119 + ] [ sp:object _:b25 ;
120 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
121 + sp:subject _:b24
122 + ] [ sp:object _:b11 ;
123 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
124 + sp:subject _:b24
125 + ] [ rdf:type sp:Optional ;
126 + sp:elements ([ sp:object _:b26 ;
127 + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
128 + sp:subject _:b21
129 + ] [ sp:object _:b27 ;
130 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
131 + sp:subject _:b26
132 + ] [ sp:object _:b14 ;
133 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
134 + sp:subject _:b26
135 + ])
136 + ] [ rdf:type sp:Optional ;
137 + sp:elements ([ sp:object _:b28 ;
138 + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
139 + sp:subject _:b21
140 + ] [ sp:object _:b29 ;
141 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
142 + sp:subject _:b28
143 + ] [ sp:object _:b17 ;
144 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
145 + sp:subject _:b28
89 ]) 146 ])
90 ] [ rdf:type sp:Bind ; 147 ] [ rdf:type sp:Bind ;
91 sp:expression 148 sp:expression
92 [ rdf:type ep-spin-lib:normalizeString ; 149 [ rdf:type ep-spin-lib:normalizeString ;
93 - sp:arg1 _:b11 150 + sp:arg1 _:b19
94 ] ; 151 ] ;
95 - sp:variable _:b15 152 + sp:variable _:b30
96 ] [ rdf:type sp:Bind ; 153 ] [ rdf:type sp:Bind ;
97 sp:expression 154 sp:expression
98 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 155 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
99 - sp:arg1 _:b15 ; 156 + sp:arg1 _:b30 ;
100 - sp:arg2 _:b12 157 + sp:arg2 _:b20
101 ] ; 158 ] ;
102 sp:variable _:b2 159 sp:variable _:b2
103 ] [ rdf:type sp:Bind ; 160 ] [ rdf:type sp:Bind ;
104 sp:expression 161 sp:expression
162 + [ rdf:type afn:localname ;
163 + sp:arg1 _:b21
164 + ] ;
165 + sp:variable _:b31
166 + ] [ rdf:type sp:Bind ;
167 + sp:expression
105 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; 168 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ;
106 - sp:arg1 _:b15 ; 169 + sp:arg1 _:b30 ;
107 - sp:arg2 _:b14 170 + sp:arg2 _:b31
108 ] ; 171 ] ;
109 sp:variable _:b1 172 sp:variable _:b1
110 ] [ rdf:type sp:Bind ; 173 ] [ rdf:type sp:Bind ;
111 sp:expression 174 sp:expression
112 - [ rdf:type ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI ; 175 + [ rdf:type ep-spin-lib:selectLengthScale ;
113 - sp:arg1 _:b15 ; 176 + sp:arg1 _:b23
114 - sp:arg2 _:b14 177 + ] ;
178 + sp:variable _:b9
179 + ] [ rdf:type sp:Bind ;
180 + sp:expression
181 + [ rdf:type ep-spin-lib:selectLengthScale ;
182 + sp:arg1 _:b27
183 + ] ;
184 + sp:variable _:b15
185 + ] [ rdf:type sp:Bind ;
186 + sp:expression
187 + [ rdf:type ep-spin-lib:selectLengthScale ;
188 + sp:arg1 _:b25
115 ] ; 189 ] ;
116 - sp:variable _:b3 190 + sp:variable _:b12
191 + ] [ rdf:type sp:Bind ;
192 + sp:expression
193 + [ rdf:type ep-spin-lib:selectLengthScale ;
194 + sp:arg1 _:b29
195 + ] ;
196 + sp:variable _:b18
117 ]) 197 ])
118 ] . 198 ] .
119 199
120 -<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> 200 +_:b18
121 - rdf:type owl:Ontology ; 201 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
122 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
123 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
124 -
125 -_:b11
126 - sp:varName "nameWellBore"^^xsd:string .
127 202
128 _:b12 203 _:b12
129 - sp:varName "dTimStart"^^xsd:string . 204 + sp:varName "lengthScaleMdBottom"^^xsd:string .
130 205
131 -_:b13 206 +_:b15
132 - sp:varName "perfInfo"^^xsd:string . 207 + sp:varName "lengthScaleTvdTop"^^xsd:string .
208 +
209 +_:b9 sp:varName "lengthScaleMdTop"^^xsd:string .
210 +
211 +_:b1 sp:varName "openPerforationInterval"^^xsd:string .
212 +
213 +_:b31
214 + sp:varName "localname"^^xsd:string .
215 +
216 +_:b30
217 + sp:varName "normalizedWellBoreName"^^xsd:string .
218 +
219 +_:b17
220 + sp:varName "realTvdBottom"^^xsd:string .
221 +
222 +_:b29
223 + sp:varName "uomTvdBottom"^^xsd:string .
224 +
225 +_:b28
226 + sp:varName "tvdBottom"^^xsd:string .
133 227
134 _:b14 228 _:b14
135 - sp:varName "index"^^xsd:string . 229 + sp:varName "realTvdTop"^^xsd:string .
136 230
137 -_:b5 sp:varName "dTimOpen"^^xsd:string . 231 +_:b27
232 + sp:varName "uomTvdTop"^^xsd:string .
138 233
139 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . 234 +_:b26
235 + sp:varName "tvdTop"^^xsd:string .
140 236
141 -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . 237 +_:b11
238 + sp:varName "realMdBottom"^^xsd:string .
239 +
240 +_:b25
241 + sp:varName "uomMdBottom"^^xsd:string .
242 +
243 +_:b24
244 + sp:varName "mdBottom"^^xsd:string .
142 245
143 -_:b7 sp:varName "mdTop"^^xsd:string . 246 +_:b8 sp:varName "realMdTop"^^xsd:string .
144 247
145 -_:b9 sp:varName "mdBottom"^^xsd:string . 248 +_:b23
249 + sp:varName "uomMdTop"^^xsd:string .
250 +
251 +_:b22
252 + sp:varName "mdTop"^^xsd:string .
146 253
147 _:b6 sp:varName "dTimClose"^^xsd:string . 254 _:b6 sp:varName "dTimClose"^^xsd:string .
148 255
149 -_:b8 sp:varName "tvdTop"^^xsd:string . 256 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
257 +
258 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
150 259
151 -_:b10 260 +_:b5 sp:varName "dTimOpen"^^xsd:string .
152 - sp:varName "tvdBottom"^^xsd:string .
153 261
154 -_:b15 262 +_:b21
155 - sp:varName "normalizedWellBoreName"^^xsd:string . 263 + sp:varName "perfInfo"^^xsd:string .
156 264
157 -_:b1 sp:varName "openPerforationInterval"^^xsd:string . 265 +_:b20
266 + sp:varName "dTimStart"^^xsd:string .
158 267
159 -_:b3 sp:varName "perforationIntervalPartOfAWellBore"^^xsd:string . 268 +_:b19
269 + sp:varName "nameWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 17:34:59 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#> .
......
1 -# Saved by TopBraid on Tue Aug 16 12:29:21 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 19:34:31 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
3 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr 3 +# imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 # imports: http://spinrdf.org/spin 6 # imports: http://spinrdf.org/spin
5 7
6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
9 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
7 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -13,396 +16,224 @@ ...@@ -13,396 +16,224 @@
13 @prefix spl: <http://spinrdf.org/spl#> . 16 @prefix spl: <http://spinrdf.org/spl#> .
14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 18
16 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 19 +<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure>
20 + rdf:type owl:Ontology ;
21 + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
22 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 +
24 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
17 spin:rule 25 spin:rule
18 [ rdf:type sp:Construct ; 26 [ rdf:type sp:Construct ;
19 - rdfs:comment "STEP 183 Set tvd of PorePressureDetermination"^^xsd:string ; 27 + rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ;
20 - sp:templates ([ sp:object _:b1 ; 28 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
21 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; 29 + sp:predicate rdf:type ;
30 + sp:subject _:b1
31 + ] [ sp:object _:b1 ;
32 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
22 sp:subject _:b2 33 sp:subject _:b2
23 - ]) ; 34 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
24 - sp:where ([ sp:object _:b3 ; 35 + sp:predicate rdf:type ;
25 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 36 + sp:subject _:b3
26 - sp:subject spin:_this
27 ] [ sp:object _:b4 ; 37 ] [ sp:object _:b4 ;
28 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 38 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
29 - sp:subject spin:_this 39 + sp:subject _:b3
40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
41 + sp:predicate rdf:type ;
42 + sp:subject _:b4
30 ] [ sp:object _:b5 ; 43 ] [ sp:object _:b5 ;
31 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; 44 + sp:predicate _:b6 ;
32 - sp:subject spin:_this 45 + sp:subject _:b4
33 - ] [ sp:object _:b6 ; 46 + ] [ sp:object _:b7 ;
34 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 47 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
35 - sp:subject _:b5 48 + sp:subject _:b3
36 - ] [ sp:object _:b1 ; 49 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
37 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; 50 + sp:predicate rdf:type ;
38 - sp:subject _:b5 51 + sp:subject _:b7
39 - ] [ rdf:type sp:Bind ; 52 + ] [ sp:object _:b8 ;
40 - sp:expression 53 + sp:predicate _:b9 ;
41 - [ rdf:type ep-spin-lib:normalizeString ; 54 + sp:subject _:b7
42 - sp:arg1 _:b3 55 + ] [ sp:object _:b10 ;
43 - ] ; 56 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
44 - sp:variable _:b7 57 + sp:subject _:b3
45 - ] [ rdf:type sp:Bind ;
46 - sp:expression
47 - [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ;
48 - sp:arg1 _:b7 ;
49 - sp:arg2 _:b4 ;
50 - sp:arg3 _:b6
51 - ] ;
52 - sp:variable _:b2
53 - ])
54 - ] ;
55 - spin:rule
56 - [ rdf:type sp:Construct ;
57 - rdfs:comment "STEP 184 Transfer equivalentMudWeight"^^xsd:string ;
58 - sp:templates ([ sp:object _:b8 ;
59 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equivalentMudWeight> ;
60 - sp:subject _:b9
61 - ]) ;
62 - sp:where ([ sp:object _:b10 ;
63 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
64 - sp:subject spin:_this
65 ] [ sp:object _:b11 ; 58 ] [ sp:object _:b11 ;
66 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 59 + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
67 - sp:subject spin:_this 60 + sp:subject _:b3
61 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
62 + sp:predicate rdf:type ;
63 + sp:subject _:b11
68 ] [ sp:object _:b12 ; 64 ] [ sp:object _:b12 ;
69 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; 65 + sp:predicate _:b13 ;
70 - sp:subject spin:_this 66 + sp:subject _:b11
71 - ] [ sp:object _:b13 ; 67 + ] [ sp:object _:b3 ;
72 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 68 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
73 - sp:subject _:b12 69 + sp:subject _:b1
74 - ] [ sp:object _:b8 ; 70 + ] [ sp:object _:b14 ;
75 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equivalentMudWeight> ; 71 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
76 - sp:subject _:b12 72 + sp:subject _:b1
77 - ] [ rdf:type sp:Bind ; 73 + ] [ sp:object _:b15 ;
78 - sp:expression 74 + sp:predicate rdf:type ;
79 - [ rdf:type ep-spin-lib:normalizeString ; 75 + sp:subject _:b1
80 - sp:arg1 _:b10
81 - ] ;
82 - sp:variable _:b14
83 - ] [ rdf:type sp:Bind ;
84 - sp:expression
85 - [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ;
86 - sp:arg1 _:b14 ;
87 - sp:arg2 _:b11 ;
88 - sp:arg3 _:b13
89 - ] ;
90 - sp:variable _:b9
91 - ])
92 - ] ;
93 - spin:rule
94 - [ rdf:type sp:Construct ;
95 - rdfs:comment "STEP 181 Set time of PorePressureDetermination"^^xsd:string ;
96 - sp:templates ([ sp:object _:b15 ;
97 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ;
98 - sp:subject _:b16
99 ]) ; 76 ]) ;
100 - sp:where ([ sp:object _:b17 ; 77 + sp:where ([ sp:object _:b16 ;
101 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 78 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
79 + sp:subject spin:_this
80 + ] [ sp:object _:b17 ;
81 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
102 sp:subject spin:_this 82 sp:subject spin:_this
103 ] [ sp:object _:b18 ; 83 ] [ sp:object _:b18 ;
104 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 84 + sp:predicate <http://www.witsml.org/schemas/1series#porePressureRef> ;
105 sp:subject spin:_this 85 sp:subject spin:_this
86 + ] [ sp:object _:b14 ;
87 + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
88 + sp:subject _:b18
106 ] [ sp:object _:b19 ; 89 ] [ sp:object _:b19 ;
107 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; 90 + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
108 - sp:subject spin:_this 91 + sp:subject _:b18
109 ] [ sp:object _:b20 ; 92 ] [ sp:object _:b20 ;
110 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 93 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
111 sp:subject _:b19 94 sp:subject _:b19
112 - ] [ sp:object _:b15 ; 95 + ] [ sp:object _:b5 ;
113 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; 96 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
114 sp:subject _:b19 97 sp:subject _:b19
115 - ] [ rdf:type sp:Bind ; 98 + ] [ sp:object _:b21 ;
116 - sp:expression 99 + sp:predicate <http://www.witsml.org/schemas/1series#readingKindRef> ;
117 - [ rdf:type ep-spin-lib:normalizeString ; 100 + sp:subject _:b18
118 - sp:arg1 _:b17
119 - ] ;
120 - sp:variable _:b21
121 - ] [ rdf:type sp:Bind ;
122 - sp:expression
123 - [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ;
124 - sp:arg1 _:b21 ;
125 - sp:arg2 _:b18 ;
126 - sp:arg3 _:b20
127 - ] ;
128 - sp:variable _:b16
129 - ])
130 - ] ;
131 - spin:rule
132 - [ rdf:type sp:Construct ;
133 - rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ;
134 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
135 - sp:predicate rdf:type ;
136 - sp:subject _:b22
137 ] [ sp:object _:b22 ; 101 ] [ sp:object _:b22 ;
138 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 102 + sp:predicate <http://www.witsml.org/schemas/1series#equivalentMudWeightRef> ;
139 - sp:subject _:b23 103 + sp:subject _:b18
140 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 104 + ] [ sp:object _:b23 ;
141 - sp:predicate rdf:type ; 105 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
142 - sp:subject _:b24
143 - ] [ sp:object _:b25 ;
144 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
145 - sp:subject _:b24
146 - ] [ sp:object _:b24 ;
147 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
148 sp:subject _:b22 106 sp:subject _:b22
149 - ]) ; 107 + ] [ sp:object _:b12 ;
150 - sp:where ([ sp:object _:b26 ; 108 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
151 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 109 + sp:subject _:b22
152 - sp:subject spin:_this 110 + ] [ rdf:type sp:Optional ;
153 - ] [ sp:object _:b27 ; 111 + sp:elements ([ sp:object _:b24 ;
154 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 112 + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
155 - sp:subject spin:_this 113 + sp:subject _:b18
156 - ] [ sp:object _:b28 ;
157 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ;
158 - sp:subject spin:_this
159 - ] [ sp:object _:b29 ;
160 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
161 - sp:subject _:b28
162 ] [ sp:object _:b25 ; 114 ] [ sp:object _:b25 ;
115 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
116 + sp:subject _:b24
117 + ] [ sp:object _:b8 ;
118 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
119 + sp:subject _:b24
120 + ])
121 + ] [ sp:object _:b10 ;
163 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 122 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
164 - sp:subject _:b23 123 + sp:subject _:b2
165 ] [ rdf:type sp:Bind ; 124 ] [ rdf:type sp:Bind ;
166 sp:expression 125 sp:expression
167 [ rdf:type ep-spin-lib:normalizeString ; 126 [ rdf:type ep-spin-lib:normalizeString ;
168 - sp:arg1 _:b26 127 + sp:arg1 _:b16
169 ] ; 128 ] ;
170 - sp:variable _:b30 129 + sp:variable _:b26
171 ] [ rdf:type sp:Bind ; 130 ] [ rdf:type sp:Bind ;
172 sp:expression 131 sp:expression
173 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 132 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
174 - sp:arg1 _:b30 ; 133 + sp:arg1 _:b26 ;
175 - sp:arg2 _:b27 134 + sp:arg2 _:b17
176 ] ; 135 ] ;
177 - sp:variable _:b23 136 + sp:variable _:b2
178 ] [ rdf:type sp:Bind ; 137 ] [ rdf:type sp:Bind ;
179 sp:expression 138 sp:expression
180 - [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; 139 + [ rdf:type afn:localname ;
181 - sp:arg1 _:b30 ; 140 + sp:arg1 _:b18
182 - sp:arg2 _:b27 ;
183 - sp:arg3 _:b29
184 ] ; 141 ] ;
185 - sp:variable _:b22 142 + sp:variable _:b27
186 ] [ rdf:type sp:Bind ; 143 ] [ rdf:type sp:Bind ;
187 sp:expression 144 sp:expression
188 - [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; 145 + [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ;
189 - sp:arg1 _:b30 ; 146 + sp:arg1 _:b26 ;
190 - sp:arg2 _:b27 ; 147 + sp:arg2 _:b17 ;
191 - sp:arg3 _:b29 148 + sp:arg3 _:b27
192 - ] ;
193 - sp:variable _:b24
194 - ])
195 - ] ;
196 - spin:rule
197 - [ rdf:type sp:Construct ;
198 - rdfs:comment "STEP 182 Set md of PorePressureDetermination"^^xsd:string ;
199 - sp:templates ([ sp:object _:b31 ;
200 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
201 - sp:subject _:b32
202 - ]) ;
203 - sp:where ([ sp:object _:b33 ;
204 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
205 - sp:subject spin:_this
206 - ] [ sp:object _:b34 ;
207 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
208 - sp:subject spin:_this
209 - ] [ sp:object _:b35 ;
210 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ;
211 - sp:subject spin:_this
212 - ] [ sp:object _:b36 ;
213 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
214 - sp:subject _:b35
215 - ] [ sp:object _:b31 ;
216 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
217 - sp:subject _:b35
218 - ] [ rdf:type sp:Bind ;
219 - sp:expression
220 - [ rdf:type ep-spin-lib:normalizeString ;
221 - sp:arg1 _:b33
222 ] ; 149 ] ;
223 - sp:variable _:b37 150 + sp:variable _:b1
224 ] [ rdf:type sp:Bind ; 151 ] [ rdf:type sp:Bind ;
225 sp:expression 152 sp:expression
226 - [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; 153 + [ rdf:type ep-spin-lib:selectLengthScale ;
227 - sp:arg1 _:b37 ; 154 + sp:arg1 _:b20
228 - sp:arg2 _:b34 ;
229 - sp:arg3 _:b36
230 - ] ;
231 - sp:variable _:b32
232 - ])
233 ] ; 155 ] ;
234 - spin:rule 156 + sp:variable _:b6
235 - [ rdf:type sp:Construct ;
236 - rdfs:comment "STEP 185 Set type of PorePressureDetermination"^^xsd:string ;
237 - sp:templates ([ sp:object _:b38 ;
238 - sp:predicate rdf:type ;
239 - sp:subject _:b39
240 - ]) ;
241 - sp:where ([ sp:object _:b40 ;
242 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
243 - sp:subject spin:_this
244 - ] [ sp:object _:b41 ;
245 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
246 - sp:subject spin:_this
247 - ] [ sp:object _:b42 ;
248 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ;
249 - sp:subject spin:_this
250 - ] [ sp:object _:b43 ;
251 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
252 - sp:subject _:b42
253 - ] [ sp:object _:b44 ;
254 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumReadingKind> ;
255 - sp:subject _:b42
256 ] [ rdf:type sp:Bind ; 157 ] [ rdf:type sp:Bind ;
257 sp:expression 158 sp:expression
258 - [ rdf:type ep-spin-lib:normalizeString ; 159 + [ rdf:type ep-spin-lib:selectLengthScale ;
259 - sp:arg1 _:b40 160 + sp:arg1 _:b25
260 ] ; 161 ] ;
261 - sp:variable _:b45 162 + sp:variable _:b9
262 ] [ rdf:type sp:Bind ; 163 ] [ rdf:type sp:Bind ;
263 sp:expression 164 sp:expression
264 - [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; 165 + [ rdf:type ep-spin-lib:selectDensityScale ;
265 - sp:arg1 _:b45 ; 166 + sp:arg1 _:b23
266 - sp:arg2 _:b41 ;
267 - sp:arg3 _:b43
268 ] ; 167 ] ;
269 - sp:variable _:b39 168 + sp:variable _:b13
270 ] [ rdf:type sp:Bind ; 169 ] [ rdf:type sp:Bind ;
271 sp:expression 170 sp:expression
272 [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ; 171 [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ;
273 - sp:arg1 _:b44 172 + sp:arg1 _:b21
274 ] ; 173 ] ;
275 - sp:variable _:b38 174 + sp:variable _:b15
276 ]) 175 ])
277 ] . 176 ] .
278 177
279 -<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> 178 +_:b15
280 - rdf:type owl:Ontology ; 179 + sp:varName "porePressureDeterminationType"^^xsd:string .
281 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
282 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
283 -
284 -_:b2 sp:varName "porePressurePartOfAWellBore"^^xsd:string .
285 -
286 -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
287 -
288 -_:b1 sp:varName "tvdOfPorePressure"^^xsd:string .
289 -
290 -_:b6 sp:varName "index"^^xsd:string .
291 -
292 -_:b5 sp:varName "porePressure"^^xsd:string .
293 -
294 -_:b4 sp:varName "dTimStart"^^xsd:string .
295 -
296 -_:b3 sp:varName "nameWellBore"^^xsd:string .
297 -
298 -_:b9 sp:varName "porePressurePartOfAWellBore"^^xsd:string .
299 -
300 -_:b14
301 - sp:varName "normalizedWellBoreName"^^xsd:string .
302 -
303 -_:b8 sp:varName "equivalentMudWeight"^^xsd:string .
304 180
305 _:b13 181 _:b13
306 - sp:varName "index"^^xsd:string . 182 + sp:varName "densityScale"^^xsd:string .
307 183
308 -_:b12 184 +_:b9 sp:varName "lengthScaleTvd"^^xsd:string .
309 - sp:varName "porePressure"^^xsd:string .
310 185
311 -_:b11 186 +_:b6 sp:varName "lengthScaleMd"^^xsd:string .
312 - sp:varName "dTimStart"^^xsd:string .
313 187
314 -_:b10 188 +_:b1 sp:varName "porePressureDetermination"^^xsd:string .
315 - sp:varName "nameWellBore"^^xsd:string .
316 189
317 -_:b32 190 +_:b27
318 - sp:varName "porePressurePartOfAWellBore"^^xsd:string . 191 + sp:varName "localname"^^xsd:string .
319 192
320 -_:b37 193 +_:b26
321 sp:varName "normalizedWellBoreName"^^xsd:string . 194 sp:varName "normalizedWellBoreName"^^xsd:string .
322 195
323 -_:b31 196 +_:b10
324 - sp:varName "mdOfPorePressure"^^xsd:string . 197 + sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
325 -
326 -_:b36
327 - sp:varName "index"^^xsd:string .
328 198
329 -_:b35 199 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
330 - sp:varName "porePressure"^^xsd:string .
331 200
332 -_:b34 201 +_:b8 sp:varName "realTvd"^^xsd:string .
333 - sp:varName "dTimStart"^^xsd:string .
334 202
335 -_:b33 203 +_:b25
336 - sp:varName "nameWellBore"^^xsd:string . 204 + sp:varName "uomTvd"^^xsd:string .
337 205
338 _:b24 206 _:b24
339 - sp:varName "porePressurePartOfAWellBore"^^xsd:string . 207 + sp:varName "tvd"^^xsd:string .
340 208
341 -_:b22 209 +_:b12
342 - sp:varName "porePressureDetermination"^^xsd:string . 210 + sp:varName "realWt"^^xsd:string .
343 -
344 -_:b30
345 - sp:varName "normalizedWellBoreName"^^xsd:string .
346 -
347 -_:b25
348 - sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
349 211
350 _:b23 212 _:b23
351 - sp:varName "dailyDrillingActivity"^^xsd:string . 213 + sp:varName "uomWt"^^xsd:string .
352 -
353 -_:b29
354 - sp:varName "index"^^xsd:string .
355 -
356 -_:b28
357 - sp:varName "porePressure"^^xsd:string .
358 -
359 -_:b27
360 - sp:varName "dTimStart"^^xsd:string .
361 214
362 -_:b26 215 +_:b22
363 - sp:varName "nameWellBore"^^xsd:string . 216 + sp:varName "equivalentMudWeight"^^xsd:string .
364 217
365 _:b21 218 _:b21
366 - sp:varName "normalizedWellBoreName"^^xsd:string . 219 + sp:varName "enumReadingKind"^^xsd:string .
220 +
221 +_:b5 sp:varName "realMd"^^xsd:string .
367 222
368 _:b20 223 _:b20
369 - sp:varName "index"^^xsd:string . 224 + sp:varName "uomMd"^^xsd:string .
370 225
371 _:b19 226 _:b19
372 - sp:varName "porePressure"^^xsd:string . 227 + sp:varName "md"^^xsd:string .
373 -
374 -_:b18
375 - sp:varName "dTimStart"^^xsd:string .
376 -
377 -_:b17
378 - sp:varName "nameWellBore"^^xsd:string .
379 -
380 -_:b16
381 - sp:varName "porePressureDetermination"^^xsd:string .
382 228
383 -_:b15 229 +_:b14
384 sp:varName "timeOfDetermination"^^xsd:string . 230 sp:varName "timeOfDetermination"^^xsd:string .
385 231
386 -_:b45 232 +_:b18
387 - sp:varName "normalizedWellBoreName"^^xsd:string .
388 -
389 -_:b44
390 - sp:varName "enumReadingKind"^^xsd:string .
391 -
392 -_:b43
393 - sp:varName "index"^^xsd:string .
394 -
395 -_:b42
396 sp:varName "porePressure"^^xsd:string . 233 sp:varName "porePressure"^^xsd:string .
397 234
398 -_:b41 235 +_:b17
399 sp:varName "dTimStart"^^xsd:string . 236 sp:varName "dTimStart"^^xsd:string .
400 237
401 -_:b40 238 +_:b16
402 sp:varName "nameWellBore"^^xsd:string . 239 sp:varName "nameWellBore"^^xsd:string .
403 -
404 -_:b39
405 - sp:varName "porePressureDetermination"^^xsd:string .
406 -
407 -_:b38
408 - sp:varName "porePressureDeterminationType"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Aug 16 12:29:21 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 19:34:31 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#> .
......
1 -# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 19:37:29 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr 4 +# imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
6 8
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
10 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
8 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 11 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -14,7 +17,12 @@ ...@@ -14,7 +17,12 @@
14 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 19
17 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 20 +<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
21 + rdf:type owl:Ontology ;
22 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 +
25 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
18 spin:rule 26 spin:rule
19 [ rdf:type sp:Construct ; 27 [ rdf:type sp:Construct ;
20 rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ; 28 rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ;
...@@ -37,115 +45,151 @@ ...@@ -37,115 +45,151 @@
37 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 45 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
38 sp:subject _:b1 46 sp:subject _:b1
39 ] [ sp:object _:b6 ; 47 ] [ sp:object _:b6 ;
40 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; 48 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
41 sp:subject _:b3 49 sp:subject _:b3
50 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
51 + sp:predicate rdf:type ;
52 + sp:subject _:b6
42 ] [ sp:object _:b7 ; 53 ] [ sp:object _:b7 ;
43 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 54 + sp:predicate _:b8 ;
55 + sp:subject _:b6
56 + ] [ sp:object _:b9 ;
57 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
58 + sp:subject _:b3
59 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
60 + sp:predicate rdf:type ;
61 + sp:subject _:b9
62 + ] [ sp:object _:b10 ;
63 + sp:predicate _:b11 ;
64 + sp:subject _:b9
65 + ] [ sp:object _:b12 ;
66 + sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ;
44 sp:subject _:b3 67 sp:subject _:b3
45 - ] [ sp:object _:b8 ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#stratigraphyDescription> ;
47 - sp:subject _:b1
48 ]) ; 68 ]) ;
49 - sp:where ([ sp:object _:b9 ; 69 + sp:where ([ sp:object _:b13 ;
50 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 70 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
51 sp:subject spin:_this 71 sp:subject spin:_this
52 - ] [ sp:object _:b10 ; 72 + ] [ sp:object _:b14 ;
53 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 73 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
54 sp:subject spin:_this 74 sp:subject spin:_this
55 - ] [ sp:object _:b11 ; 75 + ] [ sp:object _:b15 ;
56 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#stratInfo> ; 76 + sp:predicate <http://www.witsml.org/schemas/1series#stratInfoRef> ;
57 sp:subject spin:_this 77 sp:subject spin:_this
58 - ] [ sp:object _:b12 ;
59 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
60 - sp:subject _:b11
61 ] [ sp:object _:b5 ; 78 ] [ sp:object _:b5 ;
62 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; 79 + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
63 - sp:subject _:b11 80 + sp:subject _:b15
64 - ] [ sp:object 81 + ] [ sp:object _:b4 ;
65 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
66 - ] ;
67 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 82 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
68 sp:subject _:b2 83 sp:subject _:b2
69 - ] [ sp:object _:b4 ; 84 + ] [ sp:object _:b16 ;
70 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 85 + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
71 - sp:subject 86 + sp:subject _:b15
72 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 87 + ] [ sp:object _:b17 ;
73 - ] 88 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
74 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 89 + sp:subject _:b16
75 - sp:predicate rdf:type ; 90 + ] [ sp:object _:b7 ;
76 - sp:subject _:b4 91 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
77 - ] [ sp:object _:b6 ; 92 + sp:subject _:b16
78 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
79 - sp:subject _:b11
80 ] [ rdf:type sp:Optional ; 93 ] [ rdf:type sp:Optional ;
81 - sp:elements ([ sp:object _:b7 ; 94 + sp:elements ([ sp:object _:b18 ;
82 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; 95 + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
83 - sp:subject _:b11 96 + sp:subject _:b15
97 + ] [ sp:object _:b19 ;
98 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
99 + sp:subject _:b18
100 + ] [ sp:object _:b10 ;
101 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
102 + sp:subject _:b18
84 ]) 103 ])
85 - ] [ sp:object _:b8 ; 104 + ] [ sp:object _:b12 ;
86 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; 105 + sp:predicate <http://www.witsml.org/schemas/1series#description> ;
87 - sp:subject _:b11 106 + sp:subject _:b15
88 ] [ rdf:type sp:Bind ; 107 ] [ rdf:type sp:Bind ;
89 sp:expression 108 sp:expression
90 [ rdf:type ep-spin-lib:normalizeString ; 109 [ rdf:type ep-spin-lib:normalizeString ;
91 - sp:arg1 _:b9 110 + sp:arg1 _:b13
92 ] ; 111 ] ;
93 - sp:variable _:b13 112 + sp:variable _:b20
94 ] [ rdf:type sp:Bind ; 113 ] [ rdf:type sp:Bind ;
95 sp:expression 114 sp:expression
96 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 115 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
97 - sp:arg1 _:b13 ; 116 + sp:arg1 _:b20 ;
98 - sp:arg2 _:b10 117 + sp:arg2 _:b14
99 ] ; 118 ] ;
100 sp:variable _:b2 119 sp:variable _:b2
101 ] [ rdf:type sp:Bind ; 120 ] [ rdf:type sp:Bind ;
102 sp:expression 121 sp:expression
122 + [ rdf:type afn:localname ;
123 + sp:arg1 _:b15
124 + ] ;
125 + sp:variable _:b21
126 + ] [ rdf:type sp:Bind ;
127 + sp:expression
103 [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ; 128 [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ;
104 - sp:arg1 _:b13 ; 129 + sp:arg1 _:b20 ;
105 - sp:arg2 _:b12 130 + sp:arg2 _:b14 ;
131 + sp:arg3 _:b21
106 ] ; 132 ] ;
107 sp:variable _:b1 133 sp:variable _:b1
108 ] [ rdf:type sp:Bind ; 134 ] [ rdf:type sp:Bind ;
109 sp:expression 135 sp:expression
110 - [ rdf:type ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI ; 136 + [ rdf:type ep-spin-lib:selectLengthScale ;
111 - sp:arg1 _:b13 ; 137 + sp:arg1 _:b17
112 - sp:arg2 _:b12
113 ] ; 138 ] ;
114 - sp:variable _:b3 139 + sp:variable _:b8
140 + ] [ rdf:type sp:Bind ;
141 + sp:expression
142 + [ rdf:type ep-spin-lib:selectLengthScale ;
143 + sp:arg1 _:b19
144 + ] ;
145 + sp:variable _:b11
115 ]) 146 ])
116 ] . 147 ] .
117 148
118 -<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> 149 +_:b11
119 - rdf:type owl:Ontology ; 150 + sp:varName "lengthScaleTvd"^^xsd:string .
120 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; 151 +
121 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 152 +_:b8 sp:varName "lengthScaleMd"^^xsd:string .
122 153
123 _:b1 sp:varName "preliminaryZonation"^^xsd:string . 154 _:b1 sp:varName "preliminaryZonation"^^xsd:string .
124 155
125 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . 156 +_:b21
157 + sp:varName "localname"^^xsd:string .
126 158
127 -_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string . 159 +_:b20
160 + sp:varName "normalizedWellBoreName"^^xsd:string .
128 161
129 -_:b4 sp:varName "wellBore"^^xsd:string . 162 +_:b12
163 + sp:varName "description"^^xsd:string .
130 164
131 -_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string . 165 +_:b10
166 + sp:varName "realTvd"^^xsd:string .
132 167
133 -_:b6 sp:varName "mdTop"^^xsd:string . 168 +_:b19
169 + sp:varName "uomTvd"^^xsd:string .
134 170
135 -_:b7 sp:varName "tvdTop"^^xsd:string . 171 +_:b18
172 + sp:varName "tvd"^^xsd:string .
136 173
137 -_:b8 sp:varName "description"^^xsd:string . 174 +_:b7 sp:varName "realMd"^^xsd:string .
138 175
139 -_:b9 sp:varName "nameWellBore"^^xsd:string . 176 +_:b17
177 + sp:varName "uomMd"^^xsd:string .
140 178
141 -_:b10 179 +_:b16
142 - sp:varName "dTimStart"^^xsd:string . 180 + sp:varName "md"^^xsd:string .
143 181
144 -_:b11 182 +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
183 +
184 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
185 +
186 +_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
187 +
188 +_:b15
145 sp:varName "stratInfo"^^xsd:string . 189 sp:varName "stratInfo"^^xsd:string .
146 190
147 -_:b12 191 +_:b14
148 - sp:varName "index"^^xsd:string . 192 + sp:varName "dTimStart"^^xsd:string .
149 193
150 _:b13 194 _:b13
151 - sp:varName "normalizedWellBoreName"^^xsd:string . 195 + sp:varName "nameWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011 1 +# Saved by TopBraid on Tue Sep 20 19:37:29 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#> .
......