Completed the mapping of the data necessary for the front page of the
report.
Showing
7 changed files
with
1515 additions
and
653 deletions
1 | -# Saved by TopBraid on Thu Aug 11 18:18:26 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 10:44: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/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
5 | # 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 | ||
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
7 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 8 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
8 | 9 | ||
... | @@ -14,7 +15,7 @@ | ... | @@ -14,7 +15,7 @@ |
14 | 15 | ||
15 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 16 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
16 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
17 | - owl:imports <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> ; | 18 | + 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> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 19 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 20 | ||
20 | ep-activity:Activity | 21 | ep-activity:Activity |
... | @@ -23,33 +24,33 @@ ep-activity:Activity | ... | @@ -23,33 +24,33 @@ ep-activity:Activity |
23 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 24 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
24 | rdfs:subClassOf | 25 | rdfs:subClassOf |
25 | [ rdf:type owl:Restriction ; | 26 | [ rdf:type owl:Restriction ; |
26 | - owl:allValuesFrom ep-activity:Activity ; | 27 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
27 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 28 | + owl:onProperty ep-activity:finishedAt |
28 | ] ; | 29 | ] ; |
29 | rdfs:subClassOf | 30 | rdfs:subClassOf |
30 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
31 | - owl:allValuesFrom ep-activity:Activity ; | 32 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
32 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 33 | + owl:onProperty ep-activity:startedAt |
33 | ] ; | 34 | ] ; |
34 | rdfs:subClassOf | 35 | rdfs:subClassOf |
35 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
36 | owl:allValuesFrom ep-activity:Activity ; | 37 | owl:allValuesFrom ep-activity:Activity ; |
37 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 38 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
38 | ] ; | 39 | ] ; |
39 | rdfs:subClassOf | 40 | rdfs:subClassOf |
40 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
41 | owl:allValuesFrom ep-activity:Activity ; | 42 | owl:allValuesFrom ep-activity:Activity ; |
42 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 43 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
43 | ] ; | 44 | ] ; |
44 | rdfs:subClassOf | 45 | rdfs:subClassOf |
45 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
46 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 47 | + owl:allValuesFrom ep-activity:Activity ; |
47 | - owl:onProperty ep-activity:startedAt | 48 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
48 | ] ; | 49 | ] ; |
49 | rdfs:subClassOf | 50 | rdfs:subClassOf |
50 | [ rdf:type owl:Restriction ; | 51 | [ rdf:type owl:Restriction ; |
51 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 52 | + owl:allValuesFrom ep-activity:Activity ; |
52 | - owl:onProperty ep-activity:finishedAt | 53 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
53 | ] . | 54 | ] . |
54 | 55 | ||
55 | ep-activity:DailyDrillingActivity | 56 | ep-activity:DailyDrillingActivity |
... | @@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity |
58 | rdfs:subClassOf ep-activity:DrillingActivity ; | 59 | rdfs:subClassOf ep-activity:DrillingActivity ; |
59 | rdfs:subClassOf | 60 | rdfs:subClassOf |
60 | [ rdf:type owl:Restriction ; | 61 | [ rdf:type owl:Restriction ; |
61 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 62 | + owl:allValuesFrom ep-activity:Activity ; |
62 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 63 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
63 | ] ; | 64 | ] ; |
64 | rdfs:subClassOf | 65 | rdfs:subClassOf |
65 | [ rdf:type owl:Restriction ; | 66 | [ rdf:type owl:Restriction ; |
66 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 67 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
67 | - owl:onProperty ep-activity:onWellBore | 68 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
68 | ] ; | 69 | ] ; |
69 | rdfs:subClassOf | 70 | rdfs:subClassOf |
70 | [ rdf:type owl:Restriction ; | 71 | [ rdf:type owl:Restriction ; |
... | @@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity |
73 | ] ; | 74 | ] ; |
74 | rdfs:subClassOf | 75 | rdfs:subClassOf |
75 | [ rdf:type owl:Restriction ; | 76 | [ rdf:type owl:Restriction ; |
76 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 77 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
77 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 78 | + owl:onProperty ep-activity:onWellBore |
78 | ] ; | 79 | ] ; |
79 | rdfs:subClassOf | 80 | rdfs:subClassOf |
80 | [ rdf:type owl:Restriction ; | 81 | [ rdf:type owl:Restriction ; |
81 | - owl:allValuesFrom ep-activity:Activity ; | 82 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
82 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 83 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
83 | ] . | 84 | ] . |
84 | 85 | ||
85 | ep-activity:DailyProductionActivity | 86 | ep-activity:DailyProductionActivity |
... | @@ -128,13 +129,13 @@ ep-activity:DrillingActivity | ... | @@ -128,13 +129,13 @@ ep-activity:DrillingActivity |
128 | rdfs:subClassOf ep-activity:Activity . | 129 | rdfs:subClassOf ep-activity:Activity . |
129 | 130 | ||
130 | ep-activity:FormationIntegrityTest | 131 | ep-activity:FormationIntegrityTest |
131 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 132 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
132 | rdfs:label "formation integrity test"^^xsd:string ; | 133 | rdfs:label "formation integrity test"^^xsd:string ; |
133 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 134 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
134 | owl:disjointWith ep-activity:LeakOffTest . | 135 | owl:disjointWith ep-activity:LeakOffTest . |
135 | 136 | ||
136 | ep-activity:LeakOffTest | 137 | ep-activity:LeakOffTest |
137 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 138 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
138 | rdfs:label "leak-off test"^^xsd:string ; | 139 | rdfs:label "leak-off test"^^xsd:string ; |
139 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 140 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
140 | owl:disjointWith ep-activity:FormationIntegrityTest . | 141 | owl:disjointWith ep-activity:FormationIntegrityTest . |
... | @@ -170,7 +171,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -170,7 +171,7 @@ ep-activity:OffshoreWellActivity |
170 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 171 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
171 | rdfs:subClassOf | 172 | rdfs:subClassOf |
172 | [ rdf:type owl:Restriction ; | 173 | [ rdf:type owl:Restriction ; |
173 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 174 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
174 | owl:onProperty ep-activity:onWell | 175 | owl:onProperty ep-activity:onWell |
175 | ] ; | 176 | ] ; |
176 | rdfs:subClassOf | 177 | rdfs:subClassOf |
... | @@ -180,7 +181,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -180,7 +181,7 @@ ep-activity:OffshoreWellActivity |
180 | ] ; | 181 | ] ; |
181 | rdfs:subClassOf | 182 | rdfs:subClassOf |
182 | [ rdf:type owl:Restriction ; | 183 | [ rdf:type owl:Restriction ; |
183 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 184 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
184 | owl:onProperty ep-activity:onWell | 185 | owl:onProperty ep-activity:onWell |
185 | ] . | 186 | ] . |
186 | 187 | ||
... | @@ -225,10 +226,22 @@ ep-activity:WellBorePressureTest | ... | @@ -225,10 +226,22 @@ ep-activity:WellBorePressureTest |
225 | rdfs:subClassOf ep-activity:Activity . | 226 | rdfs:subClassOf ep-activity:Activity . |
226 | 227 | ||
227 | ep-activity:createdAt | 228 | ep-activity:createdAt |
228 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 229 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
229 | rdfs:label "created at"^^xsd:string ; | 230 | rdfs:label "created at"^^xsd:string ; |
230 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 231 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
231 | 232 | ||
233 | +ep-activity:drillingContractor | ||
234 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
235 | + rdfs:domain ep-activity:DrillingActivity ; | ||
236 | + rdfs:label "drilling contractor"^^xsd:string ; | ||
237 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
238 | + | ||
239 | +ep-activity:drillingOperator | ||
240 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
241 | + rdfs:domain ep-activity:DrillingActivity ; | ||
242 | + rdfs:label "drilling operator"^^xsd:string ; | ||
243 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
244 | + | ||
232 | ep-activity:finishedAt | 245 | ep-activity:finishedAt |
233 | rdf:type owl:DatatypeProperty ; | 246 | rdf:type owl:DatatypeProperty ; |
234 | rdfs:label "finished at"^^xsd:string ; | 247 | rdfs:label "finished at"^^xsd:string ; |
... | @@ -247,7 +260,7 @@ ep-activity:onWell | ... | @@ -247,7 +260,7 @@ ep-activity:onWell |
247 | rdfs:label "on well"^^xsd:string . | 260 | rdfs:label "on well"^^xsd:string . |
248 | 261 | ||
249 | ep-activity:onWellBore | 262 | ep-activity:onWellBore |
250 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 263 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
251 | rdfs:label "on WellBore"^^xsd:string . | 264 | rdfs:label "on WellBore"^^xsd:string . |
252 | 265 | ||
253 | ep-activity:reportOn | 266 | ep-activity:reportOn |
... | @@ -260,7 +273,7 @@ ep-activity:startedAt | ... | @@ -260,7 +273,7 @@ ep-activity:startedAt |
260 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 273 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
261 | 274 | ||
262 | ep-activity:wellBoreDrillingType | 275 | ep-activity:wellBoreDrillingType |
263 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 276 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
264 | rdfs:domain ep-activity:DrillingActivity ; | 277 | rdfs:domain ep-activity:DrillingActivity ; |
265 | rdfs:label "has sub activity"^^xsd:string ; | 278 | rdfs:label "has sub activity"^^xsd:string ; |
266 | rdfs:range ep-activity:WellBoreDrillingType ; | 279 | rdfs:range ep-activity:WellBoreDrillingType ; | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 13:32:44 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 11:33:44 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
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://purl.org/dc/elements/1.1/ | 4 | # imports: http://purl.org/dc/elements/1.1/ |
5 | -# imports: http://spinrdf.org/spin | ||
6 | # imports: http://purl.org/dc/terms/ | 5 | # imports: http://purl.org/dc/terms/ |
6 | +# imports: http://spinrdf.org/spin | ||
7 | 7 | ||
8 | @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 8 | @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | 16 | ||
17 | <http://www.reportinghub.no/ep/schema/1.0/facility> | 17 | <http://www.reportinghub.no/ep/schema/1.0/facility> |
18 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
19 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; |
20 | owl:versionInfo "0.1.0"^^xsd:string . | 20 | owl:versionInfo "0.1.0"^^xsd:string . |
21 | 21 | ||
22 | ep-fac:AllOrPartOfTheLifeOfARig | 22 | ep-fac:AllOrPartOfTheLifeOfARig |
... | @@ -33,10 +33,25 @@ ep-fac:FixedFacility | ... | @@ -33,10 +33,25 @@ ep-fac:FixedFacility |
33 | rdf:type owl:DeprecatedClass ; | 33 | rdf:type owl:DeprecatedClass ; |
34 | rdfs:subClassOf ep-fac:Facility . | 34 | rdfs:subClassOf ep-fac:Facility . |
35 | 35 | ||
36 | +ep-fac:FixedOrMoveableRigType | ||
37 | + rdf:type rdfs:Class ; | ||
38 | + rdfs:label "fixed of moveable rig type"^^xsd:string ; | ||
39 | + rdfs:subClassOf owl:Class . | ||
40 | + | ||
41 | +ep-fac:FixedRig | ||
42 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | ||
43 | + rdfs:label "fixed rig"^^xsd:string ; | ||
44 | + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | ||
45 | + | ||
36 | ep-fac:MoveableFacility | 46 | ep-fac:MoveableFacility |
37 | rdf:type owl:Class ; | 47 | rdf:type owl:Class ; |
38 | rdfs:subClassOf ep-fac:Facility . | 48 | rdfs:subClassOf ep-fac:Facility . |
39 | 49 | ||
50 | +ep-fac:MoveableRig | ||
51 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | ||
52 | + rdfs:label "moveable rig"^^xsd:string ; | ||
53 | + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | ||
54 | + | ||
40 | ep-fac:Rig | 55 | ep-fac:Rig |
41 | rdf:type owl:Class ; | 56 | rdf:type owl:Class ; |
42 | rdfs:label "rig"^^xsd:string ; | 57 | rdfs:label "rig"^^xsd:string ; | ... | ... |
1 | +# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
3 | 4 | ||
... | @@ -17,11 +18,35 @@ ep-well:AllOrPartOfTheLifeOfAWellBore | ... | @@ -17,11 +18,35 @@ ep-well:AllOrPartOfTheLifeOfAWellBore |
17 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; | 18 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; |
18 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 19 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
19 | 20 | ||
21 | +ep-well:HphtWellBore | ||
22 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; | ||
23 | + rdfs:label "high pressure high temperature well bore"^^xsd:string ; | ||
24 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
25 | + owl:disjointWith ep-well:NotHphtWellBore . | ||
26 | + | ||
27 | +ep-well:LeakyWellBore | ||
28 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; | ||
29 | + rdfs:label "leaky well bore"^^xsd:string ; | ||
30 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
31 | + owl:disjointWith ep-well:TightWellBore . | ||
32 | + | ||
33 | +ep-well:NotHphtWellBore | ||
34 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; | ||
35 | + rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | ||
36 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
37 | + owl:disjointWith ep-well:HphtWellBore . | ||
38 | + | ||
20 | ep-well:TemporalPartOfAWellBore | 39 | ep-well:TemporalPartOfAWellBore |
21 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
22 | rdfs:label "temporal part of a well bore"^^xsd:string ; | 41 | rdfs:label "temporal part of a well bore"^^xsd:string ; |
23 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | 42 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . |
24 | 43 | ||
44 | +ep-well:TightWellBore | ||
45 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; | ||
46 | + rdfs:label "tight well bore"^^xsd:string ; | ||
47 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
48 | + owl:disjointWith ep-well:LeakyWellBore . | ||
49 | + | ||
25 | ep-well:Well | 50 | ep-well:Well |
26 | rdf:type owl:Class ; | 51 | rdf:type owl:Class ; |
27 | rdfs:label "Well"^^xsd:string ; | 52 | rdfs:label "Well"^^xsd:string ; |
... | @@ -46,3 +71,13 @@ ep-well:WellBore | ... | @@ -46,3 +71,13 @@ ep-well:WellBore |
46 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 71 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
47 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 72 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
48 | ] . | 73 | ] . |
74 | + | ||
75 | +ep-well:WellBoreHphtType | ||
76 | + rdf:type rdfs:Class ; | ||
77 | + rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | ||
78 | + rdfs:subClassOf owl:Class . | ||
79 | + | ||
80 | +ep-well:WellBoreTightnessType | ||
81 | + rdf:type rdfs:Class ; | ||
82 | + rdfs:label "well bore tightness type"^^xsd:string ; | ||
83 | + rdfs:subClassOf owl:Class . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 13:36:32 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 14:18:47 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.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
... | @@ -912,13 +912,34 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -912,13 +912,34 @@ ep-spin-lib:selectDrillingActivityPurposeType |
912 | ]) | 912 | ]) |
913 | ] . | 913 | ] . |
914 | 914 | ||
915 | +ep-spin-lib:selectFixedOrMoveableRigType | ||
916 | + rdf:type spin:Function ; | ||
917 | + rdfs:label "select FixedOrMoveableRigType"^^xsd:string ; | ||
918 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
919 | + spin:body | ||
920 | + [ rdf:type sp:Select ; | ||
921 | + sp:resultVariables (_:b20) ; | ||
922 | + sp:where ([ rdf:type sp:Bind ; | ||
923 | + sp:expression | ||
924 | + [ rdf:type sp:if ; | ||
925 | + sp:arg1 [ rdf:type sp:eq ; | ||
926 | + sp:arg1 spin:_arg1 ; | ||
927 | + sp:arg2 "true"^^xsd:boolean | ||
928 | + ] ; | ||
929 | + sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | ||
930 | + sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | ||
931 | + ] ; | ||
932 | + sp:variable _:b20 | ||
933 | + ]) | ||
934 | + ] . | ||
935 | + | ||
915 | ep-spin-lib:selectLabelOfSystem | 936 | ep-spin-lib:selectLabelOfSystem |
916 | rdf:type spin:Function ; | 937 | rdf:type spin:Function ; |
917 | rdfs:label "select DailyDrillingReportType"^^xsd:string ; | 938 | rdfs:label "select DailyDrillingReportType"^^xsd:string ; |
918 | rdfs:subClassOf ep-spin-lib:Function ; | 939 | rdfs:subClassOf ep-spin-lib:Function ; |
919 | spin:body | 940 | spin:body |
920 | [ rdf:type sp:Select ; | 941 | [ rdf:type sp:Select ; |
921 | - sp:resultVariables (_:b20) ; | 942 | + sp:resultVariables (_:b21) ; |
922 | sp:where ([ rdf:type sp:Bind ; | 943 | sp:where ([ rdf:type sp:Bind ; |
923 | sp:expression | 944 | sp:expression |
924 | [ rdf:type sp:if ; | 945 | [ rdf:type sp:if ; |
... | @@ -964,7 +985,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -964,7 +985,7 @@ ep-spin-lib:selectLabelOfSystem |
964 | ] | 985 | ] |
965 | ] | 986 | ] |
966 | ] ; | 987 | ] ; |
967 | - sp:variable _:b20 | 988 | + sp:variable _:b21 |
968 | ]) | 989 | ]) |
969 | ] . | 990 | ] . |
970 | 991 | ||
... | @@ -974,7 +995,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -974,7 +995,7 @@ ep-spin-lib:selectPressureTestType |
974 | rdfs:subClassOf ep-spin-lib:Function ; | 995 | rdfs:subClassOf ep-spin-lib:Function ; |
975 | spin:body | 996 | spin:body |
976 | [ rdf:type sp:Select ; | 997 | [ rdf:type sp:Select ; |
977 | - sp:resultVariables (_:b21) ; | 998 | + sp:resultVariables (_:b22) ; |
978 | sp:where ([ rdf:type sp:Bind ; | 999 | sp:where ([ rdf:type sp:Bind ; |
979 | sp:expression | 1000 | sp:expression |
980 | [ rdf:type smf:if ; | 1001 | [ rdf:type smf:if ; |
... | @@ -991,7 +1012,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -991,7 +1012,7 @@ ep-spin-lib:selectPressureTestType |
991 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> | 1012 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> |
992 | ] | 1013 | ] |
993 | ] ; | 1014 | ] ; |
994 | - sp:variable _:b21 | 1015 | + sp:variable _:b22 |
995 | ]) | 1016 | ]) |
996 | ] . | 1017 | ] . |
997 | 1018 | ||
... | @@ -1001,13 +1022,55 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -1001,13 +1022,55 @@ ep-spin-lib:selectWellBoreDrillingType |
1001 | rdfs:subClassOf ep-spin-lib:Function ; | 1022 | rdfs:subClassOf ep-spin-lib:Function ; |
1002 | spin:body | 1023 | spin:body |
1003 | [ rdf:type sp:Select ; | 1024 | [ rdf:type sp:Select ; |
1004 | - sp:resultVariables (_:b22) ; | 1025 | + sp:resultVariables (_:b23) ; |
1005 | - sp:where ([ sp:object _:b22 ; | 1026 | + sp:where ([ sp:object _:b23 ; |
1006 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; | 1027 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; |
1007 | sp:subject spin:_arg1 | 1028 | sp:subject spin:_arg1 |
1008 | ]) | 1029 | ]) |
1009 | ] . | 1030 | ] . |
1010 | 1031 | ||
1032 | +ep-spin-lib:selectWellBoreHphtType | ||
1033 | + rdf:type spin:Function ; | ||
1034 | + rdfs:label "select WellBoreHphtType"^^xsd:string ; | ||
1035 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
1036 | + spin:body | ||
1037 | + [ rdf:type sp:Select ; | ||
1038 | + sp:resultVariables (_:b24) ; | ||
1039 | + sp:where ([ rdf:type sp:Bind ; | ||
1040 | + sp:expression | ||
1041 | + [ rdf:type sp:if ; | ||
1042 | + sp:arg1 [ rdf:type sp:eq ; | ||
1043 | + sp:arg1 spin:_arg1 ; | ||
1044 | + sp:arg2 "true"^^xsd:boolean | ||
1045 | + ] ; | ||
1046 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | ||
1047 | + sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | ||
1048 | + ] ; | ||
1049 | + sp:variable _:b24 | ||
1050 | + ]) | ||
1051 | + ] . | ||
1052 | + | ||
1053 | +ep-spin-lib:selectWellBoreTightnessType | ||
1054 | + rdf:type spin:Function ; | ||
1055 | + rdfs:label "select WellBoreTightnessType"^^xsd:string ; | ||
1056 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
1057 | + spin:body | ||
1058 | + [ rdf:type sp:Select ; | ||
1059 | + sp:resultVariables (_:b25) ; | ||
1060 | + sp:where ([ rdf:type sp:Bind ; | ||
1061 | + sp:expression | ||
1062 | + [ rdf:type sp:if ; | ||
1063 | + sp:arg1 [ rdf:type sp:eq ; | ||
1064 | + sp:arg1 spin:_arg1 ; | ||
1065 | + sp:arg2 "true"^^xsd:boolean | ||
1066 | + ] ; | ||
1067 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | ||
1068 | + sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | ||
1069 | + ] ; | ||
1070 | + sp:variable _:b25 | ||
1071 | + ]) | ||
1072 | + ] . | ||
1073 | + | ||
1011 | _:b1 sp:varName "uri"^^xsd:string . | 1074 | _:b1 sp:varName "uri"^^xsd:string . |
1012 | 1075 | ||
1013 | _:b2 sp:varName "uri"^^xsd:string . | 1076 | _:b2 sp:varName "uri"^^xsd:string . |
... | @@ -1016,6 +1079,10 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -1016,6 +1079,10 @@ _:b3 sp:varName "uri"^^xsd:string . |
1016 | 1079 | ||
1017 | _:b4 sp:varName "uri"^^xsd:string . | 1080 | _:b4 sp:varName "uri"^^xsd:string . |
1018 | 1081 | ||
1082 | +_:b5 sp:varName "uri"^^xsd:string . | ||
1083 | + | ||
1084 | +_:b6 sp:varName "uri"^^xsd:string . | ||
1085 | + | ||
1019 | _:b7 sp:varName "uri"^^xsd:string . | 1086 | _:b7 sp:varName "uri"^^xsd:string . |
1020 | 1087 | ||
1021 | _:b8 sp:varName "uri"^^xsd:string . | 1088 | _:b8 sp:varName "uri"^^xsd:string . |
... | @@ -1053,14 +1120,19 @@ _:b19 | ... | @@ -1053,14 +1120,19 @@ _:b19 |
1053 | sp:varName "drillingActivityPurposeType"^^xsd:string . | 1120 | sp:varName "drillingActivityPurposeType"^^xsd:string . |
1054 | 1121 | ||
1055 | _:b20 | 1122 | _:b20 |
1056 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 1123 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
1057 | 1124 | ||
1058 | _:b21 | 1125 | _:b21 |
1059 | - sp:varName "pressureTestType"^^xsd:string . | 1126 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
1060 | 1127 | ||
1061 | _:b22 | 1128 | _:b22 |
1129 | + sp:varName "pressureTestType"^^xsd:string . | ||
1130 | + | ||
1131 | +_:b23 | ||
1062 | sp:varName "wellBoreDrillingType"^^xsd:string . | 1132 | sp:varName "wellBoreDrillingType"^^xsd:string . |
1063 | 1133 | ||
1064 | -_:b6 sp:varName "uri"^^xsd:string . | 1134 | +_:b25 |
1135 | + sp:varName "wellBoreTightnessType"^^xsd:string . | ||
1065 | 1136 | ||
1066 | -_:b5 sp:varName "uri"^^xsd:string . | 1137 | +_:b24 |
1138 | + sp:varName "wellBoreHphtType"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 13:36:32 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 14:18:47 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
1 | +# Saved by TopBraid on Fri Aug 12 14:19:34 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
2 | -# imports: http://spinrdf.org/spin | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
10 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
12 | +# imports: http://spinrdf.org/spin | ||
12 | 13 | ||
13 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . | 14 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . |
14 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . | 15 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . |
... | @@ -30,9 +31,9 @@ | ... | @@ -30,9 +31,9 @@ |
30 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 31 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
31 | spin:rule | 32 | spin:rule |
32 | [ rdf:type sp:Construct ; | 33 | [ rdf:type sp:Construct ; |
33 | - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | 34 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; |
34 | sp:templates ([ sp:object _:b1 ; | 35 | sp:templates ([ sp:object _:b1 ; |
35 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
36 | sp:subject _:b2 | 37 | sp:subject _:b2 |
37 | ]) ; | 38 | ]) ; |
38 | sp:where ([ sp:object _:b3 ; | 39 | sp:where ([ sp:object _:b3 ; |
... | @@ -48,7 +49,7 @@ | ... | @@ -48,7 +49,7 @@ |
48 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
49 | sp:subject _:b6 | 50 | sp:subject _:b6 |
50 | ] [ sp:object _:b1 ; | 51 | ] [ sp:object _:b1 ; |
51 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
52 | sp:subject _:b5 | 53 | sp:subject _:b5 |
53 | ] [ rdf:type sp:Bind ; | 54 | ] [ rdf:type sp:Bind ; |
54 | sp:expression | 55 | sp:expression |
... | @@ -67,9 +68,9 @@ | ... | @@ -67,9 +68,9 @@ |
67 | ] ; | 68 | ] ; |
68 | spin:rule | 69 | spin:rule |
69 | [ rdf:type sp:Construct ; | 70 | [ rdf:type sp:Construct ; |
70 | - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | 71 | + rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; |
71 | sp:templates ([ sp:object _:b8 ; | 72 | sp:templates ([ sp:object _:b8 ; |
72 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; |
73 | sp:subject _:b9 | 74 | sp:subject _:b9 |
74 | ]) ; | 75 | ]) ; |
75 | sp:where ([ sp:object _:b10 ; | 76 | sp:where ([ sp:object _:b10 ; |
... | @@ -85,7 +86,7 @@ | ... | @@ -85,7 +86,7 @@ |
85 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 86 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
86 | sp:subject _:b13 | 87 | sp:subject _:b13 |
87 | ] [ sp:object _:b8 ; | 88 | ] [ sp:object _:b8 ; |
88 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; |
89 | sp:subject _:b12 | 90 | sp:subject _:b12 |
90 | ] [ rdf:type sp:Bind ; | 91 | ] [ rdf:type sp:Bind ; |
91 | sp:expression | 92 | sp:expression |
... | @@ -104,9 +105,9 @@ | ... | @@ -104,9 +105,9 @@ |
104 | ] ; | 105 | ] ; |
105 | spin:rule | 106 | spin:rule |
106 | [ rdf:type sp:Construct ; | 107 | [ rdf:type sp:Construct ; |
107 | - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | 108 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; |
108 | sp:templates ([ sp:object _:b15 ; | 109 | sp:templates ([ sp:object _:b15 ; |
109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
110 | sp:subject _:b16 | 111 | sp:subject _:b16 |
111 | ]) ; | 112 | ]) ; |
112 | sp:where ([ sp:object _:b17 ; | 113 | sp:where ([ sp:object _:b17 ; |
... | @@ -119,7 +120,7 @@ | ... | @@ -119,7 +120,7 @@ |
119 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 120 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
120 | sp:subject spin:_this | 121 | sp:subject spin:_this |
121 | ] [ sp:object _:b15 ; | 122 | ] [ sp:object _:b15 ; |
122 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 123 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
123 | sp:subject _:b19 | 124 | sp:subject _:b19 |
124 | ] [ rdf:type sp:Bind ; | 125 | ] [ rdf:type sp:Bind ; |
125 | sp:expression | 126 | sp:expression |
... | @@ -138,9 +139,9 @@ | ... | @@ -138,9 +139,9 @@ |
138 | ] ; | 139 | ] ; |
139 | spin:rule | 140 | spin:rule |
140 | [ rdf:type sp:Construct ; | 141 | [ rdf:type sp:Construct ; |
141 | - rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | 142 | + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; |
142 | sp:templates ([ sp:object _:b21 ; | 143 | sp:templates ([ sp:object _:b21 ; |
143 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
144 | sp:subject _:b22 | 145 | sp:subject _:b22 |
145 | ]) ; | 146 | ]) ; |
146 | sp:where ([ sp:object _:b23 ; | 147 | sp:where ([ sp:object _:b23 ; |
... | @@ -156,7 +157,7 @@ | ... | @@ -156,7 +157,7 @@ |
156 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 157 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
157 | sp:subject _:b26 | 158 | sp:subject _:b26 |
158 | ] [ sp:object _:b21 ; | 159 | ] [ sp:object _:b21 ; |
159 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | 160 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
160 | sp:subject _:b25 | 161 | sp:subject _:b25 |
161 | ] [ rdf:type sp:Bind ; | 162 | ] [ rdf:type sp:Bind ; |
162 | sp:expression | 163 | sp:expression |
... | @@ -175,164 +176,179 @@ | ... | @@ -175,164 +176,179 @@ |
175 | ] ; | 176 | ] ; |
176 | spin:rule | 177 | spin:rule |
177 | [ rdf:type sp:Construct ; | 178 | [ rdf:type sp:Construct ; |
178 | - rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; | 179 | + rdfs:comment "STEP 152 Transfer fixedRig"^^xsd:string ; |
179 | sp:templates ([ sp:object _:b28 ; | 180 | sp:templates ([ sp:object _:b28 ; |
180 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | 181 | + sp:predicate rdf:type ; |
181 | - sp:subject _:b29 | 182 | + sp:subject |
183 | + [ sp:varName "rig"^^xsd:string | ||
184 | + ] | ||
182 | ]) ; | 185 | ]) ; |
183 | - sp:where ([ sp:object _:b30 ; | 186 | + sp:where ([ sp:object _:b29 ; |
184 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 187 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
185 | sp:subject spin:_this | 188 | sp:subject spin:_this |
186 | - ] [ sp:object _:b31 ; | 189 | + ] [ sp:object _:b30 ; |
187 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 190 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
188 | sp:subject spin:_this | 191 | sp:subject spin:_this |
189 | - ] [ sp:object _:b32 ; | 192 | + ] [ sp:object _:b31 ; |
190 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 193 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
191 | sp:subject spin:_this | 194 | sp:subject spin:_this |
192 | - ] [ sp:object _:b29 ; | 195 | + ] [ sp:object |
196 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
197 | + ] ; | ||
193 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 198 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
194 | - sp:subject _:b33 | ||
195 | - ] [ sp:object _:b28 ; | ||
196 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
197 | sp:subject _:b32 | 199 | sp:subject _:b32 |
200 | + ] [ sp:object _:b33 ; | ||
201 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fixedRig> ; | ||
202 | + sp:subject _:b31 | ||
203 | + ] [ sp:object _:b34 ; | ||
204 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
205 | + sp:subject _:b32 | ||
206 | + ] [ sp:object | ||
207 | + [ sp:varName "Rig"^^xsd:string | ||
208 | + ] ; | ||
209 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
210 | + sp:subject _:b34 | ||
198 | ] [ rdf:type sp:Bind ; | 211 | ] [ rdf:type sp:Bind ; |
199 | sp:expression | 212 | sp:expression |
200 | [ rdf:type ep-spin-lib:normalizeString ; | 213 | [ rdf:type ep-spin-lib:normalizeString ; |
201 | - sp:arg1 _:b30 | 214 | + sp:arg1 _:b29 |
202 | ] ; | 215 | ] ; |
203 | - sp:variable _:b34 | 216 | + sp:variable _:b35 |
204 | ] [ rdf:type sp:Bind ; | 217 | ] [ rdf:type sp:Bind ; |
205 | sp:expression | 218 | sp:expression |
206 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 219 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
207 | - sp:arg1 _:b34 ; | 220 | + sp:arg1 _:b35 ; |
208 | - sp:arg2 _:b31 | 221 | + sp:arg2 _:b30 |
222 | + ] ; | ||
223 | + sp:variable _:b32 | ||
224 | + ] [ rdf:type sp:Bind ; | ||
225 | + sp:expression | ||
226 | + [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; | ||
227 | + sp:arg1 _:b33 | ||
209 | ] ; | 228 | ] ; |
210 | - sp:variable _:b33 | 229 | + sp:variable _:b28 |
211 | ]) | 230 | ]) |
212 | ] ; | 231 | ] ; |
213 | spin:rule | 232 | spin:rule |
214 | [ rdf:type sp:Construct ; | 233 | [ rdf:type sp:Construct ; |
215 | - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; | 234 | + rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; |
216 | - sp:templates ([ sp:object _:b35 ; | 235 | + sp:templates ([ sp:object _:b36 ; |
217 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 236 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; |
218 | - sp:subject _:b36 | 237 | + sp:subject _:b37 |
219 | ]) ; | 238 | ]) ; |
220 | - sp:where ([ sp:object _:b37 ; | 239 | + sp:where ([ sp:object _:b38 ; |
221 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 240 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
222 | sp:subject spin:_this | 241 | sp:subject spin:_this |
223 | - ] [ sp:object _:b38 ; | 242 | + ] [ sp:object _:b39 ; |
224 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 243 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
225 | sp:subject spin:_this | 244 | sp:subject spin:_this |
226 | - ] [ sp:object | 245 | + ] [ sp:object _:b40 ; |
227 | - [ sp:varName "statusInfo"^^xsd:string | ||
228 | - ] ; | ||
229 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 246 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
230 | sp:subject spin:_this | 247 | sp:subject spin:_this |
231 | - ] [ sp:object _:b36 ; | 248 | + ] [ sp:object _:b41 ; |
232 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 249 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; |
233 | - sp:subject _:b39 | 250 | + sp:subject _:b40 |
234 | - ] [ sp:object _:b35 ; | 251 | + ] [ rdf:type sp:Bind ; |
235 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 252 | + sp:expression |
236 | - sp:subject | 253 | + [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; |
237 | - [ sp:varName "statusInfoddr"^^xsd:string | 254 | + sp:arg1 _:b41 |
238 | - ] | 255 | + ] ; |
256 | + sp:variable _:b36 | ||
239 | ] [ rdf:type sp:Bind ; | 257 | ] [ rdf:type sp:Bind ; |
240 | sp:expression | 258 | sp:expression |
241 | [ rdf:type ep-spin-lib:normalizeString ; | 259 | [ rdf:type ep-spin-lib:normalizeString ; |
242 | - sp:arg1 _:b37 | 260 | + sp:arg1 _:b38 |
243 | ] ; | 261 | ] ; |
244 | - sp:variable _:b40 | 262 | + sp:variable _:b42 |
245 | ] [ rdf:type sp:Bind ; | 263 | ] [ rdf:type sp:Bind ; |
246 | sp:expression | 264 | sp:expression |
247 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 265 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
248 | - sp:arg1 _:b40 ; | 266 | + sp:arg1 _:b42 ; |
249 | - sp:arg2 _:b38 | 267 | + sp:arg2 _:b39 |
250 | ] ; | 268 | ] ; |
251 | - sp:variable _:b39 | 269 | + sp:variable _:b37 |
252 | ]) | 270 | ]) |
253 | ] ; | 271 | ] ; |
254 | spin:rule | 272 | spin:rule |
255 | [ rdf:type sp:Construct ; | 273 | [ rdf:type sp:Construct ; |
256 | - rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | 274 | + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; |
257 | - sp:templates ([ sp:object _:b41 ; | 275 | + sp:templates ([ sp:object _:b43 ; |
258 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; | 276 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
259 | - sp:subject _:b42 | 277 | + sp:subject _:b44 |
260 | ]) ; | 278 | ]) ; |
261 | - sp:where ([ sp:object _:b43 ; | 279 | + sp:where ([ sp:object _:b45 ; |
262 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 280 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
263 | sp:subject spin:_this | 281 | sp:subject spin:_this |
264 | - ] [ sp:object _:b44 ; | 282 | + ] [ sp:object _:b46 ; |
265 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 283 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
266 | sp:subject spin:_this | 284 | sp:subject spin:_this |
267 | - ] [ sp:object _:b45 ; | 285 | + ] [ sp:object |
286 | + [ sp:varName "statusInfo"^^xsd:string | ||
287 | + ] ; | ||
268 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 288 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
269 | sp:subject spin:_this | 289 | sp:subject spin:_this |
270 | - ] [ sp:object _:b46 ; | 290 | + ] [ sp:object _:b44 ; |
271 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; | 291 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
272 | - sp:subject _:b45 | 292 | + sp:subject _:b47 |
273 | - ] [ rdf:type sp:Bind ; | 293 | + ] [ sp:object _:b43 ; |
274 | - sp:expression | 294 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
275 | - [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | 295 | + sp:subject |
276 | - sp:arg1 _:b46 | 296 | + [ sp:varName "statusInfoddr"^^xsd:string |
277 | - ] ; | 297 | + ] |
278 | - sp:variable _:b41 | ||
279 | ] [ rdf:type sp:Bind ; | 298 | ] [ rdf:type sp:Bind ; |
280 | sp:expression | 299 | sp:expression |
281 | [ rdf:type ep-spin-lib:normalizeString ; | 300 | [ rdf:type ep-spin-lib:normalizeString ; |
282 | - sp:arg1 _:b43 | 301 | + sp:arg1 _:b45 |
283 | ] ; | 302 | ] ; |
284 | - sp:variable _:b47 | 303 | + sp:variable _:b48 |
285 | ] [ rdf:type sp:Bind ; | 304 | ] [ rdf:type sp:Bind ; |
286 | sp:expression | 305 | sp:expression |
287 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 306 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
288 | - sp:arg1 _:b47 ; | 307 | + sp:arg1 _:b48 ; |
289 | - sp:arg2 _:b44 | 308 | + sp:arg2 _:b46 |
290 | ] ; | 309 | ] ; |
291 | - sp:variable _:b42 | 310 | + sp:variable _:b47 |
292 | ]) | 311 | ]) |
293 | ] ; | 312 | ] ; |
294 | spin:rule | 313 | spin:rule |
295 | [ rdf:type sp:Construct ; | 314 | [ rdf:type sp:Construct ; |
296 | - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; | 315 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; |
297 | - sp:templates ([ sp:object _:b48 ; | 316 | + sp:templates ([ sp:object _:b49 ; |
298 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | 317 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
299 | - sp:subject _:b49 | 318 | + sp:subject _:b50 |
300 | ]) ; | 319 | ]) ; |
301 | - sp:where ([ sp:object _:b50 ; | 320 | + sp:where ([ sp:object _:b51 ; |
302 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 321 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
303 | sp:subject spin:_this | 322 | sp:subject spin:_this |
304 | - ] [ sp:object _:b51 ; | 323 | + ] [ sp:object _:b52 ; |
305 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 324 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
306 | sp:subject spin:_this | 325 | sp:subject spin:_this |
307 | - ] [ sp:object _:b52 ; | 326 | + ] [ sp:object _:b53 ; |
308 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 327 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
309 | sp:subject spin:_this | 328 | sp:subject spin:_this |
310 | ] [ sp:object _:b49 ; | 329 | ] [ sp:object _:b49 ; |
311 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 330 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
312 | sp:subject _:b53 | 331 | sp:subject _:b53 |
313 | - ] [ sp:object _:b48 ; | ||
314 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | ||
315 | - sp:subject _:b52 | ||
316 | ] [ rdf:type sp:Bind ; | 332 | ] [ rdf:type sp:Bind ; |
317 | sp:expression | 333 | sp:expression |
318 | [ rdf:type ep-spin-lib:normalizeString ; | 334 | [ rdf:type ep-spin-lib:normalizeString ; |
319 | - sp:arg1 _:b50 | 335 | + sp:arg1 _:b51 |
320 | ] ; | 336 | ] ; |
321 | sp:variable _:b54 | 337 | sp:variable _:b54 |
322 | ] [ rdf:type sp:Bind ; | 338 | ] [ rdf:type sp:Bind ; |
323 | sp:expression | 339 | sp:expression |
324 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 340 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
325 | sp:arg1 _:b54 ; | 341 | sp:arg1 _:b54 ; |
326 | - sp:arg2 _:b51 | 342 | + sp:arg2 _:b52 |
327 | ] ; | 343 | ] ; |
328 | - sp:variable _:b53 | 344 | + sp:variable _:b50 |
329 | ]) | 345 | ]) |
330 | ] ; | 346 | ] ; |
331 | spin:rule | 347 | spin:rule |
332 | [ rdf:type sp:Construct ; | 348 | [ rdf:type sp:Construct ; |
333 | - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | 349 | + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; |
334 | sp:templates ([ sp:object _:b55 ; | 350 | sp:templates ([ sp:object _:b55 ; |
335 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 351 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
336 | sp:subject _:b56 | 352 | sp:subject _:b56 |
337 | ]) ; | 353 | ]) ; |
338 | sp:where ([ sp:object _:b57 ; | 354 | sp:where ([ sp:object _:b57 ; |
... | @@ -344,507 +360,740 @@ | ... | @@ -344,507 +360,740 @@ |
344 | ] [ sp:object _:b59 ; | 360 | ] [ sp:object _:b59 ; |
345 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 361 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
346 | sp:subject spin:_this | 362 | sp:subject spin:_this |
363 | + ] [ sp:object _:b56 ; | ||
364 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
365 | + sp:subject _:b60 | ||
347 | ] [ sp:object _:b55 ; | 366 | ] [ sp:object _:b55 ; |
348 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 367 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
349 | sp:subject _:b59 | 368 | sp:subject _:b59 |
350 | ] [ rdf:type sp:Bind ; | 369 | ] [ rdf:type sp:Bind ; |
351 | sp:expression | 370 | sp:expression |
352 | [ rdf:type ep-spin-lib:normalizeString ; | 371 | [ rdf:type ep-spin-lib:normalizeString ; |
353 | sp:arg1 _:b57 | 372 | sp:arg1 _:b57 |
354 | ] ; | 373 | ] ; |
355 | - sp:variable _:b60 | 374 | + sp:variable _:b61 |
356 | ] [ rdf:type sp:Bind ; | 375 | ] [ rdf:type sp:Bind ; |
357 | sp:expression | 376 | sp:expression |
358 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 377 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
359 | - sp:arg1 _:b60 ; | 378 | + sp:arg1 _:b61 ; |
360 | sp:arg2 _:b58 | 379 | sp:arg2 _:b58 |
361 | ] ; | 380 | ] ; |
362 | - sp:variable _:b56 | 381 | + sp:variable _:b60 |
363 | ]) | 382 | ]) |
364 | ] ; | 383 | ] ; |
365 | spin:rule | 384 | spin:rule |
366 | [ rdf:type sp:Construct ; | 385 | [ rdf:type sp:Construct ; |
367 | - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | 386 | + rdfs:comment "STEP 152 Transfer tightWell"^^xsd:string ; |
368 | - sp:templates ([ sp:object _:b61 ; | 387 | + sp:templates ([ sp:object _:b62 ; |
369 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 388 | + sp:predicate rdf:type ; |
370 | - sp:subject _:b62 | 389 | + sp:subject _:b63 |
371 | ]) ; | 390 | ]) ; |
372 | - sp:where ([ sp:object _:b63 ; | 391 | + sp:where ([ sp:object _:b64 ; |
373 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 392 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
374 | sp:subject spin:_this | 393 | sp:subject spin:_this |
375 | - ] [ sp:object _:b64 ; | 394 | + ] [ sp:object _:b65 ; |
376 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 395 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
377 | sp:subject spin:_this | 396 | sp:subject spin:_this |
378 | - ] [ sp:object _:b65 ; | 397 | + ] [ sp:object _:b66 ; |
379 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 398 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
380 | sp:subject spin:_this | 399 | sp:subject spin:_this |
381 | - ] [ sp:object _:b61 ; | 400 | + ] [ sp:object _:b63 ; |
382 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 401 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
383 | - sp:subject _:b65 | 402 | + sp:subject _:b67 |
403 | + ] [ sp:object _:b68 ; | ||
404 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tightWell> ; | ||
405 | + sp:subject _:b66 | ||
384 | ] [ rdf:type sp:Bind ; | 406 | ] [ rdf:type sp:Bind ; |
385 | sp:expression | 407 | sp:expression |
386 | [ rdf:type ep-spin-lib:normalizeString ; | 408 | [ rdf:type ep-spin-lib:normalizeString ; |
387 | - sp:arg1 _:b63 | 409 | + sp:arg1 _:b64 |
388 | ] ; | 410 | ] ; |
389 | - sp:variable _:b66 | 411 | + sp:variable _:b69 |
390 | ] [ rdf:type sp:Bind ; | 412 | ] [ rdf:type sp:Bind ; |
391 | sp:expression | 413 | sp:expression |
392 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 414 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
393 | - sp:arg1 _:b66 ; | 415 | + sp:arg1 _:b69 ; |
394 | - sp:arg2 _:b64 | 416 | + sp:arg2 _:b65 |
417 | + ] ; | ||
418 | + sp:variable _:b67 | ||
419 | + ] [ rdf:type sp:Bind ; | ||
420 | + sp:expression | ||
421 | + [ rdf:type ep-spin-lib:selectWellBoreTightnessType ; | ||
422 | + sp:arg1 _:b68 | ||
395 | ] ; | 423 | ] ; |
396 | sp:variable _:b62 | 424 | sp:variable _:b62 |
397 | ]) | 425 | ]) |
398 | ] ; | 426 | ] ; |
399 | spin:rule | 427 | spin:rule |
400 | [ rdf:type sp:Construct ; | 428 | [ rdf:type sp:Construct ; |
401 | - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; | 429 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; |
402 | - sp:templates ([ sp:object _:b67 ; | 430 | + sp:templates ([ sp:object _:b70 ; |
403 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | 431 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
404 | - sp:subject _:b68 | 432 | + sp:subject _:b71 |
405 | ]) ; | 433 | ]) ; |
406 | - sp:where ([ sp:object _:b69 ; | 434 | + sp:where ([ sp:object _:b72 ; |
407 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 435 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
408 | sp:subject spin:_this | 436 | sp:subject spin:_this |
409 | - ] [ sp:object _:b70 ; | 437 | + ] [ sp:object _:b73 ; |
410 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 438 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
411 | sp:subject spin:_this | 439 | sp:subject spin:_this |
412 | - ] [ sp:object _:b71 ; | 440 | + ] [ sp:object _:b74 ; |
413 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 441 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
414 | sp:subject spin:_this | 442 | sp:subject spin:_this |
415 | - ] [ sp:object _:b68 ; | 443 | + ] [ sp:object _:b70 ; |
416 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 444 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
417 | - sp:subject _:b72 | 445 | + sp:subject _:b74 |
418 | - ] [ sp:object _:b67 ; | ||
419 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | ||
420 | - sp:subject _:b71 | ||
421 | ] [ rdf:type sp:Bind ; | 446 | ] [ rdf:type sp:Bind ; |
422 | sp:expression | 447 | sp:expression |
423 | [ rdf:type ep-spin-lib:normalizeString ; | 448 | [ rdf:type ep-spin-lib:normalizeString ; |
424 | - sp:arg1 _:b69 | 449 | + sp:arg1 _:b72 |
425 | ] ; | 450 | ] ; |
426 | - sp:variable _:b73 | 451 | + sp:variable _:b75 |
427 | ] [ rdf:type sp:Bind ; | 452 | ] [ rdf:type sp:Bind ; |
428 | sp:expression | 453 | sp:expression |
429 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 454 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
430 | - sp:arg1 _:b73 ; | 455 | + sp:arg1 _:b75 ; |
431 | - sp:arg2 _:b70 | 456 | + sp:arg2 _:b73 |
432 | ] ; | 457 | ] ; |
433 | - sp:variable _:b72 | 458 | + sp:variable _:b71 |
434 | ]) | 459 | ]) |
435 | ] ; | 460 | ] ; |
436 | spin:rule | 461 | spin:rule |
437 | [ rdf:type sp:Construct ; | 462 | [ rdf:type sp:Construct ; |
438 | - rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; | 463 | + rdfs:comment "STEP 153 Transfer waterDepth"^^xsd:string ; |
439 | - sp:templates ([ sp:object _:b74 ; | 464 | + sp:templates ([ sp:object _:b76 ; |
440 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | 465 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterDepth> ; |
441 | - sp:subject _:b75 | 466 | + sp:subject _:b77 |
442 | ]) ; | 467 | ]) ; |
443 | - sp:where ([ sp:object _:b76 ; | 468 | + sp:where ([ sp:object _:b78 ; |
444 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 469 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
445 | sp:subject spin:_this | 470 | sp:subject spin:_this |
446 | - ] [ sp:object _:b77 ; | 471 | + ] [ sp:object _:b79 ; |
447 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 472 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
448 | sp:subject spin:_this | 473 | sp:subject spin:_this |
449 | - ] [ sp:object _:b78 ; | 474 | + ] [ sp:object _:b80 ; |
450 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 475 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
451 | sp:subject spin:_this | 476 | sp:subject spin:_this |
452 | - ] [ sp:object _:b75 ; | 477 | + ] [ sp:object _:b77 ; |
453 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 478 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
454 | - sp:subject _:b79 | 479 | + sp:subject _:b81 |
455 | - ] [ sp:object _:b74 ; | 480 | + ] [ sp:object _:b76 ; |
456 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | 481 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterDepth> ; |
457 | - sp:subject _:b78 | 482 | + sp:subject _:b80 |
458 | ] [ rdf:type sp:Bind ; | 483 | ] [ rdf:type sp:Bind ; |
459 | sp:expression | 484 | sp:expression |
460 | [ rdf:type ep-spin-lib:normalizeString ; | 485 | [ rdf:type ep-spin-lib:normalizeString ; |
461 | - sp:arg1 _:b76 | 486 | + sp:arg1 _:b78 |
462 | ] ; | 487 | ] ; |
463 | - sp:variable _:b80 | 488 | + sp:variable _:b82 |
464 | ] [ rdf:type sp:Bind ; | 489 | ] [ rdf:type sp:Bind ; |
465 | sp:expression | 490 | sp:expression |
466 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 491 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
467 | - sp:arg1 _:b80 ; | 492 | + sp:arg1 _:b82 ; |
468 | - sp:arg2 _:b77 | 493 | + sp:arg2 _:b79 |
469 | ] ; | 494 | ] ; |
470 | - sp:variable _:b79 | 495 | + sp:variable _:b81 |
471 | ]) | 496 | ]) |
472 | ] ; | 497 | ] ; |
473 | spin:rule | 498 | spin:rule |
474 | [ rdf:type sp:Construct ; | 499 | [ rdf:type sp:Construct ; |
475 | - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | 500 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; |
476 | - sp:templates ([ sp:object _:b81 ; | 501 | + sp:templates ([ sp:object _:b83 ; |
477 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | 502 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
478 | - sp:subject _:b82 | 503 | + sp:subject _:b84 |
479 | ]) ; | 504 | ]) ; |
480 | - sp:where ([ sp:object _:b83 ; | 505 | + sp:where ([ sp:object _:b85 ; |
481 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 506 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
482 | sp:subject spin:_this | 507 | sp:subject spin:_this |
483 | - ] [ sp:object _:b84 ; | 508 | + ] [ sp:object _:b86 ; |
484 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 509 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
485 | sp:subject spin:_this | 510 | sp:subject spin:_this |
486 | - ] [ sp:object _:b85 ; | 511 | + ] [ sp:object _:b87 ; |
487 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 512 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
488 | sp:subject spin:_this | 513 | sp:subject spin:_this |
489 | - ] [ sp:object _:b82 ; | 514 | + ] [ sp:object _:b83 ; |
490 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
491 | - sp:subject _:b86 | 516 | + sp:subject _:b87 |
492 | - ] [ sp:object _:b81 ; | ||
493 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | ||
494 | - sp:subject _:b85 | ||
495 | ] [ rdf:type sp:Bind ; | 517 | ] [ rdf:type sp:Bind ; |
496 | sp:expression | 518 | sp:expression |
497 | [ rdf:type ep-spin-lib:normalizeString ; | 519 | [ rdf:type ep-spin-lib:normalizeString ; |
498 | - sp:arg1 _:b83 | 520 | + sp:arg1 _:b85 |
499 | ] ; | 521 | ] ; |
500 | - sp:variable _:b87 | 522 | + sp:variable _:b88 |
501 | ] [ rdf:type sp:Bind ; | 523 | ] [ rdf:type sp:Bind ; |
502 | sp:expression | 524 | sp:expression |
503 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 525 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
504 | - sp:arg1 _:b87 ; | 526 | + sp:arg1 _:b88 ; |
505 | - sp:arg2 _:b84 | 527 | + sp:arg2 _:b86 |
506 | ] ; | 528 | ] ; |
507 | - sp:variable _:b86 | 529 | + sp:variable _:b84 |
508 | ]) | 530 | ]) |
509 | ] ; | 531 | ] ; |
510 | spin:rule | 532 | spin:rule |
511 | [ rdf:type sp:Construct ; | 533 | [ rdf:type sp:Construct ; |
512 | - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; | 534 | + rdfs:comment "STEP 155 Transfer average bottom hole temperature"^^xsd:string ; |
513 | - sp:templates ([ sp:object _:b88 ; | 535 | + sp:templates ([ sp:object _:b89 ; |
514 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 536 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgTempBH> ; |
515 | - sp:subject _:b89 | 537 | + sp:subject _:b90 |
516 | ]) ; | 538 | ]) ; |
517 | - sp:where ([ sp:object _:b90 ; | 539 | + sp:where ([ sp:object _:b91 ; |
518 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 540 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
519 | sp:subject spin:_this | 541 | sp:subject spin:_this |
520 | - ] [ sp:object _:b91 ; | 542 | + ] [ sp:object _:b92 ; |
521 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 543 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
522 | sp:subject spin:_this | 544 | sp:subject spin:_this |
523 | - ] [ sp:object | 545 | + ] [ sp:object _:b93 ; |
524 | - [ sp:varName "statusInfo"^^xsd:string | ||
525 | - ] ; | ||
526 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 546 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
527 | sp:subject spin:_this | 547 | sp:subject spin:_this |
528 | - ] [ sp:object _:b89 ; | 548 | + ] [ sp:object _:b90 ; |
529 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 549 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
530 | - sp:subject _:b92 | 550 | + sp:subject _:b94 |
531 | - ] [ sp:object _:b88 ; | 551 | + ] [ sp:object _:b89 ; |
532 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 552 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgTempBH> ; |
533 | - sp:subject | 553 | + sp:subject _:b93 |
534 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
535 | - ] | ||
536 | ] [ rdf:type sp:Bind ; | 554 | ] [ rdf:type sp:Bind ; |
537 | sp:expression | 555 | sp:expression |
538 | [ rdf:type ep-spin-lib:normalizeString ; | 556 | [ rdf:type ep-spin-lib:normalizeString ; |
539 | - sp:arg1 _:b90 | 557 | + sp:arg1 _:b91 |
540 | ] ; | 558 | ] ; |
541 | - sp:variable _:b93 | 559 | + sp:variable _:b95 |
542 | ] [ rdf:type sp:Bind ; | 560 | ] [ rdf:type sp:Bind ; |
543 | sp:expression | 561 | sp:expression |
544 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 562 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
545 | - sp:arg1 _:b93 ; | 563 | + sp:arg1 _:b95 ; |
546 | - sp:arg2 _:b91 | 564 | + sp:arg2 _:b92 |
547 | ] ; | 565 | ] ; |
548 | - sp:variable _:b92 | 566 | + sp:variable _:b94 |
549 | ]) | 567 | ]) |
550 | ] ; | 568 | ] ; |
551 | spin:rule | 569 | spin:rule |
552 | [ rdf:type sp:Construct ; | 570 | [ rdf:type sp:Construct ; |
553 | - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | 571 | + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; |
554 | - sp:templates ([ sp:object _:b94 ; | 572 | + sp:templates ([ sp:object _:b96 ; |
555 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 573 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
556 | - sp:subject _:b95 | 574 | + sp:subject _:b97 |
557 | ]) ; | 575 | ]) ; |
558 | - sp:where ([ sp:object _:b96 ; | 576 | + sp:where ([ sp:object _:b98 ; |
559 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 577 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
560 | sp:subject spin:_this | 578 | sp:subject spin:_this |
561 | - ] [ sp:object _:b97 ; | 579 | + ] [ sp:object _:b99 ; |
562 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 580 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
563 | sp:subject spin:_this | 581 | sp:subject spin:_this |
564 | - ] [ sp:object _:b98 ; | 582 | + ] [ sp:object _:b100 ; |
565 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 583 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
566 | sp:subject spin:_this | 584 | sp:subject spin:_this |
567 | - ] [ sp:object _:b95 ; | 585 | + ] [ sp:object _:b97 ; |
568 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 586 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
569 | - sp:subject _:b99 | 587 | + sp:subject _:b101 |
570 | - ] [ sp:object _:b94 ; | 588 | + ] [ sp:object _:b96 ; |
571 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 589 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
572 | - sp:subject _:b98 | 590 | + sp:subject _:b100 |
573 | ] [ rdf:type sp:Bind ; | 591 | ] [ rdf:type sp:Bind ; |
574 | sp:expression | 592 | sp:expression |
575 | [ rdf:type ep-spin-lib:normalizeString ; | 593 | [ rdf:type ep-spin-lib:normalizeString ; |
576 | - sp:arg1 _:b96 | 594 | + sp:arg1 _:b98 |
577 | ] ; | 595 | ] ; |
578 | - sp:variable _:b100 | 596 | + sp:variable _:b102 |
579 | ] [ rdf:type sp:Bind ; | 597 | ] [ rdf:type sp:Bind ; |
580 | sp:expression | 598 | sp:expression |
581 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 599 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
582 | - sp:arg1 _:b100 ; | 600 | + sp:arg1 _:b102 ; |
583 | - sp:arg2 _:b97 | 601 | + sp:arg2 _:b99 |
584 | ] ; | 602 | ] ; |
585 | - sp:variable _:b99 | 603 | + sp:variable _:b101 |
586 | ]) | 604 | ]) |
587 | ] ; | 605 | ] ; |
588 | spin:rule | 606 | spin:rule |
589 | [ rdf:type sp:Construct ; | 607 | [ rdf:type sp:Construct ; |
590 | - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | 608 | + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; |
591 | - sp:templates ([ sp:object _:b101 ; | 609 | + sp:templates ([ sp:object _:b103 ; |
592 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 610 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
593 | - sp:subject _:b102 | 611 | + sp:subject _:b104 |
594 | ]) ; | 612 | ]) ; |
595 | - sp:where ([ sp:object _:b103 ; | 613 | + sp:where ([ sp:object _:b105 ; |
596 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 614 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
597 | sp:subject spin:_this | 615 | sp:subject spin:_this |
598 | - ] [ sp:object _:b104 ; | 616 | + ] [ sp:object _:b106 ; |
599 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 617 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
600 | sp:subject spin:_this | 618 | sp:subject spin:_this |
601 | - ] [ sp:object _:b105 ; | 619 | + ] [ sp:object _:b107 ; |
602 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 620 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
603 | sp:subject spin:_this | 621 | sp:subject spin:_this |
604 | - ] [ sp:object _:b102 ; | 622 | + ] [ sp:object _:b104 ; |
605 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 623 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
606 | - sp:subject _:b106 | 624 | + sp:subject _:b108 |
607 | - ] [ sp:object _:b101 ; | 625 | + ] [ sp:object _:b103 ; |
608 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 626 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
609 | - sp:subject _:b105 | 627 | + sp:subject _:b107 |
610 | ] [ rdf:type sp:Bind ; | 628 | ] [ rdf:type sp:Bind ; |
611 | sp:expression | 629 | sp:expression |
612 | [ rdf:type ep-spin-lib:normalizeString ; | 630 | [ rdf:type ep-spin-lib:normalizeString ; |
613 | - sp:arg1 _:b103 | 631 | + sp:arg1 _:b105 |
614 | ] ; | 632 | ] ; |
615 | - sp:variable _:b107 | 633 | + sp:variable _:b109 |
616 | ] [ rdf:type sp:Bind ; | 634 | ] [ rdf:type sp:Bind ; |
617 | sp:expression | 635 | sp:expression |
618 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 636 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
619 | - sp:arg1 _:b107 ; | 637 | + sp:arg1 _:b109 ; |
620 | - sp:arg2 _:b104 | 638 | + sp:arg2 _:b106 |
621 | ] ; | 639 | ] ; |
622 | - sp:variable _:b106 | 640 | + sp:variable _:b108 |
623 | ]) | 641 | ]) |
624 | ] ; | 642 | ] ; |
625 | spin:rule | 643 | spin:rule |
626 | [ rdf:type sp:Construct ; | 644 | [ rdf:type sp:Construct ; |
627 | - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | 645 | + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; |
628 | - sp:templates ([ sp:object _:b108 ; | 646 | + sp:templates ([ sp:object _:b110 ; |
629 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 647 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
630 | - sp:subject _:b109 | 648 | + sp:subject _:b111 |
649 | + ] [ sp:object _:b112 ; | ||
650 | + sp:predicate rdf:type ; | ||
651 | + sp:subject _:b110 | ||
631 | ]) ; | 652 | ]) ; |
632 | - sp:where ([ sp:object _:b110 ; | 653 | + sp:where ([ sp:object _:b113 ; |
633 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 654 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
634 | sp:subject spin:_this | 655 | sp:subject spin:_this |
635 | - ] [ sp:object _:b111 ; | 656 | + ] [ sp:object _:b114 ; |
636 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 657 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
637 | sp:subject spin:_this | 658 | sp:subject spin:_this |
638 | - ] [ sp:object _:b112 ; | 659 | + ] [ sp:object _:b115 ; |
639 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 660 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
640 | sp:subject spin:_this | 661 | sp:subject spin:_this |
641 | - ] [ sp:object _:b109 ; | 662 | + ] [ sp:object _:b116 ; |
642 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 663 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; |
643 | - sp:subject _:b113 | 664 | + sp:subject _:b115 |
644 | - ] [ sp:object _:b108 ; | 665 | + ] [ rdf:type sp:Bind ; |
645 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 666 | + sp:expression |
646 | - sp:subject _:b112 | 667 | + [ rdf:type ep-spin-lib:selectPressureTestType ; |
668 | + sp:arg1 _:b116 | ||
669 | + ] ; | ||
670 | + sp:variable _:b112 | ||
647 | ] [ rdf:type sp:Bind ; | 671 | ] [ rdf:type sp:Bind ; |
648 | sp:expression | 672 | sp:expression |
649 | [ rdf:type ep-spin-lib:normalizeString ; | 673 | [ rdf:type ep-spin-lib:normalizeString ; |
650 | - sp:arg1 _:b110 | 674 | + sp:arg1 _:b113 |
651 | ] ; | 675 | ] ; |
652 | - sp:variable _:b114 | 676 | + sp:variable _:b117 |
653 | ] [ rdf:type sp:Bind ; | 677 | ] [ rdf:type sp:Bind ; |
654 | sp:expression | 678 | sp:expression |
655 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 679 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
656 | - sp:arg1 _:b114 ; | 680 | + sp:arg1 _:b117 ; |
657 | - sp:arg2 _:b111 | 681 | + sp:arg2 _:b114 |
658 | ] ; | 682 | ] ; |
659 | - sp:variable _:b113 | 683 | + sp:variable _:b111 |
660 | ]) | 684 | ]) |
661 | ] ; | 685 | ] ; |
662 | spin:rule | 686 | spin:rule |
663 | [ rdf:type sp:Construct ; | 687 | [ rdf:type sp:Construct ; |
664 | - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | 688 | + rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; |
665 | - sp:templates ([ sp:object _:b115 ; | 689 | + sp:templates ([ sp:object _:b118 ; |
666 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 690 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; |
667 | - sp:subject _:b116 | 691 | + sp:subject _:b119 |
668 | ]) ; | 692 | ]) ; |
669 | - sp:where ([ sp:object _:b117 ; | 693 | + sp:where ([ sp:object _:b120 ; |
670 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 694 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
671 | sp:subject spin:_this | 695 | sp:subject spin:_this |
672 | - ] [ sp:object _:b118 ; | 696 | + ] [ sp:object _:b121 ; |
673 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 697 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
674 | sp:subject spin:_this | 698 | sp:subject spin:_this |
675 | - ] [ sp:object _:b119 ; | 699 | + ] [ sp:object _:b122 ; |
676 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 700 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
677 | sp:subject spin:_this | 701 | sp:subject spin:_this |
678 | - ] [ sp:object _:b115 ; | 702 | + ] [ sp:object _:b119 ; |
679 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 703 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
680 | - sp:subject _:b119 | 704 | + sp:subject _:b123 |
705 | + ] [ sp:object _:b118 ; | ||
706 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
707 | + sp:subject _:b122 | ||
681 | ] [ rdf:type sp:Bind ; | 708 | ] [ rdf:type sp:Bind ; |
682 | sp:expression | 709 | sp:expression |
683 | [ rdf:type ep-spin-lib:normalizeString ; | 710 | [ rdf:type ep-spin-lib:normalizeString ; |
684 | - sp:arg1 _:b117 | 711 | + sp:arg1 _:b120 |
685 | ] ; | 712 | ] ; |
686 | - sp:variable _:b120 | 713 | + sp:variable _:b124 |
687 | ] [ rdf:type sp:Bind ; | 714 | ] [ rdf:type sp:Bind ; |
688 | sp:expression | 715 | sp:expression |
689 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 716 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
690 | - sp:arg1 _:b120 ; | 717 | + sp:arg1 _:b124 ; |
691 | - sp:arg2 _:b118 | 718 | + sp:arg2 _:b121 |
692 | ] ; | 719 | ] ; |
693 | - sp:variable _:b116 | 720 | + sp:variable _:b123 |
694 | ]) | 721 | ]) |
695 | ] ; | 722 | ] ; |
696 | spin:rule | 723 | spin:rule |
697 | [ rdf:type sp:Construct ; | 724 | [ rdf:type sp:Construct ; |
698 | - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | 725 | + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; |
699 | - sp:templates ([ sp:object _:b121 ; | 726 | + sp:templates ([ sp:object _:b125 ; |
700 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | 727 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
701 | - sp:subject _:b122 | 728 | + sp:subject _:b126 |
702 | ]) ; | 729 | ]) ; |
703 | - sp:where ([ sp:object _:b123 ; | 730 | + sp:where ([ sp:object _:b127 ; |
704 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 731 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
705 | sp:subject spin:_this | 732 | sp:subject spin:_this |
706 | - ] [ sp:object _:b124 ; | 733 | + ] [ sp:object _:b128 ; |
707 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 734 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
708 | sp:subject spin:_this | 735 | sp:subject spin:_this |
709 | - ] [ sp:object _:b125 ; | 736 | + ] [ sp:object _:b129 ; |
710 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 737 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
711 | sp:subject spin:_this | 738 | sp:subject spin:_this |
712 | - ] [ sp:object _:b122 ; | 739 | + ] [ sp:object _:b126 ; |
713 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 740 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
714 | - sp:subject _:b126 | 741 | + sp:subject _:b130 |
715 | - ] [ sp:object _:b121 ; | 742 | + ] [ sp:object _:b125 ; |
716 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | 743 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
717 | - sp:subject _:b125 | 744 | + sp:subject _:b129 |
718 | ] [ rdf:type sp:Bind ; | 745 | ] [ rdf:type sp:Bind ; |
719 | sp:expression | 746 | sp:expression |
720 | [ rdf:type ep-spin-lib:normalizeString ; | 747 | [ rdf:type ep-spin-lib:normalizeString ; |
721 | - sp:arg1 _:b123 | 748 | + sp:arg1 _:b127 |
722 | ] ; | 749 | ] ; |
723 | - sp:variable _:b127 | 750 | + sp:variable _:b131 |
724 | ] [ rdf:type sp:Bind ; | 751 | ] [ rdf:type sp:Bind ; |
725 | sp:expression | 752 | sp:expression |
726 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 753 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
727 | - sp:arg1 _:b127 ; | 754 | + sp:arg1 _:b131 ; |
728 | - sp:arg2 _:b124 | 755 | + sp:arg2 _:b128 |
729 | ] ; | 756 | ] ; |
730 | - sp:variable _:b126 | 757 | + sp:variable _:b130 |
731 | ]) | 758 | ]) |
732 | ] ; | 759 | ] ; |
733 | spin:rule | 760 | spin:rule |
734 | [ rdf:type sp:Construct ; | 761 | [ rdf:type sp:Construct ; |
735 | - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; | 762 | + rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; |
736 | - sp:templates ([ sp:object _:b128 ; | 763 | + sp:templates ([ sp:object _:b132 ; |
737 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 764 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
738 | - sp:subject _:b129 | 765 | + sp:subject _:b133 |
739 | ]) ; | 766 | ]) ; |
740 | - sp:where ([ sp:object _:b130 ; | 767 | + sp:where ([ sp:object _:b134 ; |
741 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 768 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
742 | sp:subject spin:_this | 769 | sp:subject spin:_this |
743 | - ] [ sp:object _:b131 ; | 770 | + ] [ sp:object _:b135 ; |
744 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 771 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
745 | sp:subject spin:_this | 772 | sp:subject spin:_this |
746 | - ] [ sp:object _:b132 ; | 773 | + ] [ sp:object _:b136 ; |
747 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 774 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
748 | sp:subject spin:_this | 775 | sp:subject spin:_this |
749 | - ] [ sp:object _:b129 ; | 776 | + ] [ sp:object _:b133 ; |
750 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 777 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
751 | - sp:subject _:b133 | 778 | + sp:subject _:b137 |
752 | - ] [ sp:object _:b128 ; | 779 | + ] [ sp:object _:b132 ; |
753 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 780 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
754 | - sp:subject _:b132 | 781 | + sp:subject _:b136 |
755 | ] [ rdf:type sp:Bind ; | 782 | ] [ rdf:type sp:Bind ; |
756 | sp:expression | 783 | sp:expression |
757 | [ rdf:type ep-spin-lib:normalizeString ; | 784 | [ rdf:type ep-spin-lib:normalizeString ; |
758 | - sp:arg1 _:b130 | 785 | + sp:arg1 _:b134 |
759 | ] ; | 786 | ] ; |
760 | - sp:variable _:b134 | 787 | + sp:variable _:b138 |
761 | ] [ rdf:type sp:Bind ; | 788 | ] [ rdf:type sp:Bind ; |
762 | sp:expression | 789 | sp:expression |
763 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 790 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
764 | - sp:arg1 _:b134 ; | 791 | + sp:arg1 _:b138 ; |
765 | - sp:arg2 _:b131 | 792 | + sp:arg2 _:b135 |
766 | ] ; | 793 | ] ; |
767 | - sp:variable _:b133 | 794 | + sp:variable _:b137 |
768 | ]) | 795 | ]) |
769 | ] ; | 796 | ] ; |
770 | spin:rule | 797 | spin:rule |
771 | [ rdf:type sp:Construct ; | 798 | [ rdf:type sp:Construct ; |
772 | - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | 799 | + rdfs:comment "STEP 156 Transfer hpht Well"^^xsd:string ; |
773 | - sp:templates ([ sp:object _:b135 ; | 800 | + sp:templates ([ sp:object _:b139 ; |
774 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 801 | + sp:predicate rdf:type ; |
775 | - sp:subject _:b136 | 802 | + sp:subject _:b140 |
776 | ]) ; | 803 | ]) ; |
777 | - sp:where ([ sp:object _:b137 ; | 804 | + sp:where ([ sp:object _:b141 ; |
778 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 805 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
779 | sp:subject spin:_this | 806 | sp:subject spin:_this |
780 | - ] [ sp:object _:b138 ; | 807 | + ] [ sp:object _:b142 ; |
781 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 808 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
782 | sp:subject spin:_this | 809 | sp:subject spin:_this |
783 | - ] [ sp:object _:b139 ; | 810 | + ] [ sp:object _:b143 ; |
784 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 811 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
785 | sp:subject spin:_this | 812 | sp:subject spin:_this |
786 | - ] [ sp:object _:b136 ; | 813 | + ] [ sp:object _:b140 ; |
787 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 814 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
788 | - sp:subject _:b140 | 815 | + sp:subject _:b144 |
789 | - ] [ sp:object _:b135 ; | 816 | + ] [ sp:object _:b145 ; |
790 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 817 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hpht> ; |
791 | - sp:subject _:b139 | 818 | + sp:subject _:b143 |
792 | ] [ rdf:type sp:Bind ; | 819 | ] [ rdf:type sp:Bind ; |
793 | sp:expression | 820 | sp:expression |
794 | [ rdf:type ep-spin-lib:normalizeString ; | 821 | [ rdf:type ep-spin-lib:normalizeString ; |
795 | - sp:arg1 _:b137 | 822 | + sp:arg1 _:b141 |
796 | ] ; | 823 | ] ; |
797 | - sp:variable _:b141 | 824 | + sp:variable _:b146 |
798 | ] [ rdf:type sp:Bind ; | 825 | ] [ rdf:type sp:Bind ; |
799 | sp:expression | 826 | sp:expression |
800 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 827 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
801 | - sp:arg1 _:b141 ; | 828 | + sp:arg1 _:b146 ; |
802 | - sp:arg2 _:b138 | 829 | + sp:arg2 _:b142 |
803 | ] ; | 830 | ] ; |
804 | - sp:variable _:b140 | 831 | + sp:variable _:b144 |
805 | - ]) | 832 | + ] [ rdf:type sp:Bind ; |
806 | - ] ; | 833 | + sp:expression |
807 | - spin:rule | 834 | + [ rdf:type ep-spin-lib:selectWellBoreHphtType ; |
808 | - [ rdf:type sp:Construct ; | 835 | + sp:arg1 _:b145 |
809 | - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; | 836 | + ] ; |
810 | - sp:templates ([ sp:object _:b142 ; | 837 | + sp:variable _:b139 |
811 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 838 | + ]) |
812 | - sp:subject _:b143 | 839 | + ] ; |
813 | - ] [ sp:object _:b144 ; | 840 | + spin:rule |
814 | - sp:predicate rdf:type ; | 841 | + [ rdf:type sp:Construct ; |
815 | - sp:subject _:b142 | 842 | + rdfs:comment "STEP 154 Transfer average bottom hole pressure"^^xsd:string ; |
843 | + sp:templates ([ sp:object _:b147 ; | ||
844 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgPresBH> ; | ||
845 | + sp:subject _:b148 | ||
816 | ]) ; | 846 | ]) ; |
817 | - sp:where ([ sp:object _:b145 ; | 847 | + sp:where ([ sp:object _:b149 ; |
818 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 848 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
819 | sp:subject spin:_this | 849 | sp:subject spin:_this |
820 | - ] [ sp:object _:b146 ; | 850 | + ] [ sp:object _:b150 ; |
821 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 851 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
822 | sp:subject spin:_this | 852 | sp:subject spin:_this |
823 | - ] [ sp:object _:b147 ; | 853 | + ] [ sp:object _:b151 ; |
824 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 854 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
825 | sp:subject spin:_this | 855 | sp:subject spin:_this |
826 | ] [ sp:object _:b148 ; | 856 | ] [ sp:object _:b148 ; |
827 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; | 857 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
828 | - sp:subject _:b147 | 858 | + sp:subject _:b152 |
859 | + ] [ sp:object _:b147 ; | ||
860 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgPresBH> ; | ||
861 | + sp:subject _:b151 | ||
829 | ] [ rdf:type sp:Bind ; | 862 | ] [ rdf:type sp:Bind ; |
830 | sp:expression | 863 | sp:expression |
831 | - [ rdf:type ep-spin-lib:selectPressureTestType ; | 864 | + [ rdf:type ep-spin-lib:normalizeString ; |
832 | - sp:arg1 _:b148 | 865 | + sp:arg1 _:b149 |
833 | ] ; | 866 | ] ; |
834 | - sp:variable _:b144 | 867 | + sp:variable _:b153 |
868 | + ] [ rdf:type sp:Bind ; | ||
869 | + sp:expression | ||
870 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
871 | + sp:arg1 _:b153 ; | ||
872 | + sp:arg2 _:b150 | ||
873 | + ] ; | ||
874 | + sp:variable _:b152 | ||
875 | + ]) | ||
876 | + ] ; | ||
877 | + spin:rule | ||
878 | + [ rdf:type sp:Construct ; | ||
879 | + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | ||
880 | + sp:templates ([ sp:object _:b154 ; | ||
881 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | ||
882 | + sp:subject _:b155 | ||
883 | + ]) ; | ||
884 | + sp:where ([ sp:object _:b156 ; | ||
885 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
886 | + sp:subject spin:_this | ||
887 | + ] [ sp:object _:b157 ; | ||
888 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
889 | + sp:subject spin:_this | ||
890 | + ] [ sp:object _:b158 ; | ||
891 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
892 | + sp:subject spin:_this | ||
893 | + ] [ sp:object _:b155 ; | ||
894 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
895 | + sp:subject _:b159 | ||
896 | + ] [ sp:object _:b154 ; | ||
897 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | ||
898 | + sp:subject _:b158 | ||
835 | ] [ rdf:type sp:Bind ; | 899 | ] [ rdf:type sp:Bind ; |
836 | sp:expression | 900 | sp:expression |
837 | [ rdf:type ep-spin-lib:normalizeString ; | 901 | [ rdf:type ep-spin-lib:normalizeString ; |
838 | - sp:arg1 _:b145 | 902 | + sp:arg1 _:b156 |
903 | + ] ; | ||
904 | + sp:variable _:b160 | ||
905 | + ] [ rdf:type sp:Bind ; | ||
906 | + sp:expression | ||
907 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
908 | + sp:arg1 _:b160 ; | ||
909 | + sp:arg2 _:b157 | ||
910 | + ] ; | ||
911 | + sp:variable _:b159 | ||
912 | + ]) | ||
913 | + ] ; | ||
914 | + spin:rule | ||
915 | + [ rdf:type sp:Construct ; | ||
916 | + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | ||
917 | + sp:templates ([ sp:object _:b161 ; | ||
918 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | ||
919 | + sp:subject _:b162 | ||
920 | + ]) ; | ||
921 | + sp:where ([ sp:object _:b163 ; | ||
922 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
923 | + sp:subject spin:_this | ||
924 | + ] [ sp:object _:b164 ; | ||
925 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
926 | + sp:subject spin:_this | ||
927 | + ] [ sp:object _:b165 ; | ||
928 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
929 | + sp:subject spin:_this | ||
930 | + ] [ sp:object _:b162 ; | ||
931 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
932 | + sp:subject _:b166 | ||
933 | + ] [ sp:object _:b161 ; | ||
934 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | ||
935 | + sp:subject _:b165 | ||
936 | + ] [ rdf:type sp:Bind ; | ||
937 | + sp:expression | ||
938 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
939 | + sp:arg1 _:b163 | ||
940 | + ] ; | ||
941 | + sp:variable _:b167 | ||
942 | + ] [ rdf:type sp:Bind ; | ||
943 | + sp:expression | ||
944 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
945 | + sp:arg1 _:b167 ; | ||
946 | + sp:arg2 _:b164 | ||
947 | + ] ; | ||
948 | + sp:variable _:b166 | ||
949 | + ]) | ||
950 | + ] ; | ||
951 | + spin:rule | ||
952 | + [ rdf:type sp:Construct ; | ||
953 | + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | ||
954 | + sp:templates ([ sp:object _:b168 ; | ||
955 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | ||
956 | + sp:subject _:b169 | ||
957 | + ]) ; | ||
958 | + sp:where ([ sp:object _:b170 ; | ||
959 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
960 | + sp:subject spin:_this | ||
961 | + ] [ sp:object _:b171 ; | ||
962 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
963 | + sp:subject spin:_this | ||
964 | + ] [ sp:object _:b172 ; | ||
965 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
966 | + sp:subject spin:_this | ||
967 | + ] [ sp:object _:b169 ; | ||
968 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
969 | + sp:subject _:b173 | ||
970 | + ] [ sp:object _:b168 ; | ||
971 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | ||
972 | + sp:subject _:b172 | ||
973 | + ] [ rdf:type sp:Bind ; | ||
974 | + sp:expression | ||
975 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
976 | + sp:arg1 _:b170 | ||
977 | + ] ; | ||
978 | + sp:variable _:b174 | ||
979 | + ] [ rdf:type sp:Bind ; | ||
980 | + sp:expression | ||
981 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
982 | + sp:arg1 _:b174 ; | ||
983 | + sp:arg2 _:b171 | ||
984 | + ] ; | ||
985 | + sp:variable _:b173 | ||
986 | + ]) | ||
987 | + ] ; | ||
988 | + spin:rule | ||
989 | + [ rdf:type sp:Construct ; | ||
990 | + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | ||
991 | + sp:templates ([ sp:object _:b175 ; | ||
992 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | ||
993 | + sp:subject _:b176 | ||
994 | + ]) ; | ||
995 | + sp:where ([ sp:object _:b177 ; | ||
996 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
997 | + sp:subject spin:_this | ||
998 | + ] [ sp:object _:b178 ; | ||
999 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
1000 | + sp:subject spin:_this | ||
1001 | + ] [ sp:object _:b179 ; | ||
1002 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
1003 | + sp:subject spin:_this | ||
1004 | + ] [ sp:object _:b176 ; | ||
1005 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1006 | + sp:subject _:b180 | ||
1007 | + ] [ sp:object _:b175 ; | ||
1008 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | ||
1009 | + sp:subject _:b179 | ||
1010 | + ] [ rdf:type sp:Bind ; | ||
1011 | + sp:expression | ||
1012 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
1013 | + sp:arg1 _:b177 | ||
1014 | + ] ; | ||
1015 | + sp:variable _:b181 | ||
1016 | + ] [ rdf:type sp:Bind ; | ||
1017 | + sp:expression | ||
1018 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
1019 | + sp:arg1 _:b181 ; | ||
1020 | + sp:arg2 _:b178 | ||
1021 | + ] ; | ||
1022 | + sp:variable _:b180 | ||
1023 | + ]) | ||
1024 | + ] ; | ||
1025 | + spin:rule | ||
1026 | + [ rdf:type sp:Construct ; | ||
1027 | + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | ||
1028 | + sp:templates ([ sp:object _:b182 ; | ||
1029 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | ||
1030 | + sp:subject _:b183 | ||
1031 | + ]) ; | ||
1032 | + sp:where ([ sp:object _:b184 ; | ||
1033 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
1034 | + sp:subject spin:_this | ||
1035 | + ] [ sp:object _:b185 ; | ||
1036 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
1037 | + sp:subject spin:_this | ||
1038 | + ] [ sp:object _:b186 ; | ||
1039 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
1040 | + sp:subject spin:_this | ||
1041 | + ] [ sp:object _:b183 ; | ||
1042 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1043 | + sp:subject _:b187 | ||
1044 | + ] [ sp:object _:b182 ; | ||
1045 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | ||
1046 | + sp:subject _:b186 | ||
1047 | + ] [ rdf:type sp:Bind ; | ||
1048 | + sp:expression | ||
1049 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
1050 | + sp:arg1 _:b184 | ||
1051 | + ] ; | ||
1052 | + sp:variable _:b188 | ||
1053 | + ] [ rdf:type sp:Bind ; | ||
1054 | + sp:expression | ||
1055 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
1056 | + sp:arg1 _:b188 ; | ||
1057 | + sp:arg2 _:b185 | ||
1058 | + ] ; | ||
1059 | + sp:variable _:b187 | ||
1060 | + ]) | ||
1061 | + ] ; | ||
1062 | + spin:rule | ||
1063 | + [ rdf:type sp:Construct ; | ||
1064 | + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | ||
1065 | + sp:templates ([ sp:object _:b189 ; | ||
1066 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | ||
1067 | + sp:subject _:b190 | ||
1068 | + ]) ; | ||
1069 | + sp:where ([ sp:object _:b191 ; | ||
1070 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
1071 | + sp:subject spin:_this | ||
1072 | + ] [ sp:object _:b192 ; | ||
1073 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
1074 | + sp:subject spin:_this | ||
1075 | + ] [ sp:object _:b193 ; | ||
1076 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
1077 | + sp:subject spin:_this | ||
1078 | + ] [ sp:object _:b190 ; | ||
1079 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1080 | + sp:subject _:b194 | ||
1081 | + ] [ sp:object _:b189 ; | ||
1082 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | ||
1083 | + sp:subject _:b193 | ||
1084 | + ] [ rdf:type sp:Bind ; | ||
1085 | + sp:expression | ||
1086 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
1087 | + sp:arg1 _:b191 | ||
839 | ] ; | 1088 | ] ; |
840 | - sp:variable _:b149 | 1089 | + sp:variable _:b195 |
841 | ] [ rdf:type sp:Bind ; | 1090 | ] [ rdf:type sp:Bind ; |
842 | sp:expression | 1091 | sp:expression |
843 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 1092 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
844 | - sp:arg1 _:b149 ; | 1093 | + sp:arg1 _:b195 ; |
845 | - sp:arg2 _:b146 | 1094 | + sp:arg2 _:b192 |
846 | ] ; | 1095 | ] ; |
847 | - sp:variable _:b143 | 1096 | + sp:variable _:b194 |
848 | ]) | 1097 | ]) |
849 | ] . | 1098 | ] . |
850 | 1099 | ||
... | @@ -853,437 +1102,575 @@ | ... | @@ -853,437 +1102,575 @@ |
853 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 1102 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
854 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 1103 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
855 | 1104 | ||
856 | -_:b41 | 1105 | +_:b70 |
857 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 1106 | + sp:varName "forecast24Hr"^^xsd:string . |
858 | 1107 | ||
859 | -_:b42 | 1108 | +_:b71 |
860 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1109 | sp:varName "dailyDrillingActivity"^^xsd:string . |
861 | 1110 | ||
862 | -_:b43 | 1111 | +_:b72 |
863 | sp:varName "nameWellBore"^^xsd:string . | 1112 | sp:varName "nameWellBore"^^xsd:string . |
864 | 1113 | ||
865 | -_:b44 | 1114 | +_:b73 |
866 | sp:varName "dTimStart"^^xsd:string . | 1115 | sp:varName "dTimStart"^^xsd:string . |
867 | 1116 | ||
868 | -_:b45 | 1117 | +_:b74 |
869 | sp:varName "statusInfo"^^xsd:string . | 1118 | sp:varName "statusInfo"^^xsd:string . |
870 | 1119 | ||
871 | -_:b46 | 1120 | +_:b75 |
872 | - sp:varName "typeWellBore"^^xsd:string . | ||
873 | - | ||
874 | -_:b47 | ||
875 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1121 | sp:varName "normalizedWellBoreName"^^xsd:string . |
876 | 1122 | ||
877 | -_:b143 | 1123 | +_:b154 |
878 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1124 | + sp:varName "tvdCsgLast"^^xsd:string . |
879 | 1125 | ||
880 | -_:b144 | 1126 | +_:b155 |
881 | - sp:varName "pressureTestType"^^xsd:string . | 1127 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
882 | 1128 | ||
883 | -_:b145 | 1129 | +_:b156 |
884 | sp:varName "nameWellBore"^^xsd:string . | 1130 | sp:varName "nameWellBore"^^xsd:string . |
885 | 1131 | ||
886 | -_:b146 | 1132 | +_:b157 |
887 | sp:varName "dTimStart"^^xsd:string . | 1133 | sp:varName "dTimStart"^^xsd:string . |
888 | 1134 | ||
889 | -_:b147 | 1135 | +_:b158 |
890 | sp:varName "statusInfo"^^xsd:string . | 1136 | sp:varName "statusInfo"^^xsd:string . |
891 | 1137 | ||
892 | -_:b148 | 1138 | +_:b159 |
893 | - sp:varName "presTestType"^^xsd:string . | 1139 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
894 | 1140 | ||
895 | -_:b149 | 1141 | +_:b160 |
896 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1142 | sp:varName "normalizedWellBoreName"^^xsd:string . |
897 | 1143 | ||
898 | -_:b88 | 1144 | +_:b8 sp:varName "diaCsgLast"^^xsd:string . |
899 | - sp:varName "mdPlanned"^^xsd:string . | ||
900 | 1145 | ||
901 | -_:b89 | 1146 | +_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
902 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
903 | 1147 | ||
904 | -_:b90 | 1148 | +_:b10 |
905 | sp:varName "nameWellBore"^^xsd:string . | 1149 | sp:varName "nameWellBore"^^xsd:string . |
906 | 1150 | ||
907 | -_:b91 | 1151 | +_:b11 |
908 | sp:varName "dTimStart"^^xsd:string . | 1152 | sp:varName "dTimStart"^^xsd:string . |
909 | 1153 | ||
910 | -_:b92 | 1154 | +_:b12 |
1155 | + sp:varName "statusInfo"^^xsd:string . | ||
1156 | + | ||
1157 | +_:b13 | ||
911 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1158 | sp:varName "dailyDrillingActivity"^^xsd:string . |
912 | 1159 | ||
913 | -_:b93 | 1160 | +_:b14 |
914 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1161 | sp:varName "normalizedWellBoreName"^^xsd:string . |
915 | 1162 | ||
916 | -_:b61 | 1163 | +_:b49 |
917 | - sp:varName "distDrill"^^xsd:string . | 1164 | + sp:varName "ropCurrentValue"^^xsd:string . |
918 | 1165 | ||
919 | -_:b62 | 1166 | +_:b50 |
920 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1167 | sp:varName "dailyDrillingActivity"^^xsd:string . |
921 | 1168 | ||
922 | -_:b63 | 1169 | +_:b51 |
923 | sp:varName "nameWellBore"^^xsd:string . | 1170 | sp:varName "nameWellBore"^^xsd:string . |
924 | 1171 | ||
925 | -_:b64 | 1172 | +_:b52 |
926 | sp:varName "dTimStart"^^xsd:string . | 1173 | sp:varName "dTimStart"^^xsd:string . |
927 | 1174 | ||
928 | -_:b65 | 1175 | +_:b53 |
929 | sp:varName "statusInfo"^^xsd:string . | 1176 | sp:varName "statusInfo"^^xsd:string . |
930 | 1177 | ||
931 | -_:b66 | 1178 | +_:b54 |
932 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1179 | sp:varName "normalizedWellBoreName"^^xsd:string . |
933 | 1180 | ||
934 | -_:b94 | 1181 | +_:b43 |
935 | - sp:varName "md"^^xsd:string . | 1182 | + sp:varName "tvdDiaPilotPlan"^^xsd:string . |
936 | 1183 | ||
937 | -_:b95 | 1184 | +_:b44 |
938 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1185 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
939 | 1186 | ||
940 | -_:b96 | 1187 | +_:b45 |
941 | sp:varName "nameWellBore"^^xsd:string . | 1188 | sp:varName "nameWellBore"^^xsd:string . |
942 | 1189 | ||
943 | -_:b97 | 1190 | +_:b46 |
944 | sp:varName "dTimStart"^^xsd:string . | 1191 | sp:varName "dTimStart"^^xsd:string . |
945 | 1192 | ||
946 | -_:b98 | 1193 | +_:b47 |
947 | - sp:varName "statusInfo"^^xsd:string . | ||
948 | - | ||
949 | -_:b99 | ||
950 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1194 | sp:varName "dailyDrillingActivity"^^xsd:string . |
951 | 1195 | ||
952 | -_:b100 | 1196 | +_:b48 |
953 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1197 | sp:varName "normalizedWellBoreName"^^xsd:string . |
954 | 1198 | ||
955 | -_:b121 | 1199 | +_:b21 |
956 | - sp:varName "mdDiaHoleStart"^^xsd:string . | 1200 | + sp:varName "mdCsgLast"^^xsd:string . |
957 | 1201 | ||
958 | -_:b122 | 1202 | +_:b22 |
959 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1203 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
960 | 1204 | ||
961 | -_:b123 | 1205 | +_:b23 |
962 | sp:varName "nameWellBore"^^xsd:string . | 1206 | sp:varName "nameWellBore"^^xsd:string . |
963 | 1207 | ||
964 | -_:b124 | 1208 | +_:b24 |
965 | sp:varName "dTimStart"^^xsd:string . | 1209 | sp:varName "dTimStart"^^xsd:string . |
966 | 1210 | ||
967 | -_:b125 | 1211 | +_:b25 |
968 | sp:varName "statusInfo"^^xsd:string . | 1212 | sp:varName "statusInfo"^^xsd:string . |
969 | 1213 | ||
970 | -_:b126 | 1214 | +_:b26 |
971 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1215 | sp:varName "dailyDrillingActivity"^^xsd:string . |
972 | 1216 | ||
973 | -_:b127 | 1217 | +_:b27 |
974 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1218 | sp:varName "normalizedWellBoreName"^^xsd:string . |
975 | 1219 | ||
976 | -_:b81 | 1220 | +_:b161 |
977 | - sp:varName "tvdCsgLast"^^xsd:string . | 1221 | + sp:varName "mdDiaHoleStart"^^xsd:string . |
978 | 1222 | ||
979 | -_:b82 | 1223 | +_:b162 |
980 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1224 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
981 | 1225 | ||
982 | -_:b83 | 1226 | +_:b163 |
983 | sp:varName "nameWellBore"^^xsd:string . | 1227 | sp:varName "nameWellBore"^^xsd:string . |
984 | 1228 | ||
985 | -_:b84 | 1229 | +_:b164 |
986 | sp:varName "dTimStart"^^xsd:string . | 1230 | sp:varName "dTimStart"^^xsd:string . |
987 | 1231 | ||
988 | -_:b85 | 1232 | +_:b165 |
989 | sp:varName "statusInfo"^^xsd:string . | 1233 | sp:varName "statusInfo"^^xsd:string . |
990 | 1234 | ||
991 | -_:b86 | 1235 | +_:b166 |
992 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1236 | sp:varName "dailyDrillingActivity"^^xsd:string . |
993 | 1237 | ||
994 | -_:b87 | 1238 | +_:b167 |
995 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1239 | sp:varName "normalizedWellBoreName"^^xsd:string . |
996 | 1240 | ||
997 | -_:b135 | 1241 | +_:b175 |
998 | - sp:varName "tvd"^^xsd:string . | 1242 | + sp:varName "tvdStrengthForm"^^xsd:string . |
999 | 1243 | ||
1000 | -_:b136 | 1244 | +_:b176 |
1001 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1245 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1002 | 1246 | ||
1003 | -_:b137 | 1247 | +_:b177 |
1004 | sp:varName "nameWellBore"^^xsd:string . | 1248 | sp:varName "nameWellBore"^^xsd:string . |
1005 | 1249 | ||
1006 | -_:b138 | 1250 | +_:b178 |
1007 | sp:varName "dTimStart"^^xsd:string . | 1251 | sp:varName "dTimStart"^^xsd:string . |
1008 | 1252 | ||
1009 | -_:b139 | 1253 | +_:b179 |
1010 | sp:varName "statusInfo"^^xsd:string . | 1254 | sp:varName "statusInfo"^^xsd:string . |
1011 | 1255 | ||
1012 | -_:b140 | 1256 | +_:b180 |
1013 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1257 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1014 | 1258 | ||
1015 | -_:b141 | 1259 | +_:b181 |
1016 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1260 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1017 | 1261 | ||
1018 | -_:b1 sp:varName "mdDiaPilotPlan"^^xsd:string . | 1262 | +_:b83 |
1263 | + sp:varName "distDrill"^^xsd:string . | ||
1019 | 1264 | ||
1020 | -_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1265 | +_:b84 |
1266 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
1021 | 1267 | ||
1022 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 1268 | +_:b85 |
1269 | + sp:varName "nameWellBore"^^xsd:string . | ||
1023 | 1270 | ||
1024 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 1271 | +_:b139 |
1272 | + sp:varName "hphtType"^^xsd:string . | ||
1025 | 1273 | ||
1026 | -_:b5 sp:varName "statusInfo"^^xsd:string . | 1274 | +_:b146 |
1275 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1027 | 1276 | ||
1028 | -_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . | 1277 | +_:b145 |
1278 | + sp:varName "hphtFlag"^^xsd:string . | ||
1029 | 1279 | ||
1030 | -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | 1280 | +_:b140 |
1281 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1031 | 1282 | ||
1032 | -_:b67 | 1283 | +_:b144 |
1033 | - sp:varName "mdKickoff"^^xsd:string . | 1284 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1034 | 1285 | ||
1035 | -_:b68 | 1286 | +_:b143 |
1036 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1287 | + sp:varName "statusInfo"^^xsd:string . |
1037 | 1288 | ||
1038 | -_:b69 | 1289 | +_:b142 |
1290 | + sp:varName "dTimStart"^^xsd:string . | ||
1291 | + | ||
1292 | +_:b141 | ||
1039 | sp:varName "nameWellBore"^^xsd:string . | 1293 | sp:varName "nameWellBore"^^xsd:string . |
1040 | 1294 | ||
1041 | -_:b70 | 1295 | +_:b95 |
1042 | - sp:varName "dTimStart"^^xsd:string . | 1296 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
1043 | 1297 | ||
1044 | -_:b71 | 1298 | +_:b89 |
1045 | - sp:varName "statusInfo"^^xsd:string . | 1299 | + sp:varName "avgTempBH"^^xsd:string . |
1046 | 1300 | ||
1047 | -_:b72 | 1301 | +_:b90 |
1302 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1303 | + | ||
1304 | +_:b94 | ||
1048 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1305 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1049 | 1306 | ||
1050 | -_:b73 | 1307 | +_:b93 |
1308 | + sp:varName "statusInfo"^^xsd:string . | ||
1309 | + | ||
1310 | +_:b92 | ||
1311 | + sp:varName "dTimStart"^^xsd:string . | ||
1312 | + | ||
1313 | +_:b91 | ||
1314 | + sp:varName "nameWellBore"^^xsd:string . | ||
1315 | + | ||
1316 | +_:b153 | ||
1051 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1317 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1052 | 1318 | ||
1053 | -_:b101 | 1319 | +_:b147 |
1054 | - sp:varName "elevKelly"^^xsd:string . | 1320 | + sp:varName "avgPresBH"^^xsd:string . |
1055 | 1321 | ||
1056 | -_:b102 | 1322 | +_:b148 |
1057 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1323 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1058 | 1324 | ||
1059 | -_:b103 | 1325 | +_:b152 |
1060 | - sp:varName "nameWellBore"^^xsd:string . | 1326 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1061 | - | ||
1062 | -_:b104 | ||
1063 | - sp:varName "dTimStart"^^xsd:string . | ||
1064 | 1327 | ||
1065 | -_:b105 | 1328 | +_:b151 |
1066 | sp:varName "statusInfo"^^xsd:string . | 1329 | sp:varName "statusInfo"^^xsd:string . |
1067 | 1330 | ||
1068 | -_:b106 | 1331 | +_:b150 |
1069 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1332 | + sp:varName "dTimStart"^^xsd:string . |
1070 | 1333 | ||
1071 | -_:b107 | 1334 | +_:b149 |
1335 | + sp:varName "nameWellBore"^^xsd:string . | ||
1336 | + | ||
1337 | +_:b102 | ||
1072 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1338 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1073 | 1339 | ||
1074 | -_:b55 | 1340 | +_:b96 |
1075 | - sp:varName "sum24Hr"^^xsd:string . | 1341 | + sp:varName "mdPlanned"^^xsd:string . |
1076 | 1342 | ||
1077 | -_:b56 | 1343 | +_:b97 |
1344 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1345 | + | ||
1346 | +_:b101 | ||
1078 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1347 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1079 | 1348 | ||
1080 | -_:b57 | 1349 | +_:b100 |
1081 | - sp:varName "nameWellBore"^^xsd:string . | 1350 | + sp:varName "statusInfo"^^xsd:string . |
1082 | 1351 | ||
1083 | -_:b58 | 1352 | +_:b99 |
1084 | sp:varName "dTimStart"^^xsd:string . | 1353 | sp:varName "dTimStart"^^xsd:string . |
1085 | 1354 | ||
1086 | -_:b59 | 1355 | +_:b98 |
1087 | - sp:varName "statusInfo"^^xsd:string . | 1356 | + sp:varName "nameWellBore"^^xsd:string . |
1088 | 1357 | ||
1089 | -_:b60 | 1358 | +_:b82 |
1090 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1359 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1091 | 1360 | ||
1092 | -_:b28 | 1361 | +_:b76 |
1093 | - sp:varName "strengthForm"^^xsd:string . | 1362 | + sp:varName "waterDepth"^^xsd:string . |
1094 | 1363 | ||
1095 | -_:b29 | 1364 | +_:b77 |
1096 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1365 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1097 | 1366 | ||
1098 | -_:b30 | 1367 | +_:b81 |
1099 | - sp:varName "nameWellBore"^^xsd:string . | 1368 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1100 | 1369 | ||
1101 | -_:b31 | 1370 | +_:b80 |
1371 | + sp:varName "statusInfo"^^xsd:string . | ||
1372 | + | ||
1373 | +_:b79 | ||
1102 | sp:varName "dTimStart"^^xsd:string . | 1374 | sp:varName "dTimStart"^^xsd:string . |
1103 | 1375 | ||
1104 | -_:b32 | 1376 | +_:b78 |
1377 | + sp:varName "nameWellBore"^^xsd:string . | ||
1378 | + | ||
1379 | +_:b42 | ||
1380 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1381 | + | ||
1382 | +_:b41 | ||
1383 | + sp:varName "typeWellBore"^^xsd:string . | ||
1384 | + | ||
1385 | +_:b40 | ||
1105 | sp:varName "statusInfo"^^xsd:string . | 1386 | sp:varName "statusInfo"^^xsd:string . |
1106 | 1387 | ||
1107 | -_:b33 | 1388 | +_:b39 |
1389 | + sp:varName "dTimStart"^^xsd:string . | ||
1390 | + | ||
1391 | +_:b38 | ||
1392 | + sp:varName "nameWellBore"^^xsd:string . | ||
1393 | + | ||
1394 | +_:b37 | ||
1108 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1395 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1109 | 1396 | ||
1110 | -_:b34 | 1397 | +_:b36 |
1398 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ||
1399 | + | ||
1400 | +_:b69 | ||
1111 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1401 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1112 | 1402 | ||
1113 | -_:b48 | 1403 | +_:b68 |
1114 | - sp:varName "mdStrengthForm"^^xsd:string . | 1404 | + sp:varName "tightWellFlag"^^xsd:string . |
1115 | 1405 | ||
1116 | -_:b49 | 1406 | +_:b67 |
1117 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1407 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1118 | 1408 | ||
1119 | -_:b50 | 1409 | +_:b66 |
1120 | - sp:varName "nameWellBore"^^xsd:string . | 1410 | + sp:varName "statusInfo"^^xsd:string . |
1121 | 1411 | ||
1122 | -_:b51 | 1412 | +_:b65 |
1123 | sp:varName "dTimStart"^^xsd:string . | 1413 | sp:varName "dTimStart"^^xsd:string . |
1124 | 1414 | ||
1125 | -_:b52 | 1415 | +_:b64 |
1126 | - sp:varName "statusInfo"^^xsd:string . | 1416 | + sp:varName "nameWellBore"^^xsd:string . |
1127 | 1417 | ||
1128 | -_:b53 | 1418 | +_:b63 |
1129 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1419 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1130 | 1420 | ||
1131 | -_:b54 | 1421 | +_:b62 |
1422 | + sp:varName "wellBoreTightnessType"^^xsd:string . | ||
1423 | + | ||
1424 | +_:b35 | ||
1132 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1425 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1133 | 1426 | ||
1134 | -_:b128 | 1427 | +_:b34 |
1135 | - sp:varName "mdCsgLast"^^xsd:string . | 1428 | + sp:varName "temporalPartOfARig"^^xsd:string . |
1136 | 1429 | ||
1137 | -_:b129 | 1430 | +_:b33 |
1138 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1431 | + sp:varName "fixedRigFlag"^^xsd:string . |
1139 | 1432 | ||
1140 | -_:b130 | 1433 | +_:b32 |
1141 | - sp:varName "nameWellBore"^^xsd:string . | 1434 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1142 | 1435 | ||
1143 | -_:b131 | 1436 | +_:b31 |
1437 | + sp:varName "statusInfo"^^xsd:string . | ||
1438 | + | ||
1439 | +_:b30 | ||
1144 | sp:varName "dTimStart"^^xsd:string . | 1440 | sp:varName "dTimStart"^^xsd:string . |
1145 | 1441 | ||
1146 | -_:b132 | 1442 | +_:b29 |
1147 | - sp:varName "statusInfo"^^xsd:string . | 1443 | + sp:varName "nameWellBore"^^xsd:string . |
1148 | 1444 | ||
1149 | -_:b133 | 1445 | +_:b28 |
1150 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1446 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
1151 | 1447 | ||
1152 | -_:b134 | 1448 | +_:b131 |
1153 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1449 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1154 | 1450 | ||
1155 | -_:b15 | 1451 | +_:b130 |
1156 | - sp:varName "ropCurrentValue"^^xsd:string . | ||
1157 | - | ||
1158 | -_:b16 | ||
1159 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1452 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1160 | 1453 | ||
1161 | -_:b17 | 1454 | +_:b129 |
1162 | - sp:varName "nameWellBore"^^xsd:string . | 1455 | + sp:varName "statusInfo"^^xsd:string . |
1163 | 1456 | ||
1164 | -_:b18 | 1457 | +_:b128 |
1165 | sp:varName "dTimStart"^^xsd:string . | 1458 | sp:varName "dTimStart"^^xsd:string . |
1166 | 1459 | ||
1167 | -_:b19 | 1460 | +_:b127 |
1168 | - sp:varName "statusInfo"^^xsd:string . | 1461 | + sp:varName "nameWellBore"^^xsd:string . |
1169 | 1462 | ||
1170 | -_:b20 | 1463 | +_:b126 |
1464 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1465 | + | ||
1466 | +_:b125 | ||
1467 | + sp:varName "mdStrengthForm"^^xsd:string . | ||
1468 | + | ||
1469 | +_:b109 | ||
1171 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1470 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1172 | 1471 | ||
1173 | -_:b8 sp:varName "tvdStrengthForm"^^xsd:string . | 1472 | +_:b108 |
1473 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
1174 | 1474 | ||
1175 | -_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1475 | +_:b107 |
1476 | + sp:varName "statusInfo"^^xsd:string . | ||
1176 | 1477 | ||
1177 | -_:b10 | 1478 | +_:b106 |
1479 | + sp:varName "dTimStart"^^xsd:string . | ||
1480 | + | ||
1481 | +_:b105 | ||
1178 | sp:varName "nameWellBore"^^xsd:string . | 1482 | sp:varName "nameWellBore"^^xsd:string . |
1179 | 1483 | ||
1180 | -_:b11 | 1484 | +_:b104 |
1181 | - sp:varName "dTimStart"^^xsd:string . | 1485 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1182 | 1486 | ||
1183 | -_:b12 | 1487 | +_:b103 |
1184 | - sp:varName "statusInfo"^^xsd:string . | 1488 | + sp:varName "tvd"^^xsd:string . |
1185 | 1489 | ||
1186 | -_:b13 | 1490 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . |
1187 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
1188 | 1491 | ||
1189 | -_:b14 | 1492 | +_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . |
1493 | + | ||
1494 | +_:b5 sp:varName "statusInfo"^^xsd:string . | ||
1495 | + | ||
1496 | +_:b4 sp:varName "dTimStart"^^xsd:string . | ||
1497 | + | ||
1498 | +_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
1499 | + | ||
1500 | +_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1501 | + | ||
1502 | +_:b1 sp:varName "md"^^xsd:string . | ||
1503 | + | ||
1504 | +_:b117 | ||
1190 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1505 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1191 | 1506 | ||
1192 | -_:b35 | 1507 | +_:b116 |
1193 | - sp:varName "tvdDiaPilotPlan"^^xsd:string . | 1508 | + sp:varName "presTestType"^^xsd:string . |
1194 | 1509 | ||
1195 | -_:b36 | 1510 | +_:b115 |
1196 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1511 | + sp:varName "statusInfo"^^xsd:string . |
1197 | 1512 | ||
1198 | -_:b37 | 1513 | +_:b114 |
1514 | + sp:varName "dTimStart"^^xsd:string . | ||
1515 | + | ||
1516 | +_:b113 | ||
1199 | sp:varName "nameWellBore"^^xsd:string . | 1517 | sp:varName "nameWellBore"^^xsd:string . |
1200 | 1518 | ||
1201 | -_:b38 | 1519 | +_:b112 |
1202 | - sp:varName "dTimStart"^^xsd:string . | 1520 | + sp:varName "pressureTestType"^^xsd:string . |
1203 | 1521 | ||
1204 | -_:b39 | 1522 | +_:b111 |
1205 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1523 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1206 | 1524 | ||
1207 | -_:b40 | 1525 | +_:b20 |
1208 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1526 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1209 | 1527 | ||
1210 | -_:b21 | 1528 | +_:b19 |
1211 | - sp:varName "diaCsgLast"^^xsd:string . | 1529 | + sp:varName "statusInfo"^^xsd:string . |
1212 | 1530 | ||
1213 | -_:b22 | 1531 | +_:b18 |
1214 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1532 | + sp:varName "dTimStart"^^xsd:string . |
1215 | 1533 | ||
1216 | -_:b23 | 1534 | +_:b17 |
1217 | sp:varName "nameWellBore"^^xsd:string . | 1535 | sp:varName "nameWellBore"^^xsd:string . |
1218 | 1536 | ||
1219 | -_:b24 | 1537 | +_:b16 |
1220 | - sp:varName "dTimStart"^^xsd:string . | 1538 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1221 | 1539 | ||
1222 | -_:b25 | 1540 | +_:b15 |
1223 | - sp:varName "statusInfo"^^xsd:string . | 1541 | + sp:varName "sum24Hr"^^xsd:string . |
1224 | 1542 | ||
1225 | -_:b26 | 1543 | +_:b138 |
1544 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1545 | + | ||
1546 | +_:b137 | ||
1226 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1547 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1227 | 1548 | ||
1228 | -_:b27 | 1549 | +_:b136 |
1229 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1550 | + sp:varName "statusInfo"^^xsd:string . |
1230 | 1551 | ||
1231 | -_:b74 | 1552 | +_:b135 |
1232 | - sp:varName "diaHole"^^xsd:string . | 1553 | + sp:varName "dTimStart"^^xsd:string . |
1233 | 1554 | ||
1234 | -_:b75 | 1555 | +_:b134 |
1556 | + sp:varName "nameWellBore"^^xsd:string . | ||
1557 | + | ||
1558 | +_:b133 | ||
1235 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1559 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1236 | 1560 | ||
1237 | -_:b76 | 1561 | +_:b132 |
1238 | - sp:varName "nameWellBore"^^xsd:string . | 1562 | + sp:varName "diaHole"^^xsd:string . |
1239 | 1563 | ||
1240 | -_:b77 | 1564 | +_:b188 |
1241 | - sp:varName "dTimStart"^^xsd:string . | 1565 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
1242 | 1566 | ||
1243 | -_:b78 | 1567 | +_:b187 |
1568 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
1569 | + | ||
1570 | +_:b186 | ||
1244 | sp:varName "statusInfo"^^xsd:string . | 1571 | sp:varName "statusInfo"^^xsd:string . |
1245 | 1572 | ||
1246 | -_:b79 | 1573 | +_:b185 |
1247 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1574 | + sp:varName "dTimStart"^^xsd:string . |
1248 | 1575 | ||
1249 | -_:b80 | 1576 | +_:b184 |
1250 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1577 | + sp:varName "nameWellBore"^^xsd:string . |
1251 | 1578 | ||
1252 | -_:b115 | 1579 | +_:b183 |
1253 | - sp:varName "forecast24Hr"^^xsd:string . | 1580 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1254 | 1581 | ||
1255 | -_:b116 | 1582 | +_:b182 |
1583 | + sp:varName "mdPlugTop"^^xsd:string . | ||
1584 | + | ||
1585 | +_:b61 | ||
1586 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1587 | + | ||
1588 | +_:b60 | ||
1256 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1589 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1257 | 1590 | ||
1258 | -_:b117 | 1591 | +_:b59 |
1259 | - sp:varName "nameWellBore"^^xsd:string . | 1592 | + sp:varName "statusInfo"^^xsd:string . |
1260 | 1593 | ||
1261 | -_:b118 | 1594 | +_:b58 |
1262 | sp:varName "dTimStart"^^xsd:string . | 1595 | sp:varName "dTimStart"^^xsd:string . |
1263 | 1596 | ||
1264 | -_:b119 | 1597 | +_:b57 |
1265 | - sp:varName "statusInfo"^^xsd:string . | 1598 | + sp:varName "nameWellBore"^^xsd:string . |
1266 | 1599 | ||
1267 | -_:b120 | 1600 | +_:b56 |
1601 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1602 | + | ||
1603 | +_:b55 | ||
1604 | + sp:varName "mdKickoff"^^xsd:string . | ||
1605 | + | ||
1606 | +_:b195 | ||
1268 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1607 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1269 | 1608 | ||
1270 | -_:b108 | 1609 | +_:b194 |
1271 | - sp:varName "mdPlugTop"^^xsd:string . | 1610 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
1272 | 1611 | ||
1273 | -_:b109 | 1612 | +_:b193 |
1274 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1613 | + sp:varName "statusInfo"^^xsd:string . |
1614 | + | ||
1615 | +_:b192 | ||
1616 | + sp:varName "dTimStart"^^xsd:string . | ||
1275 | 1617 | ||
1276 | -_:b110 | 1618 | +_:b191 |
1277 | sp:varName "nameWellBore"^^xsd:string . | 1619 | sp:varName "nameWellBore"^^xsd:string . |
1278 | 1620 | ||
1279 | -_:b111 | 1621 | +_:b190 |
1280 | - sp:varName "dTimStart"^^xsd:string . | 1622 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
1281 | 1623 | ||
1282 | -_:b112 | 1624 | +_:b189 |
1625 | + sp:varName "mdDiaPilotPlan"^^xsd:string . | ||
1626 | + | ||
1627 | +_:b174 | ||
1628 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1629 | + | ||
1630 | +_:b173 | ||
1631 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
1632 | + | ||
1633 | +_:b172 | ||
1283 | sp:varName "statusInfo"^^xsd:string . | 1634 | sp:varName "statusInfo"^^xsd:string . |
1284 | 1635 | ||
1285 | -_:b113 | 1636 | +_:b171 |
1637 | + sp:varName "dTimStart"^^xsd:string . | ||
1638 | + | ||
1639 | +_:b170 | ||
1640 | + sp:varName "nameWellBore"^^xsd:string . | ||
1641 | + | ||
1642 | +_:b169 | ||
1643 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1644 | + | ||
1645 | +_:b168 | ||
1646 | + sp:varName "elevKelly"^^xsd:string . | ||
1647 | + | ||
1648 | +_:b124 | ||
1649 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
1650 | + | ||
1651 | +_:b123 | ||
1286 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1652 | sp:varName "dailyDrillingActivity"^^xsd:string . |
1287 | 1653 | ||
1288 | -_:b114 | 1654 | +_:b122 |
1655 | + sp:varName "statusInfo"^^xsd:string . | ||
1656 | + | ||
1657 | +_:b121 | ||
1658 | + sp:varName "dTimStart"^^xsd:string . | ||
1659 | + | ||
1660 | +_:b120 | ||
1661 | + sp:varName "nameWellBore"^^xsd:string . | ||
1662 | + | ||
1663 | +_:b119 | ||
1664 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
1665 | + | ||
1666 | +_:b118 | ||
1667 | + sp:varName "strengthForm"^^xsd:string . | ||
1668 | + | ||
1669 | +_:b88 | ||
1289 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1670 | sp:varName "normalizedWellBoreName"^^xsd:string . |
1671 | + | ||
1672 | +_:b87 | ||
1673 | + sp:varName "statusInfo"^^xsd:string . | ||
1674 | + | ||
1675 | +_:b86 | ||
1676 | + sp:varName "dTimStart"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 14:05:00 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 13:54:21 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
5 | # imports: http://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
6 | 6 | ||
7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
8 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
8 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
9 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 10 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
13 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | 15 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . |
14 | @prefix sp: <http://spinrdf.org/sp#> . | 16 | @prefix sp: <http://spinrdf.org/sp#> . |
15 | @prefix spin: <http://spinrdf.org/spin#> . | 17 | @prefix spin: <http://spinrdf.org/spin#> . |
... | @@ -19,9 +21,9 @@ | ... | @@ -19,9 +21,9 @@ |
19 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 21 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
20 | spin:rule | 22 | spin:rule |
21 | [ rdf:type sp:Construct ; | 23 | [ rdf:type sp:Construct ; |
22 | - rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; | 24 | + rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; |
23 | sp:templates ([ sp:object _:b1 ; | 25 | sp:templates ([ sp:object _:b1 ; |
24 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; | 26 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; |
25 | sp:subject _:b2 | 27 | sp:subject _:b2 |
26 | ]) ; | 28 | ]) ; |
27 | sp:where ([ sp:object _:b3 ; | 29 | sp:where ([ sp:object _:b3 ; |
... | @@ -33,34 +35,114 @@ | ... | @@ -33,34 +35,114 @@ |
33 | ] [ sp:object _:b5 ; | 35 | ] [ sp:object _:b5 ; |
34 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 36 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
35 | sp:subject spin:_this | 37 | sp:subject spin:_this |
38 | + ] [ sp:object _:b1 ; | ||
39 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; | ||
40 | + sp:subject _:b5 | ||
36 | ] [ sp:object _:b6 ; | 41 | ] [ sp:object _:b6 ; |
42 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
43 | + sp:subject _:b7 | ||
44 | + ] [ sp:object _:b2 ; | ||
45 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
46 | + sp:subject _:b6 | ||
47 | + ] [ rdf:type sp:Bind ; | ||
48 | + sp:expression | ||
49 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
50 | + sp:arg1 _:b3 | ||
51 | + ] ; | ||
52 | + sp:variable _:b8 | ||
53 | + ] [ rdf:type sp:Bind ; | ||
54 | + sp:expression | ||
55 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
56 | + sp:arg1 _:b8 ; | ||
57 | + sp:arg2 _:b4 | ||
58 | + ] ; | ||
59 | + sp:variable _:b7 | ||
60 | + ]) | ||
61 | + ] ; | ||
62 | + spin:rule | ||
63 | + [ rdf:type sp:Construct ; | ||
64 | + rdfs:comment "STEP 164 Set preSPUD date"^^xsd:string ; | ||
65 | + sp:templates ([ sp:object _:b9 ; | ||
66 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | ||
67 | + sp:subject _:b10 | ||
68 | + ]) ; | ||
69 | + sp:where ([ sp:object _:b11 ; | ||
70 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
71 | + sp:subject spin:_this | ||
72 | + ] [ sp:object _:b12 ; | ||
73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
74 | + sp:subject spin:_this | ||
75 | + ] [ sp:object _:b13 ; | ||
76 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
77 | + sp:subject spin:_this | ||
78 | + ] [ sp:object _:b9 ; | ||
79 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | ||
80 | + sp:subject _:b13 | ||
81 | + ] [ sp:object _:b14 ; | ||
82 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
83 | + sp:subject _:b15 | ||
84 | + ] [ sp:object _:b10 ; | ||
85 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
86 | + sp:subject _:b14 | ||
87 | + ] [ rdf:type sp:Bind ; | ||
88 | + sp:expression | ||
89 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
90 | + sp:arg1 _:b11 | ||
91 | + ] ; | ||
92 | + sp:variable _:b16 | ||
93 | + ] [ rdf:type sp:Bind ; | ||
94 | + sp:expression | ||
95 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
96 | + sp:arg1 _:b16 ; | ||
97 | + sp:arg2 _:b12 | ||
98 | + ] ; | ||
99 | + sp:variable _:b15 | ||
100 | + ]) | ||
101 | + ] ; | ||
102 | + spin:rule | ||
103 | + [ rdf:type sp:Construct ; | ||
104 | + rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; | ||
105 | + sp:templates ([ sp:object _:b17 ; | ||
106 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; | ||
107 | + sp:subject _:b18 | ||
108 | + ]) ; | ||
109 | + sp:where ([ sp:object _:b19 ; | ||
110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
111 | + sp:subject spin:_this | ||
112 | + ] [ sp:object _:b20 ; | ||
113 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
114 | + sp:subject spin:_this | ||
115 | + ] [ sp:object _:b21 ; | ||
116 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
117 | + sp:subject spin:_this | ||
118 | + ] [ sp:object _:b22 ; | ||
37 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | 119 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
38 | - sp:subject _:b5 | 120 | + sp:subject _:b21 |
39 | - ] [ sp:object _:b1 ; | 121 | + ] [ sp:object _:b17 ; |
40 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 122 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
41 | - sp:subject _:b6 | 123 | + sp:subject _:b22 |
42 | ] [ sp:object "NPD Name" ; | 124 | ] [ sp:object "NPD Name" ; |
43 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | 125 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; |
44 | - sp:subject _:b6 | 126 | + sp:subject _:b22 |
45 | - ] [ sp:object _:b7 ; | 127 | + ] [ sp:object _:b23 ; |
46 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | 128 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; |
47 | - sp:subject _:b8 | 129 | + sp:subject _:b24 |
48 | - ] [ sp:object _:b2 ; | 130 | + ] [ sp:object _:b18 ; |
49 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 131 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
50 | - sp:subject _:b7 | 132 | + sp:subject _:b23 |
51 | ] [ rdf:type sp:Bind ; | 133 | ] [ rdf:type sp:Bind ; |
52 | sp:expression | 134 | sp:expression |
53 | [ rdf:type ep-spin-lib:normalizeString ; | 135 | [ rdf:type ep-spin-lib:normalizeString ; |
54 | - sp:arg1 _:b3 | 136 | + sp:arg1 _:b19 |
55 | ] ; | 137 | ] ; |
56 | - sp:variable _:b9 | 138 | + sp:variable _:b25 |
57 | ] [ rdf:type sp:Bind ; | 139 | ] [ rdf:type sp:Bind ; |
58 | sp:expression | 140 | sp:expression |
59 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 141 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
60 | - sp:arg1 _:b9 ; | 142 | + sp:arg1 _:b25 ; |
61 | - sp:arg2 _:b4 | 143 | + sp:arg2 _:b20 |
62 | ] ; | 144 | ] ; |
63 | - sp:variable _:b8 | 145 | + sp:variable _:b24 |
64 | ]) | 146 | ]) |
65 | ] ; | 147 | ] ; |
66 | spin:rule | 148 | spin:rule |
... | @@ -68,74 +150,212 @@ | ... | @@ -68,74 +150,212 @@ |
68 | rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; | 150 | rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; |
69 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; | 151 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; |
70 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
71 | - sp:subject _:b10 | 153 | + sp:subject _:b26 |
72 | - ] [ sp:object _:b10 ; | 154 | + ] [ sp:object _:b26 ; |
73 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | 155 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; |
74 | - sp:subject _:b11 | 156 | + sp:subject _:b27 |
75 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; | 157 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; |
76 | sp:predicate rdf:type ; | 158 | sp:predicate rdf:type ; |
77 | - sp:subject _:b12 | 159 | + sp:subject _:b28 |
78 | - ] [ sp:object _:b13 ; | 160 | + ] [ sp:object _:b29 ; |
79 | sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; | 161 | sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; |
80 | - sp:subject _:b12 | 162 | + sp:subject _:b28 |
81 | - ] [ sp:object _:b12 ; | 163 | + ] [ sp:object _:b28 ; |
82 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
83 | - sp:subject _:b10 | 165 | + sp:subject _:b26 |
84 | ]) ; | 166 | ]) ; |
85 | - sp:where ([ sp:object _:b14 ; | 167 | + sp:where ([ sp:object _:b30 ; |
86 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 168 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
87 | sp:subject spin:_this | 169 | sp:subject spin:_this |
88 | - ] [ sp:object _:b15 ; | 170 | + ] [ sp:object _:b31 ; |
89 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 171 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
90 | sp:subject spin:_this | 172 | sp:subject spin:_this |
91 | - ] [ sp:object _:b16 ; | 173 | + ] [ sp:object _:b32 ; |
92 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 174 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
93 | sp:subject spin:_this | 175 | sp:subject spin:_this |
94 | - ] [ sp:object _:b17 ; | 176 | + ] [ sp:object _:b33 ; |
95 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 177 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
96 | sp:subject spin:_this | 178 | sp:subject spin:_this |
97 | - ] [ sp:object _:b18 ; | 179 | + ] [ sp:object _:b34 ; |
98 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | 180 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
99 | - sp:subject _:b17 | 181 | + sp:subject _:b33 |
100 | ] [ sp:object "NPD Code" ; | 182 | ] [ sp:object "NPD Code" ; |
101 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; |
102 | - sp:subject _:b18 | 184 | + sp:subject _:b34 |
103 | - ] [ sp:object _:b13 ; | 185 | + ] [ sp:object _:b29 ; |
104 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 186 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
105 | - sp:subject _:b18 | 187 | + sp:subject _:b34 |
106 | ] [ rdf:type sp:Bind ; | 188 | ] [ rdf:type sp:Bind ; |
107 | sp:expression | 189 | sp:expression |
108 | [ rdf:type ep-spin-lib:normalizeString ; | 190 | [ rdf:type ep-spin-lib:normalizeString ; |
109 | - sp:arg1 _:b14 | 191 | + sp:arg1 _:b30 |
110 | ] ; | 192 | ] ; |
111 | - sp:variable _:b19 | 193 | + sp:variable _:b35 |
112 | ] [ rdf:type sp:Bind ; | 194 | ] [ rdf:type sp:Bind ; |
113 | sp:expression | 195 | sp:expression |
114 | [ rdf:type ep-spin-lib:normalizeString ; | 196 | [ rdf:type ep-spin-lib:normalizeString ; |
115 | - sp:arg1 _:b13 | 197 | + sp:arg1 _:b29 |
116 | ] ; | 198 | ] ; |
117 | - sp:variable _:b20 | 199 | + sp:variable _:b36 |
118 | ] [ rdf:type sp:Bind ; | 200 | ] [ rdf:type sp:Bind ; |
119 | sp:expression | 201 | sp:expression |
120 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 202 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
121 | - sp:arg1 _:b19 ; | 203 | + sp:arg1 _:b35 ; |
122 | - sp:arg2 _:b15 | 204 | + sp:arg2 _:b31 |
123 | ] ; | 205 | ] ; |
124 | - sp:variable _:b11 | 206 | + sp:variable _:b27 |
125 | ] [ rdf:type sp:Bind ; | 207 | ] [ rdf:type sp:Bind ; |
126 | sp:expression | 208 | sp:expression |
127 | [ rdf:type ep-spin-lib:buildRigURI ; | 209 | [ rdf:type ep-spin-lib:buildRigURI ; |
128 | - sp:arg1 _:b20 | 210 | + sp:arg1 _:b36 |
129 | ] ; | 211 | ] ; |
130 | - sp:variable _:b12 | 212 | + sp:variable _:b28 |
131 | ] [ rdf:type sp:Bind ; | 213 | ] [ rdf:type sp:Bind ; |
132 | sp:expression | 214 | sp:expression |
133 | [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; | 215 | [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; |
134 | - sp:arg1 _:b20 ; | 216 | + sp:arg1 _:b36 ; |
135 | - sp:arg2 _:b15 ; | 217 | + sp:arg2 _:b31 ; |
136 | - sp:arg3 _:b16 | 218 | + sp:arg3 _:b32 |
219 | + ] ; | ||
220 | + sp:variable _:b26 | ||
221 | + ]) | ||
222 | + ] ; | ||
223 | + spin:rule | ||
224 | + [ rdf:type sp:Construct ; | ||
225 | + rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; | ||
226 | + sp:templates ([ sp:object _:b37 ; | ||
227 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingOperator> ; | ||
228 | + sp:subject _:b38 | ||
229 | + ] [ sp:object _:b39 ; | ||
230 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
231 | + sp:subject _:b37 | ||
232 | + ]) ; | ||
233 | + sp:where ([ sp:object _:b40 ; | ||
234 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
235 | + sp:subject spin:_this | ||
236 | + ] [ sp:object _:b41 ; | ||
237 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
238 | + sp:subject spin:_this | ||
239 | + ] [ sp:object _:b42 ; | ||
240 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
241 | + sp:subject spin:_this | ||
242 | + ] [ sp:object _:b39 ; | ||
243 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#operator> ; | ||
244 | + sp:subject _:b42 | ||
245 | + ] [ rdf:type sp:Bind ; | ||
246 | + sp:expression | ||
247 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
248 | + sp:arg1 _:b40 | ||
249 | + ] ; | ||
250 | + sp:variable _:b43 | ||
251 | + ] [ rdf:type sp:Bind ; | ||
252 | + sp:expression | ||
253 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
254 | + sp:arg1 _:b43 ; | ||
255 | + sp:arg2 _:b41 | ||
256 | + ] ; | ||
257 | + sp:variable _:b38 | ||
258 | + ] [ rdf:type sp:Bind ; | ||
259 | + sp:expression | ||
260 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
261 | + sp:arg1 _:b39 | ||
262 | + ] ; | ||
263 | + sp:variable _:b44 | ||
264 | + ] [ rdf:type sp:Bind ; | ||
265 | + sp:expression | ||
266 | + [ rdf:type rhspin:companyById ; | ||
267 | + arg:id _:b44 | ||
268 | + ] ; | ||
269 | + sp:variable _:b37 | ||
270 | + ]) | ||
271 | + ] ; | ||
272 | + spin:rule | ||
273 | + [ rdf:type sp:Construct ; | ||
274 | + rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; | ||
275 | + sp:templates ([ sp:object _:b45 ; | ||
276 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingContractor> ; | ||
277 | + sp:subject _:b46 | ||
278 | + ] [ sp:object _:b47 ; | ||
279 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
280 | + sp:subject _:b45 | ||
281 | + ]) ; | ||
282 | + sp:where ([ sp:object _:b48 ; | ||
283 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
284 | + sp:subject spin:_this | ||
285 | + ] [ sp:object _:b49 ; | ||
286 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
287 | + sp:subject spin:_this | ||
288 | + ] [ sp:object _:b50 ; | ||
289 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
290 | + sp:subject spin:_this | ||
291 | + ] [ sp:object _:b47 ; | ||
292 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#drillContractor> ; | ||
293 | + sp:subject _:b50 | ||
294 | + ] [ rdf:type sp:Bind ; | ||
295 | + sp:expression | ||
296 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
297 | + sp:arg1 _:b48 | ||
298 | + ] ; | ||
299 | + sp:variable _:b51 | ||
300 | + ] [ rdf:type sp:Bind ; | ||
301 | + sp:expression | ||
302 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
303 | + sp:arg1 _:b51 ; | ||
304 | + sp:arg2 _:b49 | ||
305 | + ] ; | ||
306 | + sp:variable _:b46 | ||
307 | + ] [ rdf:type sp:Bind ; | ||
308 | + sp:expression | ||
309 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
310 | + sp:arg1 _:b47 | ||
137 | ] ; | 311 | ] ; |
138 | - sp:variable _:b10 | 312 | + sp:variable _:b52 |
313 | + ] [ rdf:type sp:Bind ; | ||
314 | + sp:expression | ||
315 | + [ rdf:type rhspin:companyById ; | ||
316 | + arg:id _:b52 | ||
317 | + ] ; | ||
318 | + sp:variable _:b45 | ||
319 | + ]) | ||
320 | + ] ; | ||
321 | + spin:rule | ||
322 | + [ rdf:type sp:Construct ; | ||
323 | + rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; | ||
324 | + sp:templates ([ sp:object _:b53 ; | ||
325 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | ||
326 | + sp:subject _:b54 | ||
327 | + ]) ; | ||
328 | + sp:where ([ sp:object _:b55 ; | ||
329 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
330 | + sp:subject spin:_this | ||
331 | + ] [ sp:object _:b56 ; | ||
332 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
333 | + sp:subject spin:_this | ||
334 | + ] [ sp:object _:b57 ; | ||
335 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
336 | + sp:subject spin:_this | ||
337 | + ] [ sp:object _:b53 ; | ||
338 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | ||
339 | + sp:subject _:b57 | ||
340 | + ] [ sp:object _:b58 ; | ||
341 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
342 | + sp:subject _:b59 | ||
343 | + ] [ sp:object _:b54 ; | ||
344 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
345 | + sp:subject _:b58 | ||
346 | + ] [ rdf:type sp:Bind ; | ||
347 | + sp:expression | ||
348 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
349 | + sp:arg1 _:b55 | ||
350 | + ] ; | ||
351 | + sp:variable _:b60 | ||
352 | + ] [ rdf:type sp:Bind ; | ||
353 | + sp:expression | ||
354 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
355 | + sp:arg1 _:b60 ; | ||
356 | + sp:arg2 _:b56 | ||
357 | + ] ; | ||
358 | + sp:variable _:b59 | ||
139 | ]) | 359 | ]) |
140 | ] . | 360 | ] . |
141 | 361 | ||
... | @@ -144,46 +364,168 @@ | ... | @@ -144,46 +364,168 @@ |
144 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 364 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
145 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 365 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
146 | 366 | ||
147 | -[] rdf:type smf:regex . | 367 | +_:b45 |
368 | + sp:varName "contractor"^^xsd:string . | ||
148 | 369 | ||
149 | -[] rdf:type smf:trim . | 370 | +_:b46 |
371 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
150 | 372 | ||
151 | -[] rdf:type fn:starts-with . | 373 | +_:b47 |
374 | + sp:varName "nameContractor"^^xsd:string . | ||
152 | 375 | ||
153 | -[] rdf:type sp:Modify . | 376 | +_:b48 |
377 | + sp:varName "nameWellBore"^^xsd:string . | ||
154 | 378 | ||
155 | -_:b14 | 379 | +_:b49 |
380 | + sp:varName "dTimStart"^^xsd:string . | ||
381 | + | ||
382 | +_:b50 | ||
383 | + sp:varName "wellboreInfo"^^xsd:string . | ||
384 | + | ||
385 | +_:b51 | ||
386 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
387 | + | ||
388 | +_:b52 | ||
389 | + sp:varName "normalizedContractorName"^^xsd:string . | ||
390 | + | ||
391 | +_:b37 | ||
392 | + sp:varName "operator"^^xsd:string . | ||
393 | + | ||
394 | +_:b38 | ||
395 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
396 | + | ||
397 | +_:b39 | ||
398 | + sp:varName "nameOperator"^^xsd:string . | ||
399 | + | ||
400 | +_:b40 | ||
156 | sp:varName "nameWellBore"^^xsd:string . | 401 | sp:varName "nameWellBore"^^xsd:string . |
157 | 402 | ||
158 | -_:b15 | 403 | +_:b41 |
159 | sp:varName "dTimStart"^^xsd:string . | 404 | sp:varName "dTimStart"^^xsd:string . |
160 | 405 | ||
161 | -_:b16 | 406 | +_:b42 |
407 | + sp:varName "wellboreInfo"^^xsd:string . | ||
408 | + | ||
409 | +_:b43 | ||
410 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
411 | + | ||
412 | +_:b44 | ||
413 | + sp:varName "normalizedOperatorName"^^xsd:string . | ||
414 | + | ||
415 | +_:b26 | ||
416 | + sp:varName "temporalPartOfARig"^^xsd:string . | ||
417 | + | ||
418 | +_:b27 | ||
419 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
420 | + | ||
421 | +_:b28 | ||
422 | + sp:varName "rig"^^xsd:string . | ||
423 | + | ||
424 | +_:b29 | ||
425 | + sp:varName "nameRig"^^xsd:string . | ||
426 | + | ||
427 | +_:b30 | ||
428 | + sp:varName "nameWellBore"^^xsd:string . | ||
429 | + | ||
430 | +_:b31 | ||
431 | + sp:varName "dTimStart"^^xsd:string . | ||
432 | + | ||
433 | +_:b32 | ||
162 | sp:varName "dTimEnd"^^xsd:string . | 434 | sp:varName "dTimEnd"^^xsd:string . |
163 | 435 | ||
164 | -_:b17 | 436 | +_:b33 |
165 | sp:varName "wellboreInfo"^^xsd:string . | 437 | sp:varName "wellboreInfo"^^xsd:string . |
166 | 438 | ||
167 | -_:b18 | 439 | +_:b34 |
168 | sp:varName "rigAlias"^^xsd:string . | 440 | sp:varName "rigAlias"^^xsd:string . |
169 | 441 | ||
170 | -_:b13 | 442 | +_:b35 |
171 | - sp:varName "nameRig"^^xsd:string . | 443 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
444 | + | ||
445 | +_:b36 | ||
446 | + sp:varName "normalizedRigName"^^xsd:string . | ||
447 | + | ||
448 | +_:b17 | ||
449 | + sp:varName "name"^^xsd:string . | ||
450 | + | ||
451 | +_:b18 | ||
452 | + sp:varName "rig"^^xsd:string . | ||
172 | 453 | ||
173 | _:b19 | 454 | _:b19 |
174 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 455 | + sp:varName "nameWellBore"^^xsd:string . |
175 | 456 | ||
176 | _:b20 | 457 | _:b20 |
177 | - sp:varName "normalizedRigName"^^xsd:string . | 458 | + sp:varName "dTimStart"^^xsd:string . |
178 | 459 | ||
179 | -_:b11 | 460 | +_:b21 |
461 | + sp:varName "wellboreInfo"^^xsd:string . | ||
462 | + | ||
463 | +_:b22 | ||
464 | + sp:varName "rigAlias"^^xsd:string . | ||
465 | + | ||
466 | +_:b23 | ||
467 | + sp:varName "temporalPartOfARig"^^xsd:string . | ||
468 | + | ||
469 | +_:b24 | ||
180 | sp:varName "dailyDrillingActivity"^^xsd:string . | 470 | sp:varName "dailyDrillingActivity"^^xsd:string . |
181 | 471 | ||
472 | +_:b25 | ||
473 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
474 | + | ||
475 | +[] rdf:type sp:Modify . | ||
476 | + | ||
477 | +[] rdf:type fn:starts-with . | ||
478 | + | ||
479 | +[] rdf:type smf:trim . | ||
480 | + | ||
481 | +[] rdf:type smf:regex . | ||
482 | + | ||
483 | +_:b55 | ||
484 | + sp:varName "nameWellBore"^^xsd:string . | ||
485 | + | ||
486 | +_:b56 | ||
487 | + sp:varName "dTimStart"^^xsd:string . | ||
488 | + | ||
489 | +_:b57 | ||
490 | + sp:varName "wellboreInfo"^^xsd:string . | ||
491 | + | ||
492 | +_:b53 | ||
493 | + sp:varName "spudDate"^^xsd:string . | ||
494 | + | ||
495 | +_:b59 | ||
496 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
497 | + | ||
498 | +_:b58 | ||
499 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
500 | + | ||
501 | +_:b54 | ||
502 | + sp:varName "wellBore"^^xsd:string . | ||
503 | + | ||
504 | +_:b60 | ||
505 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
506 | + | ||
507 | +_:b11 | ||
508 | + sp:varName "nameWellBore"^^xsd:string . | ||
509 | + | ||
182 | _:b12 | 510 | _:b12 |
183 | - sp:varName "rig"^^xsd:string . | 511 | + sp:varName "dTimStart"^^xsd:string . |
512 | + | ||
513 | +_:b13 | ||
514 | + sp:varName "wellboreInfo"^^xsd:string . | ||
515 | + | ||
516 | +_:b9 sp:varName "preSpudDate"^^xsd:string . | ||
517 | + | ||
518 | +_:b15 | ||
519 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
520 | + | ||
521 | +_:b14 | ||
522 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
184 | 523 | ||
185 | _:b10 | 524 | _:b10 |
186 | - sp:varName "temporalPartOfARig"^^xsd:string . | 525 | + sp:varName "wellBore"^^xsd:string . |
526 | + | ||
527 | +_:b16 | ||
528 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
187 | 529 | ||
188 | _:b3 sp:varName "nameWellBore"^^xsd:string . | 530 | _:b3 sp:varName "nameWellBore"^^xsd:string . |
189 | 531 | ||
... | @@ -191,22 +533,20 @@ _:b4 sp:varName "dTimStart"^^xsd:string . | ... | @@ -191,22 +533,20 @@ _:b4 sp:varName "dTimStart"^^xsd:string . |
191 | 533 | ||
192 | _:b5 sp:varName "wellboreInfo"^^xsd:string . | 534 | _:b5 sp:varName "wellboreInfo"^^xsd:string . |
193 | 535 | ||
194 | -_:b6 sp:varName "rigAlias"^^xsd:string . | 536 | +_:b1 sp:varName "dateDrillComplete"^^xsd:string . |
195 | 537 | ||
196 | -_:b1 sp:varName "name"^^xsd:string . | 538 | +_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . |
197 | 539 | ||
198 | -_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . | 540 | +_:b6 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
199 | 541 | ||
200 | -_:b7 sp:varName "temporalPartOfARig"^^xsd:string . | 542 | +_:b2 sp:varName "wellBore"^^xsd:string . |
201 | 543 | ||
202 | -_:b2 sp:varName "rig"^^xsd:string . | 544 | +_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . |
203 | 545 | ||
204 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | 546 | +([]) . |
205 | 547 | ||
206 | ([] [] [ rdf:type sp:Filter | 548 | ([] [] [ rdf:type sp:Filter |
207 | ] [ rdf:type sp:Bind | 549 | ] [ rdf:type sp:Bind |
208 | ]) . | 550 | ]) . |
209 | 551 | ||
210 | ([]) . | 552 | ([]) . |
211 | - | ||
212 | -([]) . | ... | ... |
-
Please register or login to post a comment