Showing
2 changed files
with
430 additions
and
112 deletions
This diff could not be displayed because it is too large.
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 21 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 23 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | 25 | ||
26 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 26 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
... | @@ -1076,12 +1076,55 @@ ep-dpr-spin-lib:selectDurationScale | ... | @@ -1076,12 +1076,55 @@ ep-dpr-spin-lib:selectDurationScale |
1076 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1076 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
1077 | spin:body | 1077 | spin:body |
1078 | [ rdf:type sp:Select ; | 1078 | [ rdf:type sp:Select ; |
1079 | - sp:resultVariables (_:b21) ; | 1079 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
1080 | + ]) ; | ||
1080 | sp:where ([ rdf:type sp:Bind ; | 1081 | sp:where ([ rdf:type sp:Bind ; |
1081 | sp:expression | 1082 | sp:expression |
1082 | [ rdf:type sp:if ; | 1083 | [ rdf:type sp:if ; |
1083 | sp:arg1 [ rdf:type sp:eq ; | 1084 | sp:arg1 [ rdf:type sp:eq ; |
1084 | sp:arg1 spin:_arg1 ; | 1085 | sp:arg1 spin:_arg1 ; |
1086 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_100ka> | ||
1087 | + ] ; | ||
1088 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#hundredThousandYears> ; | ||
1089 | + sp:arg3 [ rdf:type sp:if ; | ||
1090 | + sp:arg1 [ rdf:type sp:eq ; | ||
1091 | + sp:arg1 spin:_arg1 ; | ||
1092 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_100s> | ||
1093 | + ] ; | ||
1094 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#hundredSeconds> ; | ||
1095 | + sp:arg3 [ rdf:type sp:if ; | ||
1096 | + sp:arg1 [ rdf:type sp:eq ; | ||
1097 | + sp:arg1 spin:_arg1 ; | ||
1098 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_Ga> | ||
1099 | + ] ; | ||
1100 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gigaAnnum> ; | ||
1101 | + sp:arg3 [ rdf:type sp:if ; | ||
1102 | + sp:arg1 [ rdf:type sp:eq ; | ||
1103 | + sp:arg1 spin:_arg1 ; | ||
1104 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_Ma> | ||
1105 | + ] ; | ||
1106 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaAnnum> ; | ||
1107 | + sp:arg3 [ rdf:type sp:if ; | ||
1108 | + sp:arg1 [ rdf:type sp:eq ; | ||
1109 | + sp:arg1 spin:_arg1 ; | ||
1110 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_a> | ||
1111 | + ] ; | ||
1112 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#annum> ; | ||
1113 | + sp:arg3 [ rdf:type sp:if ; | ||
1114 | + sp:arg1 [ rdf:type sp:eq ; | ||
1115 | + sp:arg1 spin:_arg1 ; | ||
1116 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_cs> | ||
1117 | + ] ; | ||
1118 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tenMillisecond> ; | ||
1119 | + sp:arg3 [ rdf:type sp:if ; | ||
1120 | + sp:arg1 [ rdf:type sp:eq ; | ||
1121 | + sp:arg1 spin:_arg1 ; | ||
1122 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_d> | ||
1123 | + ] ; | ||
1124 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#day> ; | ||
1125 | + sp:arg3 [ rdf:type sp:if ; | ||
1126 | + sp:arg1 [ rdf:type sp:eq ; | ||
1127 | + sp:arg1 spin:_arg1 ; | ||
1085 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_h> | 1128 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_h> |
1086 | ] ; | 1129 | ] ; |
1087 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#hour> ; | 1130 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#hour> ; |
... | @@ -1094,14 +1137,65 @@ ep-dpr-spin-lib:selectDurationScale | ... | @@ -1094,14 +1137,65 @@ ep-dpr-spin-lib:selectDurationScale |
1094 | sp:arg3 [ rdf:type sp:if ; | 1137 | sp:arg3 [ rdf:type sp:if ; |
1095 | sp:arg1 [ rdf:type sp:eq ; | 1138 | sp:arg1 [ rdf:type sp:eq ; |
1096 | sp:arg1 spin:_arg1 ; | 1139 | sp:arg1 spin:_arg1 ; |
1140 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_ms> | ||
1141 | + ] ; | ||
1142 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millisecond> ; | ||
1143 | + sp:arg3 [ rdf:type sp:if ; | ||
1144 | + sp:arg1 [ rdf:type sp:eq ; | ||
1145 | + sp:arg1 spin:_arg1 ; | ||
1146 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_ms2> | ||
1147 | + ] ; | ||
1148 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#halfMillisecond> ; | ||
1149 | + sp:arg3 [ rdf:type sp:if ; | ||
1150 | + sp:arg1 [ rdf:type sp:eq ; | ||
1151 | + sp:arg1 spin:_arg1 ; | ||
1152 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_ns> | ||
1153 | + ] ; | ||
1154 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#nanosecond> ; | ||
1155 | + sp:arg3 [ rdf:type sp:if ; | ||
1156 | + sp:arg1 [ rdf:type sp:eq ; | ||
1157 | + sp:arg1 spin:_arg1 ; | ||
1158 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_ps> | ||
1159 | + ] ; | ||
1160 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#picosecond> ; | ||
1161 | + sp:arg3 [ rdf:type sp:if ; | ||
1162 | + sp:arg1 [ rdf:type sp:eq ; | ||
1163 | + sp:arg1 spin:_arg1 ; | ||
1097 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_s> | 1164 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_s> |
1098 | ] ; | 1165 | ] ; |
1099 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#second> ; | 1166 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#second> ; |
1167 | + sp:arg3 [ rdf:type sp:if ; | ||
1168 | + sp:arg1 [ rdf:type sp:eq ; | ||
1169 | + sp:arg1 spin:_arg1 ; | ||
1170 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_us> | ||
1171 | + ] ; | ||
1172 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microsecond> ; | ||
1173 | + sp:arg3 [ rdf:type sp:if ; | ||
1174 | + sp:arg1 [ rdf:type sp:eq ; | ||
1175 | + sp:arg1 spin:_arg1 ; | ||
1176 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_wk> | ||
1177 | + ] ; | ||
1178 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#week> ; | ||
1100 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1179 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
1101 | ] | 1180 | ] |
1102 | ] | 1181 | ] |
1182 | + ] | ||
1183 | + ] | ||
1184 | + ] | ||
1185 | + ] | ||
1186 | + ] | ||
1187 | + ] | ||
1188 | + ] | ||
1189 | + ] | ||
1190 | + ] | ||
1191 | + ] | ||
1192 | + ] | ||
1193 | + ] | ||
1194 | + ] | ||
1103 | ] ; | 1195 | ] ; |
1104 | - sp:variable _:b21 | 1196 | + sp:variable |
1197 | + [ sp:varName "myVar"^^xsd:string | ||
1198 | + ] | ||
1105 | ]) | 1199 | ]) |
1106 | ] . | 1200 | ] . |
1107 | 1201 | ||
... | @@ -3813,7 +3907,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -3813,7 +3907,7 @@ ep-dpr-spin-lib:selectProductType |
3813 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 3907 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
3814 | spin:body | 3908 | spin:body |
3815 | [ rdf:type sp:Select ; | 3909 | [ rdf:type sp:Select ; |
3816 | - sp:resultVariables (_:b22) ; | 3910 | + sp:resultVariables (_:b21) ; |
3817 | sp:where ([ rdf:type sp:Bind ; | 3911 | sp:where ([ rdf:type sp:Bind ; |
3818 | sp:expression | 3912 | sp:expression |
3819 | [ rdf:type sp:if ; | 3913 | [ rdf:type sp:if ; |
... | @@ -4020,7 +4114,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -4020,7 +4114,7 @@ ep-dpr-spin-lib:selectProductType |
4020 | ] | 4114 | ] |
4021 | ] | 4115 | ] |
4022 | ] ; | 4116 | ] ; |
4023 | - sp:variable _:b22 | 4117 | + sp:variable _:b21 |
4024 | ]) | 4118 | ]) |
4025 | ] . | 4119 | ] . |
4026 | 4120 | ||
... | @@ -4102,7 +4196,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -4102,7 +4196,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
4102 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4196 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4103 | spin:body | 4197 | spin:body |
4104 | [ rdf:type sp:Select ; | 4198 | [ rdf:type sp:Select ; |
4105 | - sp:resultVariables (_:b23) ; | 4199 | + sp:resultVariables (_:b22) ; |
4106 | sp:where ([ rdf:type sp:Bind ; | 4200 | sp:where ([ rdf:type sp:Bind ; |
4107 | sp:expression | 4201 | sp:expression |
4108 | [ rdf:type sp:if ; | 4202 | [ rdf:type sp:if ; |
... | @@ -4281,7 +4375,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -4281,7 +4375,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
4281 | ] | 4375 | ] |
4282 | ] | 4376 | ] |
4283 | ] ; | 4377 | ] ; |
4284 | - sp:variable _:b23 | 4378 | + sp:variable _:b22 |
4285 | ]) | 4379 | ]) |
4286 | ] . | 4380 | ] . |
4287 | 4381 | ||
... | @@ -4291,7 +4385,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -4291,7 +4385,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
4291 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4385 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4292 | spin:body | 4386 | spin:body |
4293 | [ rdf:type sp:Select ; | 4387 | [ rdf:type sp:Select ; |
4294 | - sp:resultVariables (_:b24) ; | 4388 | + sp:resultVariables (_:b23) ; |
4295 | sp:where ([ rdf:type sp:Bind ; | 4389 | sp:where ([ rdf:type sp:Bind ; |
4296 | sp:expression | 4390 | sp:expression |
4297 | [ rdf:type sp:if ; | 4391 | [ rdf:type sp:if ; |
... | @@ -4351,7 +4445,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -4351,7 +4445,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
4351 | ] | 4445 | ] |
4352 | ] | 4446 | ] |
4353 | ] ; | 4447 | ] ; |
4354 | - sp:variable _:b24 | 4448 | + sp:variable _:b23 |
4355 | ]) | 4449 | ]) |
4356 | ] . | 4450 | ] . |
4357 | 4451 | ||
... | @@ -4361,7 +4455,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -4361,7 +4455,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
4361 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4455 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4362 | spin:body | 4456 | spin:body |
4363 | [ rdf:type sp:Select ; | 4457 | [ rdf:type sp:Select ; |
4364 | - sp:resultVariables (_:b25) ; | 4458 | + sp:resultVariables (_:b24) ; |
4365 | sp:where ([ rdf:type sp:Bind ; | 4459 | sp:where ([ rdf:type sp:Bind ; |
4366 | sp:expression | 4460 | sp:expression |
4367 | [ rdf:type sp:if ; | 4461 | [ rdf:type sp:if ; |
... | @@ -4379,7 +4473,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -4379,7 +4473,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
4379 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 4473 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
4380 | ] | 4474 | ] |
4381 | ] ; | 4475 | ] ; |
4382 | - sp:variable _:b25 | 4476 | + sp:variable _:b24 |
4383 | ]) | 4477 | ]) |
4384 | ] . | 4478 | ] . |
4385 | 4479 | ||
... | @@ -4389,7 +4483,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -4389,7 +4483,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
4389 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4483 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4390 | spin:body | 4484 | spin:body |
4391 | [ rdf:type sp:Select ; | 4485 | [ rdf:type sp:Select ; |
4392 | - sp:resultVariables (_:b26) ; | 4486 | + sp:resultVariables (_:b25) ; |
4393 | sp:where ([ rdf:type sp:Bind ; | 4487 | sp:where ([ rdf:type sp:Bind ; |
4394 | sp:expression | 4488 | sp:expression |
4395 | [ rdf:type sp:if ; | 4489 | [ rdf:type sp:if ; |
... | @@ -4407,7 +4501,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -4407,7 +4501,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
4407 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 4501 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
4408 | ] | 4502 | ] |
4409 | ] ; | 4503 | ] ; |
4410 | - sp:variable _:b26 | 4504 | + sp:variable _:b25 |
4411 | ]) | 4505 | ]) |
4412 | ] . | 4506 | ] . |
4413 | 4507 | ||
... | @@ -4417,7 +4511,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -4417,7 +4511,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
4417 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4511 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4418 | spin:body | 4512 | spin:body |
4419 | [ rdf:type sp:Select ; | 4513 | [ rdf:type sp:Select ; |
4420 | - sp:resultVariables (_:b27) ; | 4514 | + sp:resultVariables (_:b26) ; |
4421 | sp:where ([ rdf:type sp:Bind ; | 4515 | sp:where ([ rdf:type sp:Bind ; |
4422 | sp:expression | 4516 | sp:expression |
4423 | [ rdf:type sp:if ; | 4517 | [ rdf:type sp:if ; |
... | @@ -4568,7 +4662,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -4568,7 +4662,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
4568 | ] | 4662 | ] |
4569 | ] | 4663 | ] |
4570 | ] ; | 4664 | ] ; |
4571 | - sp:variable _:b27 | 4665 | + sp:variable _:b26 |
4572 | ]) | 4666 | ]) |
4573 | ] . | 4667 | ] . |
4574 | 4668 | ||
... | @@ -4671,7 +4765,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -4671,7 +4765,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
4671 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4765 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4672 | spin:body | 4766 | spin:body |
4673 | [ rdf:type sp:Select ; | 4767 | [ rdf:type sp:Select ; |
4674 | - sp:resultVariables (_:b28) ; | 4768 | + sp:resultVariables (_:b27) ; |
4675 | sp:where ([ rdf:type sp:Bind ; | 4769 | sp:where ([ rdf:type sp:Bind ; |
4676 | sp:expression | 4770 | sp:expression |
4677 | [ rdf:type sp:if ; | 4771 | [ rdf:type sp:if ; |
... | @@ -4745,7 +4839,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -4745,7 +4839,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
4745 | ] | 4839 | ] |
4746 | ] | 4840 | ] |
4747 | ] ; | 4841 | ] ; |
4748 | - sp:variable _:b28 | 4842 | + sp:variable _:b27 |
4749 | ]) | 4843 | ]) |
4750 | ] . | 4844 | ] . |
4751 | 4845 | ||
... | @@ -4754,7 +4848,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -4754,7 +4848,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
4754 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4848 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
4755 | spin:body | 4849 | spin:body |
4756 | [ rdf:type sp:Select ; | 4850 | [ rdf:type sp:Select ; |
4757 | - sp:resultVariables (_:b29) ; | 4851 | + sp:resultVariables (_:b28) ; |
4758 | sp:where ([ rdf:type sp:Bind ; | 4852 | sp:where ([ rdf:type sp:Bind ; |
4759 | sp:expression | 4853 | sp:expression |
4760 | [ rdf:type sp:if ; | 4854 | [ rdf:type sp:if ; |
... | @@ -4898,7 +4992,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -4898,7 +4992,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
4898 | ] | 4992 | ] |
4899 | ] | 4993 | ] |
4900 | ] ; | 4994 | ] ; |
4901 | - sp:variable _:b29 | 4995 | + sp:variable _:b28 |
4902 | ]) | 4996 | ]) |
4903 | ] . | 4997 | ] . |
4904 | 4998 | ||
... | @@ -5079,22 +5173,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5079,22 +5173,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5079 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5173 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5080 | spin:body | 5174 | spin:body |
5081 | [ rdf:type sp:Select ; | 5175 | [ rdf:type sp:Select ; |
5082 | - sp:resultVariables (_:b30) ; | ||
5083 | - sp:where ([ rdf:type sp:Bind ; | ||
5084 | - sp:expression | ||
5085 | - [ rdf:type sp:if ; | ||
5086 | - sp:arg1 [ rdf:type sp:eq ; | ||
5087 | - sp:arg1 spin:_arg1 ; | ||
5088 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5089 | - ] ; | ||
5090 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5091 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5092 | - ] ; | ||
5093 | - sp:variable _:b30 | ||
5094 | - ]) | ||
5095 | - ] ; | ||
5096 | - spin:body | ||
5097 | - [ rdf:type sp:Select ; | ||
5098 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5176 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5099 | ]) ; | 5177 | ]) ; |
5100 | sp:where ([ rdf:type sp:Bind ; | 5178 | sp:where ([ rdf:type sp:Bind ; |
... | @@ -5174,6 +5252,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5174,6 +5252,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5174 | [ sp:varName "myVar"^^xsd:string | 5252 | [ sp:varName "myVar"^^xsd:string |
5175 | ] | 5253 | ] |
5176 | ]) | 5254 | ]) |
5255 | + ] ; | ||
5256 | + spin:body | ||
5257 | + [ rdf:type sp:Select ; | ||
5258 | + sp:resultVariables (_:b29) ; | ||
5259 | + sp:where ([ rdf:type sp:Bind ; | ||
5260 | + sp:expression | ||
5261 | + [ rdf:type sp:if ; | ||
5262 | + sp:arg1 [ rdf:type sp:eq ; | ||
5263 | + sp:arg1 spin:_arg1 ; | ||
5264 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5265 | + ] ; | ||
5266 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5267 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5268 | + ] ; | ||
5269 | + sp:variable _:b29 | ||
5270 | + ]) | ||
5177 | ] . | 5271 | ] . |
5178 | 5272 | ||
5179 | ep-dpr-spin-lib:selectTemperatureScale | 5273 | ep-dpr-spin-lib:selectTemperatureScale |
... | @@ -5182,12 +5276,19 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -5182,12 +5276,19 @@ ep-dpr-spin-lib:selectTemperatureScale |
5182 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5276 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5183 | spin:body | 5277 | spin:body |
5184 | [ rdf:type sp:Select ; | 5278 | [ rdf:type sp:Select ; |
5185 | - sp:resultVariables (_:b31) ; | 5279 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5280 | + ]) ; | ||
5186 | sp:where ([ rdf:type sp:Bind ; | 5281 | sp:where ([ rdf:type sp:Bind ; |
5187 | sp:expression | 5282 | sp:expression |
5188 | [ rdf:type sp:if ; | 5283 | [ rdf:type sp:if ; |
5189 | sp:arg1 [ rdf:type sp:eq ; | 5284 | sp:arg1 [ rdf:type sp:eq ; |
5190 | sp:arg1 spin:_arg1 ; | 5285 | sp:arg1 spin:_arg1 ; |
5286 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_K> | ||
5287 | + ] ; | ||
5288 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kelvin> ; | ||
5289 | + sp:arg3 [ rdf:type sp:if ; | ||
5290 | + sp:arg1 [ rdf:type sp:eq ; | ||
5291 | + sp:arg1 spin:_arg1 ; | ||
5191 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_degC> | 5292 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_degC> |
5192 | ] ; | 5293 | ] ; |
5193 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 5294 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
... | @@ -5197,10 +5298,20 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -5197,10 +5298,20 @@ ep-dpr-spin-lib:selectTemperatureScale |
5197 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_degF> | 5298 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_degF> |
5198 | ] ; | 5299 | ] ; |
5199 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fahrenheit> ; | 5300 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fahrenheit> ; |
5301 | + sp:arg3 [ rdf:type sp:if ; | ||
5302 | + sp:arg1 [ rdf:type sp:eq ; | ||
5303 | + sp:arg1 spin:_arg1 ; | ||
5304 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TTU_degR> | ||
5305 | + ] ; | ||
5306 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#rankine> ; | ||
5200 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 5307 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
5201 | ] | 5308 | ] |
5309 | + ] | ||
5310 | + ] | ||
5202 | ] ; | 5311 | ] ; |
5203 | - sp:variable _:b31 | 5312 | + sp:variable |
5313 | + [ sp:varName "myVar"^^xsd:string | ||
5314 | + ] | ||
5204 | ]) | 5315 | ]) |
5205 | ] . | 5316 | ] . |
5206 | 5317 | ||
... | @@ -5210,7 +5321,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -5210,7 +5321,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
5210 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5321 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5211 | spin:body | 5322 | spin:body |
5212 | [ rdf:type sp:Select ; | 5323 | [ rdf:type sp:Select ; |
5213 | - sp:resultVariables (_:b32) ; | 5324 | + sp:resultVariables (_:b30) ; |
5214 | sp:where ([ rdf:type sp:Bind ; | 5325 | sp:where ([ rdf:type sp:Bind ; |
5215 | sp:expression | 5326 | sp:expression |
5216 | [ rdf:type sp:if ; | 5327 | [ rdf:type sp:if ; |
... | @@ -5284,7 +5395,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -5284,7 +5395,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
5284 | ] | 5395 | ] |
5285 | ] | 5396 | ] |
5286 | ] ; | 5397 | ] ; |
5287 | - sp:variable _:b32 | 5398 | + sp:variable _:b30 |
5288 | ]) | 5399 | ]) |
5289 | ] . | 5400 | ] . |
5290 | 5401 | ||
... | @@ -5293,7 +5404,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -5293,7 +5404,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
5293 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5404 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5294 | spin:body | 5405 | spin:body |
5295 | [ rdf:type sp:Select ; | 5406 | [ rdf:type sp:Select ; |
5296 | - sp:resultVariables (_:b33) ; | 5407 | + sp:resultVariables (_:b31) ; |
5297 | sp:where ([ rdf:type sp:Bind ; | 5408 | sp:where ([ rdf:type sp:Bind ; |
5298 | sp:expression | 5409 | sp:expression |
5299 | [ rdf:type sp:if ; | 5410 | [ rdf:type sp:if ; |
... | @@ -5367,7 +5478,220 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -5367,7 +5478,220 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
5367 | ] | 5478 | ] |
5368 | ] | 5479 | ] |
5369 | ] ; | 5480 | ] ; |
5370 | - sp:variable _:b33 | 5481 | + sp:variable _:b31 |
5482 | + ]) | ||
5483 | + ] . | ||
5484 | + | ||
5485 | +ep-dpr-spin-lib:selectVelocityScale | ||
5486 | + rdf:type spin:Function ; | ||
5487 | + rdfs:label "select velocity scale"^^xsd:string ; | ||
5488 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
5489 | + spin:body | ||
5490 | + [ rdf:type sp:Select ; | ||
5491 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
5492 | + ]) ; | ||
5493 | + sp:where ([ rdf:type sp:Bind ; | ||
5494 | + sp:expression | ||
5495 | + [ rdf:type sp:if ; | ||
5496 | + sp:arg1 [ rdf:type sp:eq ; | ||
5497 | + sp:arg1 spin:_arg1 ; | ||
5498 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_cma> | ||
5499 | + ] ; | ||
5500 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cm_annum-1> ; | ||
5501 | + sp:arg3 [ rdf:type sp:if ; | ||
5502 | + sp:arg1 [ rdf:type sp:eq ; | ||
5503 | + sp:arg1 spin:_arg1 ; | ||
5504 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_cms> | ||
5505 | + ] ; | ||
5506 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cm_s-1> ; | ||
5507 | + sp:arg3 [ rdf:type sp:if ; | ||
5508 | + sp:arg1 [ rdf:type sp:eq ; | ||
5509 | + sp:arg1 spin:_arg1 ; | ||
5510 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_dms> | ||
5511 | + ] ; | ||
5512 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#dm_s-1> ; | ||
5513 | + sp:arg3 [ rdf:type sp:if ; | ||
5514 | + sp:arg1 [ rdf:type sp:eq ; | ||
5515 | + sp:arg1 spin:_arg1 ; | ||
5516 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ftd> | ||
5517 | + ] ; | ||
5518 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_day-1> ; | ||
5519 | + sp:arg3 [ rdf:type sp:if ; | ||
5520 | + sp:arg1 [ rdf:type sp:eq ; | ||
5521 | + sp:arg1 spin:_arg1 ; | ||
5522 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_fth> | ||
5523 | + ] ; | ||
5524 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_hr-1> ; | ||
5525 | + sp:arg3 [ rdf:type sp:if ; | ||
5526 | + sp:arg1 [ rdf:type sp:eq ; | ||
5527 | + sp:arg1 spin:_arg1 ; | ||
5528 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ftmin> | ||
5529 | + ] ; | ||
5530 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_min-1> ; | ||
5531 | + sp:arg3 [ rdf:type sp:if ; | ||
5532 | + sp:arg1 [ rdf:type sp:eq ; | ||
5533 | + sp:arg1 spin:_arg1 ; | ||
5534 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ftms> | ||
5535 | + ] ; | ||
5536 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_ms-1> ; | ||
5537 | + sp:arg3 [ rdf:type sp:if ; | ||
5538 | + sp:arg1 [ rdf:type sp:eq ; | ||
5539 | + sp:arg1 spin:_arg1 ; | ||
5540 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_fts> | ||
5541 | + ] ; | ||
5542 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_s-1> ; | ||
5543 | + sp:arg3 [ rdf:type sp:if ; | ||
5544 | + sp:arg1 [ rdf:type sp:eq ; | ||
5545 | + sp:arg1 spin:_arg1 ; | ||
5546 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ftus> | ||
5547 | + ] ; | ||
5548 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_microsecond-1> ; | ||
5549 | + sp:arg3 [ rdf:type sp:if ; | ||
5550 | + sp:arg1 [ rdf:type sp:eq ; | ||
5551 | + sp:arg1 spin:_arg1 ; | ||
5552 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ina> | ||
5553 | + ] ; | ||
5554 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#in_annum-1> ; | ||
5555 | + sp:arg3 [ rdf:type sp:if ; | ||
5556 | + sp:arg1 [ rdf:type sp:eq ; | ||
5557 | + sp:arg1 spin:_arg1 ; | ||
5558 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_inmin> | ||
5559 | + ] ; | ||
5560 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#in_min-1> ; | ||
5561 | + sp:arg3 [ rdf:type sp:if ; | ||
5562 | + sp:arg1 [ rdf:type sp:eq ; | ||
5563 | + sp:arg1 spin:_arg1 ; | ||
5564 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ins> | ||
5565 | + ] ; | ||
5566 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#in_s-1> ; | ||
5567 | + sp:arg3 [ rdf:type sp:if ; | ||
5568 | + sp:arg1 [ rdf:type sp:eq ; | ||
5569 | + sp:arg1 spin:_arg1 ; | ||
5570 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_kfth> | ||
5571 | + ] ; | ||
5572 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kFt_hr-1> ; | ||
5573 | + sp:arg3 [ rdf:type sp:if ; | ||
5574 | + sp:arg1 [ rdf:type sp:eq ; | ||
5575 | + sp:arg1 spin:_arg1 ; | ||
5576 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_kfts> | ||
5577 | + ] ; | ||
5578 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kFt_s-1> ; | ||
5579 | + sp:arg3 [ rdf:type sp:if ; | ||
5580 | + sp:arg1 [ rdf:type sp:eq ; | ||
5581 | + sp:arg1 spin:_arg1 ; | ||
5582 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_kmh> | ||
5583 | + ] ; | ||
5584 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#km_hr-1> ; | ||
5585 | + sp:arg3 [ rdf:type sp:if ; | ||
5586 | + sp:arg1 [ rdf:type sp:eq ; | ||
5587 | + sp:arg1 spin:_arg1 ; | ||
5588 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_kms> | ||
5589 | + ] ; | ||
5590 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#km_s-1> ; | ||
5591 | + sp:arg3 [ rdf:type sp:if ; | ||
5592 | + sp:arg1 [ rdf:type sp:eq ; | ||
5593 | + sp:arg1 spin:_arg1 ; | ||
5594 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_knot> | ||
5595 | + ] ; | ||
5596 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#knot> ; | ||
5597 | + sp:arg3 [ rdf:type sp:if ; | ||
5598 | + sp:arg1 [ rdf:type sp:eq ; | ||
5599 | + sp:arg1 spin:_arg1 ; | ||
5600 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_md> | ||
5601 | + ] ; | ||
5602 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_day-1> ; | ||
5603 | + sp:arg3 [ rdf:type sp:if ; | ||
5604 | + sp:arg1 [ rdf:type sp:eq ; | ||
5605 | + sp:arg1 spin:_arg1 ; | ||
5606 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mh> | ||
5607 | + ] ; | ||
5608 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_hr-1> ; | ||
5609 | + sp:arg3 [ rdf:type sp:if ; | ||
5610 | + sp:arg1 [ rdf:type sp:eq ; | ||
5611 | + sp:arg1 spin:_arg1 ; | ||
5612 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mih> | ||
5613 | + ] ; | ||
5614 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mile_hr-1> ; | ||
5615 | + sp:arg3 [ rdf:type sp:if ; | ||
5616 | + sp:arg1 [ rdf:type sp:eq ; | ||
5617 | + sp:arg1 spin:_arg1 ; | ||
5618 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_milyr> | ||
5619 | + ] ; | ||
5620 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mil_yr-1> ; | ||
5621 | + sp:arg3 [ rdf:type sp:if ; | ||
5622 | + sp:arg1 [ rdf:type sp:eq ; | ||
5623 | + sp:arg1 spin:_arg1 ; | ||
5624 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mma> | ||
5625 | + ] ; | ||
5626 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mm_annum-1> ; | ||
5627 | + sp:arg3 [ rdf:type sp:if ; | ||
5628 | + sp:arg1 [ rdf:type sp:eq ; | ||
5629 | + sp:arg1 spin:_arg1 ; | ||
5630 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mmin> | ||
5631 | + ] ; | ||
5632 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_min-1> ; | ||
5633 | + sp:arg3 [ rdf:type sp:if ; | ||
5634 | + sp:arg1 [ rdf:type sp:eq ; | ||
5635 | + sp:arg1 spin:_arg1 ; | ||
5636 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mms> | ||
5637 | + ] ; | ||
5638 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mm_s-1> ; | ||
5639 | + sp:arg3 [ rdf:type sp:if ; | ||
5640 | + sp:arg1 [ rdf:type sp:eq ; | ||
5641 | + sp:arg1 spin:_arg1 ; | ||
5642 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_mms_0> | ||
5643 | + ] ; | ||
5644 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_ms-1> ; | ||
5645 | + sp:arg3 [ rdf:type sp:if ; | ||
5646 | + sp:arg1 [ rdf:type sp:eq ; | ||
5647 | + sp:arg1 spin:_arg1 ; | ||
5648 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ms> | ||
5649 | + ] ; | ||
5650 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_s-1> ; | ||
5651 | + sp:arg3 [ rdf:type sp:if ; | ||
5652 | + sp:arg1 [ rdf:type sp:eq ; | ||
5653 | + sp:arg1 spin:_arg1 ; | ||
5654 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_nms> | ||
5655 | + ] ; | ||
5656 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#nm_s-1> ; | ||
5657 | + sp:arg3 [ rdf:type sp:if ; | ||
5658 | + sp:arg1 [ rdf:type sp:eq ; | ||
5659 | + sp:arg1 spin:_arg1 ; | ||
5660 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_ums> | ||
5661 | + ] ; | ||
5662 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#micrometre_s-1> ; | ||
5663 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5664 | + ] | ||
5665 | + ] | ||
5666 | + ] | ||
5667 | + ] | ||
5668 | + ] | ||
5669 | + ] | ||
5670 | + ] | ||
5671 | + ] | ||
5672 | + ] | ||
5673 | + ] | ||
5674 | + ] | ||
5675 | + ] | ||
5676 | + ] | ||
5677 | + ] | ||
5678 | + ] | ||
5679 | + ] | ||
5680 | + ] | ||
5681 | + ] | ||
5682 | + ] | ||
5683 | + ] | ||
5684 | + ] | ||
5685 | + ] | ||
5686 | + ] | ||
5687 | + ] | ||
5688 | + ] | ||
5689 | + ] | ||
5690 | + ] | ||
5691 | + ] ; | ||
5692 | + sp:variable | ||
5693 | + [ sp:varName "myVar"^^xsd:string | ||
5694 | + ] | ||
5371 | ]) | 5695 | ]) |
5372 | ] . | 5696 | ] . |
5373 | 5697 | ||
... | @@ -5377,7 +5701,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -5377,7 +5701,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
5377 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5701 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5378 | spin:body | 5702 | spin:body |
5379 | [ rdf:type sp:Select ; | 5703 | [ rdf:type sp:Select ; |
5380 | - sp:resultVariables (_:b34) ; | 5704 | + sp:resultVariables (_:b32) ; |
5381 | sp:where ([ rdf:type sp:Bind ; | 5705 | sp:where ([ rdf:type sp:Bind ; |
5382 | sp:expression | 5706 | sp:expression |
5383 | [ rdf:type sp:if ; | 5707 | [ rdf:type sp:if ; |
... | @@ -5402,7 +5726,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -5402,7 +5726,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
5402 | ] | 5726 | ] |
5403 | ] | 5727 | ] |
5404 | ] ; | 5728 | ] ; |
5405 | - sp:variable _:b34 | 5729 | + sp:variable _:b32 |
5406 | ]) | 5730 | ]) |
5407 | ] . | 5731 | ] . |
5408 | 5732 | ||
... | @@ -5412,7 +5736,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -5412,7 +5736,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
5412 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5736 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5413 | spin:body | 5737 | spin:body |
5414 | [ rdf:type sp:Select ; | 5738 | [ rdf:type sp:Select ; |
5415 | - sp:resultVariables (_:b35) ; | 5739 | + sp:resultVariables (_:b33) ; |
5416 | sp:where ([ rdf:type sp:Bind ; | 5740 | sp:where ([ rdf:type sp:Bind ; |
5417 | sp:expression | 5741 | sp:expression |
5418 | [ rdf:type sp:if ; | 5742 | [ rdf:type sp:if ; |
... | @@ -5437,7 +5761,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -5437,7 +5761,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
5437 | ] | 5761 | ] |
5438 | ] | 5762 | ] |
5439 | ] ; | 5763 | ] ; |
5440 | - sp:variable _:b35 | 5764 | + sp:variable _:b33 |
5441 | ]) | 5765 | ]) |
5442 | ] . | 5766 | ] . |
5443 | 5767 | ||
... | @@ -5447,7 +5771,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -5447,7 +5771,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
5447 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5771 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5448 | spin:body | 5772 | spin:body |
5449 | [ rdf:type sp:Select ; | 5773 | [ rdf:type sp:Select ; |
5450 | - sp:resultVariables (_:b36) ; | 5774 | + sp:resultVariables (_:b34) ; |
5451 | sp:where ([ rdf:type sp:Bind ; | 5775 | sp:where ([ rdf:type sp:Bind ; |
5452 | sp:expression | 5776 | sp:expression |
5453 | [ rdf:type sp:if ; | 5777 | [ rdf:type sp:if ; |
... | @@ -5472,7 +5796,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -5472,7 +5796,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
5472 | ] | 5796 | ] |
5473 | ] | 5797 | ] |
5474 | ] ; | 5798 | ] ; |
5475 | - sp:variable _:b36 | 5799 | + sp:variable _:b34 |
5476 | ]) | 5800 | ]) |
5477 | ] . | 5801 | ] . |
5478 | 5802 | ||
... | @@ -5506,7 +5830,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -5506,7 +5830,7 @@ ep-dpr-spin-lib:selectVolumeScale |
5506 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5830 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5507 | spin:body | 5831 | spin:body |
5508 | [ rdf:type sp:Select ; | 5832 | [ rdf:type sp:Select ; |
5509 | - sp:resultVariables (_:b37) ; | 5833 | + sp:resultVariables (_:b35) ; |
5510 | sp:where ([ rdf:type sp:Bind ; | 5834 | sp:where ([ rdf:type sp:Bind ; |
5511 | sp:expression | 5835 | sp:expression |
5512 | [ rdf:type sp:if ; | 5836 | [ rdf:type sp:if ; |
... | @@ -5734,7 +6058,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -5734,7 +6058,7 @@ ep-dpr-spin-lib:selectVolumeScale |
5734 | ] | 6058 | ] |
5735 | ] | 6059 | ] |
5736 | ] ; | 6060 | ] ; |
5737 | - sp:variable _:b37 | 6061 | + sp:variable _:b35 |
5738 | ]) | 6062 | ]) |
5739 | ] . | 6063 | ] . |
5740 | 6064 | ||
... | @@ -5790,104 +6114,98 @@ ep-dpr-spin-lib:selectWellTestReasonType | ... | @@ -5790,104 +6114,98 @@ ep-dpr-spin-lib:selectWellTestReasonType |
5790 | ]) | 6114 | ]) |
5791 | ] . | 6115 | ] . |
5792 | 6116 | ||
5793 | -_:b1 sp:varName "uri"^^xsd:string . | 6117 | +_:b35 |
6118 | + sp:varName "volumeScale"^^xsd:string . | ||
5794 | 6119 | ||
5795 | -_:b2 sp:varName "uri"^^xsd:string . | 6120 | +_:b34 |
6121 | + sp:varName "volumeFlowRateScale"^^xsd:string . | ||
5796 | 6122 | ||
5797 | -_:b3 sp:varName "UUID"^^xsd:string . | 6123 | +_:b33 |
6124 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
5798 | 6125 | ||
5799 | -_:b4 sp:varName "uri"^^xsd:string . | 6126 | +_:b32 |
6127 | + sp:varName "volumeAtStdType"^^xsd:string . | ||
5800 | 6128 | ||
5801 | -_:b5 sp:varName "uri"^^xsd:string . | 6129 | +_:b31 |
6130 | + sp:varName "prodActType"^^xsd:string . | ||
5802 | 6131 | ||
5803 | -_:b6 sp:varName "uri"^^xsd:string . | 6132 | +_:b30 |
6133 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
5804 | 6134 | ||
5805 | -_:b7 sp:varName "uri"^^xsd:string . | 6135 | +_:b29 |
6136 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
5806 | 6137 | ||
5807 | -_:b8 sp:varName "uri"^^xsd:string . | 6138 | +_:b28 |
6139 | + sp:varName "safetyActivityType"^^xsd:string . | ||
5808 | 6140 | ||
5809 | -_:b9 sp:varName "uri"^^xsd:string . | 6141 | +_:b27 |
6142 | + sp:varName "relationshipToMeasure"^^xsd:string . | ||
5810 | 6143 | ||
5811 | -_:b10 | 6144 | +_:b26 |
5812 | - sp:varName "uri"^^xsd:string . | 6145 | + sp:varName "productionFlowPurposeType"^^xsd:string . |
5813 | 6146 | ||
5814 | -_:b11 | 6147 | +_:b25 |
5815 | - sp:varName "uri"^^xsd:string . | 6148 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
5816 | 6149 | ||
5817 | -_:b12 | 6150 | +_:b24 |
5818 | - sp:varName "uri"^^xsd:string . | 6151 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
5819 | 6152 | ||
5820 | -_:b13 | 6153 | +_:b23 |
5821 | - sp:varName "uri"^^xsd:string . | 6154 | + sp:varName "productionFlowDefinitionType"^^xsd:string . |
5822 | 6155 | ||
5823 | -_:b14 | 6156 | +_:b22 |
5824 | - sp:varName "uri"^^xsd:string . | 6157 | + sp:varName "productionFacilityType"^^xsd:string . |
5825 | 6158 | ||
5826 | -_:b15 | 6159 | +_:b21 |
5827 | - sp:varName "uri"^^xsd:string . | 6160 | + sp:varName "productType"^^xsd:string . |
5828 | 6161 | ||
5829 | -_:b16 | 6162 | +_:b20 |
5830 | - sp:varName "uri"^^xsd:string . | 6163 | + sp:varName "densityScale"^^xsd:string . |
5831 | 6164 | ||
5832 | -_:b17 | 6165 | +_:b19 |
5833 | sp:varName "uri"^^xsd:string . | 6166 | sp:varName "uri"^^xsd:string . |
5834 | 6167 | ||
5835 | _:b18 | 6168 | _:b18 |
5836 | sp:varName "uri"^^xsd:string . | 6169 | sp:varName "uri"^^xsd:string . |
5837 | 6170 | ||
5838 | -_:b19 | 6171 | +_:b17 |
5839 | sp:varName "uri"^^xsd:string . | 6172 | sp:varName "uri"^^xsd:string . |
5840 | 6173 | ||
5841 | -_:b20 | 6174 | +_:b16 |
5842 | - sp:varName "densityScale"^^xsd:string . | 6175 | + sp:varName "uri"^^xsd:string . |
5843 | - | ||
5844 | -_:b21 | ||
5845 | - sp:varName "durationScale"^^xsd:string . | ||
5846 | - | ||
5847 | -_:b22 | ||
5848 | - sp:varName "productType"^^xsd:string . | ||
5849 | 6176 | ||
5850 | -_:b23 | 6177 | +_:b15 |
5851 | - sp:varName "productionFacilityType"^^xsd:string . | 6178 | + sp:varName "uri"^^xsd:string . |
5852 | 6179 | ||
5853 | -_:b24 | 6180 | +_:b14 |
5854 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | 6181 | + sp:varName "uri"^^xsd:string . |
5855 | 6182 | ||
5856 | -_:b25 | 6183 | +_:b13 |
5857 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 6184 | + sp:varName "uri"^^xsd:string . |
5858 | 6185 | ||
5859 | -_:b26 | 6186 | +_:b12 |
5860 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 6187 | + sp:varName "uri"^^xsd:string . |
5861 | 6188 | ||
5862 | -_:b27 | 6189 | +_:b11 |
5863 | - sp:varName "productionFlowPurposeType"^^xsd:string . | 6190 | + sp:varName "uri"^^xsd:string . |
5864 | 6191 | ||
5865 | -_:b28 | 6192 | +_:b10 |
5866 | - sp:varName "relationshipToMeasure"^^xsd:string . | 6193 | + sp:varName "uri"^^xsd:string . |
5867 | 6194 | ||
5868 | -_:b29 | 6195 | +_:b9 sp:varName "uri"^^xsd:string . |
5869 | - sp:varName "safetyActivityType"^^xsd:string . | ||
5870 | 6196 | ||
5871 | -_:b30 | 6197 | +_:b8 sp:varName "uri"^^xsd:string . |
5872 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
5873 | 6198 | ||
5874 | -_:b31 | 6199 | +_:b7 sp:varName "uri"^^xsd:string . |
5875 | - sp:varName "temperatureScale"^^xsd:string . | ||
5876 | 6200 | ||
5877 | -_:b32 | 6201 | +_:b6 sp:varName "uri"^^xsd:string . |
5878 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
5879 | 6202 | ||
5880 | -_:b33 | 6203 | +_:b5 sp:varName "uri"^^xsd:string . |
5881 | - sp:varName "prodActType"^^xsd:string . | ||
5882 | 6204 | ||
5883 | -_:b34 | 6205 | +_:b4 sp:varName "uri"^^xsd:string . |
5884 | - sp:varName "volumeAtStdType"^^xsd:string . | ||
5885 | 6206 | ||
5886 | -_:b35 | 6207 | +_:b3 sp:varName "UUID"^^xsd:string . |
5887 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
5888 | 6208 | ||
5889 | -_:b36 | 6209 | +_:b2 sp:varName "uri"^^xsd:string . |
5890 | - sp:varName "volumeFlowRateScale"^^xsd:string . | ||
5891 | 6210 | ||
5892 | -_:b37 | 6211 | +_:b1 sp:varName "uri"^^xsd:string . |
5893 | - sp:varName "volumeScale"^^xsd:string . | ... | ... |
-
Please register or login to post a comment