David Price

Updated to transforms and reports to align better with PCA RD patterns

1 -# Saved by TopBraid on Fri Oct 28 22:27:29 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 2 # imports: http://www.reportinghub.no/ep/schema/1.0/core
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
5 # imports: http://www.reportinghub.no/ep/schema/1.0/well 4 # imports: http://www.reportinghub.no/ep/schema/1.0/well
6 5
7 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
...@@ -14,27 +13,22 @@ ...@@ -14,27 +13,22 @@
14 13
15 <http://www.reportinghub.no/ep/schema/1.0/equipment> 14 <http://www.reportinghub.no/ep/schema/1.0/equipment>
16 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
19 18
20 ep-core:PhysicalThing 19 ep-core:PhysicalThing
21 rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . 20 rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
22 21
23 -ep-eqt:API_5CT_class
24 - rdf:type rdfs:Class ;
25 - rdfs:label "API 5CT class"^^xsd:string ;
26 - rdfs:subClassOf owl:Class .
27 -
28 ep-eqt:BlowOutPreventer 22 ep-eqt:BlowOutPreventer
29 rdf:type owl:Class ; 23 rdf:type owl:Class ;
30 rdfs:label "blow out preventer"^^xsd:string ; 24 rdfs:label "blow out preventer"^^xsd:string ;
31 rdfs:subClassOf ep-eqt:Equipment . 25 rdfs:subClassOf ep-eqt:Equipment .
32 26
33 ep-eqt:Casing 27 ep-eqt:Casing
34 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 28 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
35 rdfs:label "Casing"^^xsd:string ; 29 rdfs:label "Casing"^^xsd:string ;
36 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 30 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
37 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . 31 + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
38 32
39 ep-eqt:CasingLinerTubing 33 ep-eqt:CasingLinerTubing
40 rdf:type owl:Class ; 34 rdf:type owl:Class ;
...@@ -58,7 +52,7 @@ ep-eqt:CasingRoleType ...@@ -58,7 +52,7 @@ ep-eqt:CasingRoleType
58 ep-eqt:CasingString 52 ep-eqt:CasingString
59 rdf:type owl:Class ; 53 rdf:type owl:Class ;
60 rdfs:label "casing string"^^xsd:string ; 54 rdfs:label "casing string"^^xsd:string ;
61 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 55 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
62 56
63 ep-eqt:ChokeValve 57 ep-eqt:ChokeValve
64 rdf:type owl:Class ; 58 rdf:type owl:Class ;
...@@ -120,13 +114,13 @@ ep-eqt:InnerBarrel-fiberglass ...@@ -120,13 +114,13 @@ ep-eqt:InnerBarrel-fiberglass
120 rdf:type owl:Class ; 114 rdf:type owl:Class ;
121 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 115 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
122 rdfs:subClassOf ep-eqt:InnerBarrel ; 116 rdfs:subClassOf ep-eqt:InnerBarrel ;
123 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . 117 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
124 118
125 ep-eqt:InnerBarrel-gel 119 ep-eqt:InnerBarrel-gel
126 rdf:type owl:Class ; 120 rdf:type owl:Class ;
127 rdfs:label "inner barrel - gel"^^xsd:string ; 121 rdfs:label "inner barrel - gel"^^xsd:string ;
128 rdfs:subClassOf ep-eqt:InnerBarrel ; 122 rdfs:subClassOf ep-eqt:InnerBarrel ;
129 - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . 123 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
130 124
131 ep-eqt:IntermediateCasing 125 ep-eqt:IntermediateCasing
132 rdf:type ep-eqt:CasingRoleType , owl:Class ; 126 rdf:type ep-eqt:CasingRoleType , owl:Class ;
...@@ -142,13 +136,13 @@ ep-eqt:KellyBushing ...@@ -142,13 +136,13 @@ ep-eqt:KellyBushing
142 ep-eqt:LastCasingOfAWellBore 136 ep-eqt:LastCasingOfAWellBore
143 rdf:type owl:Class ; 137 rdf:type owl:Class ;
144 rdfs:label "last casing of a wellbore"^^xsd:string ; 138 rdfs:label "last casing of a wellbore"^^xsd:string ;
145 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 139 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
146 140
147 ep-eqt:Liner 141 ep-eqt:Liner
148 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 142 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
149 rdfs:label "Liner"^^xsd:string ; 143 rdfs:label "Liner"^^xsd:string ;
150 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 144 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
151 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . 145 + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
152 146
153 ep-eqt:Manifold-injection 147 ep-eqt:Manifold-injection
154 rdf:type ep-fac:ProductionFacilityType , owl:Class ; 148 rdf:type ep-fac:ProductionFacilityType , owl:Class ;
...@@ -160,17 +154,32 @@ ep-eqt:Manifold-production ...@@ -160,17 +154,32 @@ ep-eqt:Manifold-production
160 rdfs:label "manifold - production"^^xsd:string ; 154 rdfs:label "manifold - production"^^xsd:string ;
161 rdfs:subClassOf ep-eqt:Equipment . 155 rdfs:subClassOf ep-eqt:Equipment .
162 156
157 +ep-eqt:PipeOutsideDiameterAPI_5CTClass
158 + rdf:type rdfs:Class ;
159 + rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ;
160 + rdfs:subClassOf owl:Class .
161 +
162 +ep-eqt:PipeWeightAPI_5CTClass
163 + rdf:type rdfs:Class ;
164 + rdfs:label "Pipe weight API 5CT class"^^xsd:string ;
165 + rdfs:subClassOf owl:Class .
166 +
163 ep-eqt:ProductionCasing 167 ep-eqt:ProductionCasing
164 rdf:type ep-eqt:CasingRoleType , owl:Class ; 168 rdf:type ep-eqt:CasingRoleType , owl:Class ;
165 rdfs:label "production casing"^^xsd:string ; 169 rdfs:label "production casing"^^xsd:string ;
166 rdfs:subClassOf ep-eqt:Casing ; 170 rdfs:subClassOf ep-eqt:Casing ;
167 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . 171 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
168 172
169 ep-eqt:Separator 173 ep-eqt:Separator
170 rdf:type ep-fac:ProductionFacilityType , owl:Class ; 174 rdf:type ep-fac:ProductionFacilityType , owl:Class ;
171 rdfs:label "separator"^^xsd:string ; 175 rdfs:label "separator"^^xsd:string ;
172 rdfs:subClassOf ep-eqt:Equipment . 176 rdfs:subClassOf ep-eqt:Equipment .
173 177
178 +ep-eqt:SteelGradeAPI_5CTClass
179 + rdf:type rdfs:Class ;
180 + rdfs:label "Steel grade API 5CT class"^^xsd:string ;
181 + rdfs:subClassOf owl:Class .
182 +
174 ep-eqt:Tank 183 ep-eqt:Tank
175 rdf:type ep-fac:ProductionFacilityType , owl:Class ; 184 rdf:type ep-fac:ProductionFacilityType , owl:Class ;
176 rdfs:label "tank"^^xsd:string ; 185 rdfs:label "tank"^^xsd:string ;
...@@ -180,13 +189,13 @@ ep-eqt:TopCasing ...@@ -180,13 +189,13 @@ ep-eqt:TopCasing
180 rdf:type ep-eqt:CasingRoleType , owl:Class ; 189 rdf:type ep-eqt:CasingRoleType , owl:Class ;
181 rdfs:label "top casing"^^xsd:string ; 190 rdfs:label "top casing"^^xsd:string ;
182 rdfs:subClassOf ep-eqt:Casing ; 191 rdfs:subClassOf ep-eqt:Casing ;
183 - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . 192 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
184 193
185 ep-eqt:Tubing 194 ep-eqt:Tubing
186 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 195 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
187 rdfs:label "Tubing"^^xsd:string ; 196 rdfs:label "Tubing"^^xsd:string ;
188 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 197 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
189 - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . 198 + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
190 199
191 ep-eqt:TubularConnectionClass 200 ep-eqt:TubularConnectionClass
192 rdf:type rdfs:Class ; 201 rdf:type rdfs:Class ;
...@@ -215,19 +224,19 @@ ep-eqt:codeAssignedByAManufacturer ...@@ -215,19 +224,19 @@ ep-eqt:codeAssignedByAManufacturer
215 rdfs:label "code assigned by manufacturer"^^xsd:string . 224 rdfs:label "code assigned by manufacturer"^^xsd:string .
216 225
217 ep-eqt:diameterOfACasing 226 ep-eqt:diameterOfACasing
218 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 227 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
219 rdfs:domain ep-eqt:Casing ; 228 rdfs:domain ep-eqt:Casing ;
220 rdfs:label "diameter of a casing"^^xsd:string ; 229 rdfs:label "diameter of a casing"^^xsd:string ;
221 rdfs:range ep-core:Length . 230 rdfs:range ep-core:Length .
222 231
223 ep-eqt:diameterOfDrillBit 232 ep-eqt:diameterOfDrillBit
224 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 233 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
225 rdfs:domain ep-eqt:DrillBit ; 234 rdfs:domain ep-eqt:DrillBit ;
226 rdfs:label "diameter of drill bit"^^xsd:string ; 235 rdfs:label "diameter of drill bit"^^xsd:string ;
227 rdfs:range ep-core:Length . 236 rdfs:range ep-core:Length .
228 237
229 ep-eqt:elevationOfKellyBushing 238 ep-eqt:elevationOfKellyBushing
230 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 239 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
231 rdfs:domain ep-eqt:KellyBushing ; 240 rdfs:domain ep-eqt:KellyBushing ;
232 rdfs:label "elevation of kelly bushing"^^xsd:string ; 241 rdfs:label "elevation of kelly bushing"^^xsd:string ;
233 rdfs:range ep-core:Length . 242 rdfs:range ep-core:Length .
...@@ -239,19 +248,19 @@ ep-eqt:hasTubularConnectionClass ...@@ -239,19 +248,19 @@ ep-eqt:hasTubularConnectionClass
239 rdfs:range ep-eqt:TubularConnectionClass . 248 rdfs:range ep-eqt:TubularConnectionClass .
240 249
241 ep-eqt:insideDiameterOfATubular 250 ep-eqt:insideDiameterOfATubular
242 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 251 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
243 rdfs:domain ep-eqt:CasingLinerTubing ; 252 rdfs:domain ep-eqt:CasingLinerTubing ;
244 rdfs:label "inside diameter of a tubular"^^xsd:string ; 253 rdfs:label "inside diameter of a tubular"^^xsd:string ;
245 rdfs:range ep-core:Length . 254 rdfs:range ep-core:Length .
246 255
247 ep-eqt:lengthOfInnerBarrel 256 ep-eqt:lengthOfInnerBarrel
248 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 257 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
249 rdfs:domain ep-eqt:InnerBarrel ; 258 rdfs:domain ep-eqt:InnerBarrel ;
250 rdfs:label "length of inner barrel"^^xsd:string ; 259 rdfs:label "length of inner barrel"^^xsd:string ;
251 rdfs:range ep-core:Length . 260 rdfs:range ep-core:Length .
252 261
253 ep-eqt:manufacturedBy 262 ep-eqt:manufacturedBy
254 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 263 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
255 rdfs:domain ep-eqt:Equipment ; 264 rdfs:domain ep-eqt:Equipment ;
256 rdfs:label "manaufactured by"^^xsd:string ; 265 rdfs:label "manaufactured by"^^xsd:string ;
257 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 266 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -275,7 +284,7 @@ ep-eqt:outsideDiameterOfATubular ...@@ -275,7 +284,7 @@ ep-eqt:outsideDiameterOfATubular
275 rdfs:range ep-core:Length . 284 rdfs:range ep-core:Length .
276 285
277 ep-eqt:stringLengthOfATubular 286 ep-eqt:stringLengthOfATubular
278 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 287 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
279 rdfs:domain ep-eqt:CasingLinerTubing ; 288 rdfs:domain ep-eqt:CasingLinerTubing ;
280 rdfs:label "string length of a tubular"^^xsd:string ; 289 rdfs:label "string length of a tubular"^^xsd:string ;
281 rdfs:range ep-core:Length . 290 rdfs:range ep-core:Length .
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
40 <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{# SELECT ?penRateVal WHERE {?statusActivity ep-activity:finalRateOfDrilling ?penRate . ?penRate ep-core:metre_hour-1 ?penRateVal}}" /> 40 <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{# SELECT ?penRateVal WHERE {?statusActivity ep-activity:finalRateOfDrilling ?penRate . ?penRate ep-core:metre_hour-1 ?penRateVal}}" />
41 <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ?pTestActTypeText WHERE {?statusActivity ep-core:hasPart ?pTestAct . ?pTestAct a ?pTestActType . ?pTestActType rdfs:subClassOf ep-activity:WellBorePressureTest . ?pTestActType rdfs:label ?pTestActTypeText}}" /> 41 <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ?pTestActTypeText WHERE {?statusActivity ep-core:hasPart ?pTestAct . ?pTestAct a ?pTestActType . ?pTestActType rdfs:subClassOf ep-activity:WellBorePressureTest . ?pTestActType rdfs:label ?pTestActTypeText}}" />
42 <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{# SELECT ?rockFormDepthMmdVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:measuredDepth ?rockFormDepthMmd . ?rockFormDepthMmd ep-core:metre ?rockFormDepthMmdVal}}" /> 42 <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{# SELECT ?rockFormDepthMmdVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:measuredDepth ?rockFormDepthMmd . ?rockFormDepthMmd ep-core:metre ?rockFormDepthMmdVal}}" />
43 - <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{# SELECT ?lastCasingDiaVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-eqt:outsideDiameterOfATubular ?lastCasingDia . ?lastCasingDia ep-core:inch ?lastCasingDiaVal}}" /> 43 + <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{# SELECT ?lastCasingDiaVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-core:temporalPartOf ?casing . ?casing a ?pipeOutsideDiameterAPI_5CTClass . ?pipeOutsideDiameterAPI_5CTClass a ep-eqt:PipeOutsideDiameterAPI_5CTClass . ?pipeOutsideDiameterAPI_5CTClass rdfs:label ?lastCasingDiaVal}}" />
44 - <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{# SELECT ?lastCasingDepthTvdVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-well:trueVerticalDepth ?lastCasingDepthTvd . ?lastCasingDepthTvd ep-core:metre ?lastCasingDepthTvdVal}}" /> 44 + <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{# SELECT ?lastCasingDepthTvdVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-core:temporalPartOf ?casing . ?casing ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore ?lastCasingDepthTvd . ?lastCasingDepthTvd ep-core:metre ?lastCasingDepthTvdVal}}" />
45 </td> 45 </td>
46 <td class="ddrSummaryRight"> 46 <td class="ddrSummaryRight">
47 47
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
61 <rhswp:NameValuePair arg:name="Depth mMD:" arg:value="{# SELECT ?buttHoleMDVal WHERE {?statusActivityWb ep-well:finalBottomHoleMeasuredDepth ?buttHoleMD . ?buttHoleMD ep-core:metre ?buttHoleMDVal}}" /> 61 <rhswp:NameValuePair arg:name="Depth mMD:" arg:value="{# SELECT ?buttHoleMDVal WHERE {?statusActivityWb ep-well:finalBottomHoleMeasuredDepth ?buttHoleMD . ?buttHoleMD ep-core:metre ?buttHoleMDVal}}" />
62 <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{# SELECT ?buttHoleTVDVal WHERE {?statusActivityWb ep-well:finalBottomHoleTrueVerticalDepth ?buttHoleTVD . ?buttHoleTVD ep-core:metre ?buttHoleTVDVal}}" /> 62 <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{# SELECT ?buttHoleTVDVal WHERE {?statusActivityWb ep-well:finalBottomHoleTrueVerticalDepth ?buttHoleTVD . ?buttHoleTVD ep-core:metre ?buttHoleTVDVal}}" />
63 <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{# SELECT ?distDrilledVal WHERE {?statusActivity ep-activity:distanceDrilled ?distDrilled . ?distDrilled ep-core:metre ?distDrilledVal}}" /> 63 <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{# SELECT ?distDrilledVal WHERE {?statusActivity ep-activity:distanceDrilled ?distDrilled . ?distDrilled ep-core:metre ?distDrilledVal}}" />
64 - <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{# SELECT ?holeDiaVal WHERE {?statusActivityWb ep-core:hasPart ?lowerPartWb . ?lowerPartWb a ep-well:LowerPartOfAWellBore . ?lowerPartWb ep-well:nominalInsideDiameterOfBoreHole ?holeDia . ?holeDia ep-core:inch ?holeDiaVal}}" /> 64 + <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{# SELECT ?holeDiaVal WHERE {?lowerPartWb ep-core:spatialPartOf ?statusActivityWb . ?lowerPartWb a ep-well:LowerPartOfAWellBore . ?lowerPartWb ep-core:temporalPartOf ?partOfAWellBoreSizeSection . ?partOfAWellBoreSizeSection ep-core:spatialPartOf ?wellBoreSizeSection . ?wellBoreSizeSection a ?wellBoreSizeClass . ?wellBoreSizeClass a ep-well:ClassOfWellBoreSectionBySize . ?wellBoreSizeClass rdfs:label ?holeDiaVal }}" />
65 <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{# SELECT ?rockFormStrengthVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:strengthOfRockFormation ?rockFormStrength . ?rockFormStrength ep-core:gram_cm-3 ?rockFormStrengthVal}}" /> 65 <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{# SELECT ?rockFormStrengthVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:strengthOfRockFormation ?rockFormStrength . ?rockFormStrength ep-core:gram_cm-3 ?rockFormStrengthVal}}" />
66 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{# SELECT ?rockFormDepthTvdVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:trueVerticalDepth ?rockFormDepthTvd . ?rockFormDepthTvd ep-core:metre ?rockFormDepthTvdVal}}" /> 66 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{# SELECT ?rockFormDepthTvdVal WHERE {?statusActivityWb ep-core:hasPart ?rockFormation . ?rockFormation a ep-well:SurroundingRockFormation . ?rockFormation ep-well:trueVerticalDepth ?rockFormDepthTvd . ?rockFormDepthTvd ep-core:metre ?rockFormDepthTvdVal}}" />
67 - <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{# SELECT ?lastCasingDepthMmdVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-well:measuredDepth ?lastCasingDepthMmd . ?lastCasingDepthMmd ep-core:metre ?lastCasingDepthMmdVal}}" /> 67 + <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{# SELECT ?lastCasingDepthMmdVal WHERE {?statusActivityWb ep-core:hasPart ?lastCasing . ?lastCasing a ep-eqt:LastCasingOfAWellBore . ?lastCasing ep-core:temporalPartOf ?casing . ?casing ep-well:measuredDepthToTheBottomOfAPartOfAWellBore ?lastCasingDepthMmd . ?lastCasingDepthMmd ep-core:metre ?lastCasingDepthMmdVal}}" />
68 </td> 68 </td>
69 </tr></table> 69 </tr></table>
70 <hr /> 70 <hr />
......