Showing
13 changed files
with
957 additions
and
766 deletions
1 | -# Saved by TopBraid on Fri Sep 16 17:44:51 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 14:34:21 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/core | ||
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
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/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> ; | 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> ; |
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:allValuesFrom ep-activity:Activity ; | 30 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
31 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 31 | + owl:onProperty ep-activity:finishedAt |
32 | ] ; | 32 | ] ; |
33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
35 | - owl:allValuesFrom ep-activity:Activity ; | 35 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
36 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 36 | + owl:onProperty ep-activity:startedAt |
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#before> | 41 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
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#after> | 46 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
47 | ] ; | 47 | ] ; |
48 | rdfs:subClassOf | 48 | rdfs:subClassOf |
49 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
50 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 50 | + owl:allValuesFrom ep-activity:Activity ; |
51 | - owl:onProperty ep-activity:startedAt | 51 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
52 | ] ; | 52 | ] ; |
53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
55 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 55 | + owl:allValuesFrom ep-activity:Activity ; |
56 | - owl:onProperty ep-activity:finishedAt | 56 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
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:DrillingActivity ; | 70 | + owl:allValuesFrom ep-activity:Activity ; |
71 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 71 | + owl:onProperty ep-core:hasPart |
72 | ] ; | 72 | ] ; |
73 | rdfs:subClassOf | 73 | rdfs:subClassOf |
74 | [ rdf:type owl:Restriction ; | 74 | [ rdf:type owl:Restriction ; |
75 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 75 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
76 | - owl:onProperty ep-activity:onWellBore | 76 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
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 ep-activity:DrillingActivity ; | 85 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
86 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 86 | + owl:onProperty ep-activity:onWellBore |
87 | ] ; | 87 | ] ; |
88 | rdfs:subClassOf | 88 | rdfs:subClassOf |
89 | [ rdf:type owl:Restriction ; | 89 | [ rdf:type owl:Restriction ; |
90 | - owl:allValuesFrom ep-activity:Activity ; | 90 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
91 | - owl:onProperty ep-core:hasPart | 91 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
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 owl:Class , ep-activity:WellTestType ; | 135 | + rdf:type ep-activity:WellTestType , owl:Class ; |
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 147 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 152 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 157 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 162 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 167 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 172 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 177 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 182 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 187 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 192 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 197 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 202 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; | 207 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 212 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
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 | ||
... | @@ -228,8 +228,13 @@ ep-activity:EquipmentFailureAndRepair | ... | @@ -228,8 +228,13 @@ ep-activity:EquipmentFailureAndRepair |
228 | rdfs:label "equipment failure and repair"^^xsd:string ; | 228 | rdfs:label "equipment failure and repair"^^xsd:string ; |
229 | rdfs:subClassOf ep-activity:Activity . | 229 | rdfs:subClassOf ep-activity:Activity . |
230 | 230 | ||
231 | +ep-activity:ExtractAWellCore | ||
232 | + rdf:type owl:Class ; | ||
233 | + rdfs:label "extract a well core"^^xsd:string ; | ||
234 | + rdfs:subClassOf ep-activity:Activity . | ||
235 | + | ||
231 | ep-activity:FailedActivity | 236 | ep-activity:FailedActivity |
232 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 237 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
233 | rdfs:label "failed activity"^^xsd:string ; | 238 | rdfs:label "failed activity"^^xsd:string ; |
234 | rdfs:subClassOf ep-activity:Activity ; | 239 | rdfs:subClassOf ep-activity:Activity ; |
235 | owl:disjointWith ep-activity:SuccessfulActivity . | 240 | owl:disjointWith ep-activity:SuccessfulActivity . |
... | @@ -240,7 +245,7 @@ ep-activity:FluidActivity | ... | @@ -240,7 +245,7 @@ ep-activity:FluidActivity |
240 | rdfs:subClassOf ep-activity:Activity . | 245 | rdfs:subClassOf ep-activity:Activity . |
241 | 246 | ||
242 | ep-activity:FormationIntegrityTest | 247 | ep-activity:FormationIntegrityTest |
243 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 248 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
244 | rdfs:label "formation integrity test"^^xsd:string ; | 249 | rdfs:label "formation integrity test"^^xsd:string ; |
245 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 250 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
246 | owl:disjointWith ep-activity:LeakOffTest . | 251 | owl:disjointWith ep-activity:LeakOffTest . |
... | @@ -310,7 +315,7 @@ ep-activity:GasReadingType | ... | @@ -310,7 +315,7 @@ ep-activity:GasReadingType |
310 | rdfs:subClassOf owl:Class . | 315 | rdfs:subClassOf owl:Class . |
311 | 316 | ||
312 | ep-activity:LeakOffTest | 317 | ep-activity:LeakOffTest |
313 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 318 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
314 | rdfs:label "leak-off test"^^xsd:string ; | 319 | rdfs:label "leak-off test"^^xsd:string ; |
315 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 320 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
316 | owl:disjointWith ep-activity:FormationIntegrityTest . | 321 | owl:disjointWith ep-activity:FormationIntegrityTest . |
... | @@ -351,7 +356,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -351,7 +356,7 @@ ep-activity:OffshoreWellActivity |
351 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 356 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
352 | rdfs:subClassOf | 357 | rdfs:subClassOf |
353 | [ rdf:type owl:Restriction ; | 358 | [ rdf:type owl:Restriction ; |
354 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 359 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
355 | owl:onProperty ep-activity:onWell | 360 | owl:onProperty ep-activity:onWell |
356 | ] ; | 361 | ] ; |
357 | rdfs:subClassOf | 362 | rdfs:subClassOf |
... | @@ -361,7 +366,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -361,7 +366,7 @@ ep-activity:OffshoreWellActivity |
361 | ] ; | 366 | ] ; |
362 | rdfs:subClassOf | 367 | rdfs:subClassOf |
363 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
364 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 369 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
365 | owl:onProperty ep-activity:onWell | 370 | owl:onProperty ep-activity:onWell |
366 | ] . | 371 | ] . |
367 | 372 | ||
... | @@ -381,13 +386,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -381,13 +386,13 @@ ep-activity:PorePressureDeterminationType |
381 | rdfs:subClassOf owl:Class . | 386 | rdfs:subClassOf owl:Class . |
382 | 387 | ||
383 | ep-activity:PorePressureEstimation | 388 | ep-activity:PorePressureEstimation |
384 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 389 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
385 | rdfs:label "pore pressure estimation"^^xsd:string ; | 390 | rdfs:label "pore pressure estimation"^^xsd:string ; |
386 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 391 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
387 | owl:disjointWith ep-activity:PorePressureMeasurement . | 392 | owl:disjointWith ep-activity:PorePressureMeasurement . |
388 | 393 | ||
389 | ep-activity:PorePressureMeasurement | 394 | ep-activity:PorePressureMeasurement |
390 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 395 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
391 | rdfs:label "pore pressure measurement"^^xsd:string ; | 396 | rdfs:label "pore pressure measurement"^^xsd:string ; |
392 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 397 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
393 | owl:disjointWith ep-activity:PorePressureEstimation . | 398 | owl:disjointWith ep-activity:PorePressureEstimation . |
... | @@ -408,14 +413,14 @@ ep-activity:ProductionActivity | ... | @@ -408,14 +413,14 @@ ep-activity:ProductionActivity |
408 | rdfs:subClassOf ep-activity:Activity . | 413 | rdfs:subClassOf ep-activity:Activity . |
409 | 414 | ||
410 | ep-activity:ProductionTest | 415 | ep-activity:ProductionTest |
411 | - rdf:type owl:Class , ep-activity:WellTestType ; | 416 | + rdf:type ep-activity:WellTestType , owl:Class ; |
412 | rdfs:label "production test"^^xsd:string ; | 417 | rdfs:label "production test"^^xsd:string ; |
413 | rdfs:subClassOf ep-activity:WellTest ; | 418 | rdfs:subClassOf ep-activity:WellTest ; |
414 | 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 ; |
415 | owl:disjointWith ep-activity:DrillStemTest . | 420 | owl:disjointWith ep-activity:DrillStemTest . |
416 | 421 | ||
417 | ep-activity:SuccessfulActivity | 422 | ep-activity:SuccessfulActivity |
418 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 423 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
419 | rdfs:label "successful activity"^^xsd:string ; | 424 | rdfs:label "successful activity"^^xsd:string ; |
420 | rdfs:subClassOf ep-activity:Activity ; | 425 | rdfs:subClassOf ep-activity:Activity ; |
421 | owl:disjointWith ep-activity:FailedActivity . | 426 | owl:disjointWith ep-activity:FailedActivity . |
... | @@ -466,23 +471,23 @@ ep-activity:WellCementJob | ... | @@ -466,23 +471,23 @@ ep-activity:WellCementJob |
466 | rdfs:subClassOf ep-activity:Activity . | 471 | rdfs:subClassOf ep-activity:Activity . |
467 | 472 | ||
468 | ep-activity:WellCementJob-other | 473 | ep-activity:WellCementJob-other |
469 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 474 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
470 | rdfs:label "well cement job other"^^xsd:string ; | 475 | rdfs:label "well cement job other"^^xsd:string ; |
471 | rdfs:subClassOf ep-activity:WellCementJob ; | 476 | rdfs:subClassOf ep-activity:WellCementJob ; |
472 | - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . | 477 | + owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . |
473 | 478 | ||
474 | ep-activity:WellCementJob-plug | 479 | ep-activity:WellCementJob-plug |
475 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 480 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
476 | rdfs:label "well cement job plug"^^xsd:string ; | 481 | rdfs:label "well cement job plug"^^xsd:string ; |
477 | rdfs:subClassOf ep-activity:WellCementJob . | 482 | rdfs:subClassOf ep-activity:WellCementJob . |
478 | 483 | ||
479 | ep-activity:WellCementJob-primary | 484 | ep-activity:WellCementJob-primary |
480 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 485 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
481 | rdfs:label "well cement job primary"^^xsd:string ; | 486 | rdfs:label "well cement job primary"^^xsd:string ; |
482 | rdfs:subClassOf ep-activity:WellCementJob . | 487 | rdfs:subClassOf ep-activity:WellCementJob . |
483 | 488 | ||
484 | ep-activity:WellCementJob-squeeze | 489 | ep-activity:WellCementJob-squeeze |
485 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 490 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
486 | rdfs:label "well cement job squeeze"^^xsd:string ; | 491 | rdfs:label "well cement job squeeze"^^xsd:string ; |
487 | rdfs:subClassOf ep-activity:WellCementJob . | 492 | rdfs:subClassOf ep-activity:WellCementJob . |
488 | 493 | ||
... | @@ -527,73 +532,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -527,73 +532,73 @@ ep-activity:WellCementJobTopPlugType |
527 | rdfs:subClassOf owl:Class . | 532 | rdfs:subClassOf owl:Class . |
528 | 533 | ||
529 | ep-activity:WellCementJobWithBottomPlug | 534 | ep-activity:WellCementJobWithBottomPlug |
530 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 535 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
531 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 536 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
532 | rdfs:subClassOf ep-activity:WellCementJob ; | 537 | rdfs:subClassOf ep-activity:WellCementJob ; |
533 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 538 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
534 | 539 | ||
535 | ep-activity:WellCementJobWithCasingReciprocation | 540 | ep-activity:WellCementJobWithCasingReciprocation |
536 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 541 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
537 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 542 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
538 | rdfs:subClassOf ep-activity:WellCementJob ; | 543 | rdfs:subClassOf ep-activity:WellCementJob ; |
539 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 544 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
540 | 545 | ||
541 | ep-activity:WellCementJobWithCasingRotation | 546 | ep-activity:WellCementJobWithCasingRotation |
542 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 547 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
543 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 548 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
544 | rdfs:subClassOf ep-activity:WellCementJob ; | 549 | rdfs:subClassOf ep-activity:WellCementJob ; |
545 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 550 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
546 | 551 | ||
547 | ep-activity:WellCementJobWithFloatHolding | 552 | ep-activity:WellCementJobWithFloatHolding |
548 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 553 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
549 | rdfs:label "well cement job with float holding"^^xsd:string ; | 554 | rdfs:label "well cement job with float holding"^^xsd:string ; |
550 | rdfs:subClassOf ep-activity:WellCementJob ; | 555 | rdfs:subClassOf ep-activity:WellCementJob ; |
551 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 556 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
552 | 557 | ||
553 | ep-activity:WellCementJobWithPlugBumping | 558 | ep-activity:WellCementJobWithPlugBumping |
554 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 559 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
555 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 560 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
556 | rdfs:subClassOf ep-activity:WellCementJob ; | 561 | rdfs:subClassOf ep-activity:WellCementJob ; |
557 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 562 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
558 | 563 | ||
559 | ep-activity:WellCementJobWithTopPlug | 564 | ep-activity:WellCementJobWithTopPlug |
560 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 565 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
561 | rdfs:label "well cement job with top plug"^^xsd:string ; | 566 | rdfs:label "well cement job with top plug"^^xsd:string ; |
562 | rdfs:subClassOf ep-activity:WellCementJob ; | 567 | rdfs:subClassOf ep-activity:WellCementJob ; |
563 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 568 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
564 | 569 | ||
565 | ep-activity:WellCementJobWithoutBottomPlug | 570 | ep-activity:WellCementJobWithoutBottomPlug |
566 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 571 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
567 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 572 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
568 | rdfs:subClassOf ep-activity:WellCementJob ; | 573 | rdfs:subClassOf ep-activity:WellCementJob ; |
569 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 574 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
570 | 575 | ||
571 | ep-activity:WellCementJobWithoutCasingReciprocation | 576 | ep-activity:WellCementJobWithoutCasingReciprocation |
572 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 577 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
573 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 578 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
574 | rdfs:subClassOf ep-activity:WellCementJob ; | 579 | rdfs:subClassOf ep-activity:WellCementJob ; |
575 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 580 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
576 | 581 | ||
577 | ep-activity:WellCementJobWithoutCasingRotation | 582 | ep-activity:WellCementJobWithoutCasingRotation |
578 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 583 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
579 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 584 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
580 | rdfs:subClassOf ep-activity:WellCementJob ; | 585 | rdfs:subClassOf ep-activity:WellCementJob ; |
581 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 586 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
582 | 587 | ||
583 | ep-activity:WellCementJobWithoutFloatHolding | 588 | ep-activity:WellCementJobWithoutFloatHolding |
584 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 589 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
585 | rdfs:label "well cement job without float holding"^^xsd:string ; | 590 | rdfs:label "well cement job without float holding"^^xsd:string ; |
586 | rdfs:subClassOf ep-activity:WellCementJob ; | 591 | rdfs:subClassOf ep-activity:WellCementJob ; |
587 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 592 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
588 | 593 | ||
589 | ep-activity:WellCementJobWithoutPlugBumping | 594 | ep-activity:WellCementJobWithoutPlugBumping |
590 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 595 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
591 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 596 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
592 | rdfs:subClassOf ep-activity:WellCementJob ; | 597 | rdfs:subClassOf ep-activity:WellCementJob ; |
593 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
594 | 599 | ||
595 | ep-activity:WellCementJobWithoutTopPlug | 600 | ep-activity:WellCementJobWithoutTopPlug |
596 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 601 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
597 | rdfs:label "well cement job without top plug"^^xsd:string ; | 602 | rdfs:label "well cement job without top plug"^^xsd:string ; |
598 | rdfs:subClassOf ep-activity:WellCementJob ; | 603 | rdfs:subClassOf ep-activity:WellCementJob ; |
599 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 604 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
... | @@ -609,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -609,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType |
609 | rdfs:subClassOf owl:Class . | 614 | rdfs:subClassOf owl:Class . |
610 | 615 | ||
611 | ep-activity:WellCementPumpingWithFluidReturn | 616 | ep-activity:WellCementPumpingWithFluidReturn |
612 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 617 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
613 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 618 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
614 | rdfs:subClassOf ep-activity:WellCementPumping ; | 619 | rdfs:subClassOf ep-activity:WellCementPumping ; |
615 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 620 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
616 | 621 | ||
617 | ep-activity:WellCementPumpingWithoutFluidReturn | 622 | ep-activity:WellCementPumpingWithoutFluidReturn |
618 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 623 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
619 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 624 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
620 | rdfs:subClassOf ep-activity:WellCementPumping ; | 625 | rdfs:subClassOf ep-activity:WellCementPumping ; |
621 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 626 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
... | @@ -626,79 +631,74 @@ ep-activity:WellControlIncident | ... | @@ -626,79 +631,74 @@ ep-activity:WellControlIncident |
626 | rdfs:subClassOf ep-activity:Activity . | 631 | rdfs:subClassOf ep-activity:Activity . |
627 | 632 | ||
628 | ep-activity:WellControlIncident-gas_kick | 633 | ep-activity:WellControlIncident-gas_kick |
629 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 634 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
630 | rdfs:label "well control incident gas kick"^^xsd:string ; | 635 | rdfs:label "well control incident gas kick"^^xsd:string ; |
631 | rdfs:subClassOf ep-activity:WellControlIncident ; | 636 | rdfs:subClassOf ep-activity:WellControlIncident ; |
632 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 637 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
633 | 638 | ||
634 | ep-activity:WellControlIncident-oil_kick | 639 | ep-activity:WellControlIncident-oil_kick |
635 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 640 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
636 | rdfs:label "well control incident oil kick"^^xsd:string ; | 641 | rdfs:label "well control incident oil kick"^^xsd:string ; |
637 | rdfs:subClassOf ep-activity:WellControlIncident ; | 642 | rdfs:subClassOf ep-activity:WellControlIncident ; |
638 | - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 643 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . |
639 | 644 | ||
640 | ep-activity:WellControlIncident-shallow_gas_kick | 645 | ep-activity:WellControlIncident-shallow_gas_kick |
641 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 646 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
642 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 647 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
643 | rdfs:subClassOf ep-activity:WellControlIncident ; | 648 | rdfs:subClassOf ep-activity:WellControlIncident ; |
644 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 649 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . |
645 | 650 | ||
646 | ep-activity:WellControlIncident-water_kick | 651 | ep-activity:WellControlIncident-water_kick |
647 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 652 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
648 | rdfs:label "well control incident water kick"^^xsd:string ; | 653 | rdfs:label "well control incident water kick"^^xsd:string ; |
649 | rdfs:subClassOf ep-activity:WellControlIncident ; | 654 | rdfs:subClassOf ep-activity:WellControlIncident ; |
650 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | 655 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
651 | 656 | ||
652 | ep-activity:WellControlIncidentType | 657 | ep-activity:WellControlIncidentType |
653 | rdf:type rdfs:Class ; | 658 | rdf:type rdfs:Class ; |
654 | rdfs:label "well control incident type"^^xsd:string ; | 659 | rdfs:label "well control incident type"^^xsd:string ; |
655 | rdfs:subClassOf owl:Class . | 660 | rdfs:subClassOf owl:Class . |
656 | 661 | ||
657 | -ep-activity:WellCore | ||
658 | - rdf:type owl:Class ; | ||
659 | - rdfs:label "well core"^^xsd:string ; | ||
660 | - rdfs:subClassOf ep-activity:Activity . | ||
661 | - | ||
662 | ep-activity:WellKilling | 662 | ep-activity:WellKilling |
663 | rdf:type owl:Class ; | 663 | rdf:type owl:Class ; |
664 | rdfs:label "well killing"^^xsd:string ; | 664 | rdfs:label "well killing"^^xsd:string ; |
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 owl:Class , ep-activity:WellKillingType ; | 668 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
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-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight . | 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 . |
672 | 672 | ||
673 | ep-activity:WellKilling-drillers_method | 673 | ep-activity:WellKilling-drillers_method |
674 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 674 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
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-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 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 . |
678 | 678 | ||
679 | ep-activity:WellKilling-forward_circulation | 679 | ep-activity:WellKilling-forward_circulation |
680 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 680 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
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-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 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 . |
684 | 684 | ||
685 | ep-activity:WellKilling-lubricate_and_bleed | 685 | ep-activity:WellKilling-lubricate_and_bleed |
686 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 686 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
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-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 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 . |
690 | 690 | ||
691 | ep-activity:WellKilling-reverse_circulation | 691 | ep-activity:WellKilling-reverse_circulation |
692 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 692 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
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-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 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 . |
696 | 696 | ||
697 | ep-activity:WellKilling-wait_and_weight | 697 | ep-activity:WellKilling-wait_and_weight |
698 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 698 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
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-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | 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 . |
702 | 702 | ||
703 | ep-activity:WellKillingType | 703 | ep-activity:WellKillingType |
704 | rdf:type rdfs:Class ; | 704 | rdf:type rdfs:Class ; |
... | @@ -731,46 +731,46 @@ ep-activity:WirelineFormationTestType | ... | @@ -731,46 +731,46 @@ 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 owl:Class , ep-activity:WirelineFormationTestType ; | 734 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
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 owl:Class , ep-activity:WirelineFormationTestType ; | 740 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
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 | 745 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
746 | - rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ; | 746 | + rdf:type owl:DatatypeProperty ; |
747 | rdfs:domain ep-activity:DailyDrillingActivity ; | 747 | rdfs:domain ep-activity:DailyDrillingActivity ; |
748 | rdfs:label "description of activities following the daily reporting period"^^xsd:string . | 748 | rdfs:label "description of activities following the daily reporting period"^^xsd:string . |
749 | 749 | ||
750 | ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod | 750 | ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod |
751 | - rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ; | 751 | + rdf:type owl:DatatypeProperty ; |
752 | rdfs:domain ep-activity:DailyDrillingActivity ; | 752 | rdfs:domain ep-activity:DailyDrillingActivity ; |
753 | rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . | 753 | rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . |
754 | 754 | ||
755 | ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | 755 | ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
756 | - rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ; | 756 | + rdf:type owl:DatatypeProperty ; |
757 | rdfs:domain ep-activity:DailyDrillingActivity ; | 757 | rdfs:domain ep-activity:DailyDrillingActivity ; |
758 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 758 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
759 | 759 | ||
760 | ep-activity:distanceDrilled | 760 | ep-activity:distanceDrilled |
761 | - rdf:type ep-core:RDLTemplate , ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 761 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
762 | rdfs:domain ep-activity:DrillingActivity ; | 762 | rdfs:domain ep-activity:DrillingActivity ; |
763 | rdfs:label "final rate of drilling"^^xsd:string ; | 763 | rdfs:label "final rate of drilling"^^xsd:string ; |
764 | rdfs:range ep-core:Length . | 764 | rdfs:range ep-core:Length . |
765 | 765 | ||
766 | ep-activity:drillingContractor | 766 | ep-activity:drillingContractor |
767 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 767 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
768 | rdfs:domain ep-activity:DrillingActivity ; | 768 | rdfs:domain ep-activity:DrillingActivity ; |
769 | rdfs:label "drilling contractor"^^xsd:string ; | 769 | rdfs:label "drilling contractor"^^xsd:string ; |
770 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 770 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
771 | 771 | ||
772 | ep-activity:drillingOperator | 772 | ep-activity:drillingOperator |
773 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 773 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
774 | rdfs:domain ep-activity:DrillingActivity ; | 774 | rdfs:domain ep-activity:DrillingActivity ; |
775 | rdfs:label "drilling operator"^^xsd:string ; | 775 | rdfs:label "drilling operator"^^xsd:string ; |
776 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 776 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
... | @@ -782,18 +782,18 @@ ep-activity:failedEquipment | ... | @@ -782,18 +782,18 @@ ep-activity:failedEquipment |
782 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 782 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
783 | 783 | ||
784 | ep-activity:finalRateOfDrilling | 784 | ep-activity:finalRateOfDrilling |
785 | - rdf:type ep-core:RDLTemplate , ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 785 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
786 | rdfs:domain ep-activity:DrillingActivity ; | 786 | rdfs:domain ep-activity:DrillingActivity ; |
787 | rdfs:label "final rate of drilling"^^xsd:string ; | 787 | rdfs:label "final rate of drilling"^^xsd:string ; |
788 | rdfs:range ep-core:Speed . | 788 | rdfs:range ep-core:Speed . |
789 | 789 | ||
790 | ep-activity:finishedAt | 790 | ep-activity:finishedAt |
791 | - rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ; | 791 | + rdf:type owl:DatatypeProperty ; |
792 | rdfs:label "finished at"^^xsd:string ; | 792 | rdfs:label "finished at"^^xsd:string ; |
793 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 793 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
794 | 794 | ||
795 | ep-activity:hasCasingLinerTubing | 795 | ep-activity:hasCasingLinerTubing |
796 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 796 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
797 | rdfs:domain ep-activity:WellStimulation ; | 797 | rdfs:domain ep-activity:WellStimulation ; |
798 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 798 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
799 | 799 | ||
... | @@ -802,24 +802,24 @@ ep-activity:hasCasingString | ... | @@ -802,24 +802,24 @@ ep-activity:hasCasingString |
802 | rdfs:label "has casing string"^^xsd:string . | 802 | rdfs:label "has casing string"^^xsd:string . |
803 | 803 | ||
804 | ep-activity:hasChokeValve | 804 | ep-activity:hasChokeValve |
805 | - rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ; | 805 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
806 | rdfs:label "has choke valve"^^xsd:string ; | 806 | rdfs:label "has choke valve"^^xsd:string ; |
807 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 807 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
808 | 808 | ||
809 | ep-activity:hasDrillBit | 809 | ep-activity:hasDrillBit |
810 | - rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ; | 810 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
811 | rdfs:domain ep-activity:DrillingActivity ; | 811 | rdfs:domain ep-activity:DrillingActivity ; |
812 | rdfs:label "has drill bit"^^xsd:string ; | 812 | rdfs:label "has drill bit"^^xsd:string ; |
813 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 813 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
814 | 814 | ||
815 | ep-activity:hasDrillingFluid | 815 | ep-activity:hasDrillingFluid |
816 | - rdf:type owl:FunctionalProperty , ep-core:RDLTemplate , owl:ObjectProperty ; | 816 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
817 | rdfs:domain ep-activity:DrillingActivity ; | 817 | rdfs:domain ep-activity:DrillingActivity ; |
818 | rdfs:label "has drilling fluid"^^xsd:string ; | 818 | rdfs:label "has drilling fluid"^^xsd:string ; |
819 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 819 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
820 | 820 | ||
821 | ep-activity:hasInflowLocation | 821 | ep-activity:hasInflowLocation |
822 | - rdf:type ep-core:RDLTemplate , owl:ObjectProperty ; | 822 | + rdf:type owl:ObjectProperty ; |
823 | rdfs:domain ep-activity:WellControlIncident ; | 823 | rdfs:domain ep-activity:WellControlIncident ; |
824 | rdfs:label "has inflow location"^^xsd:string ; | 824 | rdfs:label "has inflow location"^^xsd:string ; |
825 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . | 825 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . |
... | @@ -828,27 +828,32 @@ ep-activity:hasSubActivity | ... | @@ -828,27 +828,32 @@ ep-activity:hasSubActivity |
828 | rdf:type owl:ObjectProperty ; | 828 | rdf:type owl:ObjectProperty ; |
829 | rdfs:label "has sub activity"^^xsd:string . | 829 | rdfs:label "has sub activity"^^xsd:string . |
830 | 830 | ||
831 | +ep-activity:identificationNumberOfCore | ||
832 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
833 | + rdfs:domain ep-activity:ExtractAWellCore ; | ||
834 | + rdfs:label "identification number of core"^^xsd:string . | ||
835 | + | ||
831 | ep-activity:nominallyAt | 836 | ep-activity:nominallyAt |
832 | - rdf:type owl:DatatypeProperty , ep-core:ComplexBaseTemplate ; | 837 | + rdf:type owl:DatatypeProperty ; |
833 | rdfs:label "nominal time"^^xsd:string ; | 838 | rdfs:label "nominal time"^^xsd:string ; |
834 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 839 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
835 | 840 | ||
836 | ep-activity:onRig | 841 | ep-activity:onRig |
837 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ; | 842 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
838 | rdfs:domain ep-activity:DrillingActivity ; | 843 | rdfs:domain ep-activity:DrillingActivity ; |
839 | rdfs:label "on rig"^^xsd:string ; | 844 | rdfs:label "on rig"^^xsd:string ; |
840 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 845 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
841 | 846 | ||
842 | ep-activity:onWell | 847 | ep-activity:onWell |
843 | - rdf:type owl:ObjectProperty , ep-core:RDLTemplate ; | 848 | + rdf:type owl:ObjectProperty ; |
844 | rdfs:label "on well"^^xsd:string . | 849 | rdfs:label "on well"^^xsd:string . |
845 | 850 | ||
846 | ep-activity:onWellBore | 851 | ep-activity:onWellBore |
847 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ; | 852 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
848 | rdfs:label "on WellBore"^^xsd:string . | 853 | rdfs:label "on WellBore"^^xsd:string . |
849 | 854 | ||
850 | ep-activity:pressureAtWhichPlugBumped | 855 | ep-activity:pressureAtWhichPlugBumped |
851 | - rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ; | 856 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
852 | rdfs:domain ep-activity:WellCementPumping ; | 857 | rdfs:domain ep-activity:WellCementPumping ; |
853 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 858 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
854 | rdfs:range ep-core:Pressure . | 859 | rdfs:range ep-core:Pressure . |
... | @@ -858,59 +863,59 @@ ep-activity:pumpedFluid | ... | @@ -858,59 +863,59 @@ ep-activity:pumpedFluid |
858 | rdfs:label "pumped fluid"^^xsd:string . | 863 | rdfs:label "pumped fluid"^^xsd:string . |
859 | 864 | ||
860 | ep-activity:recoveredCore | 865 | ep-activity:recoveredCore |
861 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 866 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
862 | - rdfs:domain ep-activity:WellCore ; | 867 | + rdfs:domain ep-activity:ExtractAWellCore ; |
863 | rdfs:label "recovered core"^^xsd:string ; | 868 | rdfs:label "recovered core"^^xsd:string ; |
864 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 869 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
865 | 870 | ||
866 | ep-activity:sampledFluid | 871 | ep-activity:sampledFluid |
867 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 872 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
868 | rdfs:domain ep-activity:WirelineFormationTest ; | 873 | rdfs:domain ep-activity:WirelineFormationTest ; |
869 | rdfs:label "sampled fluid"^^xsd:string ; | 874 | rdfs:label "sampled fluid"^^xsd:string ; |
870 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 875 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
871 | 876 | ||
872 | ep-activity:serviceCompany | 877 | ep-activity:serviceCompany |
873 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 878 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
874 | rdfs:domain ep-activity:Activity ; | 879 | rdfs:domain ep-activity:Activity ; |
875 | rdfs:label "service company"^^xsd:string ; | 880 | rdfs:label "service company"^^xsd:string ; |
876 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 881 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
877 | 882 | ||
878 | ep-activity:startedAt | 883 | ep-activity:startedAt |
879 | - rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ; | 884 | + rdf:type owl:DatatypeProperty ; |
880 | rdfs:label "started at"^^xsd:string ; | 885 | rdfs:label "started at"^^xsd:string ; |
881 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 886 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
882 | 887 | ||
883 | ep-activity:stratigraphyDescription | 888 | ep-activity:stratigraphyDescription |
884 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 889 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
885 | rdfs:domain ep-activity:PreliminaryZonation ; | 890 | rdfs:domain ep-activity:PreliminaryZonation ; |
886 | rdfs:label "stratigrapy description"^^xsd:string . | 891 | rdfs:label "stratigrapy description"^^xsd:string . |
887 | 892 | ||
888 | ep-activity:timeLost | 893 | ep-activity:timeLost |
889 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ; | 894 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
890 | rdfs:domain ep-activity:WellControlIncident ; | 895 | rdfs:domain ep-activity:WellControlIncident ; |
891 | rdfs:label "time lost"^^xsd:string ; | 896 | rdfs:label "time lost"^^xsd:string ; |
892 | rdfs:range ep-core:TimeDuration . | 897 | rdfs:range ep-core:TimeDuration . |
893 | 898 | ||
894 | ep-activity:volumeOfMudGained | 899 | ep-activity:volumeOfMudGained |
895 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ; | 900 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
896 | rdfs:domain ep-activity:WellControlIncident ; | 901 | rdfs:domain ep-activity:WellControlIncident ; |
897 | rdfs:label "volume of mud gained"^^xsd:string ; | 902 | rdfs:label "volume of mud gained"^^xsd:string ; |
898 | rdfs:range ep-core:Volume . | 903 | rdfs:range ep-core:Volume . |
899 | 904 | ||
900 | ep-activity:volumeOfPumpedCementingFluid | 905 | ep-activity:volumeOfPumpedCementingFluid |
901 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ; | 906 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
902 | rdfs:domain ep-activity:WellCementPumping ; | 907 | rdfs:domain ep-activity:WellCementPumping ; |
903 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; | 908 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; |
904 | rdfs:range ep-core:Volume . | 909 | rdfs:range ep-core:Volume . |
905 | 910 | ||
906 | ep-activity:volumeOfReturnedCementingFluid | 911 | ep-activity:volumeOfReturnedCementingFluid |
907 | - rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ; | 912 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
908 | rdfs:domain ep-activity:WellCementPumping ; | 913 | rdfs:domain ep-activity:WellCementPumping ; |
909 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; | 914 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; |
910 | rdfs:range ep-core:Volume . | 915 | rdfs:range ep-core:Volume . |
911 | 916 | ||
912 | ep-activity:wellBoreLoggingTool | 917 | ep-activity:wellBoreLoggingTool |
913 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 918 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
914 | rdfs:domain ep-activity:WellBoreLog ; | 919 | rdfs:domain ep-activity:WellBoreLog ; |
915 | rdfs:label "well bore logging tool"^^xsd:string ; | 920 | rdfs:label "well bore logging tool"^^xsd:string ; |
916 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 921 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ... | ... |
1 | -# Saved by TopBraid on Thu Sep 15 15:27:26 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 14:58:21 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/well | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
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#> . |
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
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/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
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 |
19 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | 19 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . |
20 | - | 20 | + |
21 | -ep-eqt:API_5CT_class | 21 | +ep-eqt:API_5CT_class |
22 | - rdf:type rdfs:Class ; | 22 | + rdf:type rdfs: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:Casing | 26 | +ep-eqt:Casing |
27 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 27 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
28 | - rdfs:label "casing"^^xsd:string ; | 28 | + rdfs:label "casing"^^xsd:string ; |
29 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 29 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
30 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . | 30 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . |
31 | - | 31 | + |
32 | -ep-eqt:CasingLinerTubing | 32 | +ep-eqt:CasingLinerTubing |
33 | - rdf:type owl:Class ; | 33 | + rdf:type owl:Class ; |
34 | - rdfs:label "casing/liner/tubing"^^xsd:string ; | 34 | + rdfs:label "casing/liner/tubing"^^xsd:string ; |
35 | - rdfs:subClassOf ep-eqt:Equipment ; | 35 | + rdfs:subClassOf ep-eqt:Equipment ; |
36 | - owl:equivalentClass | 36 | + owl:equivalentClass |
37 | - [ rdf:type owl:Class ; | 37 | + [ rdf:type owl:Class ; |
38 | - owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing) | 38 | + owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing) |
39 | - ] . | 39 | + ] . |
40 | - | 40 | + |
41 | -ep-eqt:CasingLinerTubingType | 41 | +ep-eqt:CasingLinerTubingType |
42 | - rdf:type rdfs:Class ; | 42 | + rdf:type rdfs:Class ; |
43 | - rdfs:label "casing/liner/tubing type"^^xsd:string ; | 43 | + rdfs:label "casing/liner/tubing type"^^xsd:string ; |
44 | - rdfs:subClassOf owl:Class . | 44 | + rdfs:subClassOf owl:Class . |
45 | - | 45 | + |
46 | -ep-eqt:CasingRoleType | 46 | +ep-eqt:CasingRoleType |
47 | - rdf:type rdfs:Class ; | 47 | + rdf:type rdfs:Class ; |
48 | - rdfs:label "casing role type"^^xsd:string ; | 48 | + rdfs:label "casing role type"^^xsd:string ; |
49 | - rdfs:subClassOf owl:Class . | 49 | + rdfs:subClassOf owl:Class . |
50 | - | 50 | + |
51 | -ep-eqt:CasingString | 51 | +ep-eqt:CasingString |
52 | - rdf:type owl:Class ; | 52 | + rdf:type owl:Class ; |
53 | - rdfs:label "casing string"^^xsd:string ; | 53 | + rdfs:label "casing string"^^xsd:string ; |
54 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 54 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
55 | - | 55 | + |
56 | -ep-eqt:ChokeValve | 56 | +ep-eqt:ChokeValve |
57 | - rdf:type owl:Class ; | 57 | + rdf:type owl:Class ; |
58 | - rdfs:label "choke valve"^^xsd:string ; | 58 | + rdfs:label "choke valve"^^xsd:string ; |
59 | - rdfs:subClassOf ep-eqt:Equipment . | 59 | + rdfs:subClassOf ep-eqt:Equipment . |
60 | - | 60 | + |
61 | -ep-eqt:DrillBit | 61 | +ep-eqt:DrillBit |
62 | - rdf:type owl:Class ; | 62 | + rdf:type owl:Class ; |
63 | - rdfs:label "drill bit"^^xsd:string ; | 63 | + rdfs:label "drill bit"^^xsd:string ; |
64 | - rdfs:subClassOf ep-eqt:Equipment . | 64 | + rdfs:subClassOf ep-eqt:Equipment . |
65 | - | 65 | + |
66 | -ep-eqt:Equipment | 66 | +ep-eqt:Equipment |
67 | - rdf:type owl:Class ; | 67 | + rdf:type owl:Class ; |
68 | - rdfs:label "Equipment"^^xsd:string ; | 68 | + rdfs:label "Equipment"^^xsd:string ; |
69 | - rdfs:subClassOf ep-core:PhysicalObject . | 69 | + rdfs:subClassOf ep-core:PhysicalObject . |
70 | - | 70 | + |
71 | -ep-eqt:InnerBarrel | 71 | +ep-eqt:InnerBarrel |
72 | - rdf:type owl:Class ; | 72 | + rdf:type owl:Class ; |
73 | - rdfs:label "inner barrel"^^xsd:string ; | 73 | + rdfs:label "inner barrel"^^xsd:string ; |
74 | - rdfs:subClassOf ep-eqt:Equipment . | 74 | + rdfs:subClassOf ep-eqt:Equipment . |
75 | - | 75 | + |
76 | -ep-eqt:InnerBarrel-aluminum | 76 | +ep-eqt:InnerBarrel-aluminum |
77 | - rdf:type owl:Class ; | 77 | + rdf:type owl:Class ; |
78 | - rdfs:label "inner barrel - aluminum"^^xsd:string ; | 78 | + rdfs:label "inner barrel - aluminum"^^xsd:string ; |
79 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 79 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
80 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . | 80 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . |
81 | - | 81 | + |
82 | -ep-eqt:InnerBarrel-fiberglass | 82 | +ep-eqt:InnerBarrel-fiberglass |
83 | - rdf:type owl:Class ; | 83 | + rdf:type owl:Class ; |
84 | - rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 84 | + rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
85 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 85 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
86 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | 86 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
87 | - | 87 | + |
88 | -ep-eqt:InnerBarrel-gel | 88 | +ep-eqt:InnerBarrel-gel |
89 | - rdf:type owl:Class ; | 89 | + rdf:type owl:Class ; |
90 | - rdfs:label "inner barrel - gel"^^xsd:string ; | 90 | + rdfs:label "inner barrel - gel"^^xsd:string ; |
91 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 91 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
92 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | 92 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
93 | - | 93 | + |
94 | -ep-eqt:IntermediateCasing | 94 | +ep-eqt:IntermediateCasing |
95 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 95 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
96 | - rdfs:label "intermediate casing"^^xsd:string ; | 96 | + rdfs:label "intermediate casing"^^xsd:string ; |
97 | - rdfs:subClassOf ep-eqt:Casing ; | 97 | + rdfs:subClassOf ep-eqt:Casing ; |
98 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . | 98 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . |
99 | - | 99 | + |
100 | -ep-eqt:KellyBushing | 100 | +ep-eqt:KellyBushing |
101 | - rdf:type owl:Class ; | 101 | + rdf:type owl:Class ; |
102 | - rdfs:label "kelly bushing"^^xsd:string ; | 102 | + rdfs:label "kelly bushing"^^xsd:string ; |
103 | - rdfs:subClassOf ep-eqt:Equipment . | 103 | + rdfs:subClassOf ep-eqt:Equipment . |
104 | - | 104 | + |
105 | -ep-eqt:LastCasingOfAWellBore | 105 | +ep-eqt:LastCasingOfAWellBore |
106 | - rdf:type owl:Class ; | 106 | + rdf:type owl:Class ; |
107 | - rdfs:label "last casing of a wellbore"^^xsd:string ; | 107 | + rdfs:label "last casing of a wellbore"^^xsd:string ; |
108 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 108 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
109 | - | 109 | + |
110 | -ep-eqt:Liner | 110 | +ep-eqt:Liner |
111 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 111 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
112 | - rdfs:label "liner"^^xsd:string ; | 112 | + rdfs:label "liner"^^xsd:string ; |
113 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 113 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
114 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | 114 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . |
115 | - | 115 | + |
116 | -ep-eqt:ProductionCasing | 116 | +ep-eqt:ProductionCasing |
117 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 117 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
118 | - rdfs:label "production casing"^^xsd:string ; | 118 | + rdfs:label "production casing"^^xsd:string ; |
119 | - rdfs:subClassOf ep-eqt:Casing ; | 119 | + rdfs:subClassOf ep-eqt:Casing ; |
120 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 120 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
121 | - | 121 | + |
122 | -ep-eqt:TopCasing | 122 | +ep-eqt:TopCasing |
123 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 123 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
124 | - rdfs:label "top casing"^^xsd:string ; | 124 | + rdfs:label "top casing"^^xsd:string ; |
125 | - rdfs:subClassOf ep-eqt:Casing ; | 125 | + rdfs:subClassOf ep-eqt:Casing ; |
126 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 126 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
127 | - | 127 | + |
128 | -ep-eqt:Tubing | 128 | +ep-eqt:Tubing |
129 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 129 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
130 | - rdfs:label "liner"^^xsd:string ; | 130 | + rdfs:label "liner"^^xsd:string ; |
131 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 131 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
132 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . | 132 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . |
133 | - | 133 | + |
134 | -ep-eqt:TubularConnectionClass | 134 | +ep-eqt:TubularConnectionClass |
135 | - rdf:type rdfs:Class ; | 135 | + rdf:type rdfs:Class ; |
136 | - rdfs:label "tubular connection class"^^xsd:string ; | 136 | + rdfs:label "tubular connection class"^^xsd:string ; |
137 | - rdfs:subClassOf owl:Class . | 137 | + rdfs:subClassOf owl:Class . |
138 | - | 138 | + |
139 | -ep-eqt:WellBoreLoggingTool | 139 | +ep-eqt:WellBoreLoggingTool |
140 | - rdf:type owl:Class ; | 140 | + rdf:type owl:Class ; |
141 | - rdfs:label "well bore logging tool"^^xsd:string ; | 141 | + rdfs:label "well bore logging tool"^^xsd:string ; |
142 | - rdfs:subClassOf ep-eqt:Equipment . | 142 | + rdfs:subClassOf ep-eqt:Equipment . |
143 | - | 143 | + |
144 | -ep-eqt:diameterOfACasing | 144 | +ep-eqt:diameterOfACasing |
145 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 145 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
146 | - rdfs:domain ep-eqt:Casing ; | 146 | + rdfs:domain ep-eqt:Casing ; |
147 | - rdfs:label "diameter of a casing"^^xsd:string ; | 147 | + rdfs:label "diameter of a casing"^^xsd:string ; |
148 | - rdfs:range ep-core:Length . | 148 | + rdfs:range ep-core:Length . |
149 | - | 149 | + |
150 | -ep-eqt:diameterOfDrillBit | 150 | +ep-eqt:diameterOfDrillBit |
151 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 151 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
152 | - rdfs:domain ep-eqt:DrillBit ; | 152 | + rdfs:domain ep-eqt:DrillBit ; |
153 | - rdfs:label "diameter of drill bit"^^xsd:string ; | 153 | + rdfs:label "diameter of drill bit"^^xsd:string ; |
154 | - rdfs:range ep-core:Length . | 154 | + rdfs:range ep-core:Length . |
155 | - | 155 | + |
156 | -ep-eqt:elevationOfKellyBushing | 156 | +ep-eqt:elevationOfKellyBushing |
157 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 157 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
158 | - rdfs:domain ep-eqt:KellyBushing ; | 158 | + rdfs:domain ep-eqt:KellyBushing ; |
159 | - rdfs:label "elevation of kelly bushing"^^xsd:string ; | 159 | + rdfs:label "elevation of kelly bushing"^^xsd:string ; |
160 | - rdfs:range ep-core:Length . | 160 | + rdfs:range ep-core:Length . |
161 | - | 161 | + |
162 | -ep-eqt:hasTubularConnectionClass | 162 | +ep-eqt:hasTubularConnectionClass |
163 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 163 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
164 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 164 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
165 | - rdfs:label "has tubular connection class"^^xsd:string ; | 165 | + rdfs:label "has tubular connection class"^^xsd:string ; |
166 | - rdfs:range ep-eqt:TubularConnectionClass . | 166 | + rdfs:range ep-eqt:TubularConnectionClass . |
167 | - | 167 | + |
168 | -ep-eqt:insideDiameterOfATubular | 168 | +ep-eqt:insideDiameterOfATubular |
169 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 169 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
170 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 170 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
171 | - rdfs:label "inside diameter of a tubular"^^xsd:string ; | 171 | + rdfs:label "inside diameter of a tubular"^^xsd:string ; |
172 | - rdfs:range ep-core:Length . | 172 | + rdfs:range ep-core:Length . |
173 | - | 173 | + |
174 | -ep-eqt:maximumPressureForChokeValve | 174 | +ep-eqt:lengthOfInnerBarrel |
175 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 175 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
176 | - rdfs:domain ep-eqt:ChokeValve ; | 176 | + rdfs:domain ep-eqt:InnerBarrel ; |
177 | - rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 177 | + rdfs:label "length of inner barrel"^^xsd:string ; |
178 | - rdfs:range ep-core:Pressure . | 178 | + rdfs:range ep-core:Length . |
179 | - | 179 | + |
180 | -ep-eqt:outsideDiameterOfATubular | 180 | +ep-eqt:maximumPressureForChokeValve |
181 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 181 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
182 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 182 | + rdfs:domain ep-eqt:ChokeValve ; |
183 | - rdfs:label "outside diameter of a tubular"^^xsd:string ; | 183 | + rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
184 | - rdfs:range ep-core:Length . | 184 | + rdfs:range ep-core:Pressure . |
185 | - | 185 | + |
186 | -ep-eqt:stringLengthOfATubular | 186 | +ep-eqt:outsideDiameterOfATubular |
187 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 187 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
188 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 188 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
189 | - rdfs:label "string length of a tubular"^^xsd:string ; | 189 | + rdfs:label "outside diameter of a tubular"^^xsd:string ; |
190 | - rdfs:range ep-core:Length . | 190 | + rdfs:range ep-core:Length . |
191 | + | ||
192 | +ep-eqt:stringLengthOfATubular | ||
193 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
194 | + rdfs:domain ep-eqt:CasingLinerTubing ; | ||
195 | + rdfs:label "string length of a tubular"^^xsd:string ; | ||
196 | + rdfs:range ep-core:Length . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 22:00:29 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 14:55:14 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 |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/well> | 13 | <http://www.reportinghub.no/ep/schema/1.0/well> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
16 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> |
... | @@ -24,17 +24,17 @@ ep-well:CementingFluid | ... | @@ -24,17 +24,17 @@ ep-well:CementingFluid |
24 | rdfs:subClassOf ep-well:Fluid . | 24 | rdfs:subClassOf ep-well:Fluid . |
25 | 25 | ||
26 | ep-well:CementingFluidType | 26 | ep-well:CementingFluidType |
27 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 27 | + rdf:type ep-well:CementingFluidType , rdfs:Class ; |
28 | rdfs:label "cementing fluid type"^^xsd:string ; | 28 | rdfs:label "cementing fluid type"^^xsd:string ; |
29 | rdfs:subClassOf rdfs:Class . | 29 | rdfs:subClassOf rdfs:Class . |
30 | 30 | ||
31 | ep-well:Condensate | 31 | ep-well:Condensate |
32 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 32 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
33 | rdfs:label "condensate"^^xsd:string ; | 33 | rdfs:label "condensate"^^xsd:string ; |
34 | rdfs:subClassOf ep-well:Fluid . | 34 | rdfs:subClassOf ep-well:Fluid . |
35 | 35 | ||
36 | ep-well:Filtrate | 36 | ep-well:Filtrate |
37 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 37 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
38 | rdfs:label "filtrate"^^xsd:string ; | 38 | rdfs:label "filtrate"^^xsd:string ; |
39 | rdfs:subClassOf ep-well:Fluid . | 39 | rdfs:subClassOf ep-well:Fluid . |
40 | 40 | ||
... | @@ -49,18 +49,18 @@ ep-well:FluidComponentType | ... | @@ -49,18 +49,18 @@ ep-well:FluidComponentType |
49 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
50 | 50 | ||
51 | ep-well:Gas | 51 | ep-well:Gas |
52 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 52 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
53 | rdfs:label "gas"^^xsd:string ; | 53 | rdfs:label "gas"^^xsd:string ; |
54 | rdfs:subClassOf ep-well:Fluid . | 54 | rdfs:subClassOf ep-well:Fluid . |
55 | 55 | ||
56 | ep-well:HphtWellBore | 56 | ep-well:HphtWellBore |
57 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 57 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
58 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 58 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
59 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 59 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
60 | owl:disjointWith ep-well:NotHphtWellBore . | 60 | owl:disjointWith ep-well:NotHphtWellBore . |
61 | 61 | ||
62 | ep-well:LeakyWellBore | 62 | ep-well:LeakyWellBore |
63 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 63 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
64 | rdfs:label "leaky well bore"^^xsd:string ; | 64 | rdfs:label "leaky well bore"^^xsd:string ; |
65 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 65 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
66 | owl:disjointWith ep-well:TightWellBore . | 66 | owl:disjointWith ep-well:TightWellBore . |
... | @@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore | ... | @@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore |
71 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 71 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
72 | 72 | ||
73 | ep-well:Mud | 73 | ep-well:Mud |
74 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 74 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
75 | rdfs:label "mud"^^xsd:string ; | 75 | rdfs:label "mud"^^xsd:string ; |
76 | rdfs:subClassOf ep-well:CementingFluid ; | 76 | rdfs:subClassOf ep-well:CementingFluid ; |
77 | - owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . | 77 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer . |
78 | 78 | ||
79 | ep-well:NotHphtWellBore | 79 | ep-well:NotHphtWellBore |
80 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 80 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
81 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 81 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
82 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 82 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
83 | owl:disjointWith ep-well:HphtWellBore . | 83 | owl:disjointWith ep-well:HphtWellBore . |
84 | 84 | ||
85 | ep-well:Oil | 85 | ep-well:Oil |
86 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 86 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
87 | rdfs:label "oil"^^xsd:string ; | 87 | rdfs:label "oil"^^xsd:string ; |
88 | rdfs:subClassOf ep-well:Fluid . | 88 | rdfs:subClassOf ep-well:Fluid . |
89 | 89 | ||
... | @@ -98,16 +98,16 @@ ep-well:RecoveredCore | ... | @@ -98,16 +98,16 @@ ep-well:RecoveredCore |
98 | rdfs:subClassOf ep-core:PhysicalObject . | 98 | rdfs:subClassOf ep-core:PhysicalObject . |
99 | 99 | ||
100 | ep-well:Slurry | 100 | ep-well:Slurry |
101 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 101 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
102 | rdfs:label "slurry"^^xsd:string ; | 102 | rdfs:label "slurry"^^xsd:string ; |
103 | rdfs:subClassOf ep-well:CementingFluid ; | 103 | rdfs:subClassOf ep-well:CementingFluid ; |
104 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . | 104 | + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . |
105 | 105 | ||
106 | ep-well:Spacer | 106 | ep-well:Spacer |
107 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 107 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
108 | rdfs:label "spacer"^^xsd:string ; | 108 | rdfs:label "spacer"^^xsd:string ; |
109 | rdfs:subClassOf ep-well:CementingFluid ; | 109 | rdfs:subClassOf ep-well:CementingFluid ; |
110 | - owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry . | 110 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud . |
111 | 111 | ||
112 | ep-well:SpatialPartOfAWellBore | 112 | ep-well:SpatialPartOfAWellBore |
113 | rdf:type owl:Class ; | 113 | rdf:type owl:Class ; |
... | @@ -130,7 +130,7 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -130,7 +130,7 @@ ep-well:TemporalPartOfAWellBore |
130 | rdfs:subClassOf ep-core:PhysicalObject . | 130 | rdfs:subClassOf ep-core:PhysicalObject . |
131 | 131 | ||
132 | ep-well:TightWellBore | 132 | ep-well:TightWellBore |
133 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 133 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
134 | rdfs:label "tight well bore"^^xsd:string ; | 134 | rdfs:label "tight well bore"^^xsd:string ; |
135 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 135 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
136 | owl:disjointWith ep-well:LeakyWellBore . | 136 | owl:disjointWith ep-well:LeakyWellBore . |
... | @@ -139,10 +139,10 @@ ep-well:Wash | ... | @@ -139,10 +139,10 @@ ep-well:Wash |
139 | rdf:type owl:Class ; | 139 | rdf:type owl:Class ; |
140 | rdfs:label "wash"^^xsd:string ; | 140 | rdfs:label "wash"^^xsd:string ; |
141 | rdfs:subClassOf ep-well:CementingFluid ; | 141 | rdfs:subClassOf ep-well:CementingFluid ; |
142 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry . | 142 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud . |
143 | 143 | ||
144 | ep-well:Water | 144 | ep-well:Water |
145 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 145 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
146 | rdfs:label "water"^^xsd:string ; | 146 | rdfs:label "water"^^xsd:string ; |
147 | rdfs:subClassOf ep-well:Fluid . | 147 | rdfs:subClassOf ep-well:Fluid . |
148 | 148 | ||
... | @@ -199,49 +199,55 @@ ep-well:WellBoreTightnessType | ... | @@ -199,49 +199,55 @@ ep-well:WellBoreTightnessType |
199 | rdfs:subClassOf owl:Class . | 199 | rdfs:subClassOf owl:Class . |
200 | 200 | ||
201 | ep-well:averageBottomHolePressure | 201 | ep-well:averageBottomHolePressure |
202 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 202 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
203 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 203 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
204 | rdfs:label "average bottom hole pressure"^^xsd:string ; | 204 | rdfs:label "average bottom hole pressure"^^xsd:string ; |
205 | rdfs:range ep-core:Pressure . | 205 | rdfs:range ep-core:Pressure . |
206 | 206 | ||
207 | ep-well:averageBottomHoleTemperature | 207 | ep-well:averageBottomHoleTemperature |
208 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 208 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
209 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 209 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
210 | rdfs:label "average bottom hole temperature"^^xsd:string ; | 210 | rdfs:label "average bottom hole temperature"^^xsd:string ; |
211 | rdfs:range ep-core:Temperature . | 211 | rdfs:range ep-core:Temperature . |
212 | 212 | ||
213 | ep-well:azimuth | 213 | ep-well:azimuth |
214 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 214 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
215 | rdfs:domain ep-well:PositionWithinWellBore ; | 215 | rdfs:domain ep-well:PositionWithinWellBore ; |
216 | rdfs:label "azimuth"^^xsd:string ; | 216 | rdfs:label "azimuth"^^xsd:string ; |
217 | rdfs:range ep-core:PlaneAngle . | 217 | rdfs:range ep-core:PlaneAngle . |
218 | 218 | ||
219 | ep-well:bottomHoleMeasuredDepth | 219 | ep-well:bottomHoleMeasuredDepth |
220 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 220 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
221 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 221 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
222 | rdfs:label "bottom hole measured depth"^^xsd:string ; | 222 | rdfs:label "bottom hole measured depth"^^xsd:string ; |
223 | rdfs:range ep-core:Length . | 223 | rdfs:range ep-core:Length . |
224 | 224 | ||
225 | ep-well:bottomHoleTemperature | 225 | ep-well:bottomHoleTemperature |
226 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 226 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
227 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 227 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
228 | rdfs:label "bottom hole temperature"^^xsd:string ; | 228 | rdfs:label "bottom hole temperature"^^xsd:string ; |
229 | rdfs:range ep-core:Temperature . | 229 | rdfs:range ep-core:Temperature . |
230 | 230 | ||
231 | ep-well:cementingFluidPerCentFreeWater | 231 | ep-well:cementingFluidPerCentFreeWater |
232 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 232 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
233 | rdfs:domain ep-well:CementingFluid ; | 233 | rdfs:domain ep-well:CementingFluid ; |
234 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 234 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
235 | rdfs:range ep-core:SpecificVolume . | 235 | rdfs:range ep-core:SpecificVolume . |
236 | 236 | ||
237 | ep-well:cementingFluidThickeningTime | 237 | ep-well:cementingFluidThickeningTime |
238 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 238 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
239 | rdfs:domain ep-well:CementingFluid ; | 239 | rdfs:domain ep-well:CementingFluid ; |
240 | rdfs:label "cementing fluid thickening time"^^xsd:string ; | 240 | rdfs:label "cementing fluid thickening time"^^xsd:string ; |
241 | rdfs:range ep-core:TimeDuration . | 241 | rdfs:range ep-core:TimeDuration . |
242 | 242 | ||
243 | -ep-well:diameterOfAWellBorePilotHole | 243 | +ep-well:coreLength |
244 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 244 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
245 | + rdfs:domain ep-well:RecoveredCore ; | ||
246 | + rdfs:label "core length"^^xsd:string ; | ||
247 | + rdfs:range ep-core:Length . | ||
248 | + | ||
249 | +ep-well:diameterOfAWellBorePilotHole | ||
250 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
245 | rdfs:domain ep-well:WellBorePilotHole ; | 251 | rdfs:domain ep-well:WellBorePilotHole ; |
246 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 252 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
247 | rdfs:range ep-core:Length . | 253 | rdfs:range ep-core:Length . |
... | @@ -253,130 +259,148 @@ ep-well:dominantComponent | ... | @@ -253,130 +259,148 @@ ep-well:dominantComponent |
253 | rdfs:range ep-well:FluidComponentType . | 259 | rdfs:range ep-well:FluidComponentType . |
254 | 260 | ||
255 | ep-well:finalBottomHoleMeasuredDepth | 261 | ep-well:finalBottomHoleMeasuredDepth |
256 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 262 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
257 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 263 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
258 | rdfs:label "final bottom hole measured depth"^^xsd:string ; | 264 | rdfs:label "final bottom hole measured depth"^^xsd:string ; |
259 | rdfs:range ep-core:Length . | 265 | rdfs:range ep-core:Length . |
260 | 266 | ||
261 | ep-well:finalBottomHoleTrueVerticalDepth | 267 | ep-well:finalBottomHoleTrueVerticalDepth |
262 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 268 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
263 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 269 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
264 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 270 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
265 | rdfs:range ep-core:Length . | 271 | rdfs:range ep-core:Length . |
266 | 272 | ||
267 | ep-well:hasBarrel | 273 | ep-well:hasBarrel |
268 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 274 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
269 | rdfs:domain ep-well:RecoveredCore ; | 275 | rdfs:domain ep-well:RecoveredCore ; |
270 | rdfs:label "has barrel"^^xsd:string ; | 276 | rdfs:label "has barrel"^^xsd:string ; |
271 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 277 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
272 | 278 | ||
273 | ep-well:inclination | 279 | ep-well:inclination |
274 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 280 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
275 | rdfs:domain ep-well:PositionWithinWellBore ; | 281 | rdfs:domain ep-well:PositionWithinWellBore ; |
276 | rdfs:label "inclination"^^xsd:string ; | 282 | rdfs:label "inclination"^^xsd:string ; |
277 | rdfs:range ep-core:PlaneAngle . | 283 | rdfs:range ep-core:PlaneAngle . |
278 | 284 | ||
279 | ep-well:initialBottomHoleMeasuredDepth | 285 | ep-well:initialBottomHoleMeasuredDepth |
280 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 286 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
281 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 287 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
282 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 288 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
283 | rdfs:range ep-core:Length . | 289 | rdfs:range ep-core:Length . |
284 | 290 | ||
285 | ep-well:measuredDepth | 291 | ep-well:measuredDepth |
286 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 292 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
287 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 293 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
288 | rdfs:label "measured depth"^^xsd:string ; | 294 | rdfs:label "measured depth"^^xsd:string ; |
289 | rdfs:range ep-core:Length . | 295 | rdfs:range ep-core:Length . |
290 | 296 | ||
291 | ep-well:measuredDepthOfPlugTop | 297 | ep-well:measuredDepthOfPlugTop |
292 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 298 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
293 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 299 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
294 | rdfs:label "measured depth of plug top"^^xsd:string ; | 300 | rdfs:label "measured depth of plug top"^^xsd:string ; |
295 | rdfs:range ep-core:Length . | 301 | rdfs:range ep-core:Length . |
296 | 302 | ||
297 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 303 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
298 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 304 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
299 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 305 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
300 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 306 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
301 | rdfs:range ep-core:Length . | 307 | rdfs:range ep-core:Length . |
302 | 308 | ||
303 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 309 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
304 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 310 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
305 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 311 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
306 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 312 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
307 | rdfs:range ep-core:Length . | 313 | rdfs:range ep-core:Length . |
308 | 314 | ||
309 | ep-well:nominalInsideDiameterOfBoreHole | 315 | ep-well:nominalInsideDiameterOfBoreHole |
310 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 316 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
311 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 317 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
312 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 318 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
313 | rdfs:range ep-core:Length . | 319 | rdfs:range ep-core:Length . |
314 | 320 | ||
315 | ep-well:plannedBottomHoleMeasuredDepth | 321 | ep-well:plannedBottomHoleMeasuredDepth |
316 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 322 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
317 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 323 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
318 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 324 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
319 | rdfs:range ep-core:Length . | 325 | rdfs:range ep-core:Length . |
320 | 326 | ||
321 | ep-well:plannedPilotBottomHoleMeasuredDepth | 327 | ep-well:plannedPilotBottomHoleMeasuredDepth |
322 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 328 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
323 | rdfs:domain ep-well:WellBorePilotHole ; | 329 | rdfs:domain ep-well:WellBorePilotHole ; |
324 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 330 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
325 | rdfs:range ep-core:Length . | 331 | rdfs:range ep-core:Length . |
326 | 332 | ||
327 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 333 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
328 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 334 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
329 | rdfs:domain ep-well:WellBorePilotHole ; | 335 | rdfs:domain ep-well:WellBorePilotHole ; |
330 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 336 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
331 | rdfs:range ep-core:Length . | 337 | rdfs:range ep-core:Length . |
332 | 338 | ||
333 | ep-well:porePressureEquivalentMudDensity | 339 | ep-well:porePressureEquivalentMudDensity |
334 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 340 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
335 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 341 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
336 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 342 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
337 | rdfs:range ep-core:Density . | 343 | rdfs:range ep-core:Density . |
338 | 344 | ||
339 | ep-well:ratioOfCementMixToWater | 345 | ep-well:ratioOfCementMixToWater |
340 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 346 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
341 | rdfs:domain ep-well:CementingFluid ; | 347 | rdfs:domain ep-well:CementingFluid ; |
342 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 348 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
343 | rdfs:range ep-core:SpecificVolume . | 349 | rdfs:range ep-core:SpecificVolume . |
344 | 350 | ||
351 | +ep-well:relativeAmountOfCoreRecovered | ||
352 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
353 | + rdfs:domain ep-well:RecoveredCore ; | ||
354 | + rdfs:label "relative amount of core recovered"^^xsd:string ; | ||
355 | + rdfs:range ep-core:SpecificVolume . | ||
356 | + | ||
345 | ep-well:shutInCasingPressure | 357 | ep-well:shutInCasingPressure |
346 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 358 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
347 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 359 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
348 | rdfs:label "shut in casing pressure"^^xsd:string ; | 360 | rdfs:label "shut in casing pressure"^^xsd:string ; |
349 | rdfs:range ep-core:Pressure . | 361 | rdfs:range ep-core:Pressure . |
350 | 362 | ||
351 | ep-well:shutInDrillPipePressure | 363 | ep-well:shutInDrillPipePressure |
352 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 364 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
353 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 365 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
354 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 366 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
355 | rdfs:range ep-core:Pressure . | 367 | rdfs:range ep-core:Pressure . |
356 | 368 | ||
357 | ep-well:strengthOfRockFormation | 369 | ep-well:strengthOfRockFormation |
358 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 370 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
359 | rdfs:domain ep-well:SurroundingRockFormation ; | 371 | rdfs:domain ep-well:SurroundingRockFormation ; |
360 | rdfs:label "strength of rock formation"^^xsd:string ; | 372 | rdfs:label "strength of rock formation"^^xsd:string ; |
361 | rdfs:range ep-core:StrengthOfRockFormation . | 373 | rdfs:range ep-core:StrengthOfRockFormation . |
362 | 374 | ||
363 | ep-well:trueVerticalDepth | 375 | ep-well:trueVerticalDepth |
364 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 376 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
365 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 377 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
366 | rdfs:label "true vertical depth"^^xsd:string ; | 378 | rdfs:label "true vertical depth"^^xsd:string ; |
367 | rdfs:range ep-core:Length . | 379 | rdfs:range ep-core:Length . |
368 | 380 | ||
381 | +ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | ||
382 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
383 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
384 | + rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | ||
385 | + rdfs:range ep-core:Length . | ||
386 | + | ||
387 | +ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | ||
388 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
389 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
390 | + rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | ||
391 | + rdfs:range ep-core:Length . | ||
392 | + | ||
369 | ep-well:wellBoreCompletedAt | 393 | ep-well:wellBoreCompletedAt |
370 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 394 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
371 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 395 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
372 | rdfs:label "wellbore completed at"^^xsd:string . | 396 | rdfs:label "wellbore completed at"^^xsd:string . |
373 | 397 | ||
374 | ep-well:wellBorePreSpudAt | 398 | ep-well:wellBorePreSpudAt |
375 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 399 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
376 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 400 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
377 | rdfs:label "wellbore pre-spud at"^^xsd:string . | 401 | rdfs:label "wellbore pre-spud at"^^xsd:string . |
378 | 402 | ||
379 | ep-well:wellBoreSpudAt | 403 | ep-well:wellBoreSpudAt |
380 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 404 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
381 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 405 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
382 | rdfs:label "wellbore spud at"^^xsd:string . | 406 | rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:45:26 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 |
... | @@ -159,9 +159,9 @@ ep-spin-lib:buildEquipmentTypeURI | ... | @@ -159,9 +159,9 @@ ep-spin-lib:buildEquipmentTypeURI |
159 | ]) | 159 | ]) |
160 | ] . | 160 | ] . |
161 | 161 | ||
162 | -ep-spin-lib:buildGasReadingURI | 162 | +ep-spin-lib:buildExtractAWellCoreURI |
163 | rdf:type spin:Function ; | 163 | rdf:type spin:Function ; |
164 | - rdfs:label "build GasReading URI"^^xsd:string ; | 164 | + rdfs:label "build ExtractAWellCore URI"^^xsd:string ; |
165 | rdfs:subClassOf ep-spin-lib:Function ; | 165 | rdfs:subClassOf ep-spin-lib:Function ; |
166 | spin:body | 166 | spin:body |
167 | [ rdf:type sp:Select ; | 167 | [ rdf:type sp:Select ; |
... | @@ -169,7 +169,7 @@ ep-spin-lib:buildGasReadingURI | ... | @@ -169,7 +169,7 @@ ep-spin-lib:buildGasReadingURI |
169 | sp:where ([ rdf:type sp:Bind ; | 169 | sp:where ([ rdf:type sp:Bind ; |
170 | sp:expression | 170 | sp:expression |
171 | [ rdf:type ep-spin-lib:buildURI ; | 171 | [ rdf:type ep-spin-lib:buildURI ; |
172 | - sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ; | 172 | + sp:arg1 "https://www.reportinghub.no/ep/data/ExtractAWellCore/" ; |
173 | sp:arg2 [ rdf:type fn:concat ; | 173 | sp:arg2 [ rdf:type fn:concat ; |
174 | sp:arg1 spin:_arg1 ; | 174 | sp:arg1 spin:_arg1 ; |
175 | sp:arg2 "$" ; | 175 | sp:arg2 "$" ; |
... | @@ -180,9 +180,9 @@ ep-spin-lib:buildGasReadingURI | ... | @@ -180,9 +180,9 @@ ep-spin-lib:buildGasReadingURI |
180 | ]) | 180 | ]) |
181 | ] . | 181 | ] . |
182 | 182 | ||
183 | -ep-spin-lib:buildLastCasingOfAWellBoreURI | 183 | +ep-spin-lib:buildGasReadingURI |
184 | rdf:type spin:Function ; | 184 | rdf:type spin:Function ; |
185 | - rdfs:label "build last casing of a wellbore URI"^^xsd:string ; | 185 | + rdfs:label "build GasReading 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,7 +190,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -190,7 +190,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
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/WellBore-LastCasing/" ; | 193 | + sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ; |
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 "$" ; |
... | @@ -201,9 +201,9 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -201,9 +201,9 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
201 | ]) | 201 | ]) |
202 | ] . | 202 | ] . |
203 | 203 | ||
204 | -ep-spin-lib:buildLithShowObservationURI | 204 | +ep-spin-lib:buildLastCasingOfAWellBoreURI |
205 | rdf:type spin:Function ; | 205 | rdf:type spin:Function ; |
206 | - rdfs:label "build LithShowObservation URI"^^xsd:string ; | 206 | + rdfs:label "build last casing of a wellbore URI"^^xsd:string ; |
207 | rdfs:subClassOf ep-spin-lib:Function ; | 207 | rdfs:subClassOf ep-spin-lib:Function ; |
208 | spin:body | 208 | spin:body |
209 | [ rdf:type sp:Select ; | 209 | [ rdf:type sp:Select ; |
... | @@ -211,22 +211,20 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -211,22 +211,20 @@ ep-spin-lib:buildLithShowObservationURI |
211 | sp:where ([ rdf:type sp:Bind ; | 211 | sp:where ([ rdf:type sp:Bind ; |
212 | sp:expression | 212 | sp:expression |
213 | [ rdf:type ep-spin-lib:buildURI ; | 213 | [ rdf:type ep-spin-lib:buildURI ; |
214 | - sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ; | 214 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-LastCasing/" ; |
215 | sp:arg2 [ rdf:type fn:concat ; | 215 | sp:arg2 [ rdf:type fn:concat ; |
216 | sp:arg1 spin:_arg1 ; | 216 | sp:arg1 spin:_arg1 ; |
217 | sp:arg2 "$" ; | 217 | sp:arg2 "$" ; |
218 | - sp:arg3 spin:_arg2 ; | 218 | + sp:arg3 spin:_arg2 |
219 | - sp:arg4 "$" ; | ||
220 | - sp:arg5 spin:_arg3 | ||
221 | ] | 219 | ] |
222 | ] ; | 220 | ] ; |
223 | sp:variable _:b9 | 221 | sp:variable _:b9 |
224 | ]) | 222 | ]) |
225 | ] . | 223 | ] . |
226 | 224 | ||
227 | -ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | 225 | +ep-spin-lib:buildLithShowObservationURI |
228 | rdf:type spin:Function ; | 226 | rdf:type spin:Function ; |
229 | - rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ; | 227 | + rdfs:label "build LithShowObservation URI"^^xsd:string ; |
230 | rdfs:subClassOf ep-spin-lib:Function ; | 228 | rdfs:subClassOf ep-spin-lib:Function ; |
231 | spin:body | 229 | spin:body |
232 | [ rdf:type sp:Select ; | 230 | [ rdf:type sp:Select ; |
... | @@ -234,7 +232,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ... | @@ -234,7 +232,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI |
234 | sp:where ([ rdf:type sp:Bind ; | 232 | sp:where ([ rdf:type sp:Bind ; |
235 | sp:expression | 233 | sp:expression |
236 | [ rdf:type ep-spin-lib:buildURI ; | 234 | [ rdf:type ep-spin-lib:buildURI ; |
237 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ; | 235 | + sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ; |
238 | sp:arg2 [ rdf:type fn:concat ; | 236 | sp:arg2 [ rdf:type fn:concat ; |
239 | sp:arg1 spin:_arg1 ; | 237 | sp:arg1 spin:_arg1 ; |
240 | sp:arg2 "$" ; | 238 | sp:arg2 "$" ; |
... | @@ -247,9 +245,9 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ... | @@ -247,9 +245,9 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI |
247 | ]) | 245 | ]) |
248 | ] . | 246 | ] . |
249 | 247 | ||
250 | -ep-spin-lib:buildLoggedPartOfAWellBoreURI | 248 | +ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI |
251 | rdf:type spin:Function ; | 249 | rdf:type spin:Function ; |
252 | - rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; | 250 | + rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ; |
253 | rdfs:subClassOf ep-spin-lib:Function ; | 251 | rdfs:subClassOf ep-spin-lib:Function ; |
254 | spin:body | 252 | spin:body |
255 | [ rdf:type sp:Select ; | 253 | [ rdf:type sp:Select ; |
... | @@ -257,7 +255,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI | ... | @@ -257,7 +255,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI |
257 | sp:where ([ rdf:type sp:Bind ; | 255 | sp:where ([ rdf:type sp:Bind ; |
258 | sp:expression | 256 | sp:expression |
259 | [ rdf:type ep-spin-lib:buildURI ; | 257 | [ rdf:type ep-spin-lib:buildURI ; |
260 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ; | 258 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ; |
261 | sp:arg2 [ rdf:type fn:concat ; | 259 | sp:arg2 [ rdf:type fn:concat ; |
262 | sp:arg1 spin:_arg1 ; | 260 | sp:arg1 spin:_arg1 ; |
263 | sp:arg2 "$" ; | 261 | sp:arg2 "$" ; |
... | @@ -270,9 +268,9 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI | ... | @@ -270,9 +268,9 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI |
270 | ]) | 268 | ]) |
271 | ] . | 269 | ] . |
272 | 270 | ||
273 | -ep-spin-lib:buildOpenPerforationIntervalURI | 271 | +ep-spin-lib:buildLoggedPartOfAWellBoreURI |
274 | rdf:type spin:Function ; | 272 | rdf:type spin:Function ; |
275 | - rdfs:label "build OpenPerforationInterval URI"^^xsd:string ; | 273 | + rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; |
276 | rdfs:subClassOf ep-spin-lib:Function ; | 274 | rdfs:subClassOf ep-spin-lib:Function ; |
277 | spin:body | 275 | spin:body |
278 | [ rdf:type sp:Select ; | 276 | [ rdf:type sp:Select ; |
... | @@ -280,20 +278,22 @@ ep-spin-lib:buildOpenPerforationIntervalURI | ... | @@ -280,20 +278,22 @@ ep-spin-lib:buildOpenPerforationIntervalURI |
280 | sp:where ([ rdf:type sp:Bind ; | 278 | sp:where ([ rdf:type sp:Bind ; |
281 | sp:expression | 279 | sp:expression |
282 | [ rdf:type ep-spin-lib:buildURI ; | 280 | [ rdf:type ep-spin-lib:buildURI ; |
283 | - sp:arg1 "https://www.reportinghub.no/ep/data/OpenPerforationInterval/" ; | 281 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ; |
284 | sp:arg2 [ rdf:type fn:concat ; | 282 | sp:arg2 [ rdf:type fn:concat ; |
285 | sp:arg1 spin:_arg1 ; | 283 | sp:arg1 spin:_arg1 ; |
286 | sp:arg2 "$" ; | 284 | sp:arg2 "$" ; |
287 | - sp:arg3 spin:_arg2 | 285 | + sp:arg3 spin:_arg2 ; |
286 | + sp:arg4 "$" ; | ||
287 | + sp:arg5 spin:_arg3 | ||
288 | ] | 288 | ] |
289 | ] ; | 289 | ] ; |
290 | sp:variable _:b12 | 290 | sp:variable _:b12 |
291 | ]) | 291 | ]) |
292 | ] . | 292 | ] . |
293 | 293 | ||
294 | -ep-spin-lib:buildPartActivityURI | 294 | +ep-spin-lib:buildOpenPerforationIntervalURI |
295 | rdf:type spin:Function ; | 295 | rdf:type spin:Function ; |
296 | - rdfs:label "build PartActivity URI"^^xsd:string ; | 296 | + rdfs:label "build OpenPerforationInterval URI"^^xsd:string ; |
297 | rdfs:subClassOf ep-spin-lib:Function ; | 297 | rdfs:subClassOf ep-spin-lib:Function ; |
298 | spin:body | 298 | spin:body |
299 | [ rdf:type sp:Select ; | 299 | [ rdf:type sp:Select ; |
... | @@ -301,22 +301,20 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -301,22 +301,20 @@ ep-spin-lib:buildPartActivityURI |
301 | sp:where ([ rdf:type sp:Bind ; | 301 | sp:where ([ rdf:type sp:Bind ; |
302 | sp:expression | 302 | sp:expression |
303 | [ rdf:type ep-spin-lib:buildURI ; | 303 | [ rdf:type ep-spin-lib:buildURI ; |
304 | - sp:arg1 "https://www.reportinghub.no/ep/data/DrillingActivity/" ; | 304 | + sp:arg1 "https://www.reportinghub.no/ep/data/OpenPerforationInterval/" ; |
305 | sp:arg2 [ rdf:type fn:concat ; | 305 | sp:arg2 [ rdf:type fn:concat ; |
306 | sp:arg1 spin:_arg1 ; | 306 | sp:arg1 spin:_arg1 ; |
307 | sp:arg2 "$" ; | 307 | sp:arg2 "$" ; |
308 | - sp:arg3 spin:_arg2 ; | 308 | + sp:arg3 spin:_arg2 |
309 | - sp:arg4 "$" ; | ||
310 | - sp:arg5 spin:_arg3 | ||
311 | ] | 309 | ] |
312 | ] ; | 310 | ] ; |
313 | sp:variable _:b13 | 311 | sp:variable _:b13 |
314 | ]) | 312 | ]) |
315 | ] . | 313 | ] . |
316 | 314 | ||
317 | -ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI | 315 | +ep-spin-lib:buildPartActivityURI |
318 | rdf:type spin:Function ; | 316 | rdf:type spin:Function ; |
319 | - rdfs:label "build PartOfAWellBoreDuringWellCore URI"^^xsd:string ; | 317 | + rdfs:label "build PartActivity URI"^^xsd:string ; |
320 | rdfs:subClassOf ep-spin-lib:Function ; | 318 | rdfs:subClassOf ep-spin-lib:Function ; |
321 | spin:body | 319 | spin:body |
322 | [ rdf:type sp:Select ; | 320 | [ rdf:type sp:Select ; |
... | @@ -324,11 +322,13 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI | ... | @@ -324,11 +322,13 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI |
324 | sp:where ([ rdf:type sp:Bind ; | 322 | sp:where ([ rdf:type sp:Bind ; |
325 | sp:expression | 323 | sp:expression |
326 | [ rdf:type ep-spin-lib:buildURI ; | 324 | [ rdf:type ep-spin-lib:buildURI ; |
327 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellCore/" ; | 325 | + sp:arg1 "https://www.reportinghub.no/ep/data/DrillingActivity/" ; |
328 | sp:arg2 [ rdf:type fn:concat ; | 326 | sp:arg2 [ rdf:type fn:concat ; |
329 | sp:arg1 spin:_arg1 ; | 327 | sp:arg1 spin:_arg1 ; |
330 | sp:arg2 "$" ; | 328 | sp:arg2 "$" ; |
331 | - sp:arg3 spin:_arg2 | 329 | + sp:arg3 spin:_arg2 ; |
330 | + sp:arg4 "$" ; | ||
331 | + sp:arg5 spin:_arg3 | ||
332 | ] | 332 | ] |
333 | ] ; | 333 | ] ; |
334 | sp:variable _:b14 | 334 | sp:variable _:b14 |
... | @@ -568,36 +568,13 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -568,36 +568,13 @@ ep-spin-lib:buildTemporalPartOfARigURI |
568 | ]) | 568 | ]) |
569 | ] . | 569 | ] . |
570 | 570 | ||
571 | -ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI | ||
572 | - rdf:type spin:Function ; | ||
573 | - rdfs:label "build TemporalPartOfAWellBoreDuringEquipmentFailureAndRepair URI"^^xsd:string ; | ||
574 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
575 | - spin:body | ||
576 | - [ rdf:type sp:Select ; | ||
577 | - sp:resultVariables (_:b26) ; | ||
578 | - sp:where ([ rdf:type sp:Bind ; | ||
579 | - sp:expression | ||
580 | - [ rdf:type ep-spin-lib:buildURI ; | ||
581 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-duringEquipmentFailureAndRepair/" ; | ||
582 | - sp:arg2 [ rdf:type fn:concat ; | ||
583 | - sp:arg1 spin:_arg1 ; | ||
584 | - sp:arg2 "$" ; | ||
585 | - sp:arg3 spin:_arg2 ; | ||
586 | - sp:arg4 "$" ; | ||
587 | - sp:arg5 spin:_arg3 | ||
588 | - ] | ||
589 | - ] ; | ||
590 | - sp:variable _:b26 | ||
591 | - ]) | ||
592 | - ] . | ||
593 | - | ||
594 | ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | 571 | ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
595 | rdf:type spin:Function ; | 572 | rdf:type spin:Function ; |
596 | rdfs:label "build TemporalPartOfAWellBoreDuringWellControlIncident URI"^^xsd:string ; | 573 | rdfs:label "build TemporalPartOfAWellBoreDuringWellControlIncident URI"^^xsd:string ; |
597 | rdfs:subClassOf ep-spin-lib:Function ; | 574 | rdfs:subClassOf ep-spin-lib:Function ; |
598 | spin:body | 575 | spin:body |
599 | [ rdf:type sp:Select ; | 576 | [ rdf:type sp:Select ; |
600 | - sp:resultVariables (_:b27) ; | 577 | + sp:resultVariables (_:b26) ; |
601 | sp:where ([ rdf:type sp:Bind ; | 578 | sp:where ([ rdf:type sp:Bind ; |
602 | sp:expression | 579 | sp:expression |
603 | [ rdf:type ep-spin-lib:buildURI ; | 580 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -608,7 +585,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -608,7 +585,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
608 | sp:arg3 spin:_arg2 | 585 | sp:arg3 spin:_arg2 |
609 | ] | 586 | ] |
610 | ] ; | 587 | ] ; |
611 | - sp:variable _:b27 | 588 | + sp:variable _:b26 |
612 | ]) | 589 | ]) |
613 | ] . | 590 | ] . |
614 | 591 | ||
... | @@ -618,7 +595,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -618,7 +595,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
618 | rdfs:subClassOf ep-spin-lib:Function ; | 595 | rdfs:subClassOf ep-spin-lib:Function ; |
619 | spin:body | 596 | spin:body |
620 | [ rdf:type sp:Select ; | 597 | [ rdf:type sp:Select ; |
621 | - sp:resultVariables (_:b28) ; | 598 | + sp:resultVariables (_:b27) ; |
622 | sp:where ([ rdf:type sp:Bind ; | 599 | sp:where ([ rdf:type sp:Bind ; |
623 | sp:expression | 600 | sp:expression |
624 | [ rdf:type ep-spin-lib:buildURI ; | 601 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -631,7 +608,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -631,7 +608,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
631 | sp:arg5 spin:_arg3 | 608 | sp:arg5 spin:_arg3 |
632 | ] | 609 | ] |
633 | ] ; | 610 | ] ; |
634 | - sp:variable _:b28 | 611 | + sp:variable _:b27 |
635 | ]) | 612 | ]) |
636 | ] . | 613 | ] . |
637 | 614 | ||
... | @@ -641,14 +618,14 @@ ep-spin-lib:buildTemporaryWellBoreURI | ... | @@ -641,14 +618,14 @@ ep-spin-lib:buildTemporaryWellBoreURI |
641 | rdfs:subClassOf ep-spin-lib:Function ; | 618 | rdfs:subClassOf ep-spin-lib:Function ; |
642 | spin:body | 619 | spin:body |
643 | [ rdf:type sp:Select ; | 620 | [ rdf:type sp:Select ; |
644 | - sp:resultVariables (_:b29) ; | 621 | + sp:resultVariables (_:b28) ; |
645 | sp:where ([ rdf:type sp:Bind ; | 622 | sp:where ([ rdf:type sp:Bind ; |
646 | sp:expression | 623 | sp:expression |
647 | [ rdf:type ep-spin-lib:buildURI ; | 624 | [ rdf:type ep-spin-lib:buildURI ; |
648 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; | 625 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; |
649 | sp:arg2 spin:_arg1 | 626 | sp:arg2 spin:_arg1 |
650 | ] ; | 627 | ] ; |
651 | - sp:variable _:b29 | 628 | + sp:variable _:b28 |
652 | ]) | 629 | ]) |
653 | ] . | 630 | ] . |
654 | 631 | ||
... | @@ -658,7 +635,7 @@ ep-spin-lib:buildURI | ... | @@ -658,7 +635,7 @@ ep-spin-lib:buildURI |
658 | rdfs:subClassOf ep-spin-lib:Function ; | 635 | rdfs:subClassOf ep-spin-lib:Function ; |
659 | spin:body | 636 | spin:body |
660 | [ rdf:type sp:Select ; | 637 | [ rdf:type sp:Select ; |
661 | - sp:resultVariables (_:b30) ; | 638 | + sp:resultVariables (_:b29) ; |
662 | sp:where ([ rdf:type sp:Bind ; | 639 | sp:where ([ rdf:type sp:Bind ; |
663 | sp:expression | 640 | sp:expression |
664 | [ rdf:type sp:iri ; | 641 | [ rdf:type sp:iri ; |
... | @@ -667,7 +644,7 @@ ep-spin-lib:buildURI | ... | @@ -667,7 +644,7 @@ ep-spin-lib:buildURI |
667 | sp:arg2 spin:_arg2 | 644 | sp:arg2 spin:_arg2 |
668 | ] | 645 | ] |
669 | ] ; | 646 | ] ; |
670 | - sp:variable _:b30 | 647 | + sp:variable _:b29 |
671 | ]) | 648 | ]) |
672 | ] ; | 649 | ] ; |
673 | spin:constraint | 650 | spin:constraint |
... | @@ -687,7 +664,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -687,7 +664,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
687 | rdfs:subClassOf ep-spin-lib:Function ; | 664 | rdfs:subClassOf ep-spin-lib:Function ; |
688 | spin:body | 665 | spin:body |
689 | [ rdf:type sp:Select ; | 666 | [ rdf:type sp:Select ; |
690 | - sp:resultVariables (_:b31) ; | 667 | + sp:resultVariables (_:b30) ; |
691 | sp:where ([ rdf:type sp:Bind ; | 668 | sp:where ([ rdf:type sp:Bind ; |
692 | sp:expression | 669 | sp:expression |
693 | [ rdf:type ep-spin-lib:buildURI ; | 670 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -700,7 +677,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -700,7 +677,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
700 | sp:arg5 spin:_arg3 | 677 | sp:arg5 spin:_arg3 |
701 | ] | 678 | ] |
702 | ] ; | 679 | ] ; |
703 | - sp:variable _:b31 | 680 | + sp:variable _:b30 |
704 | ]) | 681 | ]) |
705 | ] . | 682 | ] . |
706 | 683 | ||
... | @@ -710,7 +687,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -710,7 +687,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
710 | rdfs:subClassOf ep-spin-lib:Function ; | 687 | rdfs:subClassOf ep-spin-lib:Function ; |
711 | spin:body | 688 | spin:body |
712 | [ rdf:type sp:Select ; | 689 | [ rdf:type sp:Select ; |
713 | - sp:resultVariables (_:b32) ; | 690 | + sp:resultVariables (_:b31) ; |
714 | sp:where ([ rdf:type sp:Bind ; | 691 | sp:where ([ rdf:type sp:Bind ; |
715 | sp:expression | 692 | sp:expression |
716 | [ rdf:type ep-spin-lib:buildURI ; | 693 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -719,7 +696,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -719,7 +696,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
719 | sp:arg1 spin:_arg1 | 696 | sp:arg1 spin:_arg1 |
720 | ] | 697 | ] |
721 | ] ; | 698 | ] ; |
722 | - sp:variable _:b32 | 699 | + sp:variable _:b31 |
723 | ]) | 700 | ]) |
724 | ] . | 701 | ] . |
725 | 702 | ||
... | @@ -729,7 +706,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -729,7 +706,7 @@ ep-spin-lib:buildWellBoreLogURI |
729 | rdfs:subClassOf ep-spin-lib:Function ; | 706 | rdfs:subClassOf ep-spin-lib:Function ; |
730 | spin:body | 707 | spin:body |
731 | [ rdf:type sp:Select ; | 708 | [ rdf:type sp:Select ; |
732 | - sp:resultVariables (_:b33) ; | 709 | + sp:resultVariables (_:b32) ; |
733 | sp:where ([ rdf:type sp:Bind ; | 710 | sp:where ([ rdf:type sp:Bind ; |
734 | sp:expression | 711 | sp:expression |
735 | [ rdf:type ep-spin-lib:buildURI ; | 712 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -742,7 +719,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -742,7 +719,7 @@ ep-spin-lib:buildWellBoreLogURI |
742 | sp:arg5 spin:_arg3 | 719 | sp:arg5 spin:_arg3 |
743 | ] | 720 | ] |
744 | ] ; | 721 | ] ; |
745 | - sp:variable _:b33 | 722 | + sp:variable _:b32 |
746 | ]) | 723 | ]) |
747 | ] . | 724 | ] . |
748 | 725 | ||
... | @@ -752,7 +729,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -752,7 +729,7 @@ ep-spin-lib:buildWellCementJobURI |
752 | rdfs:subClassOf ep-spin-lib:Function ; | 729 | rdfs:subClassOf ep-spin-lib:Function ; |
753 | spin:body | 730 | spin:body |
754 | [ rdf:type sp:Select ; | 731 | [ rdf:type sp:Select ; |
755 | - sp:resultVariables (_:b34) ; | 732 | + sp:resultVariables (_:b33) ; |
756 | sp:where ([ rdf:type sp:Bind ; | 733 | sp:where ([ rdf:type sp:Bind ; |
757 | sp:expression | 734 | sp:expression |
758 | [ rdf:type ep-spin-lib:buildURI ; | 735 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -763,7 +740,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -763,7 +740,7 @@ ep-spin-lib:buildWellCementJobURI |
763 | sp:arg3 spin:_arg2 | 740 | sp:arg3 spin:_arg2 |
764 | ] | 741 | ] |
765 | ] ; | 742 | ] ; |
766 | - sp:variable _:b34 | 743 | + sp:variable _:b33 |
767 | ]) | 744 | ]) |
768 | ] . | 745 | ] . |
769 | 746 | ||
... | @@ -773,7 +750,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -773,7 +750,7 @@ ep-spin-lib:buildWellControlIncidentURI |
773 | rdfs:subClassOf ep-spin-lib:Function ; | 750 | rdfs:subClassOf ep-spin-lib:Function ; |
774 | spin:body | 751 | spin:body |
775 | [ rdf:type sp:Select ; | 752 | [ rdf:type sp:Select ; |
776 | - sp:resultVariables (_:b35) ; | 753 | + sp:resultVariables (_:b34) ; |
777 | sp:where ([ rdf:type sp:Bind ; | 754 | sp:where ([ rdf:type sp:Bind ; |
778 | sp:expression | 755 | sp:expression |
779 | [ rdf:type ep-spin-lib:buildURI ; | 756 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -784,28 +761,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -784,28 +761,7 @@ ep-spin-lib:buildWellControlIncidentURI |
784 | sp:arg3 spin:_arg2 | 761 | sp:arg3 spin:_arg2 |
785 | ] | 762 | ] |
786 | ] ; | 763 | ] ; |
787 | - sp:variable _:b35 | 764 | + sp:variable _:b34 |
788 | - ]) | ||
789 | - ] . | ||
790 | - | ||
791 | -ep-spin-lib:buildWellCoreURI | ||
792 | - rdf:type spin:Function ; | ||
793 | - rdfs:label "build WellCore URI"^^xsd:string ; | ||
794 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
795 | - spin:body | ||
796 | - [ rdf:type sp:Select ; | ||
797 | - sp:resultVariables (_:b36) ; | ||
798 | - sp:where ([ rdf:type sp:Bind ; | ||
799 | - sp:expression | ||
800 | - [ rdf:type ep-spin-lib:buildURI ; | ||
801 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellCore/" ; | ||
802 | - sp:arg2 [ rdf:type fn:concat ; | ||
803 | - sp:arg1 spin:_arg1 ; | ||
804 | - sp:arg2 "$" ; | ||
805 | - sp:arg3 spin:_arg2 | ||
806 | - ] | ||
807 | - ] ; | ||
808 | - sp:variable _:b36 | ||
809 | ]) | 765 | ]) |
810 | ] . | 766 | ] . |
811 | 767 | ||
... | @@ -815,7 +771,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -815,7 +771,7 @@ ep-spin-lib:buildWellStimulationURI |
815 | rdfs:subClassOf ep-spin-lib:Function ; | 771 | rdfs:subClassOf ep-spin-lib:Function ; |
816 | spin:body | 772 | spin:body |
817 | [ rdf:type sp:Select ; | 773 | [ rdf:type sp:Select ; |
818 | - sp:resultVariables (_:b37) ; | 774 | + sp:resultVariables (_:b35) ; |
819 | sp:where ([ rdf:type sp:Bind ; | 775 | sp:where ([ rdf:type sp:Bind ; |
820 | sp:expression | 776 | sp:expression |
821 | [ rdf:type ep-spin-lib:buildURI ; | 777 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -826,7 +782,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -826,7 +782,7 @@ ep-spin-lib:buildWellStimulationURI |
826 | sp:arg3 spin:_arg2 | 782 | sp:arg3 spin:_arg2 |
827 | ] | 783 | ] |
828 | ] ; | 784 | ] ; |
829 | - sp:variable _:b37 | 785 | + sp:variable _:b35 |
830 | ]) | 786 | ]) |
831 | ] . | 787 | ] . |
832 | 788 | ||
... | @@ -836,7 +792,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -836,7 +792,7 @@ ep-spin-lib:buildWellTestURI |
836 | rdfs:subClassOf ep-spin-lib:Function ; | 792 | rdfs:subClassOf ep-spin-lib:Function ; |
837 | spin:body | 793 | spin:body |
838 | [ rdf:type sp:Select ; | 794 | [ rdf:type sp:Select ; |
839 | - sp:resultVariables (_:b38) ; | 795 | + sp:resultVariables (_:b36) ; |
840 | sp:where ([ rdf:type sp:Bind ; | 796 | sp:where ([ rdf:type sp:Bind ; |
841 | sp:expression | 797 | sp:expression |
842 | [ rdf:type ep-spin-lib:buildURI ; | 798 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -847,7 +803,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -847,7 +803,7 @@ ep-spin-lib:buildWellTestURI |
847 | sp:arg3 spin:_arg2 | 803 | sp:arg3 spin:_arg2 |
848 | ] | 804 | ] |
849 | ] ; | 805 | ] ; |
850 | - sp:variable _:b38 | 806 | + sp:variable _:b36 |
851 | ]) | 807 | ]) |
852 | ] . | 808 | ] . |
853 | 809 | ||
... | @@ -857,7 +813,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -857,7 +813,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
857 | rdfs:subClassOf ep-spin-lib:Function ; | 813 | rdfs:subClassOf ep-spin-lib:Function ; |
858 | spin:body | 814 | spin:body |
859 | [ rdf:type sp:Select ; | 815 | [ rdf:type sp:Select ; |
860 | - sp:resultVariables (_:b39) ; | 816 | + sp:resultVariables (_:b37) ; |
861 | sp:where ([ rdf:type sp:Bind ; | 817 | sp:where ([ rdf:type sp:Bind ; |
862 | sp:expression | 818 | sp:expression |
863 | [ rdf:type ep-spin-lib:buildURI ; | 819 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -868,7 +824,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -868,7 +824,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
868 | sp:arg3 spin:_arg2 | 824 | sp:arg3 spin:_arg2 |
869 | ] | 825 | ] |
870 | ] ; | 826 | ] ; |
871 | - sp:variable _:b39 | 827 | + sp:variable _:b37 |
872 | ]) | 828 | ]) |
873 | ] . | 829 | ] . |
874 | 830 | ||
... | @@ -878,7 +834,7 @@ ep-spin-lib:normalizeString | ... | @@ -878,7 +834,7 @@ ep-spin-lib:normalizeString |
878 | rdfs:subClassOf ep-spin-lib:Function ; | 834 | rdfs:subClassOf ep-spin-lib:Function ; |
879 | spin:body | 835 | spin:body |
880 | [ rdf:type sp:Select ; | 836 | [ rdf:type sp:Select ; |
881 | - sp:resultVariables (_:b40) ; | 837 | + sp:resultVariables (_:b38) ; |
882 | sp:where ([ rdf:type sp:Bind ; | 838 | sp:where ([ rdf:type sp:Bind ; |
883 | sp:expression | 839 | sp:expression |
884 | [ rdf:type smf:regex ; | 840 | [ rdf:type smf:regex ; |
... | @@ -886,67 +842,67 @@ ep-spin-lib:normalizeString | ... | @@ -886,67 +842,67 @@ ep-spin-lib:normalizeString |
886 | sp:arg2 "\\((.*)\\)" ; | 842 | sp:arg2 "\\((.*)\\)" ; |
887 | sp:arg3 "" | 843 | sp:arg3 "" |
888 | ] ; | 844 | ] ; |
889 | - sp:variable _:b41 | 845 | + sp:variable _:b39 |
890 | ] [ rdf:type sp:Bind ; | 846 | ] [ rdf:type sp:Bind ; |
891 | sp:expression | 847 | sp:expression |
892 | [ rdf:type smf:trim ; | 848 | [ rdf:type smf:trim ; |
893 | - sp:arg1 _:b41 | 849 | + sp:arg1 _:b39 |
894 | ] ; | 850 | ] ; |
895 | - sp:variable _:b42 | 851 | + sp:variable _:b40 |
896 | ] [ rdf:type sp:Bind ; | 852 | ] [ rdf:type sp:Bind ; |
897 | sp:expression | 853 | sp:expression |
898 | [ rdf:type smf:encodeURL ; | 854 | [ rdf:type smf:encodeURL ; |
899 | - sp:arg1 _:b42 | 855 | + sp:arg1 _:b40 |
900 | ] ; | 856 | ] ; |
901 | - sp:variable _:b43 | 857 | + sp:variable _:b41 |
902 | ] [ rdf:type sp:Bind ; | 858 | ] [ rdf:type sp:Bind ; |
903 | sp:expression | 859 | sp:expression |
904 | [ rdf:type smf:regex ; | 860 | [ rdf:type smf:regex ; |
905 | - sp:arg1 _:b43 ; | 861 | + sp:arg1 _:b41 ; |
906 | sp:arg2 "%2F" ; | 862 | sp:arg2 "%2F" ; |
907 | sp:arg3 "_" | 863 | sp:arg3 "_" |
908 | ] ; | 864 | ] ; |
909 | - sp:variable _:b44 | 865 | + sp:variable _:b42 |
910 | ] [ rdf:type sp:Bind ; | 866 | ] [ rdf:type sp:Bind ; |
911 | sp:expression | 867 | sp:expression |
912 | [ rdf:type smf:regex ; | 868 | [ rdf:type smf:regex ; |
913 | - sp:arg1 _:b44 ; | 869 | + sp:arg1 _:b42 ; |
914 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 870 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
915 | sp:arg3 "" | 871 | sp:arg3 "" |
916 | ] ; | 872 | ] ; |
917 | - sp:variable _:b45 | 873 | + sp:variable _:b43 |
918 | ] [ rdf:type sp:Bind ; | 874 | ] [ rdf:type sp:Bind ; |
919 | sp:expression | 875 | sp:expression |
920 | [ rdf:type smf:regex ; | 876 | [ rdf:type smf:regex ; |
921 | - sp:arg1 _:b45 ; | 877 | + sp:arg1 _:b43 ; |
922 | sp:arg2 "\\+" ; | 878 | sp:arg2 "\\+" ; |
923 | sp:arg3 "_" | 879 | sp:arg3 "_" |
924 | ] ; | 880 | ] ; |
925 | - sp:variable _:b46 | 881 | + sp:variable _:b44 |
926 | ] [ rdf:type sp:Bind ; | 882 | ] [ rdf:type sp:Bind ; |
927 | sp:expression | 883 | sp:expression |
928 | [ rdf:type smf:regex ; | 884 | [ rdf:type smf:regex ; |
929 | - sp:arg1 _:b46 ; | 885 | + sp:arg1 _:b44 ; |
930 | sp:arg2 "_+" ; | 886 | sp:arg2 "_+" ; |
931 | sp:arg3 "_" | 887 | sp:arg3 "_" |
932 | ] ; | 888 | ] ; |
933 | - sp:variable _:b47 | 889 | + sp:variable _:b45 |
934 | ] [ rdf:type sp:Bind ; | 890 | ] [ rdf:type sp:Bind ; |
935 | sp:expression | 891 | sp:expression |
936 | [ rdf:type smf:regex ; | 892 | [ rdf:type smf:regex ; |
937 | - sp:arg1 _:b47 ; | 893 | + sp:arg1 _:b45 ; |
938 | sp:arg2 "\\*" ; | 894 | sp:arg2 "\\*" ; |
939 | sp:arg3 "" | 895 | sp:arg3 "" |
940 | ] ; | 896 | ] ; |
941 | - sp:variable _:b48 | 897 | + sp:variable _:b46 |
942 | ] [ rdf:type sp:Bind ; | 898 | ] [ rdf:type sp:Bind ; |
943 | sp:expression | 899 | sp:expression |
944 | [ rdf:type xsd:string ; | 900 | [ rdf:type xsd:string ; |
945 | sp:arg1 [ rdf:type smf:upperCase ; | 901 | sp:arg1 [ rdf:type smf:upperCase ; |
946 | - sp:arg1 _:b48 | 902 | + sp:arg1 _:b46 |
947 | ] | 903 | ] |
948 | ] ; | 904 | ] ; |
949 | - sp:variable _:b40 | 905 | + sp:variable _:b38 |
950 | ]) | 906 | ]) |
951 | ] ; | 907 | ] ; |
952 | spin:constraint | 908 | spin:constraint |
... | @@ -961,7 +917,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -961,7 +917,7 @@ ep-spin-lib:selectActivitySuccessType |
961 | rdfs:subClassOf ep-spin-lib:Function ; | 917 | rdfs:subClassOf ep-spin-lib:Function ; |
962 | spin:body | 918 | spin:body |
963 | [ rdf:type sp:Select ; | 919 | [ rdf:type sp:Select ; |
964 | - sp:resultVariables (_:b49) ; | 920 | + sp:resultVariables (_:b47) ; |
965 | sp:where ([ rdf:type sp:Bind ; | 921 | sp:where ([ rdf:type sp:Bind ; |
966 | sp:expression | 922 | sp:expression |
967 | [ rdf:type sp:if ; | 923 | [ rdf:type sp:if ; |
... | @@ -972,7 +928,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -972,7 +928,7 @@ ep-spin-lib:selectActivitySuccessType |
972 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 928 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
973 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 929 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
974 | ] ; | 930 | ] ; |
975 | - sp:variable _:b49 | 931 | + sp:variable _:b47 |
976 | ]) | 932 | ]) |
977 | ] . | 933 | ] . |
978 | 934 | ||
... | @@ -982,7 +938,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -982,7 +938,7 @@ ep-spin-lib:selectCasingRoleType |
982 | rdfs:subClassOf ep-spin-lib:Function ; | 938 | rdfs:subClassOf ep-spin-lib:Function ; |
983 | spin:body | 939 | spin:body |
984 | [ rdf:type sp:Select ; | 940 | [ rdf:type sp:Select ; |
985 | - sp:resultVariables (_:b50) ; | 941 | + sp:resultVariables (_:b48) ; |
986 | sp:where ([ rdf:type sp:Bind ; | 942 | sp:where ([ rdf:type sp:Bind ; |
987 | sp:expression | 943 | sp:expression |
988 | [ rdf:type sp:if ; | 944 | [ rdf:type sp:if ; |
... | @@ -1007,7 +963,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -1007,7 +963,7 @@ ep-spin-lib:selectCasingRoleType |
1007 | ] | 963 | ] |
1008 | ] | 964 | ] |
1009 | ] ; | 965 | ] ; |
1010 | - sp:variable _:b50 | 966 | + sp:variable _:b48 |
1011 | ]) | 967 | ]) |
1012 | ] . | 968 | ] . |
1013 | 969 | ||
... | @@ -1017,7 +973,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -1017,7 +973,7 @@ ep-spin-lib:selectCementingFluidReturnType |
1017 | rdfs:subClassOf ep-spin-lib:Function ; | 973 | rdfs:subClassOf ep-spin-lib:Function ; |
1018 | spin:body | 974 | spin:body |
1019 | [ rdf:type sp:Select ; | 975 | [ rdf:type sp:Select ; |
1020 | - sp:resultVariables (_:b51) ; | 976 | + sp:resultVariables (_:b49) ; |
1021 | sp:where ([ rdf:type sp:Bind ; | 977 | sp:where ([ rdf:type sp:Bind ; |
1022 | sp:expression | 978 | sp:expression |
1023 | [ rdf:type sp:if ; | 979 | [ rdf:type sp:if ; |
... | @@ -1028,7 +984,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -1028,7 +984,7 @@ ep-spin-lib:selectCementingFluidReturnType |
1028 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; | 984 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; |
1029 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> | 985 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> |
1030 | ] ; | 986 | ] ; |
1031 | - sp:variable _:b51 | 987 | + sp:variable _:b49 |
1032 | ]) | 988 | ]) |
1033 | ] . | 989 | ] . |
1034 | 990 | ||
... | @@ -1038,7 +994,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1038,7 +994,7 @@ ep-spin-lib:selectComponentType |
1038 | rdfs:subClassOf ep-spin-lib:Function ; | 994 | rdfs:subClassOf ep-spin-lib:Function ; |
1039 | spin:body | 995 | spin:body |
1040 | [ rdf:type sp:Select ; | 996 | [ rdf:type sp:Select ; |
1041 | - sp:resultVariables (_:b52) ; | 997 | + sp:resultVariables (_:b50) ; |
1042 | sp:where ([ rdf:type sp:Bind ; | 998 | sp:where ([ rdf:type sp:Bind ; |
1043 | sp:expression | 999 | sp:expression |
1044 | [ rdf:type sp:if ; | 1000 | [ rdf:type sp:if ; |
... | @@ -1077,7 +1033,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1077,7 +1033,7 @@ ep-spin-lib:selectComponentType |
1077 | ] | 1033 | ] |
1078 | ] | 1034 | ] |
1079 | ] ; | 1035 | ] ; |
1080 | - sp:variable _:b52 | 1036 | + sp:variable _:b50 |
1081 | ]) | 1037 | ]) |
1082 | ] . | 1038 | ] . |
1083 | 1039 | ||
... | @@ -1087,7 +1043,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1087,7 +1043,7 @@ ep-spin-lib:selectDailyDrillingReportType |
1087 | rdfs:subClassOf ep-spin-lib:Function ; | 1043 | rdfs:subClassOf ep-spin-lib:Function ; |
1088 | spin:body | 1044 | spin:body |
1089 | [ rdf:type sp:Select ; | 1045 | [ rdf:type sp:Select ; |
1090 | - sp:resultVariables (_:b53) ; | 1046 | + sp:resultVariables (_:b51) ; |
1091 | sp:where ([ rdf:type sp:Bind ; | 1047 | sp:where ([ rdf:type sp:Bind ; |
1092 | sp:expression | 1048 | sp:expression |
1093 | [ rdf:type sp:if ; | 1049 | [ rdf:type sp:if ; |
... | @@ -1105,7 +1061,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1105,7 +1061,7 @@ ep-spin-lib:selectDailyDrillingReportType |
1105 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 1061 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
1106 | ] | 1062 | ] |
1107 | ] ; | 1063 | ] ; |
1108 | - sp:variable _:b53 | 1064 | + sp:variable _:b51 |
1109 | ]) | 1065 | ]) |
1110 | ] . | 1066 | ] . |
1111 | 1067 | ||
... | @@ -1115,7 +1071,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1115,7 +1071,7 @@ ep-spin-lib:selectDensityScale |
1115 | rdfs:subClassOf ep-spin-lib:Function ; | 1071 | rdfs:subClassOf ep-spin-lib:Function ; |
1116 | spin:body | 1072 | spin:body |
1117 | [ rdf:type sp:Select ; | 1073 | [ rdf:type sp:Select ; |
1118 | - sp:resultVariables (_:b54) ; | 1074 | + sp:resultVariables (_:b52) ; |
1119 | sp:where ([ rdf:type sp:Bind ; | 1075 | sp:where ([ rdf:type sp:Bind ; |
1120 | sp:expression | 1076 | sp:expression |
1121 | [ rdf:type sp:if ; | 1077 | [ rdf:type sp:if ; |
... | @@ -1133,7 +1089,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1133,7 +1089,7 @@ ep-spin-lib:selectDensityScale |
1133 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1089 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
1134 | ] | 1090 | ] |
1135 | ] ; | 1091 | ] ; |
1136 | - sp:variable _:b54 | 1092 | + sp:variable _:b52 |
1137 | ]) | 1093 | ]) |
1138 | ] . | 1094 | ] . |
1139 | 1095 | ||
... | @@ -1143,7 +1099,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1143,7 +1099,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
1143 | rdfs:subClassOf ep-spin-lib:Function ; | 1099 | rdfs:subClassOf ep-spin-lib:Function ; |
1144 | spin:body | 1100 | spin:body |
1145 | [ rdf:type sp:Select ; | 1101 | [ rdf:type sp:Select ; |
1146 | - sp:resultVariables (_:b55) ; | 1102 | + sp:resultVariables (_:b53) ; |
1147 | sp:where ([ rdf:type sp:Bind ; | 1103 | sp:where ([ rdf:type sp:Bind ; |
1148 | sp:expression | 1104 | sp:expression |
1149 | [ rdf:type sp:if ; | 1105 | [ rdf:type sp:if ; |
... | @@ -1210,7 +1166,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1210,7 +1166,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
1210 | ] | 1166 | ] |
1211 | ] | 1167 | ] |
1212 | ] ; | 1168 | ] ; |
1213 | - sp:variable _:b55 | 1169 | + sp:variable _:b53 |
1214 | ]) | 1170 | ]) |
1215 | ] . | 1171 | ] . |
1216 | 1172 | ||
... | @@ -1220,7 +1176,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1220,7 +1176,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
1220 | rdfs:subClassOf ep-spin-lib:Function ; | 1176 | rdfs:subClassOf ep-spin-lib:Function ; |
1221 | spin:body | 1177 | spin:body |
1222 | [ rdf:type sp:Select ; | 1178 | [ rdf:type sp:Select ; |
1223 | - sp:resultVariables (_:b56) ; | 1179 | + sp:resultVariables (_:b54) ; |
1224 | sp:where ([ rdf:type sp:Bind ; | 1180 | sp:where ([ rdf:type sp:Bind ; |
1225 | sp:expression | 1181 | sp:expression |
1226 | [ rdf:type sp:if ; | 1182 | [ rdf:type sp:if ; |
... | @@ -1805,7 +1761,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1805,7 +1761,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
1805 | ] | 1761 | ] |
1806 | ] | 1762 | ] |
1807 | ] ; | 1763 | ] ; |
1808 | - sp:variable _:b56 | 1764 | + sp:variable _:b54 |
1809 | ]) | 1765 | ]) |
1810 | ] . | 1766 | ] . |
1811 | 1767 | ||
... | @@ -1815,7 +1771,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1815,7 +1771,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
1815 | rdfs:subClassOf ep-spin-lib:Function ; | 1771 | rdfs:subClassOf ep-spin-lib:Function ; |
1816 | spin:body | 1772 | spin:body |
1817 | [ rdf:type sp:Select ; | 1773 | [ rdf:type sp:Select ; |
1818 | - sp:resultVariables (_:b57) ; | 1774 | + sp:resultVariables (_:b55) ; |
1819 | sp:where ([ rdf:type sp:Bind ; | 1775 | sp:where ([ rdf:type sp:Bind ; |
1820 | sp:expression | 1776 | sp:expression |
1821 | [ rdf:type sp:if ; | 1777 | [ rdf:type sp:if ; |
... | @@ -1854,7 +1810,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1854,7 +1810,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
1854 | ] | 1810 | ] |
1855 | ] | 1811 | ] |
1856 | ] ; | 1812 | ] ; |
1857 | - sp:variable _:b57 | 1813 | + sp:variable _:b55 |
1858 | ]) | 1814 | ]) |
1859 | ] . | 1815 | ] . |
1860 | 1816 | ||
... | @@ -1864,7 +1820,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -1864,7 +1820,7 @@ ep-spin-lib:selectDrillingEquipmentType |
1864 | rdfs:subClassOf ep-spin-lib:Function ; | 1820 | rdfs:subClassOf ep-spin-lib:Function ; |
1865 | spin:body | 1821 | spin:body |
1866 | [ rdf:type sp:Select ; | 1822 | [ rdf:type sp:Select ; |
1867 | - sp:resultVariables (_:b58) ; | 1823 | + sp:resultVariables (_:b56) ; |
1868 | sp:where ([ rdf:type sp:Bind ; | 1824 | sp:where ([ rdf:type sp:Bind ; |
1869 | sp:expression | 1825 | sp:expression |
1870 | [ rdf:type sp:if ; | 1826 | [ rdf:type sp:if ; |
... | @@ -2085,7 +2041,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -2085,7 +2041,7 @@ ep-spin-lib:selectDrillingEquipmentType |
2085 | ] | 2041 | ] |
2086 | ] | 2042 | ] |
2087 | ] ; | 2043 | ] ; |
2088 | - sp:variable _:b58 | 2044 | + sp:variable _:b56 |
2089 | ]) | 2045 | ]) |
2090 | ] . | 2046 | ] . |
2091 | 2047 | ||
... | @@ -2095,7 +2051,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2095,7 +2051,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
2095 | rdfs:subClassOf ep-spin-lib:Function ; | 2051 | rdfs:subClassOf ep-spin-lib:Function ; |
2096 | spin:body | 2052 | spin:body |
2097 | [ rdf:type sp:Select ; | 2053 | [ rdf:type sp:Select ; |
2098 | - sp:resultVariables (_:b59) ; | 2054 | + sp:resultVariables (_:b57) ; |
2099 | sp:where ([ rdf:type sp:Bind ; | 2055 | sp:where ([ rdf:type sp:Bind ; |
2100 | sp:expression | 2056 | sp:expression |
2101 | [ rdf:type sp:if ; | 2057 | [ rdf:type sp:if ; |
... | @@ -2106,7 +2062,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2106,7 +2062,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
2106 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 2062 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
2107 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 2063 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
2108 | ] ; | 2064 | ] ; |
2109 | - sp:variable _:b59 | 2065 | + sp:variable _:b57 |
2110 | ]) | 2066 | ]) |
2111 | ] . | 2067 | ] . |
2112 | 2068 | ||
... | @@ -2116,7 +2072,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2116,7 +2072,7 @@ ep-spin-lib:selectFluidType |
2116 | rdfs:subClassOf ep-spin-lib:Function ; | 2072 | rdfs:subClassOf ep-spin-lib:Function ; |
2117 | spin:body | 2073 | spin:body |
2118 | [ rdf:type sp:Select ; | 2074 | [ rdf:type sp:Select ; |
2119 | - sp:resultVariables (_:b60) ; | 2075 | + sp:resultVariables (_:b58) ; |
2120 | sp:where ([ rdf:type sp:Bind ; | 2076 | sp:where ([ rdf:type sp:Bind ; |
2121 | sp:expression | 2077 | sp:expression |
2122 | [ rdf:type sp:if ; | 2078 | [ rdf:type sp:if ; |
... | @@ -2148,7 +2104,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2148,7 +2104,7 @@ ep-spin-lib:selectFluidType |
2148 | ] | 2104 | ] |
2149 | ] | 2105 | ] |
2150 | ] ; | 2106 | ] ; |
2151 | - sp:variable _:b60 | 2107 | + sp:variable _:b58 |
2152 | ]) | 2108 | ]) |
2153 | ] . | 2109 | ] . |
2154 | 2110 | ||
... | @@ -2158,7 +2114,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2158,7 +2114,7 @@ ep-spin-lib:selectGasReadingType |
2158 | rdfs:subClassOf ep-spin-lib:Function ; | 2114 | rdfs:subClassOf ep-spin-lib:Function ; |
2159 | spin:body | 2115 | spin:body |
2160 | [ rdf:type sp:Select ; | 2116 | [ rdf:type sp:Select ; |
2161 | - sp:resultVariables (_:b61) ; | 2117 | + sp:resultVariables (_:b59) ; |
2162 | sp:where ([ rdf:type sp:Bind ; | 2118 | sp:where ([ rdf:type sp:Bind ; |
2163 | sp:expression | 2119 | sp:expression |
2164 | [ rdf:type sp:if ; | 2120 | [ rdf:type sp:if ; |
... | @@ -2225,7 +2181,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2225,7 +2181,7 @@ ep-spin-lib:selectGasReadingType |
2225 | ] | 2181 | ] |
2226 | ] | 2182 | ] |
2227 | ] ; | 2183 | ] ; |
2228 | - sp:variable _:b61 | 2184 | + sp:variable _:b59 |
2229 | ]) | 2185 | ]) |
2230 | ] . | 2186 | ] . |
2231 | 2187 | ||
... | @@ -2235,31 +2191,31 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2235,31 +2191,31 @@ ep-spin-lib:selectInnerBarrelType |
2235 | rdfs:subClassOf ep-spin-lib:Function ; | 2191 | rdfs:subClassOf ep-spin-lib:Function ; |
2236 | spin:body | 2192 | spin:body |
2237 | [ rdf:type sp:Select ; | 2193 | [ rdf:type sp:Select ; |
2238 | - sp:resultVariables (_:b62) ; | 2194 | + sp:resultVariables (_:b60) ; |
2239 | sp:where ([ rdf:type sp:Bind ; | 2195 | sp:where ([ rdf:type sp:Bind ; |
2240 | sp:expression | 2196 | sp:expression |
2241 | [ rdf:type sp:if ; | 2197 | [ rdf:type sp:if ; |
2242 | sp:arg1 [ rdf:type sp:eq ; | 2198 | sp:arg1 [ rdf:type sp:eq ; |
2243 | sp:arg1 spin:_arg1 ; | 2199 | sp:arg1 spin:_arg1 ; |
2244 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_gel> | 2200 | + sp:arg2 ddr:IBT_gel |
2245 | ] ; | 2201 | ] ; |
2246 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-gel> ; | 2202 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-gel> ; |
2247 | sp:arg3 [ rdf:type sp:if ; | 2203 | sp:arg3 [ rdf:type sp:if ; |
2248 | sp:arg1 [ rdf:type sp:eq ; | 2204 | sp:arg1 [ rdf:type sp:eq ; |
2249 | sp:arg1 spin:_arg1 ; | 2205 | sp:arg1 spin:_arg1 ; |
2250 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_aluminum> | 2206 | + sp:arg2 ddr:IBT_aluminum |
2251 | ] ; | 2207 | ] ; |
2252 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-aluminum> ; | 2208 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-aluminum> ; |
2253 | sp:arg3 [ rdf:type sp:if ; | 2209 | sp:arg3 [ rdf:type sp:if ; |
2254 | sp:arg1 [ rdf:type sp:eq ; | 2210 | sp:arg1 [ rdf:type sp:eq ; |
2255 | sp:arg1 spin:_arg1 ; | 2211 | sp:arg1 spin:_arg1 ; |
2256 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_fiberglass> | 2212 | + sp:arg2 ddr:IBT_fiberglass |
2257 | ] ; | 2213 | ] ; |
2258 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-fiberglass> ; | 2214 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-fiberglass> ; |
2259 | sp:arg3 [ rdf:type sp:if ; | 2215 | sp:arg3 [ rdf:type sp:if ; |
2260 | sp:arg1 [ rdf:type sp:eq ; | 2216 | sp:arg1 [ rdf:type sp:eq ; |
2261 | sp:arg1 spin:_arg1 ; | 2217 | sp:arg1 spin:_arg1 ; |
2262 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_undifferented> | 2218 | + sp:arg2 ddr:IBT_undifferented |
2263 | ] ; | 2219 | ] ; |
2264 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | 2220 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; |
2265 | sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> | 2221 | sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> |
... | @@ -2267,7 +2223,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2267,7 +2223,7 @@ ep-spin-lib:selectInnerBarrelType |
2267 | ] | 2223 | ] |
2268 | ] | 2224 | ] |
2269 | ] ; | 2225 | ] ; |
2270 | - sp:variable _:b62 | 2226 | + sp:variable _:b60 |
2271 | ]) | 2227 | ]) |
2272 | ] . | 2228 | ] . |
2273 | 2229 | ||
... | @@ -2277,7 +2233,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2277,7 +2233,7 @@ ep-spin-lib:selectLabelOfSystem |
2277 | rdfs:subClassOf ep-spin-lib:Function ; | 2233 | rdfs:subClassOf ep-spin-lib:Function ; |
2278 | spin:body | 2234 | spin:body |
2279 | [ rdf:type sp:Select ; | 2235 | [ rdf:type sp:Select ; |
2280 | - sp:resultVariables (_:b63) ; | 2236 | + sp:resultVariables (_:b61) ; |
2281 | sp:where ([ rdf:type sp:Bind ; | 2237 | sp:where ([ rdf:type sp:Bind ; |
2282 | sp:expression | 2238 | sp:expression |
2283 | [ rdf:type sp:if ; | 2239 | [ rdf:type sp:if ; |
... | @@ -2323,7 +2279,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2323,7 +2279,7 @@ ep-spin-lib:selectLabelOfSystem |
2323 | ] | 2279 | ] |
2324 | ] | 2280 | ] |
2325 | ] ; | 2281 | ] ; |
2326 | - sp:variable _:b63 | 2282 | + sp:variable _:b61 |
2327 | ]) | 2283 | ]) |
2328 | ] . | 2284 | ] . |
2329 | 2285 | ||
... | @@ -2333,7 +2289,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2333,7 +2289,7 @@ ep-spin-lib:selectLengthScale |
2333 | rdfs:subClassOf ep-spin-lib:Function ; | 2289 | rdfs:subClassOf ep-spin-lib:Function ; |
2334 | spin:body | 2290 | spin:body |
2335 | [ rdf:type sp:Select ; | 2291 | [ rdf:type sp:Select ; |
2336 | - sp:resultVariables (_:b64) ; | 2292 | + sp:resultVariables (_:b62) ; |
2337 | sp:where ([ rdf:type sp:Bind ; | 2293 | sp:where ([ rdf:type sp:Bind ; |
2338 | sp:expression | 2294 | sp:expression |
2339 | [ rdf:type sp:if ; | 2295 | [ rdf:type sp:if ; |
... | @@ -2407,7 +2363,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2407,7 +2363,7 @@ ep-spin-lib:selectLengthScale |
2407 | ] | 2363 | ] |
2408 | ] | 2364 | ] |
2409 | ] ; | 2365 | ] ; |
2410 | - sp:variable _:b64 | 2366 | + sp:variable _:b62 |
2411 | ]) | 2367 | ]) |
2412 | ] . | 2368 | ] . |
2413 | 2369 | ||
... | @@ -2417,7 +2373,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2417,7 +2373,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
2417 | rdfs:subClassOf ep-spin-lib:Function ; | 2373 | rdfs:subClassOf ep-spin-lib:Function ; |
2418 | spin:body | 2374 | spin:body |
2419 | [ rdf:type sp:Select ; | 2375 | [ rdf:type sp:Select ; |
2420 | - sp:resultVariables (_:b65) ; | 2376 | + sp:resultVariables (_:b63) ; |
2421 | sp:where ([ rdf:type sp:Bind ; | 2377 | sp:where ([ rdf:type sp:Bind ; |
2422 | sp:expression | 2378 | sp:expression |
2423 | [ rdf:type sp:if ; | 2379 | [ rdf:type sp:if ; |
... | @@ -2428,7 +2384,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2428,7 +2384,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
2428 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; | 2384 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; |
2429 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2385 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2430 | ] ; | 2386 | ] ; |
2431 | - sp:variable _:b65 | 2387 | + sp:variable _:b63 |
2432 | ]) | 2388 | ]) |
2433 | ] . | 2389 | ] . |
2434 | 2390 | ||
... | @@ -2438,7 +2394,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2438,7 +2394,7 @@ ep-spin-lib:selectPlaneAngleScale |
2438 | rdfs:subClassOf ep-spin-lib:Function ; | 2394 | rdfs:subClassOf ep-spin-lib:Function ; |
2439 | spin:body | 2395 | spin:body |
2440 | [ rdf:type sp:Select ; | 2396 | [ rdf:type sp:Select ; |
2441 | - sp:resultVariables (_:b66) ; | 2397 | + sp:resultVariables (_:b64) ; |
2442 | sp:where ([ rdf:type sp:Bind ; | 2398 | sp:where ([ rdf:type sp:Bind ; |
2443 | sp:expression | 2399 | sp:expression |
2444 | [ rdf:type sp:if ; | 2400 | [ rdf:type sp:if ; |
... | @@ -2449,7 +2405,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2449,7 +2405,7 @@ ep-spin-lib:selectPlaneAngleScale |
2449 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 2405 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
2450 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2406 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2451 | ] ; | 2407 | ] ; |
2452 | - sp:variable _:b66 | 2408 | + sp:variable _:b64 |
2453 | ]) | 2409 | ]) |
2454 | ] . | 2410 | ] . |
2455 | 2411 | ||
... | @@ -2459,7 +2415,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2459,7 +2415,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
2459 | rdfs:subClassOf ep-spin-lib:Function ; | 2415 | rdfs:subClassOf ep-spin-lib:Function ; |
2460 | spin:body | 2416 | spin:body |
2461 | [ rdf:type sp:Select ; | 2417 | [ rdf:type sp:Select ; |
2462 | - sp:resultVariables (_:b67) ; | 2418 | + sp:resultVariables (_:b65) ; |
2463 | sp:where ([ rdf:type sp:Bind ; | 2419 | sp:where ([ rdf:type sp:Bind ; |
2464 | sp:expression | 2420 | sp:expression |
2465 | [ rdf:type sp:if ; | 2421 | [ rdf:type sp:if ; |
... | @@ -2477,7 +2433,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2477,7 +2433,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
2477 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 2433 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
2478 | ] | 2434 | ] |
2479 | ] ; | 2435 | ] ; |
2480 | - sp:variable _:b67 | 2436 | + sp:variable _:b65 |
2481 | ]) | 2437 | ]) |
2482 | ] . | 2438 | ] . |
2483 | 2439 | ||
... | @@ -2487,7 +2443,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2487,7 +2443,7 @@ ep-spin-lib:selectPressureScale |
2487 | rdfs:subClassOf ep-spin-lib:Function ; | 2443 | rdfs:subClassOf ep-spin-lib:Function ; |
2488 | spin:body | 2444 | spin:body |
2489 | [ rdf:type sp:Select ; | 2445 | [ rdf:type sp:Select ; |
2490 | - sp:resultVariables (_:b68) ; | 2446 | + sp:resultVariables (_:b66) ; |
2491 | sp:where ([ rdf:type sp:Bind ; | 2447 | sp:where ([ rdf:type sp:Bind ; |
2492 | sp:expression | 2448 | sp:expression |
2493 | [ rdf:type sp:if ; | 2449 | [ rdf:type sp:if ; |
... | @@ -2512,7 +2468,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2512,7 +2468,7 @@ ep-spin-lib:selectPressureScale |
2512 | ] | 2468 | ] |
2513 | ] | 2469 | ] |
2514 | ] ; | 2470 | ] ; |
2515 | - sp:variable _:b68 | 2471 | + sp:variable _:b66 |
2516 | ]) | 2472 | ]) |
2517 | ] . | 2473 | ] . |
2518 | 2474 | ||
... | @@ -2522,7 +2478,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2522,7 +2478,7 @@ ep-spin-lib:selectPressureTestType |
2522 | rdfs:subClassOf ep-spin-lib:Function ; | 2478 | rdfs:subClassOf ep-spin-lib:Function ; |
2523 | spin:body | 2479 | spin:body |
2524 | [ rdf:type sp:Select ; | 2480 | [ rdf:type sp:Select ; |
2525 | - sp:resultVariables (_:b69) ; | 2481 | + sp:resultVariables (_:b67) ; |
2526 | sp:where ([ rdf:type sp:Bind ; | 2482 | sp:where ([ rdf:type sp:Bind ; |
2527 | sp:expression | 2483 | sp:expression |
2528 | [ rdf:type sp:if ; | 2484 | [ rdf:type sp:if ; |
... | @@ -2540,7 +2496,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2540,7 +2496,7 @@ ep-spin-lib:selectPressureTestType |
2540 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 2496 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
2541 | ] | 2497 | ] |
2542 | ] ; | 2498 | ] ; |
2543 | - sp:variable _:b69 | 2499 | + sp:variable _:b67 |
2544 | ]) | 2500 | ]) |
2545 | ] . | 2501 | ] . |
2546 | 2502 | ||
... | @@ -2550,7 +2506,7 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2550,7 +2506,7 @@ ep-spin-lib:selectSpecificVolumeScale |
2550 | rdfs:subClassOf ep-spin-lib:Function ; | 2506 | rdfs:subClassOf ep-spin-lib:Function ; |
2551 | spin:body | 2507 | spin:body |
2552 | [ rdf:type sp:Select ; | 2508 | [ rdf:type sp:Select ; |
2553 | - sp:resultVariables (_:b70) ; | 2509 | + sp:resultVariables (_:b68) ; |
2554 | sp:where ([ rdf:type sp:Bind ; | 2510 | sp:where ([ rdf:type sp:Bind ; |
2555 | sp:expression | 2511 | sp:expression |
2556 | [ rdf:type sp:if ; | 2512 | [ rdf:type sp:if ; |
... | @@ -2589,7 +2545,7 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2589,7 +2545,7 @@ ep-spin-lib:selectSpecificVolumeScale |
2589 | ] | 2545 | ] |
2590 | ] | 2546 | ] |
2591 | ] ; | 2547 | ] ; |
2592 | - sp:variable _:b70 | 2548 | + sp:variable _:b68 |
2593 | ]) | 2549 | ]) |
2594 | ] . | 2550 | ] . |
2595 | 2551 | ||
... | @@ -2599,7 +2555,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2599,7 +2555,7 @@ ep-spin-lib:selectSpeedScale |
2599 | rdfs:subClassOf ep-spin-lib:Function ; | 2555 | rdfs:subClassOf ep-spin-lib:Function ; |
2600 | spin:body | 2556 | spin:body |
2601 | [ rdf:type sp:Select ; | 2557 | [ rdf:type sp:Select ; |
2602 | - sp:resultVariables (_:b71) ; | 2558 | + sp:resultVariables (_:b69) ; |
2603 | sp:where ([ rdf:type sp:Bind ; | 2559 | sp:where ([ rdf:type sp:Bind ; |
2604 | sp:expression | 2560 | sp:expression |
2605 | [ rdf:type sp:if ; | 2561 | [ rdf:type sp:if ; |
... | @@ -2610,7 +2566,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2610,7 +2566,7 @@ ep-spin-lib:selectSpeedScale |
2610 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 2566 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
2611 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2567 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2612 | ] ; | 2568 | ] ; |
2613 | - sp:variable _:b71 | 2569 | + sp:variable _:b69 |
2614 | ]) | 2570 | ]) |
2615 | ] . | 2571 | ] . |
2616 | 2572 | ||
... | @@ -2620,7 +2576,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2620,7 +2576,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
2620 | rdfs:subClassOf ep-spin-lib:Function ; | 2576 | rdfs:subClassOf ep-spin-lib:Function ; |
2621 | spin:body | 2577 | spin:body |
2622 | [ rdf:type sp:Select ; | 2578 | [ rdf:type sp:Select ; |
2623 | - sp:resultVariables (_:b72) ; | 2579 | + sp:resultVariables (_:b70) ; |
2624 | sp:where ([ rdf:type sp:Bind ; | 2580 | sp:where ([ rdf:type sp:Bind ; |
2625 | sp:expression | 2581 | sp:expression |
2626 | [ rdf:type sp:if ; | 2582 | [ rdf:type sp:if ; |
... | @@ -2638,7 +2594,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2638,7 +2594,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
2638 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2594 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2639 | ] | 2595 | ] |
2640 | ] ; | 2596 | ] ; |
2641 | - sp:variable _:b72 | 2597 | + sp:variable _:b70 |
2642 | ]) | 2598 | ]) |
2643 | ] . | 2599 | ] . |
2644 | 2600 | ||
... | @@ -2648,7 +2604,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2648,7 +2604,7 @@ ep-spin-lib:selectTemperatureScale |
2648 | rdfs:subClassOf ep-spin-lib:Function ; | 2604 | rdfs:subClassOf ep-spin-lib:Function ; |
2649 | spin:body | 2605 | spin:body |
2650 | [ rdf:type sp:Select ; | 2606 | [ rdf:type sp:Select ; |
2651 | - sp:resultVariables (_:b73) ; | 2607 | + sp:resultVariables (_:b71) ; |
2652 | sp:where ([ rdf:type sp:Bind ; | 2608 | sp:where ([ rdf:type sp:Bind ; |
2653 | sp:expression | 2609 | sp:expression |
2654 | [ rdf:type sp:if ; | 2610 | [ rdf:type sp:if ; |
... | @@ -2659,7 +2615,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2659,7 +2615,7 @@ ep-spin-lib:selectTemperatureScale |
2659 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 2615 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
2660 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2616 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2661 | ] ; | 2617 | ] ; |
2662 | - sp:variable _:b73 | 2618 | + sp:variable _:b71 |
2663 | ]) | 2619 | ]) |
2664 | ] . | 2620 | ] . |
2665 | 2621 | ||
... | @@ -2669,7 +2625,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2669,7 +2625,7 @@ ep-spin-lib:selectTimeDurationScale |
2669 | rdfs:subClassOf ep-spin-lib:Function ; | 2625 | rdfs:subClassOf ep-spin-lib:Function ; |
2670 | spin:body | 2626 | spin:body |
2671 | [ rdf:type sp:Select ; | 2627 | [ rdf:type sp:Select ; |
2672 | - sp:resultVariables (_:b74) ; | 2628 | + sp:resultVariables (_:b72) ; |
2673 | sp:where ([ rdf:type sp:Bind ; | 2629 | sp:where ([ rdf:type sp:Bind ; |
2674 | sp:expression | 2630 | sp:expression |
2675 | [ rdf:type sp:if ; | 2631 | [ rdf:type sp:if ; |
... | @@ -2715,7 +2671,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2715,7 +2671,7 @@ ep-spin-lib:selectTimeDurationScale |
2715 | ] | 2671 | ] |
2716 | ] | 2672 | ] |
2717 | ] ; | 2673 | ] ; |
2718 | - sp:variable _:b74 | 2674 | + sp:variable _:b72 |
2719 | ]) | 2675 | ]) |
2720 | ] . | 2676 | ] . |
2721 | 2677 | ||
... | @@ -2725,7 +2681,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2725,7 +2681,7 @@ ep-spin-lib:selectTubeType |
2725 | rdfs:subClassOf ep-spin-lib:Function ; | 2681 | rdfs:subClassOf ep-spin-lib:Function ; |
2726 | spin:body | 2682 | spin:body |
2727 | [ rdf:type sp:Select ; | 2683 | [ rdf:type sp:Select ; |
2728 | - sp:resultVariables (_:b75) ; | 2684 | + sp:resultVariables (_:b73) ; |
2729 | sp:where ([ rdf:type sp:Bind ; | 2685 | sp:where ([ rdf:type sp:Bind ; |
2730 | sp:expression | 2686 | sp:expression |
2731 | [ rdf:type sp:if ; | 2687 | [ rdf:type sp:if ; |
... | @@ -2750,7 +2706,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2750,7 +2706,7 @@ ep-spin-lib:selectTubeType |
2750 | ] | 2706 | ] |
2751 | ] | 2707 | ] |
2752 | ] ; | 2708 | ] ; |
2753 | - sp:variable _:b75 | 2709 | + sp:variable _:b73 |
2754 | ]) | 2710 | ]) |
2755 | ] . | 2711 | ] . |
2756 | 2712 | ||
... | @@ -2760,7 +2716,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2760,7 +2716,7 @@ ep-spin-lib:selectVolumeScale |
2760 | rdfs:subClassOf ep-spin-lib:Function ; | 2716 | rdfs:subClassOf ep-spin-lib:Function ; |
2761 | spin:body | 2717 | spin:body |
2762 | [ rdf:type sp:Select ; | 2718 | [ rdf:type sp:Select ; |
2763 | - sp:resultVariables (_:b76) ; | 2719 | + sp:resultVariables (_:b74) ; |
2764 | sp:where ([ rdf:type sp:Bind ; | 2720 | sp:where ([ rdf:type sp:Bind ; |
2765 | sp:expression | 2721 | sp:expression |
2766 | [ rdf:type sp:if ; | 2722 | [ rdf:type sp:if ; |
... | @@ -2771,7 +2727,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2771,7 +2727,7 @@ ep-spin-lib:selectVolumeScale |
2771 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; | 2727 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; |
2772 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2728 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
2773 | ] ; | 2729 | ] ; |
2774 | - sp:variable _:b76 | 2730 | + sp:variable _:b74 |
2775 | ]) | 2731 | ]) |
2776 | ] . | 2732 | ] . |
2777 | 2733 | ||
... | @@ -2781,7 +2737,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2781,7 +2737,7 @@ ep-spin-lib:selectWellBoreDrillingType |
2781 | rdfs:subClassOf ep-spin-lib:Function ; | 2737 | rdfs:subClassOf ep-spin-lib:Function ; |
2782 | spin:body | 2738 | spin:body |
2783 | [ rdf:type sp:Select ; | 2739 | [ rdf:type sp:Select ; |
2784 | - sp:resultVariables (_:b77) ; | 2740 | + sp:resultVariables (_:b75) ; |
2785 | sp:where ([ rdf:type sp:Bind ; | 2741 | sp:where ([ rdf:type sp:Bind ; |
2786 | sp:expression | 2742 | sp:expression |
2787 | [ rdf:type sp:if ; | 2743 | [ rdf:type sp:if ; |
... | @@ -2827,7 +2783,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2827,7 +2783,7 @@ ep-spin-lib:selectWellBoreDrillingType |
2827 | ] | 2783 | ] |
2828 | ] | 2784 | ] |
2829 | ] ; | 2785 | ] ; |
2830 | - sp:variable _:b77 | 2786 | + sp:variable _:b75 |
2831 | ]) | 2787 | ]) |
2832 | ] . | 2788 | ] . |
2833 | 2789 | ||
... | @@ -2837,7 +2793,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2837,7 +2793,7 @@ ep-spin-lib:selectWellBoreHphtType |
2837 | rdfs:subClassOf ep-spin-lib:Function ; | 2793 | rdfs:subClassOf ep-spin-lib:Function ; |
2838 | spin:body | 2794 | spin:body |
2839 | [ rdf:type sp:Select ; | 2795 | [ rdf:type sp:Select ; |
2840 | - sp:resultVariables (_:b78) ; | 2796 | + sp:resultVariables (_:b76) ; |
2841 | sp:where ([ rdf:type sp:Bind ; | 2797 | sp:where ([ rdf:type sp:Bind ; |
2842 | sp:expression | 2798 | sp:expression |
2843 | [ rdf:type sp:if ; | 2799 | [ rdf:type sp:if ; |
... | @@ -2848,7 +2804,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2848,7 +2804,7 @@ ep-spin-lib:selectWellBoreHphtType |
2848 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 2804 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
2849 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 2805 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
2850 | ] ; | 2806 | ] ; |
2851 | - sp:variable _:b78 | 2807 | + sp:variable _:b76 |
2852 | ]) | 2808 | ]) |
2853 | ] . | 2809 | ] . |
2854 | 2810 | ||
... | @@ -2858,7 +2814,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2858,7 +2814,7 @@ ep-spin-lib:selectWellBoreTightnessType |
2858 | rdfs:subClassOf ep-spin-lib:Function ; | 2814 | rdfs:subClassOf ep-spin-lib:Function ; |
2859 | spin:body | 2815 | spin:body |
2860 | [ rdf:type sp:Select ; | 2816 | [ rdf:type sp:Select ; |
2861 | - sp:resultVariables (_:b79) ; | 2817 | + sp:resultVariables (_:b77) ; |
2862 | sp:where ([ rdf:type sp:Bind ; | 2818 | sp:where ([ rdf:type sp:Bind ; |
2863 | sp:expression | 2819 | sp:expression |
2864 | [ rdf:type sp:if ; | 2820 | [ rdf:type sp:if ; |
... | @@ -2869,7 +2825,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2869,7 +2825,7 @@ ep-spin-lib:selectWellBoreTightnessType |
2869 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 2825 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
2870 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 2826 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
2871 | ] ; | 2827 | ] ; |
2872 | - sp:variable _:b79 | 2828 | + sp:variable _:b77 |
2873 | ]) | 2829 | ]) |
2874 | ] . | 2830 | ] . |
2875 | 2831 | ||
... | @@ -2879,7 +2835,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2879,7 +2835,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
2879 | rdfs:subClassOf ep-spin-lib:Function ; | 2835 | rdfs:subClassOf ep-spin-lib:Function ; |
2880 | spin:body | 2836 | spin:body |
2881 | [ rdf:type sp:Select ; | 2837 | [ rdf:type sp:Select ; |
2882 | - sp:resultVariables (_:b80) ; | 2838 | + sp:resultVariables (_:b78) ; |
2883 | sp:where ([ rdf:type sp:Bind ; | 2839 | sp:where ([ rdf:type sp:Bind ; |
2884 | sp:expression | 2840 | sp:expression |
2885 | [ rdf:type sp:if ; | 2841 | [ rdf:type sp:if ; |
... | @@ -2890,7 +2846,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2890,7 +2846,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
2890 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 2846 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
2891 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 2847 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
2892 | ] ; | 2848 | ] ; |
2893 | - sp:variable _:b80 | 2849 | + sp:variable _:b78 |
2894 | ]) | 2850 | ]) |
2895 | ] . | 2851 | ] . |
2896 | 2852 | ||
... | @@ -2900,7 +2856,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2900,7 +2856,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
2900 | rdfs:subClassOf ep-spin-lib:Function ; | 2856 | rdfs:subClassOf ep-spin-lib:Function ; |
2901 | spin:body | 2857 | spin:body |
2902 | [ rdf:type sp:Select ; | 2858 | [ rdf:type sp:Select ; |
2903 | - sp:resultVariables (_:b81) ; | 2859 | + sp:resultVariables (_:b79) ; |
2904 | sp:where ([ rdf:type sp:Bind ; | 2860 | sp:where ([ rdf:type sp:Bind ; |
2905 | sp:expression | 2861 | sp:expression |
2906 | [ rdf:type sp:if ; | 2862 | [ rdf:type sp:if ; |
... | @@ -2911,7 +2867,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2911,7 +2867,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
2911 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 2867 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
2912 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 2868 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
2913 | ] ; | 2869 | ] ; |
2914 | - sp:variable _:b81 | 2870 | + sp:variable _:b79 |
2915 | ]) | 2871 | ]) |
2916 | ] . | 2872 | ] . |
2917 | 2873 | ||
... | @@ -2921,7 +2877,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2921,7 +2877,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
2921 | rdfs:subClassOf ep-spin-lib:Function ; | 2877 | rdfs:subClassOf ep-spin-lib:Function ; |
2922 | spin:body | 2878 | spin:body |
2923 | [ rdf:type sp:Select ; | 2879 | [ rdf:type sp:Select ; |
2924 | - sp:resultVariables (_:b82) ; | 2880 | + sp:resultVariables (_:b80) ; |
2925 | sp:where ([ rdf:type sp:Bind ; | 2881 | sp:where ([ rdf:type sp:Bind ; |
2926 | sp:expression | 2882 | sp:expression |
2927 | [ rdf:type sp:if ; | 2883 | [ rdf:type sp:if ; |
... | @@ -2932,7 +2888,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2932,7 +2888,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
2932 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 2888 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
2933 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 2889 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
2934 | ] ; | 2890 | ] ; |
2935 | - sp:variable _:b82 | 2891 | + sp:variable _:b80 |
2936 | ]) | 2892 | ]) |
2937 | ] . | 2893 | ] . |
2938 | 2894 | ||
... | @@ -2942,7 +2898,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2942,7 +2898,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
2942 | rdfs:subClassOf ep-spin-lib:Function ; | 2898 | rdfs:subClassOf ep-spin-lib:Function ; |
2943 | spin:body | 2899 | spin:body |
2944 | [ rdf:type sp:Select ; | 2900 | [ rdf:type sp:Select ; |
2945 | - sp:resultVariables (_:b83) ; | 2901 | + sp:resultVariables (_:b81) ; |
2946 | sp:where ([ rdf:type sp:Bind ; | 2902 | sp:where ([ rdf:type sp:Bind ; |
2947 | sp:expression | 2903 | sp:expression |
2948 | [ rdf:type sp:if ; | 2904 | [ rdf:type sp:if ; |
... | @@ -2953,7 +2909,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2953,7 +2909,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
2953 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 2909 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
2954 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 2910 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
2955 | ] ; | 2911 | ] ; |
2956 | - sp:variable _:b83 | 2912 | + sp:variable _:b81 |
2957 | ]) | 2913 | ]) |
2958 | ] . | 2914 | ] . |
2959 | 2915 | ||
... | @@ -2963,7 +2919,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2963,7 +2919,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
2963 | rdfs:subClassOf ep-spin-lib:Function ; | 2919 | rdfs:subClassOf ep-spin-lib:Function ; |
2964 | spin:body | 2920 | spin:body |
2965 | [ rdf:type sp:Select ; | 2921 | [ rdf:type sp:Select ; |
2966 | - sp:resultVariables (_:b84) ; | 2922 | + sp:resultVariables (_:b82) ; |
2967 | sp:where ([ rdf:type sp:Bind ; | 2923 | sp:where ([ rdf:type sp:Bind ; |
2968 | sp:expression | 2924 | sp:expression |
2969 | [ rdf:type sp:if ; | 2925 | [ rdf:type sp:if ; |
... | @@ -2974,7 +2930,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2974,7 +2930,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
2974 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 2930 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
2975 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 2931 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
2976 | ] ; | 2932 | ] ; |
2977 | - sp:variable _:b84 | 2933 | + sp:variable _:b82 |
2978 | ]) | 2934 | ]) |
2979 | ] . | 2935 | ] . |
2980 | 2936 | ||
... | @@ -2984,7 +2940,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2984,7 +2940,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
2984 | rdfs:subClassOf ep-spin-lib:Function ; | 2940 | rdfs:subClassOf ep-spin-lib:Function ; |
2985 | spin:body | 2941 | spin:body |
2986 | [ rdf:type sp:Select ; | 2942 | [ rdf:type sp:Select ; |
2987 | - sp:resultVariables (_:b85) ; | 2943 | + sp:resultVariables (_:b83) ; |
2988 | sp:where ([ rdf:type sp:Bind ; | 2944 | sp:where ([ rdf:type sp:Bind ; |
2989 | sp:expression | 2945 | sp:expression |
2990 | [ rdf:type sp:if ; | 2946 | [ rdf:type sp:if ; |
... | @@ -2995,7 +2951,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2995,7 +2951,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
2995 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 2951 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
2996 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 2952 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
2997 | ] ; | 2953 | ] ; |
2998 | - sp:variable _:b85 | 2954 | + sp:variable _:b83 |
2999 | ]) | 2955 | ]) |
3000 | ] . | 2956 | ] . |
3001 | 2957 | ||
... | @@ -3005,7 +2961,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3005,7 +2961,7 @@ ep-spin-lib:selectWellCementJobType |
3005 | rdfs:subClassOf ep-spin-lib:Function ; | 2961 | rdfs:subClassOf ep-spin-lib:Function ; |
3006 | spin:body | 2962 | spin:body |
3007 | [ rdf:type sp:Select ; | 2963 | [ rdf:type sp:Select ; |
3008 | - sp:resultVariables (_:b86) ; | 2964 | + sp:resultVariables (_:b84) ; |
3009 | sp:where ([ rdf:type sp:Bind ; | 2965 | sp:where ([ rdf:type sp:Bind ; |
3010 | sp:expression | 2966 | sp:expression |
3011 | [ rdf:type sp:if ; | 2967 | [ rdf:type sp:if ; |
... | @@ -3037,7 +2993,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3037,7 +2993,7 @@ ep-spin-lib:selectWellCementJobType |
3037 | ] | 2993 | ] |
3038 | ] | 2994 | ] |
3039 | ] ; | 2995 | ] ; |
3040 | - sp:variable _:b86 | 2996 | + sp:variable _:b84 |
3041 | ]) | 2997 | ]) |
3042 | ] . | 2998 | ] . |
3043 | 2999 | ||
... | @@ -3047,7 +3003,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3047,7 +3003,7 @@ ep-spin-lib:selectWellControlIncidentType |
3047 | rdfs:subClassOf ep-spin-lib:Function ; | 3003 | rdfs:subClassOf ep-spin-lib:Function ; |
3048 | spin:body | 3004 | spin:body |
3049 | [ rdf:type sp:Select ; | 3005 | [ rdf:type sp:Select ; |
3050 | - sp:resultVariables (_:b87) ; | 3006 | + sp:resultVariables (_:b85) ; |
3051 | sp:where ([ rdf:type sp:Bind ; | 3007 | sp:where ([ rdf:type sp:Bind ; |
3052 | sp:expression | 3008 | sp:expression |
3053 | [ rdf:type sp:if ; | 3009 | [ rdf:type sp:if ; |
... | @@ -3079,7 +3035,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3079,7 +3035,7 @@ ep-spin-lib:selectWellControlIncidentType |
3079 | ] | 3035 | ] |
3080 | ] | 3036 | ] |
3081 | ] ; | 3037 | ] ; |
3082 | - sp:variable _:b87 | 3038 | + sp:variable _:b85 |
3083 | ]) | 3039 | ]) |
3084 | ] . | 3040 | ] . |
3085 | 3041 | ||
... | @@ -3089,7 +3045,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3089,7 +3045,7 @@ ep-spin-lib:selectWellKillingType |
3089 | rdfs:subClassOf ep-spin-lib:Function ; | 3045 | rdfs:subClassOf ep-spin-lib:Function ; |
3090 | spin:body | 3046 | spin:body |
3091 | [ rdf:type sp:Select ; | 3047 | [ rdf:type sp:Select ; |
3092 | - sp:resultVariables (_:b88) ; | 3048 | + sp:resultVariables (_:b86) ; |
3093 | sp:where ([ rdf:type sp:Bind ; | 3049 | sp:where ([ rdf:type sp:Bind ; |
3094 | sp:expression | 3050 | sp:expression |
3095 | [ rdf:type sp:if ; | 3051 | [ rdf:type sp:if ; |
... | @@ -3135,7 +3091,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3135,7 +3091,7 @@ ep-spin-lib:selectWellKillingType |
3135 | ] | 3091 | ] |
3136 | ] | 3092 | ] |
3137 | ] ; | 3093 | ] ; |
3138 | - sp:variable _:b88 | 3094 | + sp:variable _:b86 |
3139 | ]) | 3095 | ]) |
3140 | ] . | 3096 | ] . |
3141 | 3097 | ||
... | @@ -3145,7 +3101,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3145,7 +3101,7 @@ ep-spin-lib:selectWellTestType |
3145 | rdfs:subClassOf ep-spin-lib:Function ; | 3101 | rdfs:subClassOf ep-spin-lib:Function ; |
3146 | spin:body | 3102 | spin:body |
3147 | [ rdf:type sp:Select ; | 3103 | [ rdf:type sp:Select ; |
3148 | - sp:resultVariables (_:b89) ; | 3104 | + sp:resultVariables (_:b87) ; |
3149 | sp:where ([ rdf:type sp:Bind ; | 3105 | sp:where ([ rdf:type sp:Bind ; |
3150 | sp:expression | 3106 | sp:expression |
3151 | [ rdf:type sp:if ; | 3107 | [ rdf:type sp:if ; |
... | @@ -3163,7 +3119,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3163,7 +3119,7 @@ ep-spin-lib:selectWellTestType |
3163 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3119 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
3164 | ] | 3120 | ] |
3165 | ] ; | 3121 | ] ; |
3166 | - sp:variable _:b89 | 3122 | + sp:variable _:b87 |
3167 | ]) | 3123 | ]) |
3168 | ] . | 3124 | ] . |
3169 | 3125 | ||
... | @@ -3173,7 +3129,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3173,7 +3129,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3173 | rdfs:subClassOf ep-spin-lib:Function ; | 3129 | rdfs:subClassOf ep-spin-lib:Function ; |
3174 | spin:body | 3130 | spin:body |
3175 | [ rdf:type sp:Select ; | 3131 | [ rdf:type sp:Select ; |
3176 | - sp:resultVariables (_:b90) ; | 3132 | + sp:resultVariables (_:b88) ; |
3177 | sp:where ([ rdf:type sp:Bind ; | 3133 | sp:where ([ rdf:type sp:Bind ; |
3178 | sp:expression | 3134 | sp:expression |
3179 | [ rdf:type sp:if ; | 3135 | [ rdf:type sp:if ; |
... | @@ -3184,7 +3140,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3184,7 +3140,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3184 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3140 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
3185 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3141 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
3186 | ] ; | 3142 | ] ; |
3187 | - sp:variable _:b90 | 3143 | + sp:variable _:b88 |
3188 | ]) | 3144 | ]) |
3189 | ] . | 3145 | ] . |
3190 | 3146 | ||
... | @@ -3194,7 +3150,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3194,7 +3150,7 @@ ep-spin-lib:selectYieldPointScale |
3194 | rdfs:subClassOf ep-spin-lib:Function ; | 3150 | rdfs:subClassOf ep-spin-lib:Function ; |
3195 | spin:body | 3151 | spin:body |
3196 | [ rdf:type sp:Select ; | 3152 | [ rdf:type sp:Select ; |
3197 | - sp:resultVariables (_:b91) ; | 3153 | + sp:resultVariables (_:b89) ; |
3198 | sp:where ([ rdf:type sp:Bind ; | 3154 | sp:where ([ rdf:type sp:Bind ; |
3199 | sp:expression | 3155 | sp:expression |
3200 | [ rdf:type sp:if ; | 3156 | [ rdf:type sp:if ; |
... | @@ -3212,7 +3168,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3212,7 +3168,7 @@ ep-spin-lib:selectYieldPointScale |
3212 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3168 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
3213 | ] | 3169 | ] |
3214 | ] ; | 3170 | ] ; |
3215 | - sp:variable _:b91 | 3171 | + sp:variable _:b89 |
3216 | ]) | 3172 | ]) |
3217 | ] . | 3173 | ] . |
3218 | 3174 | ||
... | @@ -3324,163 +3280,157 @@ _:b37 | ... | @@ -3324,163 +3280,157 @@ _:b37 |
3324 | sp:varName "uri"^^xsd:string . | 3280 | sp:varName "uri"^^xsd:string . |
3325 | 3281 | ||
3326 | _:b38 | 3282 | _:b38 |
3327 | - sp:varName "uri"^^xsd:string . | 3283 | + sp:varName "normalizedStr"^^xsd:string . |
3328 | 3284 | ||
3329 | _:b39 | 3285 | _:b39 |
3330 | - sp:varName "uri"^^xsd:string . | 3286 | + sp:varName "s1"^^xsd:string . |
3331 | 3287 | ||
3332 | _:b40 | 3288 | _:b40 |
3333 | - sp:varName "normalizedStr"^^xsd:string . | 3289 | + sp:varName "s2"^^xsd:string . |
3334 | 3290 | ||
3335 | _:b41 | 3291 | _:b41 |
3336 | - sp:varName "s1"^^xsd:string . | 3292 | + sp:varName "t0a"^^xsd:string . |
3337 | 3293 | ||
3338 | _:b42 | 3294 | _:b42 |
3339 | - sp:varName "s2"^^xsd:string . | 3295 | + sp:varName "t0b"^^xsd:string . |
3340 | 3296 | ||
3341 | _:b43 | 3297 | _:b43 |
3342 | - sp:varName "t0a"^^xsd:string . | 3298 | + sp:varName "t1"^^xsd:string . |
3343 | 3299 | ||
3344 | _:b44 | 3300 | _:b44 |
3345 | - sp:varName "t0b"^^xsd:string . | 3301 | + sp:varName "t2"^^xsd:string . |
3346 | 3302 | ||
3347 | _:b45 | 3303 | _:b45 |
3348 | - sp:varName "t1"^^xsd:string . | 3304 | + sp:varName "t3"^^xsd:string . |
3349 | 3305 | ||
3350 | _:b46 | 3306 | _:b46 |
3351 | - sp:varName "t2"^^xsd:string . | 3307 | + sp:varName "t4"^^xsd:string . |
3352 | 3308 | ||
3353 | _:b47 | 3309 | _:b47 |
3354 | - sp:varName "t3"^^xsd:string . | 3310 | + sp:varName "activitySuccessType"^^xsd:string . |
3355 | 3311 | ||
3356 | _:b48 | 3312 | _:b48 |
3357 | - sp:varName "t4"^^xsd:string . | 3313 | + sp:varName "casingRoleType"^^xsd:string . |
3358 | 3314 | ||
3359 | _:b49 | 3315 | _:b49 |
3360 | - sp:varName "activitySuccessType"^^xsd:string . | 3316 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
3361 | 3317 | ||
3362 | _:b50 | 3318 | _:b50 |
3363 | - sp:varName "casingRoleType"^^xsd:string . | 3319 | + sp:varName "componentType"^^xsd:string . |
3364 | 3320 | ||
3365 | _:b51 | 3321 | _:b51 |
3366 | - sp:varName "cementingFluidReturnType"^^xsd:string . | 3322 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
3367 | 3323 | ||
3368 | _:b52 | 3324 | _:b52 |
3369 | - sp:varName "componentType"^^xsd:string . | 3325 | + sp:varName "densityScale"^^xsd:string . |
3370 | 3326 | ||
3371 | _:b53 | 3327 | _:b53 |
3372 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3328 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
3373 | 3329 | ||
3374 | _:b54 | 3330 | _:b54 |
3375 | - sp:varName "densityScale"^^xsd:string . | 3331 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
3376 | 3332 | ||
3377 | _:b55 | 3333 | _:b55 |
3378 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 3334 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
3379 | 3335 | ||
3380 | _:b56 | 3336 | _:b56 |
3381 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 3337 | + sp:varName "drillingEquipmentType"^^xsd:string . |
3382 | 3338 | ||
3383 | _:b57 | 3339 | _:b57 |
3384 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 3340 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
3385 | 3341 | ||
3386 | _:b58 | 3342 | _:b58 |
3387 | - sp:varName "drillingEquipmentType"^^xsd:string . | 3343 | + sp:varName "fluidType"^^xsd:string . |
3388 | 3344 | ||
3389 | _:b59 | 3345 | _:b59 |
3390 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | ||
3391 | - | ||
3392 | -_:b61 | ||
3393 | sp:varName "gasReadingType"^^xsd:string . | 3346 | sp:varName "gasReadingType"^^xsd:string . |
3394 | 3347 | ||
3395 | -_:b62 | 3348 | +_:b60 |
3396 | sp:varName "innerBarrelType"^^xsd:string . | 3349 | sp:varName "innerBarrelType"^^xsd:string . |
3397 | 3350 | ||
3398 | -_:b63 | 3351 | +_:b61 |
3399 | sp:varName "dailyDrillingReportType"^^xsd:string . | 3352 | sp:varName "dailyDrillingReportType"^^xsd:string . |
3400 | 3353 | ||
3401 | -_:b64 | 3354 | +_:b62 |
3402 | sp:varName "lengthScale"^^xsd:string . | 3355 | sp:varName "lengthScale"^^xsd:string . |
3403 | 3356 | ||
3404 | -_:b65 | 3357 | +_:b63 |
3405 | sp:varName "massPerUnitLengthScale"^^xsd:string . | 3358 | sp:varName "massPerUnitLengthScale"^^xsd:string . |
3406 | 3359 | ||
3407 | -_:b66 | 3360 | +_:b64 |
3408 | sp:varName "angleScale"^^xsd:string . | 3361 | sp:varName "angleScale"^^xsd:string . |
3409 | 3362 | ||
3410 | -_:b67 | 3363 | +_:b65 |
3411 | sp:varName "porePressureDeterminationType"^^xsd:string . | 3364 | sp:varName "porePressureDeterminationType"^^xsd:string . |
3412 | 3365 | ||
3413 | -_:b68 | 3366 | +_:b66 |
3414 | sp:varName "pressureScale"^^xsd:string . | 3367 | sp:varName "pressureScale"^^xsd:string . |
3415 | 3368 | ||
3416 | -_:b69 | 3369 | +_:b67 |
3417 | sp:varName "pressureTestType"^^xsd:string . | 3370 | sp:varName "pressureTestType"^^xsd:string . |
3418 | 3371 | ||
3419 | -_:b70 | 3372 | +_:b68 |
3420 | sp:varName "specificVolumeScale"^^xsd:string . | 3373 | sp:varName "specificVolumeScale"^^xsd:string . |
3421 | 3374 | ||
3422 | -_:b71 | 3375 | +_:b69 |
3423 | sp:varName "speedScale"^^xsd:string . | 3376 | sp:varName "speedScale"^^xsd:string . |
3424 | 3377 | ||
3425 | -_:b72 | 3378 | +_:b70 |
3426 | sp:varName "strengthScale"^^xsd:string . | 3379 | sp:varName "strengthScale"^^xsd:string . |
3427 | 3380 | ||
3428 | -_:b73 | 3381 | +_:b71 |
3429 | sp:varName "temperatureScale"^^xsd:string . | 3382 | sp:varName "temperatureScale"^^xsd:string . |
3430 | 3383 | ||
3431 | -_:b74 | 3384 | +_:b72 |
3432 | sp:varName "durationScale"^^xsd:string . | 3385 | sp:varName "durationScale"^^xsd:string . |
3433 | 3386 | ||
3434 | -_:b75 | 3387 | +_:b73 |
3435 | sp:varName "tubeType"^^xsd:string . | 3388 | sp:varName "tubeType"^^xsd:string . |
3436 | 3389 | ||
3437 | -_:b76 | 3390 | +_:b74 |
3438 | sp:varName "volumeScale"^^xsd:string . | 3391 | sp:varName "volumeScale"^^xsd:string . |
3439 | 3392 | ||
3440 | -_:b77 | 3393 | +_:b75 |
3441 | sp:varName "wellBoreDrillingType"^^xsd:string . | 3394 | sp:varName "wellBoreDrillingType"^^xsd:string . |
3442 | 3395 | ||
3443 | -_:b78 | 3396 | +_:b76 |
3444 | sp:varName "wellBoreHphtType"^^xsd:string . | 3397 | sp:varName "wellBoreHphtType"^^xsd:string . |
3445 | 3398 | ||
3446 | -_:b79 | 3399 | +_:b77 |
3447 | sp:varName "wellBoreTightnessType"^^xsd:string . | 3400 | sp:varName "wellBoreTightnessType"^^xsd:string . |
3448 | 3401 | ||
3449 | -_:b80 | 3402 | +_:b78 |
3450 | sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3403 | sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
3451 | 3404 | ||
3452 | -_:b81 | 3405 | +_:b79 |
3453 | sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3406 | sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
3454 | 3407 | ||
3455 | -_:b82 | 3408 | +_:b80 |
3456 | sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3409 | sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
3457 | 3410 | ||
3458 | -_:b83 | 3411 | +_:b81 |
3459 | sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3412 | sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
3460 | 3413 | ||
3461 | -_:b84 | 3414 | +_:b82 |
3462 | sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3415 | sp:varName "wellCementJobPlugBumpingType"^^xsd:string . |
3463 | 3416 | ||
3464 | -_:b85 | 3417 | +_:b83 |
3465 | sp:varName "wellCementJobTopPlugType"^^xsd:string . | 3418 | sp:varName "wellCementJobTopPlugType"^^xsd:string . |
3466 | 3419 | ||
3467 | -_:b86 | 3420 | +_:b84 |
3468 | sp:varName "wellCementJobType"^^xsd:string . | 3421 | sp:varName "wellCementJobType"^^xsd:string . |
3469 | 3422 | ||
3470 | -_:b87 | 3423 | +_:b85 |
3471 | sp:varName "wellControlIncidentType"^^xsd:string . | 3424 | sp:varName "wellControlIncidentType"^^xsd:string . |
3472 | 3425 | ||
3473 | -_:b88 | 3426 | +_:b86 |
3474 | sp:varName "wellKillingType"^^xsd:string . | 3427 | sp:varName "wellKillingType"^^xsd:string . |
3475 | 3428 | ||
3476 | -_:b89 | 3429 | +_:b87 |
3477 | sp:varName "wellTestType"^^xsd:string . | 3430 | sp:varName "wellTestType"^^xsd:string . |
3478 | 3431 | ||
3479 | -_:b90 | 3432 | +_:b88 |
3480 | sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | 3433 | sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . |
3481 | 3434 | ||
3482 | -_:b91 | 3435 | +_:b89 |
3483 | sp:varName "yieldPointScale"^^xsd:string . | 3436 | sp:varName "yieldPointScale"^^xsd:string . |
3484 | - | ||
3485 | -_:b60 | ||
3486 | - sp:varName "fluidType"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:45:26 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 Sun Sep 18 22:09:29 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
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.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> | 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 21 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
23 | 23 | ||
24 | ddr:Obj_drillReport | 24 | ddr:Obj_drillReport |
... | @@ -67,9 +67,6 @@ ddr:Obj_drillReport | ... | @@ -67,9 +67,6 @@ ddr:Obj_drillReport |
67 | ] [ sp:object _:b11 ; | 67 | ] [ sp:object _:b11 ; |
68 | sp:predicate _:b12 ; | 68 | sp:predicate _:b12 ; |
69 | sp:subject _:b10 | 69 | sp:subject _:b10 |
70 | - ] [ sp:object 101.0 ; | ||
71 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
72 | - sp:subject _:b10 | ||
73 | ] [ sp:object _:b13 ; | 70 | ] [ sp:object _:b13 ; |
74 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ; | 71 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ; |
75 | sp:subject _:b8 | 72 | sp:subject _:b8 | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 13:44:54 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 Sun Sep 18 20:21:41 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 13:37:46 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/check | 2 | # baseURI: http://www.reportinghub.no/ep/transform/check |
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 |
5 | # imports: http://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
6 | 6 | ||
7 | @prefix : <http://www.reportinghub.no/ep/transform/check#> . | 7 | @prefix : <http://www.reportinghub.no/ep/transform/check#> . |
8 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -14,7 +15,7 @@ | ... | @@ -14,7 +15,7 @@ |
14 | 15 | ||
15 | <http://www.reportinghub.no/ep/transform/check> | 16 | <http://www.reportinghub.no/ep/transform/check> |
16 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; | 18 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
19 | 20 | ||
20 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 21 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
... | @@ -23,18 +24,12 @@ | ... | @@ -23,18 +24,12 @@ |
23 | rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ; | 24 | rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ; |
24 | sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ; | 25 | sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ; |
25 | sp:predicate rdfs:comment ; | 26 | sp:predicate rdfs:comment ; |
26 | - sp:subject | 27 | + sp:subject _:b1 |
27 | - [ sp:varName "dailyDrillingReport"^^xsd:string | ||
28 | - ] | ||
29 | ]) ; | 28 | ]) ; |
30 | - sp:where ([ sp:object | 29 | + sp:where ([ sp:object _:b2 ; |
31 | - [ sp:varName "nameWellBore"^^xsd:string | ||
32 | - ] ; | ||
33 | sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; | 30 | sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; |
34 | sp:subject spin:_this | 31 | sp:subject spin:_this |
35 | - ] [ sp:object | 32 | + ] [ sp:object _:b3 ; |
36 | - [ sp:varName "createDate"^^xsd:string | ||
37 | - ] ; | ||
38 | sp:predicate <http://www.witsml.org/schemas/1series#createDate> ; | 33 | sp:predicate <http://www.witsml.org/schemas/1series#createDate> ; |
39 | sp:subject spin:_this | 34 | sp:subject spin:_this |
40 | ] [ sp:object | 35 | ] [ sp:object |
... | @@ -44,5 +39,26 @@ | ... | @@ -44,5 +39,26 @@ |
44 | sp:subject | 39 | sp:subject |
45 | [ sp:varName "x"^^xsd:string | 40 | [ sp:varName "x"^^xsd:string |
46 | ] | 41 | ] |
42 | + ] [ rdf:type sp:Bind ; | ||
43 | + sp:expression | ||
44 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
45 | + sp:arg1 _:b2 | ||
46 | + ] ; | ||
47 | + sp:variable _:b4 | ||
48 | + ] [ rdf:type sp:Bind ; | ||
49 | + sp:expression | ||
50 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
51 | + sp:arg1 _:b4 ; | ||
52 | + sp:arg2 _:b3 | ||
53 | + ] ; | ||
54 | + sp:variable _:b1 | ||
47 | ]) | 55 | ]) |
48 | ] . | 56 | ] . |
57 | + | ||
58 | +_:b1 sp:varName "dailyDrillingReport"^^xsd:string . | ||
59 | + | ||
60 | +_:b4 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
61 | + | ||
62 | +_:b3 sp:varName "createDate"^^xsd:string . | ||
63 | + | ||
64 | +_:b2 sp:varName "nameWellBore"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:23:16 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/ddr/activity | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
12 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 12 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
13 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | ||
13 | # imports: http://spinrdf.org/spin | 14 | # imports: http://spinrdf.org/spin |
14 | 15 | ||
15 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | 16 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . |
... | @@ -18,6 +19,7 @@ | ... | @@ -18,6 +19,7 @@ |
18 | @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | 19 | @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . |
19 | @prefix check: <http://www.reportinghub.no/ep/transform/check#> . | 20 | @prefix check: <http://www.reportinghub.no/ep/transform/check#> . |
20 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | 21 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . |
22 | +@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | ||
21 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 23 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
22 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 24 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
23 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 25 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -32,5 +34,5 @@ | ... | @@ -32,5 +34,5 @@ |
32 | 34 | ||
33 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 35 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
34 | rdf:type owl:Ontology ; | 36 | rdf:type owl:Ontology ; |
35 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <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/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/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 37 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <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/coreInfo> , <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/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; |
36 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 38 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:23:16 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 Aug 22 14:33:44 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:28:07 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
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/coreInfo#> . | 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
11 | +@prefix ddr: <http://www.witsml.org/schemas/1series#> . | ||
12 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
7 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 13 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 14 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 15 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -13,18 +19,23 @@ | ... | @@ -13,18 +19,23 @@ |
13 | @prefix spl: <http://spinrdf.org/spl#> . | 19 | @prefix spl: <http://spinrdf.org/spl#> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 21 | ||
16 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 22 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> |
23 | + rdf:type owl:Ontology ; | ||
24 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> ; | ||
25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
26 | + | ||
27 | +ddr:Obj_drillReport | ||
17 | spin:rule | 28 | spin:rule |
18 | [ rdf:type sp:Construct ; | 29 | [ rdf:type sp:Construct ; |
19 | rdfs:comment """STEP 220 Create WellCore activity | 30 | rdfs:comment """STEP 220 Create WellCore activity |
20 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; | 31 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; |
21 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCore> ; | 32 | + sp:templates ([ sp:object ep-activity:ExtractAWellCore ; |
22 | sp:predicate rdf:type ; | 33 | sp:predicate rdf:type ; |
23 | sp:subject _:b1 | 34 | sp:subject _:b1 |
24 | ] [ sp:object _:b1 ; | 35 | ] [ sp:object _:b1 ; |
25 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 36 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
26 | sp:subject _:b2 | 37 | sp:subject _:b2 |
27 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | 38 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
28 | sp:predicate rdf:type ; | 39 | sp:predicate rdf:type ; |
29 | sp:subject _:b3 | 40 | sp:subject _:b3 |
30 | ] [ sp:object | 41 | ] [ sp:object |
... | @@ -33,201 +44,379 @@ Properties transfered to the activity, to the part of the well bore, or to the r | ... | @@ -33,201 +44,379 @@ Properties transfered to the activity, to the part of the well bore, or to the r |
33 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 44 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
34 | sp:subject _:b3 | 45 | sp:subject _:b3 |
35 | ] [ sp:object _:b3 ; | 46 | ] [ sp:object _:b3 ; |
36 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 47 | + sp:predicate ep-activity:onWellBore ; |
37 | sp:subject _:b1 | 48 | sp:subject _:b1 |
38 | ] [ sp:object | 49 | ] [ sp:object |
39 | [ sp:varName "dTimWellCore"^^xsd:string | 50 | [ sp:varName "dTimWellCore"^^xsd:string |
40 | ] ; | 51 | ] ; |
41 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 52 | + sp:predicate ep-activity:finishedAt ; |
42 | sp:subject _:b1 | 53 | sp:subject _:b1 |
43 | ] [ sp:object _:b4 ; | 54 | ] [ sp:object _:b4 ; |
44 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ; | 55 | + sp:predicate ep-activity:identificationNumberOfCore ; |
45 | sp:subject _:b1 | 56 | sp:subject _:b1 |
46 | ] [ sp:object _:b5 ; | 57 | ] [ sp:object _:b5 ; |
47 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
48 | sp:subject _:b3 | 59 | sp:subject _:b3 |
60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
61 | + sp:predicate rdf:type ; | ||
62 | + sp:subject _:b5 | ||
49 | ] [ sp:object _:b6 ; | 63 | ] [ sp:object _:b6 ; |
50 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 64 | + sp:predicate _:b7 ; |
51 | - sp:subject _:b3 | 65 | + sp:subject _:b5 |
52 | - ] [ sp:object _:b7 ; | ||
53 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
54 | - sp:subject _:b3 | ||
55 | ] [ sp:object _:b8 ; | 66 | ] [ sp:object _:b8 ; |
56 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
57 | sp:subject _:b3 | 68 | sp:subject _:b3 |
69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
70 | + sp:predicate rdf:type ; | ||
71 | + sp:subject _:b8 | ||
58 | ] [ sp:object _:b9 ; | 72 | ] [ sp:object _:b9 ; |
59 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#recoveredCore> ; | 73 | + sp:predicate _:b10 ; |
60 | - sp:subject _:b1 | 74 | + sp:subject _:b8 |
61 | - ] [ sp:object _:b10 ; | ||
62 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ; | ||
63 | - sp:subject _:b9 | ||
64 | ] [ sp:object _:b11 ; | 75 | ] [ sp:object _:b11 ; |
65 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ; | 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
66 | - sp:subject _:b9 | 77 | + sp:subject _:b3 |
67 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | 78 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
68 | sp:predicate rdf:type ; | 79 | sp:predicate rdf:type ; |
69 | - sp:subject _:b9 | 80 | + sp:subject _:b11 |
70 | ] [ sp:object _:b12 ; | 81 | ] [ sp:object _:b12 ; |
71 | - sp:predicate <http://purl.org/dc/elements/1.1/description> ; | 82 | + sp:predicate _:b13 ; |
72 | - sp:subject _:b9 | 83 | + sp:subject _:b11 |
73 | - ] [ sp:object _:b13 ; | 84 | + ] [ sp:object _:b14 ; |
85 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | ||
86 | + sp:subject _:b3 | ||
87 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
88 | + sp:predicate rdf:type ; | ||
89 | + sp:subject _:b14 | ||
90 | + ] [ sp:object _:b15 ; | ||
91 | + sp:predicate _:b16 ; | ||
92 | + sp:subject _:b14 | ||
93 | + ] [ sp:object _:b17 ; | ||
94 | + sp:predicate ep-activity:recoveredCore ; | ||
95 | + sp:subject _:b1 | ||
96 | + ] [ sp:object _:b18 ; | ||
97 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; | ||
98 | + sp:subject _:b17 | ||
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#relativeAmountOfCoreRecovered> ; | ||
107 | + sp:subject _:b17 | ||
108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
109 | + sp:predicate rdf:type ; | ||
110 | + sp:subject _:b21 | ||
111 | + ] [ sp:object _:b22 ; | ||
112 | + sp:predicate _:b23 ; | ||
113 | + sp:subject _:b21 | ||
114 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | ||
115 | + sp:predicate rdf:type ; | ||
116 | + sp:subject _:b17 | ||
117 | + ] [ sp:object _:b24 ; | ||
118 | + sp:predicate rdfs:comment ; | ||
119 | + sp:subject _:b17 | ||
120 | + ] [ sp:object _:b25 ; | ||
74 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | 121 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; |
75 | - sp:subject _:b9 | 122 | + sp:subject _:b17 |
76 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | 123 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; |
77 | sp:predicate rdf:type ; | 124 | sp:predicate rdf:type ; |
78 | - sp:subject _:b13 | 125 | + sp:subject _:b25 |
79 | - ] [ sp:object _:b14 ; | 126 | + ] [ sp:object _:b26 ; |
80 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ; | 127 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; |
81 | - sp:subject _:b13 | 128 | + sp:subject _:b25 |
82 | - ] [ sp:object _:b15 ; | 129 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
130 | + sp:predicate rdf:type ; | ||
131 | + sp:subject _:b26 | ||
132 | + ] [ sp:object _:b27 ; | ||
133 | + sp:predicate _:b28 ; | ||
134 | + sp:subject _:b26 | ||
135 | + ] [ sp:object _:b29 ; | ||
83 | sp:predicate rdf:type ; | 136 | sp:predicate rdf:type ; |
84 | - sp:subject _:b13 | 137 | + sp:subject _:b25 |
85 | ]) ; | 138 | ]) ; |
86 | - sp:where ([ sp:object _:b16 ; | 139 | + sp:where ([ sp:object _:b30 ; |
87 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 140 | + sp:predicate ddr:nameWellbore ; |
88 | sp:subject spin:_this | 141 | sp:subject spin:_this |
89 | - ] [ sp:object _:b17 ; | 142 | + ] [ sp:object _:b31 ; |
90 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 143 | + sp:predicate ddr:dTimStart ; |
91 | sp:subject spin:_this | 144 | sp:subject spin:_this |
92 | - ] [ sp:object _:b18 ; | ||
93 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreInfo> ; | ||
94 | - sp:subject spin:_this | ||
95 | - ] [ sp:object _:b19 ; | ||
96 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
97 | - sp:subject _:b18 | ||
98 | - ] [ sp:object | ||
99 | - [ sp:varName "dTimCore"^^xsd:string | ||
100 | - ] ; | ||
101 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
102 | - sp:subject _:b18 | ||
103 | ] [ sp:object | 145 | ] [ sp:object |
104 | [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 146 | [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string |
105 | ] ; | 147 | ] ; |
106 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 148 | + sp:predicate ep-activity:onWellBore ; |
107 | sp:subject _:b2 | 149 | sp:subject _:b2 |
150 | + ] [ sp:object _:b32 ; | ||
151 | + sp:predicate ddr:coreInfoRef ; | ||
152 | + sp:subject spin:_this | ||
153 | + ] [ sp:object | ||
154 | + [ sp:varName "dTimCore"^^xsd:string | ||
155 | + ] ; | ||
156 | + sp:predicate ddr:dTim ; | ||
157 | + sp:subject _:b32 | ||
108 | ] [ sp:object _:b4 ; | 158 | ] [ sp:object _:b4 ; |
109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ; | 159 | + sp:predicate ddr:coreNumber ; |
110 | - sp:subject _:b18 | 160 | + sp:subject _:b32 |
111 | - ] [ sp:object _:b5 ; | 161 | + ] [ sp:object _:b33 ; |
112 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | 162 | + sp:predicate ddr:mdTopRef ; |
113 | - sp:subject _:b20 | 163 | + sp:subject _:b32 |
164 | + ] [ sp:object _:b34 ; | ||
165 | + sp:predicate ddr:uomRef ; | ||
166 | + sp:subject _:b33 | ||
114 | ] [ sp:object _:b6 ; | 167 | ] [ sp:object _:b6 ; |
115 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 168 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
116 | - sp:subject _:b20 | 169 | + sp:subject _:b33 |
170 | + ] [ sp:object _:b35 ; | ||
171 | + sp:predicate ddr:mdBottomRef ; | ||
172 | + sp:subject _:b32 | ||
173 | + ] [ sp:object _:b36 ; | ||
174 | + sp:predicate ddr:uomRef ; | ||
175 | + sp:subject _:b35 | ||
176 | + ] [ sp:object _:b9 ; | ||
177 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
178 | + sp:subject _:b35 | ||
117 | ] [ rdf:type sp:Optional ; | 179 | ] [ rdf:type sp:Optional ; |
118 | - sp:elements ([ sp:object _:b7 ; | 180 | + sp:elements ([ sp:object _:b37 ; |
119 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | 181 | + sp:predicate ddr:tvdTopRef ; |
120 | - sp:subject _:b20 | 182 | + sp:subject _:b32 |
121 | - ] [ sp:object _:b8 ; | 183 | + ] [ sp:object _:b38 ; |
122 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 184 | + sp:predicate ddr:uomRef ; |
123 | - sp:subject _:b20 | 185 | + sp:subject _:b37 |
186 | + ] [ sp:object _:b12 ; | ||
187 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
188 | + sp:subject _:b37 | ||
124 | ]) | 189 | ]) |
125 | - ] [ sp:object _:b10 ; | ||
126 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ; | ||
127 | - sp:subject _:b20 | ||
128 | - ] [ sp:object _:b11 ; | ||
129 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ; | ||
130 | - sp:subject _:b20 | ||
131 | - ] [ sp:object _:b14 ; | ||
132 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ; | ||
133 | - sp:subject _:b20 | ||
134 | ] [ rdf:type sp:Optional ; | 190 | ] [ rdf:type sp:Optional ; |
135 | - sp:elements ([ sp:object _:b21 ; | 191 | + sp:elements ([ sp:object _:b39 ; |
136 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumInnerBarrelType> ; | 192 | + sp:predicate ddr:tvdBottomRef ; |
137 | - sp:subject _:b20 | 193 | + sp:subject _:b32 |
194 | + ] [ sp:object _:b40 ; | ||
195 | + sp:predicate ddr:uomRef ; | ||
196 | + sp:subject _:b39 | ||
197 | + ] [ sp:object _:b15 ; | ||
198 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
199 | + sp:subject _:b39 | ||
138 | ]) | 200 | ]) |
139 | - ] [ sp:object _:b12 ; | 201 | + ] [ sp:object _:b41 ; |
140 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreDescription> ; | 202 | + sp:predicate ddr:lenRecoveredRef ; |
141 | - sp:subject _:b20 | 203 | + sp:subject _:b32 |
204 | + ] [ sp:object _:b42 ; | ||
205 | + sp:predicate ddr:uomRef ; | ||
206 | + sp:subject _:b41 | ||
207 | + ] [ sp:object _:b19 ; | ||
208 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
209 | + sp:subject _:b41 | ||
210 | + ] [ sp:object _:b43 ; | ||
211 | + sp:predicate ddr:recoverPcRef ; | ||
212 | + sp:subject _:b32 | ||
213 | + ] [ sp:object _:b44 ; | ||
214 | + sp:predicate ddr:uomRef ; | ||
215 | + sp:subject _:b43 | ||
216 | + ] [ sp:object _:b22 ; | ||
217 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
218 | + sp:subject _:b43 | ||
219 | + ] [ sp:object _:b45 ; | ||
220 | + sp:predicate ddr:lenBarrelRef ; | ||
221 | + sp:subject _:b32 | ||
222 | + ] [ sp:object _:b46 ; | ||
223 | + sp:predicate ddr:uomRef ; | ||
224 | + sp:subject _:b45 | ||
225 | + ] [ sp:object _:b27 ; | ||
226 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
227 | + sp:subject _:b45 | ||
228 | + ] [ rdf:type sp:Optional ; | ||
229 | + sp:elements ([ sp:object _:b47 ; | ||
230 | + sp:predicate ddr:innerBarrelTypeRef ; | ||
231 | + sp:subject _:b32 | ||
232 | + ]) | ||
233 | + ] [ sp:object _:b24 ; | ||
234 | + sp:predicate ddr:coreDescription ; | ||
235 | + sp:subject _:b32 | ||
142 | ] [ rdf:type sp:Bind ; | 236 | ] [ rdf:type sp:Bind ; |
143 | sp:expression | 237 | sp:expression |
144 | [ rdf:type ep-spin-lib:normalizeString ; | 238 | [ rdf:type ep-spin-lib:normalizeString ; |
145 | - sp:arg1 _:b16 | 239 | + sp:arg1 _:b30 |
146 | ] ; | 240 | ] ; |
147 | - sp:variable _:b22 | 241 | + sp:variable _:b48 |
148 | ] [ rdf:type sp:Bind ; | 242 | ] [ rdf:type sp:Bind ; |
149 | sp:expression | 243 | sp:expression |
150 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 244 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
151 | - sp:arg1 _:b22 ; | 245 | + sp:arg1 _:b48 ; |
152 | - sp:arg2 _:b17 | 246 | + sp:arg2 _:b31 |
153 | ] ; | 247 | ] ; |
154 | sp:variable _:b2 | 248 | sp:variable _:b2 |
155 | ] [ rdf:type sp:Bind ; | 249 | ] [ rdf:type sp:Bind ; |
156 | sp:expression | 250 | sp:expression |
157 | - [ rdf:type ep-spin-lib:buildWellCoreURI ; | 251 | + [ rdf:type afn:localname ; |
158 | - sp:arg1 _:b22 ; | 252 | + sp:arg1 _:b32 |
159 | - sp:arg2 _:b19 | ||
160 | ] ; | 253 | ] ; |
161 | - sp:variable _:b1 | 254 | + sp:variable _:b49 |
162 | ] [ rdf:type sp:Bind ; | 255 | ] [ rdf:type sp:Bind ; |
163 | sp:expression | 256 | sp:expression |
164 | - [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI ; | 257 | + [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; |
165 | - sp:arg1 _:b22 ; | 258 | + sp:arg1 _:b48 ; |
166 | - sp:arg2 _:b19 | 259 | + sp:arg2 _:b49 |
167 | ] ; | 260 | ] ; |
168 | - sp:variable _:b3 | 261 | + sp:variable _:b1 |
169 | ] [ rdf:type sp:Bind ; | 262 | ] [ rdf:type sp:Bind ; |
170 | sp:expression | 263 | sp:expression |
171 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; | 264 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; |
172 | - sp:arg1 _:b21 | 265 | + sp:arg1 _:b47 |
266 | + ] ; | ||
267 | + sp:variable _:b29 | ||
268 | + ] [ rdf:type sp:Bind ; | ||
269 | + sp:expression | ||
270 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
271 | + sp:arg1 _:b34 | ||
272 | + ] ; | ||
273 | + sp:variable _:b7 | ||
274 | + ] [ rdf:type sp:Bind ; | ||
275 | + sp:expression | ||
276 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
277 | + sp:arg1 _:b36 | ||
278 | + ] ; | ||
279 | + sp:variable _:b10 | ||
280 | + ] [ rdf:type sp:Bind ; | ||
281 | + sp:expression | ||
282 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
283 | + sp:arg1 _:b38 | ||
173 | ] ; | 284 | ] ; |
174 | - sp:variable _:b15 | 285 | + sp:variable _:b13 |
286 | + ] [ rdf:type sp:Bind ; | ||
287 | + sp:expression | ||
288 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
289 | + sp:arg1 _:b40 | ||
290 | + ] ; | ||
291 | + sp:variable _:b16 | ||
292 | + ] [ rdf:type sp:Bind ; | ||
293 | + sp:expression | ||
294 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
295 | + sp:arg1 _:b42 | ||
296 | + ] ; | ||
297 | + sp:variable _:b20 | ||
298 | + ] [ rdf:type sp:Bind ; | ||
299 | + sp:expression | ||
300 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
301 | + sp:arg1 _:b46 | ||
302 | + ] ; | ||
303 | + sp:variable _:b28 | ||
304 | + ] [ rdf:type sp:Bind ; | ||
305 | + sp:expression | ||
306 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
307 | + sp:arg1 _:b44 | ||
308 | + ] ; | ||
309 | + sp:variable _:b23 | ||
175 | ]) | 310 | ]) |
176 | ] . | 311 | ] . |
177 | 312 | ||
178 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | 313 | +_:b30 |
179 | - rdf:type owl:Ontology ; | ||
180 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
181 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
182 | - | ||
183 | -_:b16 | ||
184 | sp:varName "nameWellBore"^^xsd:string . | 314 | sp:varName "nameWellBore"^^xsd:string . |
185 | 315 | ||
186 | -_:b17 | 316 | +_:b31 |
187 | sp:varName "dTimStart"^^xsd:string . | 317 | sp:varName "dTimStart"^^xsd:string . |
188 | 318 | ||
189 | -_:b18 | 319 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
320 | + | ||
321 | +_:b32 | ||
190 | sp:varName "coreInfo"^^xsd:string . | 322 | sp:varName "coreInfo"^^xsd:string . |
191 | 323 | ||
192 | -_:b19 | 324 | +_:b4 sp:varName "coreNumber"^^xsd:string . |
193 | - sp:varName "index"^^xsd:string . | ||
194 | 325 | ||
195 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 326 | +_:b33 |
327 | + sp:varName "mdTop"^^xsd:string . | ||
196 | 328 | ||
197 | -_:b4 sp:varName "coreNumber"^^xsd:string . | 329 | +_:b34 |
330 | + sp:varName "uomMdTop"^^xsd:string . | ||
198 | 331 | ||
199 | -_:b20 | 332 | +_:b6 sp:varName "realMdTop"^^xsd:string . |
200 | - sp:varName "wellTestInfo"^^xsd:string . | ||
201 | 333 | ||
202 | -_:b5 sp:varName "mdTop"^^xsd:string . | 334 | +_:b35 |
335 | + sp:varName "mdBottom"^^xsd:string . | ||
203 | 336 | ||
204 | -_:b6 sp:varName "mdBottom"^^xsd:string . | 337 | +_:b36 |
338 | + sp:varName "uomMdBottom"^^xsd:string . | ||
205 | 339 | ||
206 | -_:b7 sp:varName "tvdTop"^^xsd:string . | 340 | +_:b9 sp:varName "realMdBottom"^^xsd:string . |
207 | 341 | ||
208 | -_:b8 sp:varName "tvdBottom"^^xsd:string . | 342 | +_:b37 |
343 | + sp:varName "tvdTop"^^xsd:string . | ||
209 | 344 | ||
210 | -_:b10 | 345 | +_:b38 |
346 | + sp:varName "uomTvdTop"^^xsd:string . | ||
347 | + | ||
348 | +_:b12 | ||
349 | + sp:varName "realTvdTop"^^xsd:string . | ||
350 | + | ||
351 | +_:b39 | ||
352 | + sp:varName "tvdBottom"^^xsd:string . | ||
353 | + | ||
354 | +_:b40 | ||
355 | + sp:varName "uomTvdBottom"^^xsd:string . | ||
356 | + | ||
357 | +_:b15 | ||
358 | + sp:varName "realTvdBottom"^^xsd:string . | ||
359 | + | ||
360 | +_:b41 | ||
211 | sp:varName "lenRecovered"^^xsd:string . | 361 | sp:varName "lenRecovered"^^xsd:string . |
212 | 362 | ||
213 | -_:b11 | 363 | +_:b42 |
364 | + sp:varName "uomRecovered"^^xsd:string . | ||
365 | + | ||
366 | +_:b19 | ||
367 | + sp:varName "realRecovered"^^xsd:string . | ||
368 | + | ||
369 | +_:b43 | ||
214 | sp:varName "recoverPc"^^xsd:string . | 370 | sp:varName "recoverPc"^^xsd:string . |
215 | 371 | ||
216 | -_:b14 | 372 | +_:b44 |
373 | + sp:varName "uomPc"^^xsd:string . | ||
374 | + | ||
375 | +_:b22 | ||
376 | + sp:varName "realPc"^^xsd:string . | ||
377 | + | ||
378 | +_:b45 | ||
217 | sp:varName "lenBarrel"^^xsd:string . | 379 | sp:varName "lenBarrel"^^xsd:string . |
218 | 380 | ||
219 | -_:b21 | 381 | +_:b46 |
382 | + sp:varName "uomBarrel"^^xsd:string . | ||
383 | + | ||
384 | +_:b27 | ||
385 | + sp:varName "realBarrel"^^xsd:string . | ||
386 | + | ||
387 | +_:b47 | ||
220 | sp:varName "enumInnerBarrelType"^^xsd:string . | 388 | sp:varName "enumInnerBarrelType"^^xsd:string . |
221 | 389 | ||
222 | -_:b12 | 390 | +_:b24 |
223 | sp:varName "coreDescription"^^xsd:string . | 391 | sp:varName "coreDescription"^^xsd:string . |
224 | 392 | ||
225 | -_:b22 | 393 | +_:b48 |
226 | sp:varName "normalizedWellBoreName"^^xsd:string . | 394 | sp:varName "normalizedWellBoreName"^^xsd:string . |
227 | 395 | ||
228 | -_:b1 sp:varName "wellCore"^^xsd:string . | 396 | +_:b49 |
397 | + sp:varName "localname"^^xsd:string . | ||
229 | 398 | ||
230 | -_:b3 sp:varName "coredPartOfAWellBore"^^xsd:string . | 399 | +_:b1 sp:varName "extractAWellCore"^^xsd:string . |
231 | 400 | ||
232 | -_:b15 | 401 | +_:b29 |
233 | sp:varName "innerBarrelType"^^xsd:string . | 402 | sp:varName "innerBarrelType"^^xsd:string . |
403 | + | ||
404 | +_:b7 sp:varName "lengthScaleMdTop"^^xsd:string . | ||
405 | + | ||
406 | +_:b10 | ||
407 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
408 | + | ||
409 | +_:b13 | ||
410 | + sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
411 | + | ||
412 | +_:b16 | ||
413 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
414 | + | ||
415 | +_:b20 | ||
416 | + sp:varName "lengthScaleRecovered"^^xsd:string . | ||
417 | + | ||
418 | +_:b28 | ||
419 | + sp:varName "lengthScaleBarrel"^^xsd:string . | ||
420 | + | ||
421 | +_:b23 | ||
422 | + sp:varName "specificVolumeScale"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 15:28:07 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#> . | ... | ... |
... | @@ -321,6 +321,8 @@ Sand Zones: | ... | @@ -321,6 +321,8 @@ Sand Zones: |
321 | <witsml:coreNumber>1</witsml:coreNumber> | 321 | <witsml:coreNumber>1</witsml:coreNumber> |
322 | <witsml:mdTop uom="m">1234</witsml:mdTop> | 322 | <witsml:mdTop uom="m">1234</witsml:mdTop> |
323 | <witsml:mdBottom uom="m">1234</witsml:mdBottom> | 323 | <witsml:mdBottom uom="m">1234</witsml:mdBottom> |
324 | +<witsml:tvdTop uom="m">1200</witsml:tvdTop> | ||
325 | +<witsml:tvdBottom uom="m">1200</witsml:tvdBottom> | ||
324 | <witsml:lenRecovered uom="m">123</witsml:lenRecovered> | 326 | <witsml:lenRecovered uom="m">123</witsml:lenRecovered> |
325 | <witsml:recoverPc uom="%">89.9</witsml:recoverPc> | 327 | <witsml:recoverPc uom="%">89.9</witsml:recoverPc> |
326 | <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> | 328 | <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> | ... | ... |
-
Please register or login to post a comment