Showing
2 changed files
with
175 additions
and
209 deletions
| 1 | +# Saved by TopBraid on Fri Oct 28 17:30:55 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
| 2 | -# imports: http://spinrdf.org/spin | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 6 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 7 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 8 | +# imports: http://spinrdf.org/spin | ||
| 8 | 9 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 10 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
| 10 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 12 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
| 11 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . | 13 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . |
| 12 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 14 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 13 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 15 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 14 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 15 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 17 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 16 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 18 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 19 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 17 | @prefix sp: <http://spinrdf.org/sp#> . | 20 | @prefix sp: <http://spinrdf.org/sp#> . |
| 18 | @prefix spin: <http://spinrdf.org/spin#> . | 21 | @prefix spin: <http://spinrdf.org/spin#> . |
| 19 | @prefix spl: <http://spinrdf.org/spl#> . | 22 | @prefix spl: <http://spinrdf.org/spl#> . |
| ... | @@ -21,7 +24,7 @@ | ... | @@ -21,7 +24,7 @@ |
| 21 | 24 | ||
| 22 | <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> | 25 | <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> |
| 23 | rdf:type owl:Ontology ; | 26 | rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 27 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 28 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 29 | ||
| 27 | ddr:Obj_drillReport | 30 | ddr:Obj_drillReport |
| ... | @@ -30,289 +33,251 @@ ddr:Obj_drillReport | ... | @@ -30,289 +33,251 @@ ddr:Obj_drillReport |
| 30 | rdfs:comment "STEP 180 Create a WellBoreDirectionalSurvey activity"^^xsd:string ; | 33 | rdfs:comment "STEP 180 Create a WellBoreDirectionalSurvey activity"^^xsd:string ; |
| 31 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; | 34 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; |
| 32 | sp:predicate rdf:type ; | 35 | sp:predicate rdf:type ; |
| 33 | - sp:subject | 36 | + sp:subject _:b1 |
| 34 | - [ sp:varName "wellBoreDirectionalSurvey"^^xsd:string | 37 | + ] [ sp:object _:b1 ; |
| 35 | - ] | ||
| 36 | - ] [ sp:object | ||
| 37 | - [ sp:varName "wellBoreDirectionalSurvey"^^xsd:string | ||
| 38 | - ] ; | ||
| 39 | sp:predicate ep-core:hasPart ; | 38 | sp:predicate ep-core:hasPart ; |
| 40 | - sp:subject | 39 | + sp:subject _:b2 |
| 41 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 40 | + ] [ sp:object _:b3 ; |
| 42 | - ] | ||
| 43 | - ] [ sp:object | ||
| 44 | - [ sp:varName "dTim"^^xsd:string | ||
| 45 | - ] ; | ||
| 46 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 47 | - sp:subject | 42 | + sp:subject _:b1 |
| 48 | - [ sp:varName "wellBoreDirectionalSurvey"^^xsd:string | 43 | + ] [ sp:object _:b4 ; |
| 49 | - ] | ||
| 50 | - ] [ sp:object _:b1 ; | ||
| 51 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 44 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 52 | - sp:subject | 45 | + sp:subject _:b1 |
| 53 | - [ sp:varName "wellBoreDirectionalSurvey"^^xsd:string | 46 | + ] [ sp:object ep-core:PhysicalObject ; |
| 54 | - ] | 47 | + sp:predicate rdf:type ; |
| 48 | + sp:subject _:b4 | ||
| 49 | + ] [ sp:object _:b5 ; | ||
| 50 | + sp:predicate ep-core:temporalPartOf ; | ||
| 51 | + sp:subject _:b4 | ||
| 55 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; | 52 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; |
| 56 | sp:predicate rdf:type ; | 53 | sp:predicate rdf:type ; |
| 57 | - sp:subject _:b1 | 54 | + sp:subject _:b5 |
| 58 | - ] [ sp:object | 55 | + ] [ sp:object _:b6 ; |
| 59 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 56 | + sp:predicate ep-core:spatialPartOf ; |
| 60 | - ] ; | 57 | + sp:subject _:b5 |
| 61 | - sp:predicate ep-core:partOf ; | 58 | + ] [ sp:object _:b7 ; |
| 62 | - sp:subject _:b1 | ||
| 63 | - ] [ sp:object _:b2 ; | ||
| 64 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 59 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 65 | - sp:subject _:b1 | 60 | + sp:subject _:b5 |
| 66 | ] [ sp:object ep-core:Length ; | 61 | ] [ sp:object ep-core:Length ; |
| 67 | sp:predicate rdf:type ; | 62 | sp:predicate rdf:type ; |
| 68 | - sp:subject _:b2 | 63 | + sp:subject _:b7 |
| 69 | - ] [ sp:object | 64 | + ] [ sp:object _:b8 ; |
| 70 | - [ sp:varName "realMd"^^xsd:string | 65 | + sp:predicate _:b9 ; |
| 71 | - ] ; | 66 | + sp:subject _:b7 |
| 72 | - sp:predicate | 67 | + ] [ sp:object _:b10 ; |
| 73 | - [ sp:varName "lengthScaleMd"^^xsd:string | ||
| 74 | - ] ; | ||
| 75 | - sp:subject _:b2 | ||
| 76 | - ] [ sp:object _:b3 ; | ||
| 77 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 68 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 78 | - sp:subject _:b1 | 69 | + sp:subject _:b5 |
| 79 | ] [ sp:object ep-core:Length ; | 70 | ] [ sp:object ep-core:Length ; |
| 80 | sp:predicate rdf:type ; | 71 | sp:predicate rdf:type ; |
| 81 | - sp:subject _:b3 | 72 | + sp:subject _:b10 |
| 82 | - ] [ sp:object | 73 | + ] [ sp:object _:b11 ; |
| 83 | - [ sp:varName "realTvd"^^xsd:string | 74 | + sp:predicate _:b12 ; |
| 84 | - ] ; | 75 | + sp:subject _:b10 |
| 85 | - sp:predicate | 76 | + ] [ sp:object _:b13 ; |
| 86 | - [ sp:varName "lengthScaleTvd"^^xsd:string | ||
| 87 | - ] ; | ||
| 88 | - sp:subject _:b3 | ||
| 89 | - ] [ sp:object _:b4 ; | ||
| 90 | sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; | 77 | sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; |
| 91 | - sp:subject _:b1 | 78 | + sp:subject _:b5 |
| 92 | ] [ sp:object ep-core:PlaneAngle ; | 79 | ] [ sp:object ep-core:PlaneAngle ; |
| 93 | sp:predicate rdf:type ; | 80 | sp:predicate rdf:type ; |
| 94 | - sp:subject _:b4 | 81 | + sp:subject _:b13 |
| 95 | - ] [ sp:object | 82 | + ] [ sp:object _:b14 ; |
| 96 | - [ sp:varName "realIncl"^^xsd:string | 83 | + sp:predicate _:b15 ; |
| 97 | - ] ; | 84 | + sp:subject _:b13 |
| 98 | - sp:predicate | 85 | + ] [ sp:object _:b16 ; |
| 99 | - [ sp:varName "angleScaleIncl"^^xsd:string | ||
| 100 | - ] ; | ||
| 101 | - sp:subject _:b4 | ||
| 102 | - ] [ sp:object _:b5 ; | ||
| 103 | sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; | 86 | sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; |
| 104 | - sp:subject _:b1 | 87 | + sp:subject _:b5 |
| 105 | ] [ sp:object ep-core:PlaneAngle ; | 88 | ] [ sp:object ep-core:PlaneAngle ; |
| 106 | sp:predicate rdf:type ; | 89 | sp:predicate rdf:type ; |
| 107 | - sp:subject _:b5 | 90 | + sp:subject _:b16 |
| 108 | - ] [ sp:object | 91 | + ] [ sp:object _:b17 ; |
| 109 | - [ sp:varName "realAzi"^^xsd:string | 92 | + sp:predicate _:b18 ; |
| 110 | - ] ; | 93 | + sp:subject _:b16 |
| 111 | - sp:predicate | ||
| 112 | - [ sp:varName "angleScaleAzi"^^xsd:string | ||
| 113 | - ] ; | ||
| 114 | - sp:subject _:b5 | ||
| 115 | ]) ; | 94 | ]) ; |
| 116 | - sp:where ([ sp:object | 95 | + sp:where ([ sp:object _:b19 ; |
| 117 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 118 | - ] ; | ||
| 119 | sp:predicate ep-spin-lib:nameWellbore ; | 96 | sp:predicate ep-spin-lib:nameWellbore ; |
| 120 | sp:subject spin:_this | 97 | sp:subject spin:_this |
| 121 | - ] [ sp:object | 98 | + ] [ sp:object _:b20 ; |
| 122 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 123 | - ] ; | ||
| 124 | sp:predicate ddr:dTimStart ; | 99 | sp:predicate ddr:dTimStart ; |
| 125 | sp:subject spin:_this | 100 | sp:subject spin:_this |
| 126 | - ] [ sp:object | 101 | + ] [ sp:object _:b21 ; |
| 127 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 128 | - ] ; | ||
| 129 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 130 | - sp:subject | ||
| 131 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 132 | - ] | ||
| 133 | - ] [ sp:object | ||
| 134 | - [ sp:varName "surveyStation"^^xsd:string | ||
| 135 | - ] ; | ||
| 136 | sp:predicate ddr:surveyStationRef ; | 102 | sp:predicate ddr:surveyStationRef ; |
| 137 | sp:subject spin:_this | 103 | sp:subject spin:_this |
| 138 | ] [ rdf:type sp:Optional ; | 104 | ] [ rdf:type sp:Optional ; |
| 139 | - sp:elements ([ sp:object | 105 | + sp:elements ([ sp:object _:b3 ; |
| 140 | - [ sp:varName "dTim"^^xsd:string | ||
| 141 | - ] ; | ||
| 142 | sp:predicate ddr:dTim ; | 106 | sp:predicate ddr:dTim ; |
| 143 | - sp:subject | 107 | + sp:subject _:b21 |
| 144 | - [ sp:varName "surveyStation"^^xsd:string | ||
| 145 | - ] | ||
| 146 | ]) | 108 | ]) |
| 147 | ] [ rdf:type sp:Optional ; | 109 | ] [ rdf:type sp:Optional ; |
| 148 | - sp:elements ([ sp:object | 110 | + sp:elements ([ sp:object _:b22 ; |
| 149 | - [ sp:varName "md"^^xsd:string | ||
| 150 | - ] ; | ||
| 151 | sp:predicate ddr:mdRef ; | 111 | sp:predicate ddr:mdRef ; |
| 152 | - sp:subject | 112 | + sp:subject _:b21 |
| 153 | - [ sp:varName "surveyStation"^^xsd:string | 113 | + ] [ sp:object _:b23 ; |
| 154 | - ] | ||
| 155 | - ] [ sp:object | ||
| 156 | - [ sp:varName "uomMd"^^xsd:string | ||
| 157 | - ] ; | ||
| 158 | sp:predicate ddr:uomRef ; | 114 | sp:predicate ddr:uomRef ; |
| 159 | - sp:subject | 115 | + sp:subject _:b22 |
| 160 | - [ sp:varName "md"^^xsd:string | 116 | + ] [ sp:object _:b8 ; |
| 161 | - ] | ||
| 162 | - ] [ sp:object | ||
| 163 | - [ sp:varName "realMd"^^xsd:string | ||
| 164 | - ] ; | ||
| 165 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 117 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 166 | - sp:subject | 118 | + sp:subject _:b22 |
| 167 | - [ sp:varName "md"^^xsd:string | ||
| 168 | - ] | ||
| 169 | ]) | 119 | ]) |
| 170 | ] [ rdf:type sp:Optional ; | 120 | ] [ rdf:type sp:Optional ; |
| 171 | - sp:elements ([ sp:object | 121 | + sp:elements ([ sp:object _:b24 ; |
| 172 | - [ sp:varName "tvd"^^xsd:string | ||
| 173 | - ] ; | ||
| 174 | sp:predicate ddr:tvdRef ; | 122 | sp:predicate ddr:tvdRef ; |
| 175 | - sp:subject | 123 | + sp:subject _:b21 |
| 176 | - [ sp:varName "surveyStation"^^xsd:string | 124 | + ] [ sp:object _:b25 ; |
| 177 | - ] | ||
| 178 | - ] [ sp:object | ||
| 179 | - [ sp:varName "uomTvd"^^xsd:string | ||
| 180 | - ] ; | ||
| 181 | sp:predicate ddr:uomRef ; | 125 | sp:predicate ddr:uomRef ; |
| 182 | - sp:subject | 126 | + sp:subject _:b24 |
| 183 | - [ sp:varName "tvd"^^xsd:string | 127 | + ] [ sp:object _:b11 ; |
| 184 | - ] | ||
| 185 | - ] [ sp:object | ||
| 186 | - [ sp:varName "realTvd"^^xsd:string | ||
| 187 | - ] ; | ||
| 188 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 128 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 189 | - sp:subject | 129 | + sp:subject _:b24 |
| 190 | - [ sp:varName "tvd"^^xsd:string | ||
| 191 | - ] | ||
| 192 | ]) | 130 | ]) |
| 193 | ] [ rdf:type sp:Optional ; | 131 | ] [ rdf:type sp:Optional ; |
| 194 | - sp:elements ([ sp:object | 132 | + sp:elements ([ sp:object _:b26 ; |
| 195 | - [ sp:varName "incl"^^xsd:string | ||
| 196 | - ] ; | ||
| 197 | sp:predicate ddr:inclRef ; | 133 | sp:predicate ddr:inclRef ; |
| 198 | - sp:subject | 134 | + sp:subject _:b21 |
| 199 | - [ sp:varName "surveyStation"^^xsd:string | 135 | + ] [ sp:object _:b27 ; |
| 200 | - ] | ||
| 201 | - ] [ sp:object | ||
| 202 | - [ sp:varName "uomIncl"^^xsd:string | ||
| 203 | - ] ; | ||
| 204 | sp:predicate ddr:uomRef ; | 136 | sp:predicate ddr:uomRef ; |
| 205 | - sp:subject | 137 | + sp:subject _:b26 |
| 206 | - [ sp:varName "incl"^^xsd:string | 138 | + ] [ sp:object _:b14 ; |
| 207 | - ] | ||
| 208 | - ] [ sp:object | ||
| 209 | - [ sp:varName "realIncl"^^xsd:string | ||
| 210 | - ] ; | ||
| 211 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 139 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 212 | - sp:subject | 140 | + sp:subject _:b26 |
| 213 | - [ sp:varName "incl"^^xsd:string | ||
| 214 | - ] | ||
| 215 | ]) | 141 | ]) |
| 216 | ] [ rdf:type sp:Optional ; | 142 | ] [ rdf:type sp:Optional ; |
| 217 | - sp:elements ([ sp:object | 143 | + sp:elements ([ sp:object _:b28 ; |
| 218 | - [ sp:varName "azi"^^xsd:string | ||
| 219 | - ] ; | ||
| 220 | sp:predicate ddr:aziRef ; | 144 | sp:predicate ddr:aziRef ; |
| 221 | - sp:subject | 145 | + sp:subject _:b21 |
| 222 | - [ sp:varName "surveyStation"^^xsd:string | 146 | + ] [ sp:object _:b29 ; |
| 223 | - ] | ||
| 224 | - ] [ sp:object | ||
| 225 | - [ sp:varName "uomAzi"^^xsd:string | ||
| 226 | - ] ; | ||
| 227 | sp:predicate ddr:uomRef ; | 147 | sp:predicate ddr:uomRef ; |
| 228 | - sp:subject | 148 | + sp:subject _:b28 |
| 229 | - [ sp:varName "azi"^^xsd:string | 149 | + ] [ sp:object _:b17 ; |
| 230 | - ] | ||
| 231 | - ] [ sp:object | ||
| 232 | - [ sp:varName "realAzi"^^xsd:string | ||
| 233 | - ] ; | ||
| 234 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 150 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 235 | - sp:subject | 151 | + sp:subject _:b28 |
| 236 | - [ sp:varName "azi"^^xsd:string | ||
| 237 | - ] | ||
| 238 | ]) | 152 | ]) |
| 239 | ] [ rdf:type sp:Bind ; | 153 | ] [ rdf:type sp:Bind ; |
| 240 | sp:expression | 154 | sp:expression |
| 241 | [ rdf:type ep-spin-lib:normalizeString ; | 155 | [ rdf:type ep-spin-lib:normalizeString ; |
| 242 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 156 | + sp:arg1 _:b19 |
| 243 | - ] | ||
| 244 | ] ; | 157 | ] ; |
| 245 | - sp:variable | 158 | + sp:variable _:b30 |
| 246 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 247 | - ] | ||
| 248 | ] [ rdf:type sp:Bind ; | 159 | ] [ rdf:type sp:Bind ; |
| 249 | sp:expression | 160 | sp:expression |
| 250 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 161 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 251 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 162 | + sp:arg1 _:b30 ; |
| 252 | - ] ; | 163 | + sp:arg2 _:b20 |
| 253 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 254 | - ] | ||
| 255 | ] ; | 164 | ] ; |
| 256 | - sp:variable | 165 | + sp:variable _:b2 |
| 257 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 258 | - ] | ||
| 259 | ] [ rdf:type sp:Bind ; | 166 | ] [ rdf:type sp:Bind ; |
| 260 | sp:expression | 167 | sp:expression |
| 261 | [ rdf:type afn:localname ; | 168 | [ rdf:type afn:localname ; |
| 262 | - sp:arg1 [ sp:varName "surveyStation"^^xsd:string | 169 | + sp:arg1 _:b21 |
| 263 | - ] | ||
| 264 | ] ; | 170 | ] ; |
| 265 | - sp:variable | 171 | + sp:variable _:b31 |
| 266 | - [ sp:varName "localname"^^xsd:string | ||
| 267 | - ] | ||
| 268 | ] [ rdf:type sp:Bind ; | 172 | ] [ rdf:type sp:Bind ; |
| 269 | sp:expression | 173 | sp:expression |
| 270 | [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; | 174 | [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; |
| 271 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 175 | + sp:arg1 _:b30 ; |
| 272 | - ] ; | 176 | + sp:arg2 _:b20 ; |
| 273 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 177 | + sp:arg3 _:b31 |
| 274 | - ] ; | ||
| 275 | - sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 276 | - ] | ||
| 277 | ] ; | 178 | ] ; |
| 278 | - sp:variable | 179 | + sp:variable _:b1 |
| 279 | - [ sp:varName "wellBoreDirectionalSurvey"^^xsd:string | ||
| 280 | - ] | ||
| 281 | ] [ rdf:type sp:Bind ; | 180 | ] [ rdf:type sp:Bind ; |
| 282 | sp:expression | 181 | sp:expression |
| 283 | [ rdf:type ep-spin-lib:selectLengthScale ; | 182 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 284 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | 183 | + sp:arg1 _:b23 |
| 285 | - ] | ||
| 286 | ] ; | 184 | ] ; |
| 287 | - sp:variable | 185 | + sp:variable _:b9 |
| 288 | - [ sp:varName "lengthScaleMd"^^xsd:string | ||
| 289 | - ] | ||
| 290 | ] [ rdf:type sp:Bind ; | 186 | ] [ rdf:type sp:Bind ; |
| 291 | sp:expression | 187 | sp:expression |
| 292 | [ rdf:type ep-spin-lib:selectLengthScale ; | 188 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 293 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | 189 | + sp:arg1 _:b25 |
| 294 | - ] | ||
| 295 | ] ; | 190 | ] ; |
| 296 | - sp:variable | 191 | + sp:variable _:b12 |
| 297 | - [ sp:varName "lengthScaleTvd"^^xsd:string | ||
| 298 | - ] | ||
| 299 | ] [ rdf:type sp:Bind ; | 192 | ] [ rdf:type sp:Bind ; |
| 300 | sp:expression | 193 | sp:expression |
| 301 | [ rdf:type ep-spin-lib:selectPlaneAngleScale ; | 194 | [ rdf:type ep-spin-lib:selectPlaneAngleScale ; |
| 302 | - sp:arg1 [ sp:varName "uomIncl"^^xsd:string | 195 | + sp:arg1 _:b27 |
| 303 | - ] | ||
| 304 | ] ; | 196 | ] ; |
| 305 | - sp:variable | 197 | + sp:variable _:b15 |
| 306 | - [ sp:varName "angleScaleIncl"^^xsd:string | ||
| 307 | - ] | ||
| 308 | ] [ rdf:type sp:Bind ; | 198 | ] [ rdf:type sp:Bind ; |
| 309 | sp:expression | 199 | sp:expression |
| 310 | [ rdf:type ep-spin-lib:selectPlaneAngleScale ; | 200 | [ rdf:type ep-spin-lib:selectPlaneAngleScale ; |
| 311 | - sp:arg1 [ sp:varName "uomAzi"^^xsd:string | 201 | + sp:arg1 _:b29 |
| 312 | - ] | ||
| 313 | ] ; | 202 | ] ; |
| 314 | - sp:variable | 203 | + sp:variable _:b18 |
| 315 | - [ sp:varName "angleScaleAzi"^^xsd:string | 204 | + ] [ rdf:type sp:Bind ; |
| 205 | + sp:expression | ||
| 206 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 207 | + arg:wellBoreName | ||
| 208 | + [ rdf:type xsd:string ; | ||
| 209 | + sp:arg1 _:b19 | ||
| 316 | ] | 210 | ] |
| 211 | + ] ; | ||
| 212 | + sp:variable _:b6 | ||
| 317 | ]) | 213 | ]) |
| 318 | ] . | 214 | ] . |
| 215 | + | ||
| 216 | +_:b19 | ||
| 217 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 218 | + | ||
| 219 | +_:b20 | ||
| 220 | + sp:varName "dTimStart"^^xsd:string . | ||
| 221 | + | ||
| 222 | +_:b21 | ||
| 223 | + sp:varName "surveyStation"^^xsd:string . | ||
| 224 | + | ||
| 225 | +_:b3 sp:varName "dTim"^^xsd:string . | ||
| 226 | + | ||
| 227 | +_:b22 | ||
| 228 | + sp:varName "md"^^xsd:string . | ||
| 229 | + | ||
| 230 | +_:b23 | ||
| 231 | + sp:varName "uomMd"^^xsd:string . | ||
| 232 | + | ||
| 233 | +_:b8 sp:varName "realMd"^^xsd:string . | ||
| 234 | + | ||
| 235 | +_:b24 | ||
| 236 | + sp:varName "tvd"^^xsd:string . | ||
| 237 | + | ||
| 238 | +_:b25 | ||
| 239 | + sp:varName "uomTvd"^^xsd:string . | ||
| 240 | + | ||
| 241 | +_:b11 | ||
| 242 | + sp:varName "realTvd"^^xsd:string . | ||
| 243 | + | ||
| 244 | +_:b26 | ||
| 245 | + sp:varName "incl"^^xsd:string . | ||
| 246 | + | ||
| 247 | +_:b27 | ||
| 248 | + sp:varName "uomIncl"^^xsd:string . | ||
| 249 | + | ||
| 250 | +_:b14 | ||
| 251 | + sp:varName "realIncl"^^xsd:string . | ||
| 252 | + | ||
| 253 | +_:b28 | ||
| 254 | + sp:varName "azi"^^xsd:string . | ||
| 255 | + | ||
| 256 | +_:b29 | ||
| 257 | + sp:varName "uomAzi"^^xsd:string . | ||
| 258 | + | ||
| 259 | +_:b17 | ||
| 260 | + sp:varName "realAzi"^^xsd:string . | ||
| 261 | + | ||
| 262 | +_:b30 | ||
| 263 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 264 | + | ||
| 265 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 266 | + | ||
| 267 | +_:b31 | ||
| 268 | + sp:varName "localname"^^xsd:string . | ||
| 269 | + | ||
| 270 | +_:b1 sp:varName "wellBoreDirectionalSurvey"^^xsd:string . | ||
| 271 | + | ||
| 272 | +_:b9 sp:varName "lengthScaleMd"^^xsd:string . | ||
| 273 | + | ||
| 274 | +_:b12 | ||
| 275 | + sp:varName "lengthScaleTvd"^^xsd:string . | ||
| 276 | + | ||
| 277 | +_:b15 | ||
| 278 | + sp:varName "angleScaleIncl"^^xsd:string . | ||
| 279 | + | ||
| 280 | +_:b18 | ||
| 281 | + sp:varName "angleScaleAzi"^^xsd:string . | ||
| 282 | + | ||
| 283 | +_:b6 sp:varName "wellBore"^^xsd:string . | ... | ... |
-
Please register or login to post a comment