Showing
3 changed files
with
380 additions
and
280 deletions
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 21 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 23 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
| 24 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; |
| 25 | owl:versionInfo "0.1.0"^^xsd:string . | 25 | owl:versionInfo "0.1.0"^^xsd:string . |
| 26 | 26 | ||
| 27 | ddr-tables:BitRecord | 27 | ddr-tables:BitRecord |
| ... | @@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation | ... | @@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation |
| 196 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 196 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 197 | spin:body | 197 | spin:body |
| 198 | [ rdf:type sp:Select ; | 198 | [ rdf:type sp:Select ; |
| 199 | + sp:orderBy ([ sp:varName "startTime"^^xsd:string | ||
| 200 | + ]) ; | ||
| 199 | sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string | 201 | sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string |
| 200 | ] [ sp:varName "casingType"^^xsd:string | 202 | ] [ sp:varName "casingType"^^xsd:string |
| 201 | ] [ sp:varName "startTime"^^xsd:string | 203 | ] [ sp:varName "startTime"^^xsd:string | ... | ... |
| 1 | -# Saved by TopBraid on Thu Oct 27 14:50:45 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | 5 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . |
| 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -20,7 +19,7 @@ | ... | @@ -20,7 +19,7 @@ |
| 20 | 19 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | 20 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> |
| 22 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 24 | ||
| 26 | ddr:Obj_drillReport | 25 | ddr:Obj_drillReport |
| ... | @@ -29,437 +28,537 @@ ddr:Obj_drillReport | ... | @@ -29,437 +28,537 @@ ddr:Obj_drillReport |
| 29 | rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; | 28 | rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; |
| 30 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; | 29 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; |
| 31 | sp:predicate rdf:type ; | 30 | sp:predicate rdf:type ; |
| 32 | - sp:subject _:b1 | 31 | + sp:subject |
| 33 | - ] [ sp:object _:b1 ; | 32 | + [ sp:varName "wellStimulation"^^xsd:string |
| 33 | + ] | ||
| 34 | + ] [ sp:object | ||
| 35 | + [ sp:varName "wellStimulation"^^xsd:string | ||
| 36 | + ] ; | ||
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 37 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 35 | - sp:subject _:b2 | 38 | + sp:subject |
| 36 | - ] [ sp:object _:b3 ; | 39 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 40 | + ] | ||
| 41 | + ] [ sp:object | ||
| 42 | + [ sp:varName "dTimStartStim"^^xsd:string | ||
| 43 | + ] ; | ||
| 37 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 44 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 38 | - sp:subject _:b1 | 45 | + sp:subject |
| 39 | - ] [ sp:object _:b4 ; | 46 | + [ sp:varName "wellStimulation"^^xsd:string |
| 47 | + ] | ||
| 48 | + ] [ sp:object | ||
| 49 | + [ sp:varName "dTimEndStim"^^xsd:string | ||
| 50 | + ] ; | ||
| 40 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 51 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 41 | - sp:subject _:b1 | 52 | + sp:subject |
| 42 | - ] [ sp:object _:b5 ; | 53 | + [ sp:varName "wellStimulation"^^xsd:string |
| 54 | + ] | ||
| 55 | + ] [ sp:object | ||
| 56 | + [ sp:varName "description"^^xsd:string | ||
| 57 | + ] ; | ||
| 43 | sp:predicate rdfs:comment ; | 58 | sp:predicate rdfs:comment ; |
| 44 | - sp:subject _:b1 | 59 | + sp:subject |
| 45 | - ] [ sp:object _:b6 ; | 60 | + [ sp:varName "wellStimulation"^^xsd:string |
| 61 | + ] | ||
| 62 | + ] [ sp:object _:b1 ; | ||
| 46 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 63 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 47 | - sp:subject _:b1 | 64 | + sp:subject |
| 48 | - ] [ sp:object _:b7 ; | 65 | + [ sp:varName "wellStimulation"^^xsd:string |
| 66 | + ] | ||
| 67 | + ] [ sp:object _:b2 ; | ||
| 49 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 68 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 50 | - sp:subject _:b6 | 69 | + sp:subject _:b1 |
| 51 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 70 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 52 | sp:predicate rdf:type ; | 71 | sp:predicate rdf:type ; |
| 53 | - sp:subject _:b7 | 72 | + sp:subject _:b2 |
| 54 | - ] [ sp:object _:b8 ; | 73 | + ] [ sp:object |
| 74 | + [ sp:varName "wellBore"^^xsd:string | ||
| 75 | + ] ; | ||
| 55 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 76 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 56 | - sp:subject _:b7 | 77 | + sp:subject _:b2 |
| 57 | - ] [ sp:object _:b9 ; | 78 | + ] [ sp:object _:b3 ; |
| 58 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 79 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 59 | - sp:subject _:b7 | 80 | + sp:subject _:b2 |
| 60 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 81 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 61 | sp:predicate rdf:type ; | 82 | sp:predicate rdf:type ; |
| 62 | - sp:subject _:b9 | 83 | + sp:subject _:b3 |
| 63 | - ] [ sp:object _:b10 ; | 84 | + ] [ sp:object |
| 64 | - sp:predicate _:b11 ; | 85 | + [ sp:varName "realMdTop"^^xsd:string |
| 65 | - sp:subject _:b9 | 86 | + ] ; |
| 66 | - ] [ sp:object _:b12 ; | 87 | + sp:predicate |
| 88 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 89 | + ] ; | ||
| 90 | + sp:subject _:b3 | ||
| 91 | + ] [ sp:object _:b4 ; | ||
| 67 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 92 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 68 | - sp:subject _:b7 | 93 | + sp:subject _:b2 |
| 69 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 94 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 70 | sp:predicate rdf:type ; | 95 | sp:predicate rdf:type ; |
| 71 | - sp:subject _:b12 | 96 | + sp:subject _:b4 |
| 72 | - ] [ sp:object _:b13 ; | 97 | + ] [ sp:object |
| 73 | - sp:predicate _:b14 ; | 98 | + [ sp:varName "realMdBottom"^^xsd:string |
| 74 | - sp:subject _:b12 | 99 | + ] ; |
| 75 | - ] [ sp:object _:b15 ; | 100 | + sp:predicate |
| 101 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 102 | + ] ; | ||
| 103 | + sp:subject _:b4 | ||
| 104 | + ] [ sp:object _:b5 ; | ||
| 76 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 105 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 77 | - sp:subject _:b7 | 106 | + sp:subject _:b2 |
| 78 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 107 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
| 79 | sp:predicate rdf:type ; | 108 | sp:predicate rdf:type ; |
| 80 | - sp:subject _:b15 | 109 | + sp:subject _:b5 |
| 81 | - ] [ sp:object _:b16 ; | 110 | + ] [ sp:object |
| 111 | + [ sp:varName "casingRoleType"^^xsd:string | ||
| 112 | + ] ; | ||
| 82 | sp:predicate rdf:type ; | 113 | sp:predicate rdf:type ; |
| 83 | - sp:subject _:b15 | 114 | + sp:subject _:b5 |
| 84 | - ] [ sp:object _:b17 ; | 115 | + ] [ sp:object |
| 116 | + [ sp:varName "tubeType"^^xsd:string | ||
| 117 | + ] ; | ||
| 85 | sp:predicate rdf:type ; | 118 | sp:predicate rdf:type ; |
| 86 | - sp:subject _:b15 | 119 | + sp:subject _:b5 |
| 87 | - ] [ sp:object _:b18 ; | 120 | + ] [ sp:object _:b6 ; |
| 88 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; | 121 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; |
| 89 | - sp:subject _:b15 | 122 | + sp:subject _:b5 |
| 90 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 123 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 91 | sp:predicate rdf:type ; | 124 | sp:predicate rdf:type ; |
| 92 | - sp:subject _:b18 | 125 | + sp:subject _:b6 |
| 93 | - ] [ sp:object _:b19 ; | 126 | + ] [ sp:object |
| 94 | - sp:predicate _:b20 ; | 127 | + [ sp:varName "realId"^^xsd:string |
| 95 | - sp:subject _:b18 | 128 | + ] ; |
| 96 | - ] [ sp:object _:b21 ; | 129 | + sp:predicate |
| 130 | + [ sp:varName "lengthScaleId"^^xsd:string | ||
| 131 | + ] ; | ||
| 132 | + sp:subject _:b6 | ||
| 133 | + ] [ sp:object _:b7 ; | ||
| 97 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; | 134 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; |
| 98 | - sp:subject _:b15 | 135 | + sp:subject _:b5 |
| 99 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 136 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 100 | sp:predicate rdf:type ; | 137 | sp:predicate rdf:type ; |
| 101 | - sp:subject _:b21 | 138 | + sp:subject _:b7 |
| 102 | - ] [ sp:object _:b22 ; | 139 | + ] [ sp:object |
| 103 | - sp:predicate _:b23 ; | 140 | + [ sp:varName "realOd"^^xsd:string |
| 104 | - sp:subject _:b21 | 141 | + ] ; |
| 105 | - ] [ sp:object _:b24 ; | 142 | + sp:predicate |
| 143 | + [ sp:varName "lengthScaleOd"^^xsd:string | ||
| 144 | + ] ; | ||
| 145 | + sp:subject _:b7 | ||
| 146 | + ] [ sp:object _:b8 ; | ||
| 106 | sp:predicate rdf:type ; | 147 | sp:predicate rdf:type ; |
| 107 | - sp:subject _:b15 | 148 | + sp:subject _:b5 |
| 108 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; | 149 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; |
| 109 | sp:predicate rdf:type ; | 150 | sp:predicate rdf:type ; |
| 110 | - sp:subject _:b24 | 151 | + sp:subject _:b8 |
| 111 | - ] [ sp:object _:b25 ; | 152 | + ] [ sp:object |
| 112 | - sp:predicate _:b26 ; | 153 | + [ sp:varName "realMassPerUnitLength"^^xsd:string |
| 113 | - sp:subject _:b24 | 154 | + ] ; |
| 114 | - ] [ sp:object _:b27 ; | 155 | + sp:predicate |
| 156 | + [ sp:varName "massPerUnitLengthScale"^^xsd:string | ||
| 157 | + ] ; | ||
| 158 | + sp:subject _:b8 | ||
| 159 | + ] [ sp:object _:b9 ; | ||
| 115 | sp:predicate rdf:type ; | 160 | sp:predicate rdf:type ; |
| 116 | - sp:subject _:b15 | 161 | + sp:subject _:b5 |
| 117 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; | 162 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; |
| 118 | sp:predicate rdf:type ; | 163 | sp:predicate rdf:type ; |
| 119 | - sp:subject _:b27 | 164 | + sp:subject _:b9 |
| 120 | - ] [ sp:object _:b28 ; | 165 | + ] [ sp:object |
| 166 | + [ sp:varName "grade"^^xsd:string | ||
| 167 | + ] ; | ||
| 121 | sp:predicate rdfs:label ; | 168 | sp:predicate rdfs:label ; |
| 122 | - sp:subject _:b27 | 169 | + sp:subject _:b9 |
| 123 | - ] [ sp:object _:b29 ; | 170 | + ] [ sp:object _:b10 ; |
| 124 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; | 171 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; |
| 125 | - sp:subject _:b15 | 172 | + sp:subject _:b5 |
| 126 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; | 173 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; |
| 127 | sp:predicate rdf:type ; | 174 | sp:predicate rdf:type ; |
| 128 | - sp:subject _:b29 | 175 | + sp:subject _:b10 |
| 129 | - ] [ sp:object _:b30 ; | 176 | + ] [ sp:object |
| 177 | + [ sp:varName "connection"^^xsd:string | ||
| 178 | + ] ; | ||
| 130 | sp:predicate rdfs:label ; | 179 | sp:predicate rdfs:label ; |
| 131 | - sp:subject _:b29 | 180 | + sp:subject _:b10 |
| 132 | - ] [ sp:object _:b31 ; | 181 | + ] [ sp:object _:b11 ; |
| 133 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; | 182 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; |
| 134 | - sp:subject _:b15 | 183 | + sp:subject _:b5 |
| 135 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 184 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 136 | sp:predicate rdf:type ; | 185 | sp:predicate rdf:type ; |
| 137 | - sp:subject _:b31 | 186 | + sp:subject _:b11 |
| 138 | - ] [ sp:object _:b32 ; | 187 | + ] [ sp:object |
| 139 | - sp:predicate _:b33 ; | 188 | + [ sp:varName "realLen"^^xsd:string |
| 140 | - sp:subject _:b31 | 189 | + ] ; |
| 190 | + sp:predicate | ||
| 191 | + [ sp:varName "lengthScaleLen"^^xsd:string | ||
| 192 | + ] ; | ||
| 193 | + sp:subject _:b11 | ||
| 141 | ]) ; | 194 | ]) ; |
| 142 | - sp:where ([ sp:object _:b34 ; | 195 | + sp:where ([ sp:object |
| 196 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 197 | + ] ; | ||
| 143 | sp:predicate ep-spin-lib:nameWellbore ; | 198 | sp:predicate ep-spin-lib:nameWellbore ; |
| 144 | sp:subject spin:_this | 199 | sp:subject spin:_this |
| 145 | - ] [ sp:object _:b3 ; | 200 | + ] [ sp:object |
| 201 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 202 | + ] ; | ||
| 146 | sp:predicate ddr:dTimStart ; | 203 | sp:predicate ddr:dTimStart ; |
| 147 | sp:subject spin:_this | 204 | sp:subject spin:_this |
| 148 | - ] [ sp:object _:b35 ; | 205 | + ] [ sp:object |
| 206 | + [ sp:varName "casingLinerTubing"^^xsd:string | ||
| 207 | + ] ; | ||
| 149 | sp:predicate ddr:casing_liner_tubingRef ; | 208 | sp:predicate ddr:casing_liner_tubingRef ; |
| 150 | sp:subject spin:_this | 209 | sp:subject spin:_this |
| 151 | ] [ rdf:type sp:Optional ; | 210 | ] [ rdf:type sp:Optional ; |
| 152 | - sp:elements ([ sp:object _:b36 ; | 211 | + sp:elements ([ sp:object |
| 212 | + [ sp:varName "enumTubeType"^^xsd:string | ||
| 213 | + ] ; | ||
| 153 | sp:predicate ddr:typeRef ; | 214 | sp:predicate ddr:typeRef ; |
| 154 | - sp:subject _:b35 | 215 | + sp:subject |
| 216 | + [ sp:varName "casingLinerTubing"^^xsd:string | ||
| 217 | + ] | ||
| 155 | ]) | 218 | ]) |
| 156 | ] [ rdf:type sp:Optional ; | 219 | ] [ rdf:type sp:Optional ; |
| 157 | - sp:elements ([ sp:object _:b37 ; | 220 | + sp:elements ([ sp:object |
| 221 | + [ sp:varName "id"^^xsd:string | ||
| 222 | + ] ; | ||
| 158 | sp:predicate ddr:idRef ; | 223 | sp:predicate ddr:idRef ; |
| 159 | - sp:subject _:b35 | 224 | + sp:subject |
| 160 | - ] [ sp:object _:b38 ; | 225 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 226 | + ] | ||
| 227 | + ] [ sp:object | ||
| 228 | + [ sp:varName "uomId"^^xsd:string | ||
| 229 | + ] ; | ||
| 161 | sp:predicate ddr:uomRef ; | 230 | sp:predicate ddr:uomRef ; |
| 162 | - sp:subject _:b37 | 231 | + sp:subject |
| 163 | - ] [ sp:object _:b19 ; | 232 | + [ sp:varName "id"^^xsd:string |
| 233 | + ] | ||
| 234 | + ] [ sp:object | ||
| 235 | + [ sp:varName "realId"^^xsd:string | ||
| 236 | + ] ; | ||
| 164 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 237 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 165 | - sp:subject _:b37 | 238 | + sp:subject |
| 239 | + [ sp:varName "id"^^xsd:string | ||
| 240 | + ] | ||
| 166 | ]) | 241 | ]) |
| 167 | ] [ rdf:type sp:Optional ; | 242 | ] [ rdf:type sp:Optional ; |
| 168 | - sp:elements ([ sp:object _:b39 ; | 243 | + sp:elements ([ sp:object |
| 244 | + [ sp:varName "od"^^xsd:string | ||
| 245 | + ] ; | ||
| 169 | sp:predicate ddr:odRef ; | 246 | sp:predicate ddr:odRef ; |
| 170 | - sp:subject _:b35 | 247 | + sp:subject |
| 171 | - ] [ sp:object _:b40 ; | 248 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 249 | + ] | ||
| 250 | + ] [ sp:object | ||
| 251 | + [ sp:varName "uomOd"^^xsd:string | ||
| 252 | + ] ; | ||
| 172 | sp:predicate ddr:uomRef ; | 253 | sp:predicate ddr:uomRef ; |
| 173 | - sp:subject _:b39 | 254 | + sp:subject |
| 174 | - ] [ sp:object _:b22 ; | 255 | + [ sp:varName "od"^^xsd:string |
| 256 | + ] | ||
| 257 | + ] [ sp:object | ||
| 258 | + [ sp:varName "realOd"^^xsd:string | ||
| 259 | + ] ; | ||
| 175 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 260 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 176 | - sp:subject _:b39 | 261 | + sp:subject |
| 262 | + [ sp:varName "od"^^xsd:string | ||
| 263 | + ] | ||
| 177 | ]) | 264 | ]) |
| 178 | ] [ rdf:type sp:Optional ; | 265 | ] [ rdf:type sp:Optional ; |
| 179 | - sp:elements ([ sp:object _:b41 ; | 266 | + sp:elements ([ sp:object |
| 267 | + [ sp:varName "weight"^^xsd:string | ||
| 268 | + ] ; | ||
| 180 | sp:predicate ddr:weightRef ; | 269 | sp:predicate ddr:weightRef ; |
| 181 | - sp:subject _:b35 | 270 | + sp:subject |
| 182 | - ] [ sp:object _:b42 ; | 271 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 272 | + ] | ||
| 273 | + ] [ sp:object | ||
| 274 | + [ sp:varName "uomWeight"^^xsd:string | ||
| 275 | + ] ; | ||
| 183 | sp:predicate ddr:uomRef ; | 276 | sp:predicate ddr:uomRef ; |
| 184 | - sp:subject _:b41 | 277 | + sp:subject |
| 185 | - ] [ sp:object _:b25 ; | 278 | + [ sp:varName "weight"^^xsd:string |
| 279 | + ] | ||
| 280 | + ] [ sp:object | ||
| 281 | + [ sp:varName "realMassPerUnitLength"^^xsd:string | ||
| 282 | + ] ; | ||
| 186 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 283 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 187 | - sp:subject _:b41 | 284 | + sp:subject |
| 285 | + [ sp:varName "weight"^^xsd:string | ||
| 286 | + ] | ||
| 188 | ]) | 287 | ]) |
| 189 | ] [ rdf:type sp:Optional ; | 288 | ] [ rdf:type sp:Optional ; |
| 190 | - sp:elements ([ sp:object _:b28 ; | 289 | + sp:elements ([ sp:object |
| 290 | + [ sp:varName "grade"^^xsd:string | ||
| 291 | + ] ; | ||
| 191 | sp:predicate ddr:grade ; | 292 | sp:predicate ddr:grade ; |
| 192 | - sp:subject _:b35 | 293 | + sp:subject |
| 294 | + [ sp:varName "casingLinerTubing"^^xsd:string | ||
| 295 | + ] | ||
| 193 | ]) | 296 | ]) |
| 194 | ] [ rdf:type sp:Optional ; | 297 | ] [ rdf:type sp:Optional ; |
| 195 | - sp:elements ([ sp:object _:b30 ; | 298 | + sp:elements ([ sp:object |
| 299 | + [ sp:varName "connection"^^xsd:string | ||
| 300 | + ] ; | ||
| 196 | sp:predicate ddr:connection ; | 301 | sp:predicate ddr:connection ; |
| 197 | - sp:subject _:b35 | 302 | + sp:subject |
| 303 | + [ sp:varName "casingLinerTubing"^^xsd:string | ||
| 304 | + ] | ||
| 198 | ]) | 305 | ]) |
| 199 | ] [ rdf:type sp:Optional ; | 306 | ] [ rdf:type sp:Optional ; |
| 200 | - sp:elements ([ sp:object _:b43 ; | 307 | + sp:elements ([ sp:object |
| 308 | + [ sp:varName "length"^^xsd:string | ||
| 309 | + ] ; | ||
| 201 | sp:predicate ddr:lengthRef ; | 310 | sp:predicate ddr:lengthRef ; |
| 202 | - sp:subject _:b35 | 311 | + sp:subject |
| 203 | - ] [ sp:object _:b44 ; | 312 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 313 | + ] | ||
| 314 | + ] [ sp:object | ||
| 315 | + [ sp:varName "uomLen"^^xsd:string | ||
| 316 | + ] ; | ||
| 204 | sp:predicate ddr:uomRef ; | 317 | sp:predicate ddr:uomRef ; |
| 205 | - sp:subject _:b43 | 318 | + sp:subject |
| 206 | - ] [ sp:object _:b32 ; | 319 | + [ sp:varName "length"^^xsd:string |
| 320 | + ] | ||
| 321 | + ] [ sp:object | ||
| 322 | + [ sp:varName "realLen"^^xsd:string | ||
| 323 | + ] ; | ||
| 207 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 324 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 208 | - sp:subject _:b43 | 325 | + sp:subject |
| 326 | + [ sp:varName "length"^^xsd:string | ||
| 327 | + ] | ||
| 209 | ]) | 328 | ]) |
| 210 | ] [ rdf:type sp:Optional ; | 329 | ] [ rdf:type sp:Optional ; |
| 211 | - sp:elements ([ sp:object _:b45 ; | 330 | + sp:elements ([ sp:object |
| 331 | + [ sp:varName "mdTop"^^xsd:string | ||
| 332 | + ] ; | ||
| 212 | sp:predicate ddr:mdTopRef ; | 333 | sp:predicate ddr:mdTopRef ; |
| 213 | - sp:subject _:b35 | 334 | + sp:subject |
| 214 | - ] [ sp:object _:b46 ; | 335 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 336 | + ] | ||
| 337 | + ] [ sp:object | ||
| 338 | + [ sp:varName "uomMdTop"^^xsd:string | ||
| 339 | + ] ; | ||
| 215 | sp:predicate ddr:uomRef ; | 340 | sp:predicate ddr:uomRef ; |
| 216 | - sp:subject _:b45 | 341 | + sp:subject |
| 217 | - ] [ sp:object _:b10 ; | 342 | + [ sp:varName "mdTop"^^xsd:string |
| 343 | + ] | ||
| 344 | + ] [ sp:object | ||
| 345 | + [ sp:varName "realMdTop"^^xsd:string | ||
| 346 | + ] ; | ||
| 218 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 347 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 219 | - sp:subject _:b45 | 348 | + sp:subject |
| 349 | + [ sp:varName "mdTop"^^xsd:string | ||
| 350 | + ] | ||
| 220 | ]) | 351 | ]) |
| 221 | ] [ rdf:type sp:Optional ; | 352 | ] [ rdf:type sp:Optional ; |
| 222 | - sp:elements ([ sp:object _:b47 ; | 353 | + sp:elements ([ sp:object |
| 354 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 355 | + ] ; | ||
| 223 | sp:predicate ddr:mdBottomRef ; | 356 | sp:predicate ddr:mdBottomRef ; |
| 224 | - sp:subject _:b35 | 357 | + sp:subject |
| 225 | - ] [ sp:object _:b48 ; | 358 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 359 | + ] | ||
| 360 | + ] [ sp:object | ||
| 361 | + [ sp:varName "uomMdBottom"^^xsd:string | ||
| 362 | + ] ; | ||
| 226 | sp:predicate ddr:uomRef ; | 363 | sp:predicate ddr:uomRef ; |
| 227 | - sp:subject _:b47 | 364 | + sp:subject |
| 228 | - ] [ sp:object _:b13 ; | 365 | + [ sp:varName "mdBottom"^^xsd:string |
| 366 | + ] | ||
| 367 | + ] [ sp:object | ||
| 368 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 369 | + ] ; | ||
| 229 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 370 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 230 | - sp:subject _:b47 | 371 | + sp:subject |
| 372 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 373 | + ] | ||
| 231 | ]) | 374 | ]) |
| 232 | ] [ rdf:type sp:Optional ; | 375 | ] [ rdf:type sp:Optional ; |
| 233 | - sp:elements ([ sp:object _:b49 ; | 376 | + sp:elements ([ sp:object |
| 377 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 378 | + ] ; | ||
| 234 | sp:predicate ddr:casing_liner_tubing_runRef ; | 379 | sp:predicate ddr:casing_liner_tubing_runRef ; |
| 235 | - sp:subject _:b35 | 380 | + sp:subject |
| 236 | - ] [ sp:object _:b50 ; | 381 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 382 | + ] | ||
| 383 | + ] [ sp:object | ||
| 384 | + [ sp:varName "enumCasingType"^^xsd:string | ||
| 385 | + ] ; | ||
| 237 | sp:predicate ddr:casingTypeRef ; | 386 | sp:predicate ddr:casingTypeRef ; |
| 238 | - sp:subject _:b49 | 387 | + sp:subject |
| 388 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 389 | + ] | ||
| 239 | ]) | 390 | ]) |
| 240 | ] [ rdf:type sp:Optional ; | 391 | ] [ rdf:type sp:Optional ; |
| 241 | - sp:elements ([ sp:object _:b49 ; | 392 | + sp:elements ([ sp:object |
| 393 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 394 | + ] ; | ||
| 242 | sp:predicate ddr:casing_liner_tubing_runRef ; | 395 | sp:predicate ddr:casing_liner_tubing_runRef ; |
| 243 | - sp:subject _:b35 | 396 | + sp:subject |
| 244 | - ] [ sp:object _:b5 ; | 397 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 398 | + ] | ||
| 399 | + ] [ sp:object | ||
| 400 | + [ sp:varName "description"^^xsd:string | ||
| 401 | + ] ; | ||
| 245 | sp:predicate ddr:description ; | 402 | sp:predicate ddr:description ; |
| 246 | - sp:subject _:b49 | 403 | + sp:subject |
| 404 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 405 | + ] | ||
| 247 | ]) | 406 | ]) |
| 248 | ] [ rdf:type sp:Optional ; | 407 | ] [ rdf:type sp:Optional ; |
| 249 | - sp:elements ([ sp:object _:b49 ; | 408 | + sp:elements ([ sp:object |
| 409 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 410 | + ] ; | ||
| 250 | sp:predicate ddr:casing_liner_tubing_runRef ; | 411 | sp:predicate ddr:casing_liner_tubing_runRef ; |
| 251 | - sp:subject _:b35 | 412 | + sp:subject |
| 252 | - ] [ sp:object _:b3 ; | 413 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 414 | + ] | ||
| 415 | + ] [ sp:object | ||
| 416 | + [ sp:varName "dTimStartStim"^^xsd:string | ||
| 417 | + ] ; | ||
| 253 | sp:predicate ddr:dTimStart ; | 418 | sp:predicate ddr:dTimStart ; |
| 254 | - sp:subject _:b49 | 419 | + sp:subject |
| 420 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 421 | + ] | ||
| 255 | ]) | 422 | ]) |
| 256 | ] [ rdf:type sp:Optional ; | 423 | ] [ rdf:type sp:Optional ; |
| 257 | - sp:elements ([ sp:object _:b49 ; | 424 | + sp:elements ([ sp:object |
| 425 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 426 | + ] ; | ||
| 258 | sp:predicate ddr:casing_liner_tubing_runRef ; | 427 | sp:predicate ddr:casing_liner_tubing_runRef ; |
| 259 | - sp:subject _:b35 | 428 | + sp:subject |
| 260 | - ] [ sp:object _:b4 ; | 429 | + [ sp:varName "casingLinerTubing"^^xsd:string |
| 430 | + ] | ||
| 431 | + ] [ sp:object | ||
| 432 | + [ sp:varName "dTimEndStim"^^xsd:string | ||
| 433 | + ] ; | ||
| 261 | sp:predicate ddr:dTimEnd ; | 434 | sp:predicate ddr:dTimEnd ; |
| 262 | - sp:subject _:b49 | 435 | + sp:subject |
| 436 | + [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
| 437 | + ] | ||
| 263 | ]) | 438 | ]) |
| 264 | ] [ rdf:type sp:Bind ; | 439 | ] [ rdf:type sp:Bind ; |
| 265 | sp:expression | 440 | sp:expression |
| 266 | [ rdf:type ep-spin-lib:normalizeString ; | 441 | [ rdf:type ep-spin-lib:normalizeString ; |
| 267 | - sp:arg1 _:b34 | 442 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 443 | + ] | ||
| 268 | ] ; | 444 | ] ; |
| 269 | - sp:variable _:b51 | 445 | + sp:variable |
| 446 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 447 | + ] | ||
| 270 | ] [ rdf:type sp:Bind ; | 448 | ] [ rdf:type sp:Bind ; |
| 271 | sp:expression | 449 | sp:expression |
| 272 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 450 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 273 | - sp:arg1 _:b51 ; | 451 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 274 | - sp:arg2 _:b3 | 452 | + ] ; |
| 453 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 454 | + ] | ||
| 275 | ] ; | 455 | ] ; |
| 276 | - sp:variable _:b2 | 456 | + sp:variable |
| 457 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 458 | + ] | ||
| 277 | ] [ rdf:type sp:Bind ; | 459 | ] [ rdf:type sp:Bind ; |
| 278 | sp:expression | 460 | sp:expression |
| 279 | [ rdf:type afn:localname ; | 461 | [ rdf:type afn:localname ; |
| 280 | - sp:arg1 _:b35 | 462 | + sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string |
| 463 | + ] | ||
| 281 | ] ; | 464 | ] ; |
| 282 | - sp:variable _:b52 | 465 | + sp:variable |
| 466 | + [ sp:varName "localname"^^xsd:string | ||
| 467 | + ] | ||
| 283 | ] [ rdf:type sp:Bind ; | 468 | ] [ rdf:type sp:Bind ; |
| 284 | sp:expression | 469 | sp:expression |
| 285 | [ rdf:type ep-spin-lib:buildWellStimulationURI ; | 470 | [ rdf:type ep-spin-lib:buildWellStimulationURI ; |
| 286 | - sp:arg1 _:b51 ; | 471 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 287 | - sp:arg2 _:b52 | 472 | + ] ; |
| 473 | + sp:arg2 [ sp:varName "localname"^^xsd:string | ||
| 474 | + ] | ||
| 288 | ] ; | 475 | ] ; |
| 289 | - sp:variable _:b1 | 476 | + sp:variable |
| 477 | + [ sp:varName "wellStimulation"^^xsd:string | ||
| 478 | + ] | ||
| 290 | ] [ rdf:type sp:Bind ; | 479 | ] [ rdf:type sp:Bind ; |
| 291 | sp:expression | 480 | sp:expression |
| 292 | [ rdf:type ep-spin-lib:selectCasingRoleType ; | 481 | [ rdf:type ep-spin-lib:selectCasingRoleType ; |
| 293 | - sp:arg1 _:b50 | 482 | + sp:arg1 [ sp:varName "enumCasingType"^^xsd:string |
| 483 | + ] | ||
| 294 | ] ; | 484 | ] ; |
| 295 | - sp:variable _:b16 | 485 | + sp:variable |
| 486 | + [ sp:varName "casingRoleType"^^xsd:string | ||
| 487 | + ] | ||
| 296 | ] [ rdf:type sp:Bind ; | 488 | ] [ rdf:type sp:Bind ; |
| 297 | sp:expression | 489 | sp:expression |
| 298 | [ rdf:type ep-spin-lib:selectTubeType ; | 490 | [ rdf:type ep-spin-lib:selectTubeType ; |
| 299 | - sp:arg1 _:b36 | 491 | + sp:arg1 [ sp:varName "enumTubeType"^^xsd:string |
| 492 | + ] | ||
| 300 | ] ; | 493 | ] ; |
| 301 | - sp:variable _:b17 | 494 | + sp:variable |
| 495 | + [ sp:varName "tubeType"^^xsd:string | ||
| 496 | + ] | ||
| 302 | ] [ rdf:type sp:Bind ; | 497 | ] [ rdf:type sp:Bind ; |
| 303 | sp:expression | 498 | sp:expression |
| 304 | [ rdf:type ep-spin-lib:selectLengthScale ; | 499 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 305 | - sp:arg1 _:b38 | 500 | + sp:arg1 [ sp:varName "uomId"^^xsd:string |
| 501 | + ] | ||
| 306 | ] ; | 502 | ] ; |
| 307 | - sp:variable _:b20 | 503 | + sp:variable |
| 504 | + [ sp:varName "lengthScaleId"^^xsd:string | ||
| 505 | + ] | ||
| 308 | ] [ rdf:type sp:Bind ; | 506 | ] [ rdf:type sp:Bind ; |
| 309 | sp:expression | 507 | sp:expression |
| 310 | [ rdf:type ep-spin-lib:selectLengthScale ; | 508 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 311 | - sp:arg1 _:b40 | 509 | + sp:arg1 [ sp:varName "uomOd"^^xsd:string |
| 510 | + ] | ||
| 312 | ] ; | 511 | ] ; |
| 313 | - sp:variable _:b23 | 512 | + sp:variable |
| 513 | + [ sp:varName "lengthScaleOd"^^xsd:string | ||
| 514 | + ] | ||
| 314 | ] [ rdf:type sp:Bind ; | 515 | ] [ rdf:type sp:Bind ; |
| 315 | sp:expression | 516 | sp:expression |
| 316 | [ rdf:type ep-spin-lib:selectLengthScale ; | 517 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 317 | - sp:arg1 _:b44 | 518 | + sp:arg1 [ sp:varName "uomLen"^^xsd:string |
| 519 | + ] | ||
| 318 | ] ; | 520 | ] ; |
| 319 | - sp:variable _:b33 | 521 | + sp:variable |
| 522 | + [ sp:varName "lengthScaleLen"^^xsd:string | ||
| 523 | + ] | ||
| 320 | ] [ rdf:type sp:Bind ; | 524 | ] [ rdf:type sp:Bind ; |
| 321 | sp:expression | 525 | sp:expression |
| 322 | [ rdf:type ep-spin-lib:selectLengthScale ; | 526 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 323 | - sp:arg1 _:b46 | 527 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
| 528 | + ] | ||
| 324 | ] ; | 529 | ] ; |
| 325 | - sp:variable _:b11 | 530 | + sp:variable |
| 531 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 532 | + ] | ||
| 326 | ] [ rdf:type sp:Bind ; | 533 | ] [ rdf:type sp:Bind ; |
| 327 | sp:expression | 534 | sp:expression |
| 328 | [ rdf:type ep-spin-lib:selectLengthScale ; | 535 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 329 | - sp:arg1 _:b48 | 536 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
| 537 | + ] | ||
| 330 | ] ; | 538 | ] ; |
| 331 | - sp:variable _:b14 | 539 | + sp:variable |
| 540 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 541 | + ] | ||
| 332 | ] [ rdf:type sp:Bind ; | 542 | ] [ rdf:type sp:Bind ; |
| 333 | sp:expression | 543 | sp:expression |
| 334 | [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; | 544 | [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; |
| 335 | - sp:arg1 _:b42 | 545 | + sp:arg1 [ sp:varName "uomWeight"^^xsd:string |
| 546 | + ] | ||
| 336 | ] ; | 547 | ] ; |
| 337 | - sp:variable _:b26 | 548 | + sp:variable |
| 549 | + [ sp:varName "massPerUnitLengthScale"^^xsd:string | ||
| 550 | + ] | ||
| 338 | ] [ rdf:type sp:Bind ; | 551 | ] [ rdf:type sp:Bind ; |
| 339 | sp:expression | 552 | sp:expression |
| 340 | [ rdf:type rhspin:wellBoreByName ; | 553 | [ rdf:type rhspin:wellBoreByName ; |
| 341 | arg:wellBoreName | 554 | arg:wellBoreName |
| 342 | [ rdf:type xsd:string ; | 555 | [ rdf:type xsd:string ; |
| 343 | - sp:arg1 _:b34 | 556 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 557 | + ] | ||
| 344 | ] | 558 | ] |
| 345 | ] ; | 559 | ] ; |
| 346 | - sp:variable _:b8 | 560 | + sp:variable |
| 561 | + [ sp:varName "wellBore"^^xsd:string | ||
| 562 | + ] | ||
| 347 | ]) | 563 | ]) |
| 348 | ] . | 564 | ] . |
| 349 | - | ||
| 350 | -_:b34 | ||
| 351 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 352 | - | ||
| 353 | -_:b3 sp:varName "dTimStart"^^xsd:string . | ||
| 354 | - | ||
| 355 | -_:b35 | ||
| 356 | - sp:varName "casingLinerTubing"^^xsd:string . | ||
| 357 | - | ||
| 358 | -_:b36 | ||
| 359 | - sp:varName "enumTubeType"^^xsd:string . | ||
| 360 | - | ||
| 361 | -_:b37 | ||
| 362 | - sp:varName "id"^^xsd:string . | ||
| 363 | - | ||
| 364 | -_:b38 | ||
| 365 | - sp:varName "uomId"^^xsd:string . | ||
| 366 | - | ||
| 367 | -_:b19 | ||
| 368 | - sp:varName "realId"^^xsd:string . | ||
| 369 | - | ||
| 370 | -_:b39 | ||
| 371 | - sp:varName "od"^^xsd:string . | ||
| 372 | - | ||
| 373 | -_:b40 | ||
| 374 | - sp:varName "uomOd"^^xsd:string . | ||
| 375 | - | ||
| 376 | -_:b22 | ||
| 377 | - sp:varName "realOd"^^xsd:string . | ||
| 378 | - | ||
| 379 | -_:b41 | ||
| 380 | - sp:varName "weight"^^xsd:string . | ||
| 381 | - | ||
| 382 | -_:b42 | ||
| 383 | - sp:varName "uomWeight"^^xsd:string . | ||
| 384 | - | ||
| 385 | -_:b25 | ||
| 386 | - sp:varName "realMassPerUnitLength"^^xsd:string . | ||
| 387 | - | ||
| 388 | -_:b28 | ||
| 389 | - sp:varName "grade"^^xsd:string . | ||
| 390 | - | ||
| 391 | -_:b30 | ||
| 392 | - sp:varName "connection"^^xsd:string . | ||
| 393 | - | ||
| 394 | -_:b43 | ||
| 395 | - sp:varName "length"^^xsd:string . | ||
| 396 | - | ||
| 397 | -_:b44 | ||
| 398 | - sp:varName "uomLen"^^xsd:string . | ||
| 399 | - | ||
| 400 | -_:b32 | ||
| 401 | - sp:varName "realLen"^^xsd:string . | ||
| 402 | - | ||
| 403 | -_:b45 | ||
| 404 | - sp:varName "mdTop"^^xsd:string . | ||
| 405 | - | ||
| 406 | -_:b46 | ||
| 407 | - sp:varName "uomMdTop"^^xsd:string . | ||
| 408 | - | ||
| 409 | -_:b10 | ||
| 410 | - sp:varName "realMdTop"^^xsd:string . | ||
| 411 | - | ||
| 412 | -_:b47 | ||
| 413 | - sp:varName "mdBottom"^^xsd:string . | ||
| 414 | - | ||
| 415 | -_:b48 | ||
| 416 | - sp:varName "uomMdBottom"^^xsd:string . | ||
| 417 | - | ||
| 418 | -_:b13 | ||
| 419 | - sp:varName "realMdBottom"^^xsd:string . | ||
| 420 | - | ||
| 421 | -_:b49 | ||
| 422 | - sp:varName "casingLinerTubingRun"^^xsd:string . | ||
| 423 | - | ||
| 424 | -_:b50 | ||
| 425 | - sp:varName "enumCasingType"^^xsd:string . | ||
| 426 | - | ||
| 427 | -_:b5 sp:varName "description"^^xsd:string . | ||
| 428 | - | ||
| 429 | -_:b4 sp:varName "dTimEnd"^^xsd:string . | ||
| 430 | - | ||
| 431 | -_:b51 | ||
| 432 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 433 | - | ||
| 434 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 435 | - | ||
| 436 | -_:b52 | ||
| 437 | - sp:varName "localname"^^xsd:string . | ||
| 438 | - | ||
| 439 | -_:b1 sp:varName "wellStimulation"^^xsd:string . | ||
| 440 | - | ||
| 441 | -_:b16 | ||
| 442 | - sp:varName "casingRoleType"^^xsd:string . | ||
| 443 | - | ||
| 444 | -_:b17 | ||
| 445 | - sp:varName "tubeType"^^xsd:string . | ||
| 446 | - | ||
| 447 | -_:b20 | ||
| 448 | - sp:varName "lengthScaleId"^^xsd:string . | ||
| 449 | - | ||
| 450 | -_:b23 | ||
| 451 | - sp:varName "lengthScaleOd"^^xsd:string . | ||
| 452 | - | ||
| 453 | -_:b33 | ||
| 454 | - sp:varName "lengthScaleLen"^^xsd:string . | ||
| 455 | - | ||
| 456 | -_:b11 | ||
| 457 | - sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 458 | - | ||
| 459 | -_:b14 | ||
| 460 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 461 | - | ||
| 462 | -_:b26 | ||
| 463 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | ||
| 464 | - | ||
| 465 | -_:b8 sp:varName "wellBore"^^xsd:string . | ... | ... |
-
Please register or login to post a comment