Showing
2 changed files
with
452 additions
and
422 deletions
| 1 | -# Saved by TopBraid on Fri Oct 28 15:23:33 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo |
| 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 | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 6 | # imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 7 | -# imports: http://spinrdf.org/spin | ||
| 8 | 7 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . |
| 10 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -21,288 +20,174 @@ | ... | @@ -21,288 +20,174 @@ |
| 21 | 20 | ||
| 22 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> |
| 23 | rdf:type owl:Ontology ; | 22 | 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/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 23 | + 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/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 25 | ||
| 27 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 28 | spin:rule | 27 | spin:rule |
| 29 | [ rdf:type sp:Construct ; | 28 | [ rdf:type sp:Construct ; |
| 30 | - rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; | 29 | + rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; |
| 31 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | 30 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; |
| 32 | sp:predicate rdf:type ; | 31 | sp:predicate rdf:type ; |
| 33 | sp:subject _:b1 | 32 | sp:subject _:b1 |
| 34 | - ] [ sp:object _:b1 ; | 33 | + ] [ sp:object _:b2 ; |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 37 | + sp:predicate rdf:type ; | ||
| 38 | + sp:subject _:b2 | ||
| 39 | + ] [ sp:object | ||
| 40 | + [ sp:varName "realStatic"^^xsd:string | ||
| 41 | + ] ; | ||
| 42 | + sp:predicate | ||
| 43 | + [ sp:varName "temperatureScaleStatic"^^xsd:string | ||
| 44 | + ] ; | ||
| 36 | sp:subject _:b2 | 45 | sp:subject _:b2 |
| 37 | ] [ sp:object _:b3 ; | 46 | ] [ sp:object _:b3 ; |
| 38 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 47 | + sp:predicate rdf:type ; |
| 39 | sp:subject _:b1 | 48 | sp:subject _:b1 |
| 40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 49 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 41 | sp:predicate rdf:type ; | 50 | sp:predicate rdf:type ; |
| 42 | sp:subject _:b3 | 51 | sp:subject _:b3 |
| 43 | - ] [ sp:object _:b4 ; | 52 | + ] [ sp:object |
| 44 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 53 | + [ sp:varName "realDuration"^^xsd:string |
| 54 | + ] ; | ||
| 55 | + sp:predicate | ||
| 56 | + [ sp:varName "durationScale"^^xsd:string | ||
| 57 | + ] ; | ||
| 45 | sp:subject _:b3 | 58 | sp:subject _:b3 |
| 46 | - ] [ sp:object _:b5 ; | 59 | + ] [ sp:object |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | 60 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 48 | - sp:subject _:b1 | 61 | + ] ; |
| 49 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 50 | - sp:predicate rdf:type ; | ||
| 51 | - sp:subject _:b5 | ||
| 52 | - ] [ sp:object _:b6 ; | ||
| 53 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 62 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 54 | - sp:subject _:b5 | ||
| 55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 56 | - sp:predicate rdf:type ; | ||
| 57 | - sp:subject _:b6 | ||
| 58 | - ] [ sp:object _:b4 ; | ||
| 59 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 60 | - sp:subject _:b6 | ||
| 61 | - ] [ sp:object _:b7 ; | ||
| 62 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | ||
| 63 | sp:subject _:b1 | 63 | sp:subject _:b1 |
| 64 | - ] [ sp:object _:b8 ; | ||
| 65 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 66 | - sp:subject _:b1 | ||
| 67 | - ] [ sp:object _:b9 ; | ||
| 68 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | ||
| 69 | - sp:subject _:b1 | ||
| 70 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 71 | - sp:predicate rdf:type ; | ||
| 72 | - sp:subject _:b9 | ||
| 73 | - ] [ sp:object _:b10 ; | ||
| 74 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 75 | - sp:subject _:b9 | ||
| 76 | - ] [ sp:object _:b11 ; | ||
| 77 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 78 | - sp:subject _:b1 | ||
| 79 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
| 80 | - sp:predicate rdf:type ; | ||
| 81 | - sp:subject _:b11 | ||
| 82 | - ] [ sp:object _:b12 ; | ||
| 83 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 84 | - sp:subject _:b11 | ||
| 85 | - ] [ sp:object _:b13 ; | ||
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | ||
| 87 | - sp:subject _:b11 | ||
| 88 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 89 | - sp:predicate rdf:type ; | ||
| 90 | - sp:subject _:b13 | ||
| 91 | - ] [ sp:object _:b14 ; | ||
| 92 | - sp:predicate _:b15 ; | ||
| 93 | - sp:subject _:b13 | ||
| 94 | - ] [ sp:object _:b16 ; | ||
| 95 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | ||
| 96 | - sp:subject _:b11 | ||
| 97 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 98 | - sp:predicate rdf:type ; | ||
| 99 | - sp:subject _:b16 | ||
| 100 | - ] [ sp:object _:b17 ; | ||
| 101 | - sp:predicate _:b18 ; | ||
| 102 | - sp:subject _:b16 | ||
| 103 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | ||
| 104 | - sp:predicate rdf:type ; | ||
| 105 | - sp:subject _:b12 | ||
| 106 | - ] [ sp:object _:b19 ; | ||
| 107 | - sp:predicate rdfs:comment ; | ||
| 108 | - sp:subject _:b12 | ||
| 109 | - ] [ sp:object _:b20 ; | ||
| 110 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | ||
| 111 | - sp:subject _:b6 | ||
| 112 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 113 | - sp:predicate rdf:type ; | ||
| 114 | - sp:subject _:b20 | ||
| 115 | - ] [ sp:object _:b21 ; | ||
| 116 | - sp:predicate _:b22 ; | ||
| 117 | - sp:subject _:b20 | ||
| 118 | - ] [ sp:object _:b23 ; | ||
| 119 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 120 | - sp:subject _:b6 | ||
| 121 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 122 | - sp:predicate rdf:type ; | ||
| 123 | - sp:subject _:b23 | ||
| 124 | - ] [ sp:object _:b24 ; | ||
| 125 | - sp:predicate _:b25 ; | ||
| 126 | - sp:subject _:b23 | ||
| 127 | - ] [ sp:object _:b26 ; | ||
| 128 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 129 | - sp:subject _:b6 | ||
| 130 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 131 | - sp:predicate rdf:type ; | ||
| 132 | - sp:subject _:b26 | ||
| 133 | - ] [ sp:object _:b27 ; | ||
| 134 | - sp:predicate _:b28 ; | ||
| 135 | - sp:subject _:b26 | ||
| 136 | - ] [ sp:object _:b29 ; | ||
| 137 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 138 | - sp:subject _:b6 | ||
| 139 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 140 | - sp:predicate rdf:type ; | ||
| 141 | - sp:subject _:b29 | ||
| 142 | - ] [ sp:object _:b30 ; | ||
| 143 | - sp:predicate _:b31 ; | ||
| 144 | - sp:subject _:b29 | ||
| 145 | ]) ; | 64 | ]) ; |
| 146 | - sp:where ([ sp:object _:b32 ; | 65 | + sp:where ([ sp:object |
| 66 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 67 | + ] ; | ||
| 147 | sp:predicate ep-spin-lib:nameWellbore ; | 68 | sp:predicate ep-spin-lib:nameWellbore ; |
| 148 | sp:subject spin:_this | 69 | sp:subject spin:_this |
| 149 | - ] [ sp:object _:b33 ; | 70 | + ] [ sp:object |
| 71 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 72 | + ] ; | ||
| 150 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 73 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 151 | sp:subject spin:_this | 74 | sp:subject spin:_this |
| 152 | ] [ sp:object | 75 | ] [ sp:object |
| 153 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 76 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 154 | ] ; | 77 | ] ; |
| 155 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 78 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 156 | - sp:subject _:b2 | 79 | + sp:subject |
| 157 | - ] [ sp:object _:b34 ; | 80 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
| 81 | + ] | ||
| 82 | + ] [ sp:object | ||
| 83 | + [ sp:varName "logInfo"^^xsd:string | ||
| 84 | + ] ; | ||
| 158 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 85 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
| 159 | sp:subject spin:_this | 86 | sp:subject spin:_this |
| 160 | - ] [ sp:object _:b7 ; | ||
| 161 | - sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | ||
| 162 | - sp:subject _:b34 | ||
| 163 | - ] [ sp:object _:b19 ; | ||
| 164 | - sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | ||
| 165 | - sp:subject _:b34 | ||
| 166 | - ] [ rdf:type sp:Optional ; | ||
| 167 | - sp:elements ([ sp:object _:b8 ; | ||
| 168 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | ||
| 169 | - sp:subject _:b34 | ||
| 170 | - ]) | ||
| 171 | - ] [ sp:object _:b35 ; | ||
| 172 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | ||
| 173 | - sp:subject _:b34 | ||
| 174 | - ] [ sp:object _:b36 ; | ||
| 175 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 176 | - sp:subject _:b35 | ||
| 177 | - ] [ sp:object _:b21 ; | ||
| 178 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 179 | - sp:subject _:b35 | ||
| 180 | - ] [ sp:object _:b37 ; | ||
| 181 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | ||
| 182 | - sp:subject _:b34 | ||
| 183 | - ] [ sp:object _:b38 ; | ||
| 184 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 185 | - sp:subject _:b37 | ||
| 186 | - ] [ sp:object _:b24 ; | ||
| 187 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 188 | - sp:subject _:b37 | ||
| 189 | - ] [ rdf:type sp:Optional ; | ||
| 190 | - sp:elements ([ sp:object _:b39 ; | ||
| 191 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | ||
| 192 | - sp:subject _:b34 | ||
| 193 | - ] [ sp:object _:b40 ; | ||
| 194 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 195 | - sp:subject _:b39 | ||
| 196 | - ] [ sp:object _:b27 ; | ||
| 197 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 198 | - sp:subject _:b39 | ||
| 199 | - ]) | ||
| 200 | ] [ rdf:type sp:Optional ; | 87 | ] [ rdf:type sp:Optional ; |
| 201 | - sp:elements ([ sp:object _:b41 ; | 88 | + sp:elements ([ sp:object |
| 202 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 89 | + [ sp:varName "eTimStatic"^^xsd:string |
| 203 | - sp:subject _:b34 | 90 | + ] ; |
| 204 | - ] [ sp:object _:b42 ; | 91 | + sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; |
| 92 | + sp:subject | ||
| 93 | + [ sp:varName "logInfo"^^xsd:string | ||
| 94 | + ] | ||
| 95 | + ] [ sp:object | ||
| 96 | + [ sp:varName "uomDuration"^^xsd:string | ||
| 97 | + ] ; | ||
| 205 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 98 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 206 | - sp:subject _:b41 | 99 | + sp:subject |
| 207 | - ] [ sp:object _:b30 ; | 100 | + [ sp:varName "eTimStatic"^^xsd:string |
| 101 | + ] | ||
| 102 | + ] [ sp:object | ||
| 103 | + [ sp:varName "realDuration"^^xsd:string | ||
| 104 | + ] ; | ||
| 208 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 105 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 209 | - sp:subject _:b41 | 106 | + sp:subject |
| 107 | + [ sp:varName "eTimStatic"^^xsd:string | ||
| 108 | + ] | ||
| 210 | ]) | 109 | ]) |
| 211 | - ] [ sp:object _:b10 ; | 110 | + ] [ sp:object |
| 212 | - sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; | 111 | + [ sp:varName "tempBHST"^^xsd:string |
| 213 | - sp:subject _:b34 | 112 | + ] ; |
| 214 | - ] [ sp:object _:b43 ; | 113 | + sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; |
| 215 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | 114 | + sp:subject |
| 216 | - sp:subject _:b34 | 115 | + [ sp:varName "logInfo"^^xsd:string |
| 217 | - ] [ sp:object _:b44 ; | 116 | + ] |
| 218 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 117 | + ] [ sp:object |
| 219 | - sp:subject _:b43 | 118 | + [ sp:varName "uomStatic"^^xsd:string |
| 220 | - ] [ sp:object _:b14 ; | 119 | + ] ; |
| 221 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 222 | - sp:subject _:b43 | ||
| 223 | - ] [ rdf:type sp:Optional ; | ||
| 224 | - sp:elements ([ sp:object _:b45 ; | ||
| 225 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | ||
| 226 | - sp:subject _:b34 | ||
| 227 | - ] [ sp:object _:b46 ; | ||
| 228 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 120 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 229 | - sp:subject _:b45 | 121 | + sp:subject |
| 230 | - ] [ sp:object _:b17 ; | 122 | + [ sp:varName "tempBHST"^^xsd:string |
| 123 | + ] | ||
| 124 | + ] [ sp:object | ||
| 125 | + [ sp:varName "realStatic"^^xsd:string | ||
| 126 | + ] ; | ||
| 231 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 127 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 232 | - sp:subject _:b45 | 128 | + sp:subject |
| 233 | - ]) | 129 | + [ sp:varName "tempBHST"^^xsd:string |
| 130 | + ] | ||
| 234 | ] [ rdf:type sp:Bind ; | 131 | ] [ rdf:type sp:Bind ; |
| 235 | sp:expression | 132 | sp:expression |
| 236 | [ rdf:type ep-spin-lib:normalizeString ; | 133 | [ rdf:type ep-spin-lib:normalizeString ; |
| 237 | - sp:arg1 _:b32 | 134 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 135 | + ] | ||
| 238 | ] ; | 136 | ] ; |
| 239 | - sp:variable _:b47 | 137 | + sp:variable |
| 138 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 139 | + ] | ||
| 240 | ] [ rdf:type sp:Bind ; | 140 | ] [ rdf:type sp:Bind ; |
| 241 | sp:expression | 141 | sp:expression |
| 242 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 142 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 243 | - sp:arg1 _:b47 ; | 143 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 244 | - sp:arg2 _:b33 | 144 | + ] ; |
| 145 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 146 | + ] | ||
| 245 | ] ; | 147 | ] ; |
| 246 | - sp:variable _:b2 | 148 | + sp:variable |
| 149 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 150 | + ] | ||
| 247 | ] [ rdf:type sp:Bind ; | 151 | ] [ rdf:type sp:Bind ; |
| 248 | sp:expression | 152 | sp:expression |
| 249 | [ rdf:type afn:localname ; | 153 | [ rdf:type afn:localname ; |
| 250 | - sp:arg1 _:b34 | 154 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string |
| 155 | + ] | ||
| 251 | ] ; | 156 | ] ; |
| 252 | - sp:variable _:b48 | 157 | + sp:variable |
| 158 | + [ sp:varName "localname"^^xsd:string | ||
| 159 | + ] | ||
| 253 | ] [ rdf:type sp:Bind ; | 160 | ] [ rdf:type sp:Bind ; |
| 254 | sp:expression | 161 | sp:expression |
| 255 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 162 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
| 256 | - sp:arg1 _:b47 ; | 163 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 257 | - sp:arg2 _:b33 ; | ||
| 258 | - sp:arg3 _:b48 | ||
| 259 | - ] ; | ||
| 260 | - sp:variable _:b1 | ||
| 261 | - ] [ rdf:type sp:Bind ; | ||
| 262 | - sp:expression | ||
| 263 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 264 | - sp:arg1 _:b36 | ||
| 265 | - ] ; | ||
| 266 | - sp:variable _:b22 | ||
| 267 | - ] [ rdf:type sp:Bind ; | ||
| 268 | - sp:expression | ||
| 269 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 270 | - sp:arg1 _:b40 | ||
| 271 | - ] ; | ||
| 272 | - sp:variable _:b28 | ||
| 273 | - ] [ rdf:type sp:Bind ; | ||
| 274 | - sp:expression | ||
| 275 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 276 | - sp:arg1 _:b38 | ||
| 277 | ] ; | 164 | ] ; |
| 278 | - sp:variable _:b25 | 165 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 279 | - ] [ rdf:type sp:Bind ; | ||
| 280 | - sp:expression | ||
| 281 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 282 | - sp:arg1 _:b42 | ||
| 283 | ] ; | 166 | ] ; |
| 284 | - sp:variable _:b31 | 167 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 285 | - ] [ rdf:type sp:Bind ; | 168 | + ] |
| 286 | - sp:expression | ||
| 287 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 288 | - sp:arg1 _:b44 | ||
| 289 | ] ; | 169 | ] ; |
| 290 | - sp:variable _:b15 | 170 | + sp:variable |
| 171 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 172 | + ] | ||
| 291 | ] [ rdf:type sp:Bind ; | 173 | ] [ rdf:type sp:Bind ; |
| 292 | sp:expression | 174 | sp:expression |
| 293 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 175 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
| 294 | - sp:arg1 _:b46 | 176 | + sp:arg1 [ sp:varName "uomDuration"^^xsd:string |
| 177 | + ] | ||
| 295 | ] ; | 178 | ] ; |
| 296 | - sp:variable _:b18 | 179 | + sp:variable |
| 180 | + [ sp:varName "durationScale"^^xsd:string | ||
| 181 | + ] | ||
| 297 | ] [ rdf:type sp:Bind ; | 182 | ] [ rdf:type sp:Bind ; |
| 298 | sp:expression | 183 | sp:expression |
| 299 | - [ rdf:type rhspin:wellBoreByName ; | 184 | + [ rdf:type ep-spin-lib:selectTemperatureScale ; |
| 300 | - arg:wellBoreName | 185 | + sp:arg1 [ sp:varName "uomStatic"^^xsd:string |
| 301 | - [ rdf:type xsd:string ; | ||
| 302 | - sp:arg1 _:b32 | ||
| 303 | ] | 186 | ] |
| 304 | ] ; | 187 | ] ; |
| 305 | - sp:variable _:b4 | 188 | + sp:variable |
| 189 | + [ sp:varName "temperatureScaleStatic"^^xsd:string | ||
| 190 | + ] | ||
| 306 | ]) | 191 | ]) |
| 307 | ] ; | 192 | ] ; |
| 308 | spin:rule | 193 | spin:rule |
| ... | @@ -310,25 +195,25 @@ | ... | @@ -310,25 +195,25 @@ |
| 310 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; | 195 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; |
| 311 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 196 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
| 312 | sp:predicate rdf:type ; | 197 | sp:predicate rdf:type ; |
| 313 | - sp:subject _:b49 | 198 | + sp:subject _:b4 |
| 314 | - ] [ sp:object _:b50 ; | 199 | + ] [ sp:object _:b5 ; |
| 315 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 200 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 316 | - sp:subject _:b49 | 201 | + sp:subject _:b4 |
| 317 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 202 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 318 | sp:predicate rdf:type ; | 203 | sp:predicate rdf:type ; |
| 319 | - sp:subject _:b50 | 204 | + sp:subject _:b5 |
| 320 | ] [ sp:object | 205 | ] [ sp:object |
| 321 | [ sp:varName "realCirculating"^^xsd:string | 206 | [ sp:varName "realCirculating"^^xsd:string |
| 322 | ] ; | 207 | ] ; |
| 323 | sp:predicate | 208 | sp:predicate |
| 324 | [ sp:varName "temperatureScaleCirculating"^^xsd:string | 209 | [ sp:varName "temperatureScaleCirculating"^^xsd:string |
| 325 | ] ; | 210 | ] ; |
| 326 | - sp:subject _:b50 | 211 | + sp:subject _:b5 |
| 327 | ] [ sp:object | 212 | ] [ sp:object |
| 328 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 213 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 329 | ] ; | 214 | ] ; |
| 330 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 215 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 331 | - sp:subject _:b49 | 216 | + sp:subject _:b4 |
| 332 | ]) ; | 217 | ]) ; |
| 333 | sp:where ([ sp:object | 218 | sp:where ([ sp:object |
| 334 | [ sp:varName "nameWellBore"^^xsd:string | 219 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -340,18 +225,6 @@ | ... | @@ -340,18 +225,6 @@ |
| 340 | ] ; | 225 | ] ; |
| 341 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 226 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 342 | sp:subject spin:_this | 227 | sp:subject spin:_this |
| 343 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | ||
| 344 | - sp:predicate rdf:type ; | ||
| 345 | - sp:subject | ||
| 346 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 347 | - ] | ||
| 348 | - ] [ sp:object | ||
| 349 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 350 | - ] ; | ||
| 351 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 352 | - sp:subject | ||
| 353 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 354 | - ] | ||
| 355 | ] [ sp:object | 228 | ] [ sp:object |
| 356 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 229 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 357 | ] ; | 230 | ] ; |
| ... | @@ -360,6 +233,11 @@ | ... | @@ -360,6 +233,11 @@ |
| 360 | [ sp:varName "wellBoreLogRun"^^xsd:string | 233 | [ sp:varName "wellBoreLogRun"^^xsd:string |
| 361 | ] | 234 | ] |
| 362 | ] [ sp:object | 235 | ] [ sp:object |
| 236 | + [ sp:varName "logInfo"^^xsd:string | ||
| 237 | + ] ; | ||
| 238 | + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | ||
| 239 | + sp:subject spin:_this | ||
| 240 | + ] [ sp:object | ||
| 363 | [ sp:varName "tempBHCT"^^xsd:string | 241 | [ sp:varName "tempBHCT"^^xsd:string |
| 364 | ] ; | 242 | ] ; |
| 365 | sp:predicate <http://www.witsml.org/schemas/1series#tempBHCTRef> ; | 243 | sp:predicate <http://www.witsml.org/schemas/1series#tempBHCTRef> ; |
| ... | @@ -402,6 +280,28 @@ | ... | @@ -402,6 +280,28 @@ |
| 402 | ] | 280 | ] |
| 403 | ] [ rdf:type sp:Bind ; | 281 | ] [ rdf:type sp:Bind ; |
| 404 | sp:expression | 282 | sp:expression |
| 283 | + [ rdf:type afn:localname ; | ||
| 284 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string | ||
| 285 | + ] | ||
| 286 | + ] ; | ||
| 287 | + sp:variable | ||
| 288 | + [ sp:varName "localname"^^xsd:string | ||
| 289 | + ] | ||
| 290 | + ] [ rdf:type sp:Bind ; | ||
| 291 | + sp:expression | ||
| 292 | + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | ||
| 293 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 294 | + ] ; | ||
| 295 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 296 | + ] ; | ||
| 297 | + sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 298 | + ] | ||
| 299 | + ] ; | ||
| 300 | + sp:variable | ||
| 301 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 302 | + ] | ||
| 303 | + ] [ rdf:type sp:Bind ; | ||
| 304 | + sp:expression | ||
| 405 | [ rdf:type ep-spin-lib:selectTemperatureScale ; | 305 | [ rdf:type ep-spin-lib:selectTemperatureScale ; |
| 406 | sp:arg1 [ sp:varName "uomCirculating"^^xsd:string | 306 | sp:arg1 [ sp:varName "uomCirculating"^^xsd:string |
| 407 | ] | 307 | ] |
| ... | @@ -413,255 +313,386 @@ | ... | @@ -413,255 +313,386 @@ |
| 413 | ] ; | 313 | ] ; |
| 414 | spin:rule | 314 | spin:rule |
| 415 | [ rdf:type sp:Construct ; | 315 | [ rdf:type sp:Construct ; |
| 416 | - rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; | 316 | + rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; |
| 417 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | 317 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; |
| 418 | sp:predicate rdf:type ; | 318 | sp:predicate rdf:type ; |
| 419 | - sp:subject _:b51 | 319 | + sp:subject _:b6 |
| 420 | - ] [ sp:object _:b52 ; | 320 | + ] [ sp:object _:b6 ; |
| 421 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 321 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 422 | - sp:subject _:b51 | 322 | + sp:subject _:b7 |
| 423 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 323 | + ] [ sp:object _:b8 ; |
| 324 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 325 | + sp:subject _:b6 | ||
| 326 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 424 | sp:predicate rdf:type ; | 327 | sp:predicate rdf:type ; |
| 425 | - sp:subject _:b52 | 328 | + sp:subject _:b8 |
| 426 | - ] [ sp:object | 329 | + ] [ sp:object _:b9 ; |
| 427 | - [ sp:varName "realStatic"^^xsd:string | 330 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 428 | - ] ; | 331 | + sp:subject _:b8 |
| 429 | - sp:predicate | 332 | + ] [ sp:object _:b10 ; |
| 430 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; |
| 431 | - ] ; | 334 | + sp:subject _:b6 |
| 432 | - sp:subject _:b52 | 335 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 433 | - ] [ sp:object _:b53 ; | ||
| 434 | sp:predicate rdf:type ; | 336 | sp:predicate rdf:type ; |
| 435 | - sp:subject _:b51 | 337 | + sp:subject _:b10 |
| 436 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 338 | + ] [ sp:object _:b11 ; |
| 339 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 340 | + sp:subject _:b10 | ||
| 341 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 437 | sp:predicate rdf:type ; | 342 | sp:predicate rdf:type ; |
| 438 | - sp:subject _:b53 | 343 | + sp:subject _:b11 |
| 439 | - ] [ sp:object | 344 | + ] [ sp:object _:b9 ; |
| 440 | - [ sp:varName "realDuration"^^xsd:string | 345 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 441 | - ] ; | 346 | + sp:subject _:b11 |
| 442 | - sp:predicate | 347 | + ] [ sp:object _:b12 ; |
| 443 | - [ sp:varName "durationScale"^^xsd:string | 348 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; |
| 444 | - ] ; | 349 | + sp:subject _:b6 |
| 445 | - sp:subject _:b53 | 350 | + ] [ sp:object _:b13 ; |
| 446 | - ] [ sp:object | 351 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 447 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 352 | + sp:subject _:b6 |
| 448 | - ] ; | 353 | + ] [ sp:object _:b14 ; |
| 354 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | ||
| 355 | + sp:subject _:b6 | ||
| 356 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 357 | + sp:predicate rdf:type ; | ||
| 358 | + sp:subject _:b14 | ||
| 359 | + ] [ sp:object _:b15 ; | ||
| 360 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 361 | + sp:subject _:b14 | ||
| 362 | + ] [ sp:object _:b16 ; | ||
| 363 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 364 | + sp:subject _:b6 | ||
| 365 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
| 366 | + sp:predicate rdf:type ; | ||
| 367 | + sp:subject _:b16 | ||
| 368 | + ] [ sp:object _:b17 ; | ||
| 449 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 369 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 450 | - sp:subject _:b51 | 370 | + sp:subject _:b16 |
| 371 | + ] [ sp:object _:b18 ; | ||
| 372 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | ||
| 373 | + sp:subject _:b16 | ||
| 374 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 375 | + sp:predicate rdf:type ; | ||
| 376 | + sp:subject _:b18 | ||
| 377 | + ] [ sp:object _:b19 ; | ||
| 378 | + sp:predicate _:b20 ; | ||
| 379 | + sp:subject _:b18 | ||
| 380 | + ] [ sp:object _:b21 ; | ||
| 381 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | ||
| 382 | + sp:subject _:b16 | ||
| 383 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 384 | + sp:predicate rdf:type ; | ||
| 385 | + sp:subject _:b21 | ||
| 386 | + ] [ sp:object _:b22 ; | ||
| 387 | + sp:predicate _:b23 ; | ||
| 388 | + sp:subject _:b21 | ||
| 389 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | ||
| 390 | + sp:predicate rdf:type ; | ||
| 391 | + sp:subject _:b17 | ||
| 392 | + ] [ sp:object _:b24 ; | ||
| 393 | + sp:predicate rdfs:comment ; | ||
| 394 | + sp:subject _:b17 | ||
| 395 | + ] [ sp:object _:b25 ; | ||
| 396 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | ||
| 397 | + sp:subject _:b11 | ||
| 398 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 399 | + sp:predicate rdf:type ; | ||
| 400 | + sp:subject _:b25 | ||
| 401 | + ] [ sp:object _:b26 ; | ||
| 402 | + sp:predicate _:b27 ; | ||
| 403 | + sp:subject _:b25 | ||
| 404 | + ] [ sp:object _:b28 ; | ||
| 405 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 406 | + sp:subject _:b11 | ||
| 407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 408 | + sp:predicate rdf:type ; | ||
| 409 | + sp:subject _:b28 | ||
| 410 | + ] [ sp:object _:b29 ; | ||
| 411 | + sp:predicate _:b30 ; | ||
| 412 | + sp:subject _:b28 | ||
| 413 | + ] [ sp:object _:b31 ; | ||
| 414 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 415 | + sp:subject _:b11 | ||
| 416 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 417 | + sp:predicate rdf:type ; | ||
| 418 | + sp:subject _:b31 | ||
| 419 | + ] [ sp:object _:b32 ; | ||
| 420 | + sp:predicate _:b33 ; | ||
| 421 | + sp:subject _:b31 | ||
| 422 | + ] [ sp:object _:b34 ; | ||
| 423 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 424 | + sp:subject _:b11 | ||
| 425 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 426 | + sp:predicate rdf:type ; | ||
| 427 | + sp:subject _:b34 | ||
| 428 | + ] [ sp:object _:b35 ; | ||
| 429 | + sp:predicate _:b36 ; | ||
| 430 | + sp:subject _:b34 | ||
| 451 | ]) ; | 431 | ]) ; |
| 452 | - sp:where ([ sp:object | 432 | + sp:where ([ sp:object _:b37 ; |
| 453 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 454 | - ] ; | ||
| 455 | sp:predicate ep-spin-lib:nameWellbore ; | 433 | sp:predicate ep-spin-lib:nameWellbore ; |
| 456 | sp:subject spin:_this | 434 | sp:subject spin:_this |
| 457 | - ] [ sp:object | 435 | + ] [ sp:object _:b38 ; |
| 458 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 459 | - ] ; | ||
| 460 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 436 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 461 | sp:subject spin:_this | 437 | sp:subject spin:_this |
| 462 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | ||
| 463 | - sp:predicate rdf:type ; | ||
| 464 | - sp:subject | ||
| 465 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 466 | - ] | ||
| 467 | - ] [ sp:object | ||
| 468 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 469 | - ] ; | ||
| 470 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 471 | - sp:subject | ||
| 472 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 473 | - ] | ||
| 474 | ] [ sp:object | 438 | ] [ sp:object |
| 475 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 439 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string |
| 476 | ] ; | 440 | ] ; |
| 477 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 441 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 478 | - sp:subject | 442 | + sp:subject _:b7 |
| 479 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 443 | + ] [ sp:object _:b39 ; |
| 480 | - ] | 444 | + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
| 445 | + sp:subject spin:_this | ||
| 446 | + ] [ sp:object _:b12 ; | ||
| 447 | + sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | ||
| 448 | + sp:subject _:b39 | ||
| 449 | + ] [ sp:object _:b24 ; | ||
| 450 | + sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | ||
| 451 | + sp:subject _:b39 | ||
| 481 | ] [ rdf:type sp:Optional ; | 452 | ] [ rdf:type sp:Optional ; |
| 482 | - sp:elements ([ sp:object | 453 | + sp:elements ([ sp:object _:b13 ; |
| 483 | - [ sp:varName "eTimStatic"^^xsd:string | 454 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 484 | - ] ; | 455 | + sp:subject _:b39 |
| 485 | - sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; | 456 | + ]) |
| 486 | - sp:subject | 457 | + ] [ sp:object _:b40 ; |
| 487 | - [ sp:varName "logInfo"^^xsd:string | 458 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 488 | - ] | 459 | + sp:subject _:b39 |
| 489 | - ] [ sp:object | 460 | + ] [ sp:object _:b41 ; |
| 490 | - [ sp:varName "uomDuration"^^xsd:string | ||
| 491 | - ] ; | ||
| 492 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 461 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 493 | - sp:subject | 462 | + sp:subject _:b40 |
| 494 | - [ sp:varName "eTimStatic"^^xsd:string | 463 | + ] [ sp:object _:b26 ; |
| 495 | - ] | ||
| 496 | - ] [ sp:object | ||
| 497 | - [ sp:varName "realDuration"^^xsd:string | ||
| 498 | - ] ; | ||
| 499 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 464 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 500 | - sp:subject | 465 | + sp:subject _:b40 |
| 501 | - [ sp:varName "eTimStatic"^^xsd:string | 466 | + ] [ sp:object _:b42 ; |
| 502 | - ] | 467 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 468 | + sp:subject _:b39 | ||
| 469 | + ] [ sp:object _:b43 ; | ||
| 470 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 471 | + sp:subject _:b42 | ||
| 472 | + ] [ sp:object _:b29 ; | ||
| 473 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 474 | + sp:subject _:b42 | ||
| 475 | + ] [ rdf:type sp:Optional ; | ||
| 476 | + sp:elements ([ sp:object _:b44 ; | ||
| 477 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | ||
| 478 | + sp:subject _:b39 | ||
| 479 | + ] [ sp:object _:b45 ; | ||
| 480 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 481 | + sp:subject _:b44 | ||
| 482 | + ] [ sp:object _:b32 ; | ||
| 483 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 484 | + sp:subject _:b44 | ||
| 503 | ]) | 485 | ]) |
| 504 | - ] [ sp:object | 486 | + ] [ rdf:type sp:Optional ; |
| 505 | - [ sp:varName "tempBHST"^^xsd:string | 487 | + sp:elements ([ sp:object _:b46 ; |
| 506 | - ] ; | 488 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 507 | - sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; | 489 | + sp:subject _:b39 |
| 508 | - sp:subject | 490 | + ] [ sp:object _:b47 ; |
| 509 | - [ sp:varName "logInfo"^^xsd:string | ||
| 510 | - ] | ||
| 511 | - ] [ sp:object | ||
| 512 | - [ sp:varName "uomStatic"^^xsd:string | ||
| 513 | - ] ; | ||
| 514 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 491 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 515 | - sp:subject | 492 | + sp:subject _:b46 |
| 516 | - [ sp:varName "tempBHST"^^xsd:string | 493 | + ] [ sp:object _:b35 ; |
| 517 | - ] | ||
| 518 | - ] [ sp:object | ||
| 519 | - [ sp:varName "realStatic"^^xsd:string | ||
| 520 | - ] ; | ||
| 521 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 494 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 522 | - sp:subject | 495 | + sp:subject _:b46 |
| 523 | - [ sp:varName "tempBHST"^^xsd:string | 496 | + ]) |
| 524 | - ] | 497 | + ] [ sp:object _:b15 ; |
| 498 | + sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; | ||
| 499 | + sp:subject _:b39 | ||
| 500 | + ] [ sp:object _:b48 ; | ||
| 501 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | ||
| 502 | + sp:subject _:b39 | ||
| 503 | + ] [ sp:object _:b49 ; | ||
| 504 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 505 | + sp:subject _:b48 | ||
| 506 | + ] [ sp:object _:b19 ; | ||
| 507 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 508 | + sp:subject _:b48 | ||
| 509 | + ] [ rdf:type sp:Optional ; | ||
| 510 | + sp:elements ([ sp:object _:b50 ; | ||
| 511 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | ||
| 512 | + sp:subject _:b39 | ||
| 513 | + ] [ sp:object _:b51 ; | ||
| 514 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 515 | + sp:subject _:b50 | ||
| 516 | + ] [ sp:object _:b22 ; | ||
| 517 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 518 | + sp:subject _:b50 | ||
| 519 | + ]) | ||
| 525 | ] [ rdf:type sp:Bind ; | 520 | ] [ rdf:type sp:Bind ; |
| 526 | sp:expression | 521 | sp:expression |
| 527 | [ rdf:type ep-spin-lib:normalizeString ; | 522 | [ rdf:type ep-spin-lib:normalizeString ; |
| 528 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 523 | + sp:arg1 _:b37 |
| 529 | - ] | ||
| 530 | ] ; | 524 | ] ; |
| 531 | - sp:variable | 525 | + sp:variable _:b52 |
| 532 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 533 | - ] | ||
| 534 | ] [ rdf:type sp:Bind ; | 526 | ] [ rdf:type sp:Bind ; |
| 535 | sp:expression | 527 | sp:expression |
| 536 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 528 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 537 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 529 | + sp:arg1 _:b52 ; |
| 530 | + sp:arg2 _:b38 | ||
| 538 | ] ; | 531 | ] ; |
| 539 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 532 | + sp:variable _:b7 |
| 540 | - ] | 533 | + ] [ rdf:type sp:Bind ; |
| 534 | + sp:expression | ||
| 535 | + [ rdf:type afn:localname ; | ||
| 536 | + sp:arg1 _:b39 | ||
| 541 | ] ; | 537 | ] ; |
| 542 | - sp:variable | 538 | + sp:variable _:b53 |
| 543 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 544 | - ] | ||
| 545 | ] [ rdf:type sp:Bind ; | 539 | ] [ rdf:type sp:Bind ; |
| 546 | sp:expression | 540 | sp:expression |
| 547 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 541 | + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
| 548 | - sp:arg1 [ sp:varName "uomDuration"^^xsd:string | 542 | + sp:arg1 _:b52 ; |
| 549 | - ] | 543 | + sp:arg2 _:b38 ; |
| 544 | + sp:arg3 _:b53 | ||
| 550 | ] ; | 545 | ] ; |
| 551 | - sp:variable | 546 | + sp:variable _:b6 |
| 552 | - [ sp:varName "durationScale"^^xsd:string | ||
| 553 | - ] | ||
| 554 | ] [ rdf:type sp:Bind ; | 547 | ] [ rdf:type sp:Bind ; |
| 555 | sp:expression | 548 | sp:expression |
| 556 | - [ rdf:type ep-spin-lib:selectTemperatureScale ; | 549 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 557 | - sp:arg1 [ sp:varName "uomStatic"^^xsd:string | 550 | + sp:arg1 _:b41 |
| 558 | - ] | ||
| 559 | ] ; | 551 | ] ; |
| 560 | - sp:variable | 552 | + sp:variable _:b27 |
| 561 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 553 | + ] [ rdf:type sp:Bind ; |
| 554 | + sp:expression | ||
| 555 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 556 | + sp:arg1 _:b45 | ||
| 557 | + ] ; | ||
| 558 | + sp:variable _:b33 | ||
| 559 | + ] [ rdf:type sp:Bind ; | ||
| 560 | + sp:expression | ||
| 561 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 562 | + sp:arg1 _:b43 | ||
| 563 | + ] ; | ||
| 564 | + sp:variable _:b30 | ||
| 565 | + ] [ rdf:type sp:Bind ; | ||
| 566 | + sp:expression | ||
| 567 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 568 | + sp:arg1 _:b47 | ||
| 569 | + ] ; | ||
| 570 | + sp:variable _:b36 | ||
| 571 | + ] [ rdf:type sp:Bind ; | ||
| 572 | + sp:expression | ||
| 573 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 574 | + sp:arg1 _:b49 | ||
| 575 | + ] ; | ||
| 576 | + sp:variable _:b20 | ||
| 577 | + ] [ rdf:type sp:Bind ; | ||
| 578 | + sp:expression | ||
| 579 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 580 | + sp:arg1 _:b51 | ||
| 581 | + ] ; | ||
| 582 | + sp:variable _:b23 | ||
| 583 | + ] [ rdf:type sp:Bind ; | ||
| 584 | + sp:expression | ||
| 585 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 586 | + arg:wellBoreName | ||
| 587 | + [ rdf:type xsd:string ; | ||
| 588 | + sp:arg1 _:b37 | ||
| 562 | ] | 589 | ] |
| 590 | + ] ; | ||
| 591 | + sp:variable _:b9 | ||
| 563 | ]) | 592 | ]) |
| 564 | ] . | 593 | ] . |
| 565 | 594 | ||
| 566 | -_:b32 | 595 | +_:b6 sp:varName "wellBoreLogRun"^^xsd:string . |
| 567 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 568 | 596 | ||
| 569 | -_:b33 | 597 | +_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 570 | - sp:varName "dTimStart"^^xsd:string . | ||
| 571 | 598 | ||
| 572 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 599 | +_:b9 sp:varName "wellBore"^^xsd:string . |
| 573 | 600 | ||
| 574 | -_:b34 | 601 | +_:b12 |
| 575 | - sp:varName "logInfo"^^xsd:string . | 602 | + sp:varName "runNumber"^^xsd:string . |
| 603 | + | ||
| 604 | +_:b13 | ||
| 605 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 576 | 606 | ||
| 577 | -_:b7 sp:varName "runNumber"^^xsd:string . | 607 | +_:b15 |
| 608 | + sp:varName "nameServiceCompany"^^xsd:string . | ||
| 578 | 609 | ||
| 579 | _:b19 | 610 | _:b19 |
| 611 | + sp:varName "realMdTool"^^xsd:string . | ||
| 612 | + | ||
| 613 | +_:b20 | ||
| 614 | + sp:varName "lengthScaleMdTool"^^xsd:string . | ||
| 615 | + | ||
| 616 | +_:b22 | ||
| 617 | + sp:varName "realTvdTool"^^xsd:string . | ||
| 618 | + | ||
| 619 | +_:b23 | ||
| 620 | + sp:varName "lengthScaleTvdTool"^^xsd:string . | ||
| 621 | + | ||
| 622 | +_:b24 | ||
| 580 | sp:varName "toolDescription"^^xsd:string . | 623 | sp:varName "toolDescription"^^xsd:string . |
| 581 | 624 | ||
| 582 | -_:b8 sp:varName "dTimEnd"^^xsd:string . | 625 | +_:b26 |
| 626 | + sp:varName "realMdTop"^^xsd:string . | ||
| 627 | + | ||
| 628 | +_:b27 | ||
| 629 | + sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 630 | + | ||
| 631 | +_:b29 | ||
| 632 | + sp:varName "realMdBottom"^^xsd:string . | ||
| 633 | + | ||
| 634 | +_:b30 | ||
| 635 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 636 | + | ||
| 637 | +_:b32 | ||
| 638 | + sp:varName "realTvdTop"^^xsd:string . | ||
| 639 | + | ||
| 640 | +_:b33 | ||
| 641 | + sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 583 | 642 | ||
| 584 | _:b35 | 643 | _:b35 |
| 585 | - sp:varName "mdTop"^^xsd:string . | 644 | + sp:varName "realTvdBottom"^^xsd:string . |
| 586 | 645 | ||
| 587 | _:b36 | 646 | _:b36 |
| 588 | - sp:varName "uomMdTop"^^xsd:string . | 647 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . |
| 589 | - | ||
| 590 | -_:b21 | ||
| 591 | - sp:varName "realMdTop"^^xsd:string . | ||
| 592 | 648 | ||
| 593 | _:b37 | 649 | _:b37 |
| 594 | - sp:varName "mdBottom"^^xsd:string . | 650 | + sp:varName "nameWellBore"^^xsd:string . |
| 595 | 651 | ||
| 596 | _:b38 | 652 | _:b38 |
| 597 | - sp:varName "uomMdBottom"^^xsd:string . | 653 | + sp:varName "dTimStart"^^xsd:string . |
| 598 | - | ||
| 599 | -_:b24 | ||
| 600 | - sp:varName "realMdBottom"^^xsd:string . | ||
| 601 | 654 | ||
| 602 | _:b39 | 655 | _:b39 |
| 603 | - sp:varName "tvdTop"^^xsd:string . | 656 | + sp:varName "logInfo"^^xsd:string . |
| 604 | 657 | ||
| 605 | _:b40 | 658 | _:b40 |
| 606 | - sp:varName "uomTvdTop"^^xsd:string . | 659 | + sp:varName "mdTop"^^xsd:string . |
| 607 | - | ||
| 608 | -_:b27 | ||
| 609 | - sp:varName "realTvdTop"^^xsd:string . | ||
| 610 | 660 | ||
| 611 | _:b41 | 661 | _:b41 |
| 612 | - sp:varName "tvdBottom"^^xsd:string . | 662 | + sp:varName "uomMdTop"^^xsd:string . |
| 613 | 663 | ||
| 614 | _:b42 | 664 | _:b42 |
| 615 | - sp:varName "uomTvdBottom"^^xsd:string . | 665 | + sp:varName "mdBottom"^^xsd:string . |
| 616 | - | ||
| 617 | -_:b30 | ||
| 618 | - sp:varName "realTvdBottom"^^xsd:string . | ||
| 619 | - | ||
| 620 | -_:b10 | ||
| 621 | - sp:varName "nameServiceCompany"^^xsd:string . | ||
| 622 | 666 | ||
| 623 | _:b43 | 667 | _:b43 |
| 624 | - sp:varName "mdTempTool"^^xsd:string . | 668 | + sp:varName "uomMdBottom"^^xsd:string . |
| 625 | 669 | ||
| 626 | _:b44 | 670 | _:b44 |
| 627 | - sp:varName "uomMdTool"^^xsd:string . | 671 | + sp:varName "tvdTop"^^xsd:string . |
| 628 | - | ||
| 629 | -_:b14 | ||
| 630 | - sp:varName "realMdTool"^^xsd:string . | ||
| 631 | 672 | ||
| 632 | _:b45 | 673 | _:b45 |
| 633 | - sp:varName "tvdTempTool"^^xsd:string . | 674 | + sp:varName "uomTvdTop"^^xsd:string . |
| 634 | 675 | ||
| 635 | _:b46 | 676 | _:b46 |
| 636 | - sp:varName "uomTvdTool"^^xsd:string . | 677 | + sp:varName "tvdBottom"^^xsd:string . |
| 637 | - | ||
| 638 | -_:b17 | ||
| 639 | - sp:varName "realTvdTool"^^xsd:string . | ||
| 640 | 678 | ||
| 641 | _:b47 | 679 | _:b47 |
| 642 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 680 | + sp:varName "uomTvdBottom"^^xsd:string . |
| 643 | 681 | ||
| 644 | _:b48 | 682 | _:b48 |
| 645 | - sp:varName "localname"^^xsd:string . | 683 | + sp:varName "mdTempTool"^^xsd:string . |
| 646 | - | ||
| 647 | -_:b1 sp:varName "wellBoreLogRun"^^xsd:string . | ||
| 648 | - | ||
| 649 | -_:b22 | ||
| 650 | - sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 651 | - | ||
| 652 | -_:b28 | ||
| 653 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 654 | 684 | ||
| 655 | -_:b25 | 685 | +_:b49 |
| 656 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | 686 | + sp:varName "uomMdTool"^^xsd:string . |
| 657 | 687 | ||
| 658 | -_:b31 | 688 | +_:b50 |
| 659 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | 689 | + sp:varName "tvdTempTool"^^xsd:string . |
| 660 | 690 | ||
| 661 | -_:b15 | 691 | +_:b51 |
| 662 | - sp:varName "lengthScaleMdTool"^^xsd:string . | 692 | + sp:varName "uomTvdTool"^^xsd:string . |
| 663 | 693 | ||
| 664 | -_:b18 | 694 | +_:b52 |
| 665 | - sp:varName "lengthScaleTvdTool"^^xsd:string . | 695 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 666 | 696 | ||
| 667 | -_:b4 sp:varName "wellBore"^^xsd:string . | 697 | +_:b53 |
| 698 | + sp:varName "localname"^^xsd:string . | ... | ... |
-
Please register or login to post a comment