David Price

Survey Station section done

1 -# Saved by TopBraid on Mon Sep 26 14:05:37 BST 2011 1 +# Saved by TopBraid on Mon Sep 26 15:36:29 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables 2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 <http://www.reportinghub.no/ep/spin/ddr-tables> 20 <http://www.reportinghub.no/ep/spin/ddr-tables>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
23 - 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> ; 23 + 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:versionInfo "0.1.0"^^xsd:string . 24 owl:versionInfo "0.1.0"^^xsd:string .
25 25
26 ddr-tables:BitRecord 26 ddr-tables:BitRecord
...@@ -1052,56 +1052,61 @@ ddr-tables:SurveyStation ...@@ -1052,56 +1052,61 @@ ddr-tables:SurveyStation
1052 rdfs:subClassOf rhspin:DDRTableTemplates ; 1052 rdfs:subClassOf rhspin:DDRTableTemplates ;
1053 spin:body 1053 spin:body
1054 [ rdf:type sp:Select ; 1054 [ rdf:type sp:Select ;
1055 - sp:resultVariables ([ sp:varName "depthmMD"^^xsd:string 1055 + sp:resultVariables (_:b128 _:b129 _:b130 _:b131) ;
1056 - ] [ sp:varName "depthmTVD"^^xsd:string 1056 + sp:where ([ sp:object _:b132 ;
1057 - ] [ sp:varName "inclination"^^xsd:string
1058 - ] [ sp:varName "azimuth"^^xsd:string
1059 - ]) ;
1060 - sp:where ([ sp:object _:b128 ;
1061 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1057 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1062 sp:subject 1058 sp:subject
1063 [ sp:varName "report"^^xsd:string 1059 [ sp:varName "report"^^xsd:string
1064 ] 1060 ]
1065 - ] [ sp:object _:b129 ; 1061 + ] [ sp:object _:b133 ;
1066 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1062 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1067 - sp:subject _:b128 1063 + sp:subject _:b132
1068 - ] [ sp:object 1064 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ;
1069 - [ sp:varName "startTime"^^xsd:string 1065 + sp:predicate rdf:type ;
1070 - ] ; 1066 + sp:subject _:b133
1071 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1072 - sp:subject _:b129
1073 - ] [ sp:object
1074 - [ sp:varName "endTime"^^xsd:string
1075 - ] ;
1076 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1077 - sp:subject _:b129
1078 ] [ rdf:type sp:Optional ; 1067 ] [ rdf:type sp:Optional ;
1079 - sp:elements ([ sp:object _:b130 ; 1068 + sp:elements ([ sp:object _:b134 ;
1080 - sp:predicate rdf:type ; 1069 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1081 - sp:subject _:b129 1070 + sp:subject _:b133
1082 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1071 + ] [ sp:object _:b135 ;
1083 - sp:predicate rdf:type ; 1072 + sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ;
1084 - sp:subject _:b130 1073 + sp:subject _:b134
1074 + ] [ sp:object _:b131 ;
1075 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1076 + sp:subject _:b135
1085 ]) 1077 ])
1086 ] [ rdf:type sp:Optional ; 1078 ] [ rdf:type sp:Optional ;
1087 - sp:elements ([ sp:object _:b131 ; 1079 + sp:elements ([ sp:object _:b134 ;
1088 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1080 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1089 - sp:subject _:b129 1081 + sp:subject _:b133
1090 - ] [ sp:object _:b132 ; 1082 + ] [ sp:object _:b136 ;
1091 - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1083 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
1092 - sp:subject _:b131 1084 + sp:subject _:b134
1093 - ] [ sp:object 1085 + ] [ sp:object _:b128 ;
1094 - [ sp:varName "endDepth"^^xsd:string
1095 - ] ;
1096 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1086 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1097 - sp:subject _:b132 1087 + sp:subject _:b136
1098 ]) 1088 ])
1099 ] [ rdf:type sp:Optional ; 1089 ] [ rdf:type sp:Optional ;
1100 - sp:elements ([ sp:object 1090 + sp:elements ([ sp:object _:b134 ;
1101 - [ sp:varName "comments"^^xsd:string 1091 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1102 - ] ; 1092 + sp:subject _:b133
1103 - sp:predicate rdfs:comment ; 1093 + ] [ sp:object _:b137 ;
1104 - sp:subject _:b129 1094 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
1095 + sp:subject _:b134
1096 + ] [ sp:object _:b129 ;
1097 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1098 + sp:subject _:b137
1099 + ])
1100 + ] [ rdf:type sp:Optional ;
1101 + sp:elements ([ sp:object _:b134 ;
1102 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1103 + sp:subject _:b133
1104 + ] [ sp:object _:b138 ;
1105 + sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ;
1106 + sp:subject _:b134
1107 + ] [ sp:object _:b130 ;
1108 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1109 + sp:subject _:b138
1105 ]) 1110 ])
1106 ]) 1111 ])
1107 ] ; 1112 ] ;
...@@ -1113,8 +1118,8 @@ ddr-tables:WellControlIncident ...@@ -1113,8 +1118,8 @@ ddr-tables:WellControlIncident
1113 rdfs:subClassOf rhspin:DDRTableTemplates ; 1118 rdfs:subClassOf rhspin:DDRTableTemplates ;
1114 spin:body 1119 spin:body
1115 [ rdf:type sp:Select ; 1120 [ rdf:type sp:Select ;
1116 - sp:orderBy (_:b133) ; 1121 + sp:orderBy (_:b139) ;
1117 - sp:resultVariables (_:b133 [ sp:varName "depthOfWell"^^xsd:string 1122 + sp:resultVariables (_:b139 [ sp:varName "depthOfWell"^^xsd:string
1118 ] [ sp:varName "lostTime"^^xsd:string 1123 ] [ sp:varName "lostTime"^^xsd:string
1119 ] [ sp:varName "timeForWellControlRegain"^^xsd:string 1124 ] [ sp:varName "timeForWellControlRegain"^^xsd:string
1120 ] [ sp:varName "depthAtBit"^^xsd:string 1125 ] [ sp:varName "depthAtBit"^^xsd:string
...@@ -1129,51 +1134,51 @@ ddr-tables:WellControlIncident ...@@ -1129,51 +1134,51 @@ ddr-tables:WellControlIncident
1129 ] [ sp:varName "formation"^^xsd:string 1134 ] [ sp:varName "formation"^^xsd:string
1130 ] [ sp:varName "bHT"^^xsd:string 1135 ] [ sp:varName "bHT"^^xsd:string
1131 ]) ; 1136 ]) ;
1132 - sp:where ([ sp:object _:b134 ; 1137 + sp:where ([ sp:object _:b140 ;
1133 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1138 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1134 sp:subject 1139 sp:subject
1135 [ sp:varName "report"^^xsd:string 1140 [ sp:varName "report"^^xsd:string
1136 ] 1141 ]
1137 - ] [ sp:object _:b135 ; 1142 + ] [ sp:object _:b141 ;
1138 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1143 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1139 - sp:subject _:b134 1144 + sp:subject _:b140
1140 ] [ sp:object 1145 ] [ sp:object
1141 [ sp:varName "startTime"^^xsd:string 1146 [ sp:varName "startTime"^^xsd:string
1142 ] ; 1147 ] ;
1143 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1148 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1144 - sp:subject _:b135 1149 + sp:subject _:b141
1145 ] [ sp:object 1150 ] [ sp:object
1146 [ sp:varName "endTime"^^xsd:string 1151 [ sp:varName "endTime"^^xsd:string
1147 ] ; 1152 ] ;
1148 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1153 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1149 - sp:subject _:b135 1154 + sp:subject _:b141
1150 ] [ rdf:type sp:Optional ; 1155 ] [ rdf:type sp:Optional ;
1151 - sp:elements ([ sp:object _:b136 ; 1156 + sp:elements ([ sp:object _:b142 ;
1152 sp:predicate rdf:type ; 1157 sp:predicate rdf:type ;
1153 - sp:subject _:b135 1158 + sp:subject _:b141
1154 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1159 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1155 sp:predicate rdf:type ; 1160 sp:predicate rdf:type ;
1156 - sp:subject _:b136 1161 + sp:subject _:b142
1157 ]) 1162 ])
1158 ] [ rdf:type sp:Optional ; 1163 ] [ rdf:type sp:Optional ;
1159 - sp:elements ([ sp:object _:b137 ; 1164 + sp:elements ([ sp:object _:b143 ;
1160 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1165 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1161 - sp:subject _:b135 1166 + sp:subject _:b141
1162 - ] [ sp:object _:b138 ; 1167 + ] [ sp:object _:b144 ;
1163 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1168 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1164 - sp:subject _:b137 1169 + sp:subject _:b143
1165 ] [ sp:object 1170 ] [ sp:object
1166 [ sp:varName "endDepth"^^xsd:string 1171 [ sp:varName "endDepth"^^xsd:string
1167 ] ; 1172 ] ;
1168 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1173 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1169 - sp:subject _:b138 1174 + sp:subject _:b144
1170 ]) 1175 ])
1171 ] [ rdf:type sp:Optional ; 1176 ] [ rdf:type sp:Optional ;
1172 sp:elements ([ sp:object 1177 sp:elements ([ sp:object
1173 [ sp:varName "comments"^^xsd:string 1178 [ sp:varName "comments"^^xsd:string
1174 ] ; 1179 ] ;
1175 sp:predicate rdfs:comment ; 1180 sp:predicate rdfs:comment ;
1176 - sp:subject _:b135 1181 + sp:subject _:b141
1177 ]) 1182 ])
1178 ]) 1183 ])
1179 ] ; 1184 ] ;
...@@ -1185,8 +1190,8 @@ ddr-tables:WellTestInformation ...@@ -1185,8 +1190,8 @@ ddr-tables:WellTestInformation
1185 rdfs:subClassOf rhspin:DDRTableTemplates ; 1190 rdfs:subClassOf rhspin:DDRTableTemplates ;
1186 spin:body 1191 spin:body
1187 [ rdf:type sp:Select ; 1192 [ rdf:type sp:Select ;
1188 - sp:orderBy (_:b139) ; 1193 + sp:orderBy (_:b145) ;
1189 - sp:resultVariables (_:b139 [ sp:varName "testNo"^^xsd:string 1194 + sp:resultVariables (_:b145 [ sp:varName "testNo"^^xsd:string
1190 ] [ sp:varName "type"^^xsd:string 1195 ] [ sp:varName "type"^^xsd:string
1191 ] [ sp:varName "depthTopmMD"^^xsd:string 1196 ] [ sp:varName "depthTopmMD"^^xsd:string
1192 ] [ sp:varName "depthBottommMD"^^xsd:string 1197 ] [ sp:varName "depthBottommMD"^^xsd:string
...@@ -1204,107 +1209,92 @@ ddr-tables:WellTestInformation ...@@ -1204,107 +1209,92 @@ ddr-tables:WellTestInformation
1204 ] [ sp:varName "cO2Content"^^xsd:string 1209 ] [ sp:varName "cO2Content"^^xsd:string
1205 ] [ sp:varName "h2SContent"^^xsd:string 1210 ] [ sp:varName "h2SContent"^^xsd:string
1206 ]) ; 1211 ]) ;
1207 - sp:where ([ sp:object _:b140 ; 1212 + sp:where ([ sp:object _:b146 ;
1208 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1213 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1209 sp:subject 1214 sp:subject
1210 [ sp:varName "report"^^xsd:string 1215 [ sp:varName "report"^^xsd:string
1211 ] 1216 ]
1212 - ] [ sp:object _:b141 ; 1217 + ] [ sp:object _:b147 ;
1213 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1218 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1214 - sp:subject _:b140 1219 + sp:subject _:b146
1215 ] [ sp:object 1220 ] [ sp:object
1216 [ sp:varName "startTime"^^xsd:string 1221 [ sp:varName "startTime"^^xsd:string
1217 ] ; 1222 ] ;
1218 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1223 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1219 - sp:subject _:b141 1224 + sp:subject _:b147
1220 ] [ sp:object 1225 ] [ sp:object
1221 [ sp:varName "endTime"^^xsd:string 1226 [ sp:varName "endTime"^^xsd:string
1222 ] ; 1227 ] ;
1223 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1228 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1224 - sp:subject _:b141 1229 + sp:subject _:b147
1225 ] [ rdf:type sp:Optional ; 1230 ] [ rdf:type sp:Optional ;
1226 - sp:elements ([ sp:object _:b142 ; 1231 + sp:elements ([ sp:object _:b148 ;
1227 sp:predicate rdf:type ; 1232 sp:predicate rdf:type ;
1228 - sp:subject _:b141 1233 + sp:subject _:b147
1229 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1234 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1230 sp:predicate rdf:type ; 1235 sp:predicate rdf:type ;
1231 - sp:subject _:b142 1236 + sp:subject _:b148
1232 ]) 1237 ])
1233 ] [ rdf:type sp:Optional ; 1238 ] [ rdf:type sp:Optional ;
1234 - sp:elements ([ sp:object _:b143 ; 1239 + sp:elements ([ sp:object _:b149 ;
1235 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1240 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1236 - sp:subject _:b141 1241 + sp:subject _:b147
1237 - ] [ sp:object _:b144 ; 1242 + ] [ sp:object _:b150 ;
1238 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1243 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1239 - sp:subject _:b143 1244 + sp:subject _:b149
1240 ] [ sp:object 1245 ] [ sp:object
1241 [ sp:varName "endDepth"^^xsd:string 1246 [ sp:varName "endDepth"^^xsd:string
1242 ] ; 1247 ] ;
1243 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1248 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1244 - sp:subject _:b144 1249 + sp:subject _:b150
1245 ]) 1250 ])
1246 ] [ rdf:type sp:Optional ; 1251 ] [ rdf:type sp:Optional ;
1247 sp:elements ([ sp:object 1252 sp:elements ([ sp:object
1248 [ sp:varName "comments"^^xsd:string 1253 [ sp:varName "comments"^^xsd:string
1249 ] ; 1254 ] ;
1250 sp:predicate rdfs:comment ; 1255 sp:predicate rdfs:comment ;
1251 - sp:subject _:b141 1256 + sp:subject _:b147
1252 ]) 1257 ])
1253 ]) 1258 ])
1254 ] ; 1259 ] ;
1255 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) . 1260 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) .
1256 1261
1257 -_:b144 1262 +_:b150
1258 sp:varName "ed"^^xsd:string . 1263 sp:varName "ed"^^xsd:string .
1259 1264
1260 -_:b143 1265 +_:b149
1261 sp:varName "wellbore"^^xsd:string . 1266 sp:varName "wellbore"^^xsd:string .
1262 1267
1263 -_:b142 1268 +_:b148
1264 sp:varName "activity"^^xsd:string . 1269 sp:varName "activity"^^xsd:string .
1265 1270
1266 -_:b141 1271 +_:b147
1267 sp:varName "part"^^xsd:string . 1272 sp:varName "part"^^xsd:string .
1268 1273
1269 -_:b140 1274 +_:b146
1270 sp:varName "reportOn"^^xsd:string . 1275 sp:varName "reportOn"^^xsd:string .
1271 1276
1272 -_:b139 1277 +_:b145
1273 sp:varName "time"^^xsd:string . 1278 sp:varName "time"^^xsd:string .
1274 1279
1275 -_:b138 1280 +_:b144
1276 sp:varName "ed"^^xsd:string . 1281 sp:varName "ed"^^xsd:string .
1277 1282
1278 -_:b137 1283 +_:b143
1279 sp:varName "wellbore"^^xsd:string . 1284 sp:varName "wellbore"^^xsd:string .
1280 1285
1281 -_:b136 1286 +_:b142
1282 sp:varName "activity"^^xsd:string . 1287 sp:varName "activity"^^xsd:string .
1283 1288
1284 -_:b135 1289 +_:b141
1285 sp:varName "part"^^xsd:string . 1290 sp:varName "part"^^xsd:string .
1286 1291
1287 -_:b134 1292 +_:b140
1288 sp:varName "reportOn"^^xsd:string . 1293 sp:varName "reportOn"^^xsd:string .
1289 1294
1290 -_:b133 1295 +_:b139
1291 sp:varName "date"^^xsd:string . 1296 sp:varName "date"^^xsd:string .
1292 1297
1293 -_:b132
1294 - sp:varName "ed"^^xsd:string .
1295 -
1296 -_:b131
1297 - sp:varName "wellbore"^^xsd:string .
1298 -
1299 -_:b130
1300 - sp:varName "activity"^^xsd:string .
1301 -
1302 -_:b129
1303 - sp:varName "part"^^xsd:string .
1304 -
1305 -_:b128
1306 - sp:varName "reportOn"^^xsd:string .
1307 -
1308 _:b127 1298 _:b127
1309 sp:varName "ed"^^xsd:string . 1299 sp:varName "ed"^^xsd:string .
1310 1300
...@@ -1676,3 +1666,36 @@ _:b3 sp:varName "activity"^^xsd:string . ...@@ -1676,3 +1666,36 @@ _:b3 sp:varName "activity"^^xsd:string .
1676 _:b2 sp:varName "part"^^xsd:string . 1666 _:b2 sp:varName "part"^^xsd:string .
1677 1667
1678 _:b1 sp:varName "reportOn"^^xsd:string . 1668 _:b1 sp:varName "reportOn"^^xsd:string .
1669 +
1670 +_:b132
1671 + sp:varName "reportOn"^^xsd:string .
1672 +
1673 +_:b133
1674 + sp:varName "part"^^xsd:string .
1675 +
1676 +_:b134
1677 + sp:varName "wellbore"^^xsd:string .
1678 +
1679 +_:b135
1680 + sp:varName "azi"^^xsd:string .
1681 +
1682 +_:b131
1683 + sp:varName "azimuth"^^xsd:string .
1684 +
1685 +_:b136
1686 + sp:varName "md"^^xsd:string .
1687 +
1688 +_:b128
1689 + sp:varName "depthmMD"^^xsd:string .
1690 +
1691 +_:b137
1692 + sp:varName "tvd"^^xsd:string .
1693 +
1694 +_:b129
1695 + sp:varName "depthmTVD"^^xsd:string .
1696 +
1697 +_:b138
1698 + sp:varName "incl"^^xsd:string .
1699 +
1700 +_:b130
1701 + sp:varName "inclination"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 26 14:05:38 BST 2011 1 +# Saved by TopBraid on Mon Sep 26 15:36:29 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......