fixed a typo and added select for mass concentration (only covers ppm so far)
Showing
3 changed files
with
171 additions
and
99 deletions
| 1 | -# Saved by TopBraid on Fri Oct 14 12:01:32 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 13:39:53 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| ... | @@ -416,15 +416,15 @@ ep-prodact:residualChlorideInWater | ... | @@ -416,15 +416,15 @@ ep-prodact:residualChlorideInWater |
| 416 | rdfs:domain ep-prodact:WaterSample ; | 416 | rdfs:domain ep-prodact:WaterSample ; |
| 417 | rdfs:range ep-core:SpecificMass . | 417 | rdfs:range ep-core:SpecificMass . |
| 418 | 418 | ||
| 419 | -ep-prodact:samplePOint | 419 | +ep-prodact:samplePhValue |
| 420 | rdf:type owl:DatatypeProperty ; | 420 | rdf:type owl:DatatypeProperty ; |
| 421 | rdfs:domain ep-prodact:WaterSample ; | 421 | rdfs:domain ep-prodact:WaterSample ; |
| 422 | - rdfs:range xsd:string . | 422 | + rdfs:range xsd:double . |
| 423 | 423 | ||
| 424 | -ep-prodact:samplePhValue | 424 | +ep-prodact:samplePoint |
| 425 | rdf:type owl:DatatypeProperty ; | 425 | rdf:type owl:DatatypeProperty ; |
| 426 | rdfs:domain ep-prodact:WaterSample ; | 426 | rdfs:domain ep-prodact:WaterSample ; |
| 427 | - rdfs:range xsd:double . | 427 | + rdfs:range xsd:string . |
| 428 | 428 | ||
| 429 | ep-prodact:sampleTemperature | 429 | ep-prodact:sampleTemperature |
| 430 | rdf:type owl:ObjectProperty ; | 430 | rdf:type owl:ObjectProperty ; | ... | ... |
| 1 | -# Saved by TopBraid on Thu Oct 13 18:07:56 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 13:39:20 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| ... | @@ -425,13 +425,82 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -425,13 +425,82 @@ ep-dpr-spin-lib:selectLengthScale |
| 425 | ]) | 425 | ]) |
| 426 | ] . | 426 | ] . |
| 427 | 427 | ||
| 428 | +ep-dpr-spin-lib:selectMassConcentrationScale | ||
| 429 | + rdf:type spin:Function ; | ||
| 430 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 431 | + spin:body | ||
| 432 | + [ rdf:type sp:Select ; | ||
| 433 | + sp:resultVariables (_:b17) ; | ||
| 434 | + sp:where ([ rdf:type sp:Bind ; | ||
| 435 | + sp:expression | ||
| 436 | + [ rdf:type sp:if ; | ||
| 437 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 438 | + sp:arg1 spin:_arg1 ; | ||
| 439 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppk> | ||
| 440 | + ] ; | ||
| 441 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 442 | + sp:arg3 [ rdf:type sp:if ; | ||
| 443 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 444 | + sp:arg1 spin:_arg1 ; | ||
| 445 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_Euc> | ||
| 446 | + ] ; | ||
| 447 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 448 | + sp:arg3 [ rdf:type sp:if ; | ||
| 449 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 450 | + sp:arg1 spin:_arg1 ; | ||
| 451 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgkg> | ||
| 452 | + ] ; | ||
| 453 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 454 | + sp:arg3 [ rdf:type sp:if ; | ||
| 455 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 456 | + sp:arg1 spin:_arg1 ; | ||
| 457 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppdk> | ||
| 458 | + ] ; | ||
| 459 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 460 | + sp:arg3 [ rdf:type sp:if ; | ||
| 461 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 462 | + sp:arg1 spin:_arg1 ; | ||
| 463 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppm> | ||
| 464 | + ] ; | ||
| 465 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ; | ||
| 466 | + sp:arg3 [ rdf:type sp:if ; | ||
| 467 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 468 | + sp:arg1 spin:_arg1 ; | ||
| 469 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_mgkg> | ||
| 470 | + ] ; | ||
| 471 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 472 | + sp:arg3 [ rdf:type sp:if ; | ||
| 473 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 474 | + sp:arg1 spin:_arg1 ; | ||
| 475 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_> | ||
| 476 | + ] ; | ||
| 477 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 478 | + sp:arg3 [ rdf:type sp:if ; | ||
| 479 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 480 | + sp:arg1 spin:_arg1 ; | ||
| 481 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgsack94> | ||
| 482 | + ] ; | ||
| 483 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 484 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 485 | + ] | ||
| 486 | + ] | ||
| 487 | + ] | ||
| 488 | + ] | ||
| 489 | + ] | ||
| 490 | + ] | ||
| 491 | + ] | ||
| 492 | + ] ; | ||
| 493 | + sp:variable _:b17 | ||
| 494 | + ]) | ||
| 495 | + ] . | ||
| 496 | + | ||
| 428 | ep-dpr-spin-lib:selectPressureScale | 497 | ep-dpr-spin-lib:selectPressureScale |
| 429 | rdf:type spin:Function ; | 498 | rdf:type spin:Function ; |
| 430 | rdfs:label "select Pressure scale"^^xsd:string ; | 499 | rdfs:label "select Pressure scale"^^xsd:string ; |
| 431 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 500 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 432 | spin:body | 501 | spin:body |
| 433 | [ rdf:type sp:Select ; | 502 | [ rdf:type sp:Select ; |
| 434 | - sp:resultVariables (_:b17) ; | 503 | + sp:resultVariables (_:b18) ; |
| 435 | sp:where ([ rdf:type sp:Bind ; | 504 | sp:where ([ rdf:type sp:Bind ; |
| 436 | sp:expression | 505 | sp:expression |
| 437 | [ rdf:type sp:if ; | 506 | [ rdf:type sp:if ; |
| ... | @@ -456,7 +525,7 @@ ep-dpr-spin-lib:selectPressureScale | ... | @@ -456,7 +525,7 @@ ep-dpr-spin-lib:selectPressureScale |
| 456 | ] | 525 | ] |
| 457 | ] | 526 | ] |
| 458 | ] ; | 527 | ] ; |
| 459 | - sp:variable _:b17 | 528 | + sp:variable _:b18 |
| 460 | ]) | 529 | ]) |
| 461 | ] . | 530 | ] . |
| 462 | 531 | ||
| ... | @@ -466,7 +535,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -466,7 +535,7 @@ ep-dpr-spin-lib:selectProductType |
| 466 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 535 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 467 | spin:body | 536 | spin:body |
| 468 | [ rdf:type sp:Select ; | 537 | [ rdf:type sp:Select ; |
| 469 | - sp:resultVariables (_:b18) ; | 538 | + sp:resultVariables (_:b19) ; |
| 470 | sp:where ([ rdf:type sp:Bind ; | 539 | sp:where ([ rdf:type sp:Bind ; |
| 471 | sp:expression | 540 | sp:expression |
| 472 | [ rdf:type sp:if ; | 541 | [ rdf:type sp:if ; |
| ... | @@ -673,7 +742,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -673,7 +742,7 @@ ep-dpr-spin-lib:selectProductType |
| 673 | ] | 742 | ] |
| 674 | ] | 743 | ] |
| 675 | ] ; | 744 | ] ; |
| 676 | - sp:variable _:b18 | 745 | + sp:variable _:b19 |
| 677 | ]) | 746 | ]) |
| 678 | ] . | 747 | ] . |
| 679 | 748 | ||
| ... | @@ -683,7 +752,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -683,7 +752,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 683 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 752 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 684 | spin:body | 753 | spin:body |
| 685 | [ rdf:type sp:Select ; | 754 | [ rdf:type sp:Select ; |
| 686 | - sp:resultVariables (_:b19) ; | 755 | + sp:resultVariables (_:b20) ; |
| 687 | sp:where ([ rdf:type sp:Bind ; | 756 | sp:where ([ rdf:type sp:Bind ; |
| 688 | sp:expression | 757 | sp:expression |
| 689 | [ rdf:type sp:if ; | 758 | [ rdf:type sp:if ; |
| ... | @@ -862,7 +931,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -862,7 +931,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 862 | ] | 931 | ] |
| 863 | ] | 932 | ] |
| 864 | ] ; | 933 | ] ; |
| 865 | - sp:variable _:b19 | 934 | + sp:variable _:b20 |
| 866 | ]) | 935 | ]) |
| 867 | ] . | 936 | ] . |
| 868 | 937 | ||
| ... | @@ -872,7 +941,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -872,7 +941,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 872 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 941 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 873 | spin:body | 942 | spin:body |
| 874 | [ rdf:type sp:Select ; | 943 | [ rdf:type sp:Select ; |
| 875 | - sp:resultVariables (_:b20) ; | 944 | + sp:resultVariables (_:b21) ; |
| 876 | sp:where ([ rdf:type sp:Bind ; | 945 | sp:where ([ rdf:type sp:Bind ; |
| 877 | sp:expression | 946 | sp:expression |
| 878 | [ rdf:type sp:if ; | 947 | [ rdf:type sp:if ; |
| ... | @@ -932,7 +1001,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -932,7 +1001,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 932 | ] | 1001 | ] |
| 933 | ] | 1002 | ] |
| 934 | ] ; | 1003 | ] ; |
| 935 | - sp:variable _:b20 | 1004 | + sp:variable _:b21 |
| 936 | ]) | 1005 | ]) |
| 937 | ] . | 1006 | ] . |
| 938 | 1007 | ||
| ... | @@ -942,7 +1011,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -942,7 +1011,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 942 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1011 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 943 | spin:body | 1012 | spin:body |
| 944 | [ rdf:type sp:Select ; | 1013 | [ rdf:type sp:Select ; |
| 945 | - sp:resultVariables (_:b21) ; | 1014 | + sp:resultVariables (_:b22) ; |
| 946 | sp:where ([ rdf:type sp:Bind ; | 1015 | sp:where ([ rdf:type sp:Bind ; |
| 947 | sp:expression | 1016 | sp:expression |
| 948 | [ rdf:type sp:if ; | 1017 | [ rdf:type sp:if ; |
| ... | @@ -960,7 +1029,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -960,7 +1029,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 960 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 1029 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 961 | ] | 1030 | ] |
| 962 | ] ; | 1031 | ] ; |
| 963 | - sp:variable _:b21 | 1032 | + sp:variable _:b22 |
| 964 | ]) | 1033 | ]) |
| 965 | ] . | 1034 | ] . |
| 966 | 1035 | ||
| ... | @@ -970,7 +1039,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -970,7 +1039,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 970 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1039 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 971 | spin:body | 1040 | spin:body |
| 972 | [ rdf:type sp:Select ; | 1041 | [ rdf:type sp:Select ; |
| 973 | - sp:resultVariables (_:b22) ; | 1042 | + sp:resultVariables (_:b23) ; |
| 974 | sp:where ([ rdf:type sp:Bind ; | 1043 | sp:where ([ rdf:type sp:Bind ; |
| 975 | sp:expression | 1044 | sp:expression |
| 976 | [ rdf:type sp:if ; | 1045 | [ rdf:type sp:if ; |
| ... | @@ -988,7 +1057,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -988,7 +1057,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 988 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 1057 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 989 | ] | 1058 | ] |
| 990 | ] ; | 1059 | ] ; |
| 991 | - sp:variable _:b22 | 1060 | + sp:variable _:b23 |
| 992 | ]) | 1061 | ]) |
| 993 | ] . | 1062 | ] . |
| 994 | 1063 | ||
| ... | @@ -998,7 +1067,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -998,7 +1067,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 998 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1067 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 999 | spin:body | 1068 | spin:body |
| 1000 | [ rdf:type sp:Select ; | 1069 | [ rdf:type sp:Select ; |
| 1001 | - sp:resultVariables (_:b23) ; | 1070 | + sp:resultVariables (_:b24) ; |
| 1002 | sp:where ([ rdf:type sp:Bind ; | 1071 | sp:where ([ rdf:type sp:Bind ; |
| 1003 | sp:expression | 1072 | sp:expression |
| 1004 | [ rdf:type sp:if ; | 1073 | [ rdf:type sp:if ; |
| ... | @@ -1149,7 +1218,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -1149,7 +1218,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 1149 | ] | 1218 | ] |
| 1150 | ] | 1219 | ] |
| 1151 | ] ; | 1220 | ] ; |
| 1152 | - sp:variable _:b23 | 1221 | + sp:variable _:b24 |
| 1153 | ]) | 1222 | ]) |
| 1154 | ] . | 1223 | ] . |
| 1155 | 1224 | ||
| ... | @@ -1158,7 +1227,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType | ... | @@ -1158,7 +1227,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType |
| 1158 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1227 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1159 | spin:body | 1228 | spin:body |
| 1160 | [ rdf:type sp:Select ; | 1229 | [ rdf:type sp:Select ; |
| 1161 | - sp:resultVariables (_:b24) ; | 1230 | + sp:resultVariables (_:b25) ; |
| 1162 | sp:where ([ rdf:type sp:Bind ; | 1231 | sp:where ([ rdf:type sp:Bind ; |
| 1163 | sp:expression | 1232 | sp:expression |
| 1164 | [ rdf:type sp:if ; | 1233 | [ rdf:type sp:if ; |
| ... | @@ -1211,7 +1280,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType | ... | @@ -1211,7 +1280,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType |
| 1211 | ] | 1280 | ] |
| 1212 | ] | 1281 | ] |
| 1213 | ] ; | 1282 | ] ; |
| 1214 | - sp:variable _:b24 | 1283 | + sp:variable _:b25 |
| 1215 | ]) | 1284 | ]) |
| 1216 | ] . | 1285 | ] . |
| 1217 | 1286 | ||
| ... | @@ -1221,7 +1290,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -1221,7 +1290,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 1221 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1290 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1222 | spin:body | 1291 | spin:body |
| 1223 | [ rdf:type sp:Select ; | 1292 | [ rdf:type sp:Select ; |
| 1224 | - sp:resultVariables (_:b25) ; | 1293 | + sp:resultVariables (_:b26) ; |
| 1225 | sp:where ([ rdf:type sp:Bind ; | 1294 | sp:where ([ rdf:type sp:Bind ; |
| 1226 | sp:expression | 1295 | sp:expression |
| 1227 | [ rdf:type sp:if ; | 1296 | [ rdf:type sp:if ; |
| ... | @@ -1295,7 +1364,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -1295,7 +1364,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 1295 | ] | 1364 | ] |
| 1296 | ] | 1365 | ] |
| 1297 | ] ; | 1366 | ] ; |
| 1298 | - sp:variable _:b25 | 1367 | + sp:variable _:b26 |
| 1299 | ]) | 1368 | ]) |
| 1300 | ] . | 1369 | ] . |
| 1301 | 1370 | ||
| ... | @@ -1304,7 +1373,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -1304,7 +1373,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 1304 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1373 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1305 | spin:body | 1374 | spin:body |
| 1306 | [ rdf:type sp:Select ; | 1375 | [ rdf:type sp:Select ; |
| 1307 | - sp:resultVariables (_:b26) ; | 1376 | + sp:resultVariables (_:b27) ; |
| 1308 | sp:where ([ rdf:type sp:Bind ; | 1377 | sp:where ([ rdf:type sp:Bind ; |
| 1309 | sp:expression | 1378 | sp:expression |
| 1310 | [ rdf:type sp:if ; | 1379 | [ rdf:type sp:if ; |
| ... | @@ -1448,7 +1517,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -1448,7 +1517,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 1448 | ] | 1517 | ] |
| 1449 | ] | 1518 | ] |
| 1450 | ] ; | 1519 | ] ; |
| 1451 | - sp:variable _:b26 | 1520 | + sp:variable _:b27 |
| 1452 | ]) | 1521 | ]) |
| 1453 | ] . | 1522 | ] . |
| 1454 | 1523 | ||
| ... | @@ -1458,7 +1527,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -1458,7 +1527,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 1458 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1527 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1459 | spin:body | 1528 | spin:body |
| 1460 | [ rdf:type sp:Select ; | 1529 | [ rdf:type sp:Select ; |
| 1461 | - sp:resultVariables (_:b27) ; | 1530 | + sp:resultVariables (_:b28) ; |
| 1462 | sp:where ([ rdf:type sp:Bind ; | 1531 | sp:where ([ rdf:type sp:Bind ; |
| 1463 | sp:expression | 1532 | sp:expression |
| 1464 | [ rdf:type sp:if ; | 1533 | [ rdf:type sp:if ; |
| ... | @@ -1469,7 +1538,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -1469,7 +1538,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 1469 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | 1538 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; |
| 1470 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1539 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1471 | ] ; | 1540 | ] ; |
| 1472 | - sp:variable _:b27 | 1541 | + sp:variable _:b28 |
| 1473 | ]) | 1542 | ]) |
| 1474 | ] . | 1543 | ] . |
| 1475 | 1544 | ||
| ... | @@ -1479,7 +1548,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -1479,7 +1548,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 1479 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1548 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1480 | spin:body | 1549 | spin:body |
| 1481 | [ rdf:type sp:Select ; | 1550 | [ rdf:type sp:Select ; |
| 1482 | - sp:resultVariables (_:b28) ; | 1551 | + sp:resultVariables (_:b29) ; |
| 1483 | sp:where ([ rdf:type sp:Bind ; | 1552 | sp:where ([ rdf:type sp:Bind ; |
| 1484 | sp:expression | 1553 | sp:expression |
| 1485 | [ rdf:type sp:if ; | 1554 | [ rdf:type sp:if ; |
| ... | @@ -1497,7 +1566,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -1497,7 +1566,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 1497 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1566 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1498 | ] | 1567 | ] |
| 1499 | ] ; | 1568 | ] ; |
| 1500 | - sp:variable _:b28 | 1569 | + sp:variable _:b29 |
| 1501 | ]) | 1570 | ]) |
| 1502 | ] . | 1571 | ] . |
| 1503 | 1572 | ||
| ... | @@ -1507,7 +1576,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -1507,7 +1576,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 1507 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1576 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1508 | spin:body | 1577 | spin:body |
| 1509 | [ rdf:type sp:Select ; | 1578 | [ rdf:type sp:Select ; |
| 1510 | - sp:resultVariables (_:b29) ; | 1579 | + sp:resultVariables (_:b30) ; |
| 1511 | sp:where ([ rdf:type sp:Bind ; | 1580 | sp:where ([ rdf:type sp:Bind ; |
| 1512 | sp:expression | 1581 | sp:expression |
| 1513 | [ rdf:type sp:if ; | 1582 | [ rdf:type sp:if ; |
| ... | @@ -1581,7 +1650,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -1581,7 +1650,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 1581 | ] | 1650 | ] |
| 1582 | ] | 1651 | ] |
| 1583 | ] ; | 1652 | ] ; |
| 1584 | - sp:variable _:b29 | 1653 | + sp:variable _:b30 |
| 1585 | ]) | 1654 | ]) |
| 1586 | ] . | 1655 | ] . |
| 1587 | 1656 | ||
| ... | @@ -1590,7 +1659,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -1590,7 +1659,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 1590 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1659 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1591 | spin:body | 1660 | spin:body |
| 1592 | [ rdf:type sp:Select ; | 1661 | [ rdf:type sp:Select ; |
| 1593 | - sp:resultVariables (_:b30) ; | 1662 | + sp:resultVariables (_:b31) ; |
| 1594 | sp:where ([ rdf:type sp:Bind ; | 1663 | sp:where ([ rdf:type sp:Bind ; |
| 1595 | sp:expression | 1664 | sp:expression |
| 1596 | [ rdf:type sp:if ; | 1665 | [ rdf:type sp:if ; |
| ... | @@ -1664,7 +1733,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -1664,7 +1733,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 1664 | ] | 1733 | ] |
| 1665 | ] | 1734 | ] |
| 1666 | ] ; | 1735 | ] ; |
| 1667 | - sp:variable _:b30 | 1736 | + sp:variable _:b31 |
| 1668 | ]) | 1737 | ]) |
| 1669 | ] . | 1738 | ] . |
| 1670 | 1739 | ||
| ... | @@ -1674,7 +1743,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -1674,7 +1743,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 1674 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1743 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1675 | spin:body | 1744 | spin:body |
| 1676 | [ rdf:type sp:Select ; | 1745 | [ rdf:type sp:Select ; |
| 1677 | - sp:resultVariables (_:b31) ; | 1746 | + sp:resultVariables (_:b32) ; |
| 1678 | sp:where ([ rdf:type sp:Bind ; | 1747 | sp:where ([ rdf:type sp:Bind ; |
| 1679 | sp:expression | 1748 | sp:expression |
| 1680 | [ rdf:type sp:if ; | 1749 | [ rdf:type sp:if ; |
| ... | @@ -1699,7 +1768,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -1699,7 +1768,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 1699 | ] | 1768 | ] |
| 1700 | ] | 1769 | ] |
| 1701 | ] ; | 1770 | ] ; |
| 1702 | - sp:variable _:b31 | 1771 | + sp:variable _:b32 |
| 1703 | ]) | 1772 | ]) |
| 1704 | ] . | 1773 | ] . |
| 1705 | 1774 | ||
| ... | @@ -1709,7 +1778,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -1709,7 +1778,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 1709 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1778 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1710 | spin:body | 1779 | spin:body |
| 1711 | [ rdf:type sp:Select ; | 1780 | [ rdf:type sp:Select ; |
| 1712 | - sp:resultVariables (_:b32) ; | 1781 | + sp:resultVariables (_:b33) ; |
| 1713 | sp:where ([ rdf:type sp:Bind ; | 1782 | sp:where ([ rdf:type sp:Bind ; |
| 1714 | sp:expression | 1783 | sp:expression |
| 1715 | [ rdf:type sp:if ; | 1784 | [ rdf:type sp:if ; |
| ... | @@ -1734,7 +1803,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -1734,7 +1803,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 1734 | ] | 1803 | ] |
| 1735 | ] | 1804 | ] |
| 1736 | ] ; | 1805 | ] ; |
| 1737 | - sp:variable _:b32 | 1806 | + sp:variable _:b33 |
| 1738 | ]) | 1807 | ]) |
| 1739 | ] . | 1808 | ] . |
| 1740 | 1809 | ||
| ... | @@ -1744,7 +1813,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -1744,7 +1813,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 1744 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1813 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1745 | spin:body | 1814 | spin:body |
| 1746 | [ rdf:type sp:Select ; | 1815 | [ rdf:type sp:Select ; |
| 1747 | - sp:resultVariables (_:b33) ; | 1816 | + sp:resultVariables (_:b34) ; |
| 1748 | sp:where ([ rdf:type sp:Bind ; | 1817 | sp:where ([ rdf:type sp:Bind ; |
| 1749 | sp:expression | 1818 | sp:expression |
| 1750 | [ rdf:type sp:if ; | 1819 | [ rdf:type sp:if ; |
| ... | @@ -1769,7 +1838,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -1769,7 +1838,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 1769 | ] | 1838 | ] |
| 1770 | ] | 1839 | ] |
| 1771 | ] ; | 1840 | ] ; |
| 1772 | - sp:variable _:b33 | 1841 | + sp:variable _:b34 |
| 1773 | ]) | 1842 | ]) |
| 1774 | ] . | 1843 | ] . |
| 1775 | 1844 | ||
| ... | @@ -1779,7 +1848,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -1779,7 +1848,7 @@ ep-dpr-spin-lib:selectVolumeScale |
| 1779 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1848 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1780 | spin:body | 1849 | spin:body |
| 1781 | [ rdf:type sp:Select ; | 1850 | [ rdf:type sp:Select ; |
| 1782 | - sp:resultVariables (_:b34) ; | 1851 | + sp:resultVariables (_:b35) ; |
| 1783 | sp:where ([ rdf:type sp:Bind ; | 1852 | sp:where ([ rdf:type sp:Bind ; |
| 1784 | sp:expression | 1853 | sp:expression |
| 1785 | [ rdf:type sp:if ; | 1854 | [ rdf:type sp:if ; |
| ... | @@ -2007,99 +2076,102 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -2007,99 +2076,102 @@ ep-dpr-spin-lib:selectVolumeScale |
| 2007 | ] | 2076 | ] |
| 2008 | ] | 2077 | ] |
| 2009 | ] ; | 2078 | ] ; |
| 2010 | - sp:variable _:b34 | 2079 | + sp:variable _:b35 |
| 2011 | ]) | 2080 | ]) |
| 2012 | ] . | 2081 | ] . |
| 2013 | 2082 | ||
| 2014 | -_:b1 sp:varName "uri"^^xsd:string . | 2083 | +_:b35 |
| 2084 | + sp:varName "volumeScale"^^xsd:string . | ||
| 2015 | 2085 | ||
| 2016 | -_:b4 sp:varName "uri"^^xsd:string . | 2086 | +_:b34 |
| 2087 | + sp:varName "volumeFlowRateScale"^^xsd:string . | ||
| 2017 | 2088 | ||
| 2018 | -_:b5 sp:varName "uri"^^xsd:string . | 2089 | +_:b33 |
| 2090 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 2019 | 2091 | ||
| 2020 | -_:b6 sp:varName "uri"^^xsd:string . | 2092 | +_:b32 |
| 2093 | + sp:varName "volumeAtStdType"^^xsd:string . | ||
| 2021 | 2094 | ||
| 2022 | -_:b7 sp:varName "uri"^^xsd:string . | 2095 | +_:b31 |
| 2096 | + sp:varName "prodActType"^^xsd:string . | ||
| 2023 | 2097 | ||
| 2024 | -_:b8 sp:varName "uri"^^xsd:string . | 2098 | +_:b30 |
| 2099 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
| 2025 | 2100 | ||
| 2026 | -_:b9 sp:varName "uri"^^xsd:string . | 2101 | +_:b29 |
| 2102 | + sp:varName "temperatureScale"^^xsd:string . | ||
| 2027 | 2103 | ||
| 2028 | -_:b10 | 2104 | +_:b28 |
| 2029 | - sp:varName "uri"^^xsd:string . | 2105 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 2030 | 2106 | ||
| 2031 | -_:b11 | 2107 | +_:b27 |
| 2032 | - sp:varName "uri"^^xsd:string . | 2108 | + sp:varName "safetyActivityType"^^xsd:string . |
| 2033 | 2109 | ||
| 2034 | -_:b12 | 2110 | +_:b26 |
| 2035 | - sp:varName "uri"^^xsd:string . | 2111 | + sp:varName "relationshipToMeasure"^^xsd:string . |
| 2036 | 2112 | ||
| 2037 | -_:b13 | 2113 | +_:b25 |
| 2038 | - sp:varName "uri"^^xsd:string . | 2114 | + sp:varName "popType"^^xsd:string . |
| 2039 | 2115 | ||
| 2040 | -_:b14 | 2116 | +_:b24 |
| 2041 | - sp:varName "uri"^^xsd:string . | 2117 | + sp:varName "productionFlowPurposeType"^^xsd:string . |
| 2042 | 2118 | ||
| 2043 | -_:b15 | 2119 | +_:b23 |
| 2044 | - sp:varName "durationScale"^^xsd:string . | 2120 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
| 2045 | 2121 | ||
| 2046 | -_:b16 | 2122 | +_:b22 |
| 2047 | - sp:varName "lengthScale"^^xsd:string . | 2123 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
| 2048 | 2124 | ||
| 2049 | -_:b17 | 2125 | +_:b21 |
| 2050 | - sp:varName "pressureScale"^^xsd:string . | 2126 | + sp:varName "productionFlowDefinitionType"^^xsd:string . |
| 2051 | 2127 | ||
| 2052 | -_:b18 | 2128 | +_:b20 |
| 2053 | - sp:varName "productType"^^xsd:string . | 2129 | + sp:varName "productionFacilityType"^^xsd:string . |
| 2054 | 2130 | ||
| 2055 | _:b19 | 2131 | _:b19 |
| 2056 | - sp:varName "productionFacilityType"^^xsd:string . | 2132 | + sp:varName "productType"^^xsd:string . |
| 2057 | 2133 | ||
| 2058 | -_:b20 | 2134 | +_:b18 |
| 2059 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | 2135 | + sp:varName "pressureScale"^^xsd:string . |
| 2060 | 2136 | ||
| 2061 | -_:b21 | 2137 | +_:b16 |
| 2062 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 2138 | + sp:varName "lengthScale"^^xsd:string . |
| 2063 | 2139 | ||
| 2064 | -_:b22 | 2140 | +_:b15 |
| 2065 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 2141 | + sp:varName "durationScale"^^xsd:string . |
| 2066 | 2142 | ||
| 2067 | -_:b23 | 2143 | +_:b14 |
| 2068 | - sp:varName "productionFlowPurposeType"^^xsd:string . | 2144 | + sp:varName "uri"^^xsd:string . |
| 2069 | 2145 | ||
| 2070 | -_:b25 | 2146 | +_:b13 |
| 2071 | - sp:varName "relationshipToMeasure"^^xsd:string . | 2147 | + sp:varName "uri"^^xsd:string . |
| 2072 | 2148 | ||
| 2073 | -_:b26 | 2149 | +_:b12 |
| 2074 | - sp:varName "safetyActivityType"^^xsd:string . | 2150 | + sp:varName "uri"^^xsd:string . |
| 2075 | 2151 | ||
| 2076 | -_:b27 | 2152 | +_:b11 |
| 2077 | - sp:varName "specificVolumeScale"^^xsd:string . | 2153 | + sp:varName "uri"^^xsd:string . |
| 2078 | 2154 | ||
| 2079 | -_:b28 | 2155 | +_:b10 |
| 2080 | - sp:varName "temperatureScale"^^xsd:string . | 2156 | + sp:varName "uri"^^xsd:string . |
| 2081 | 2157 | ||
| 2082 | -_:b29 | 2158 | +_:b9 sp:varName "uri"^^xsd:string . |
| 2083 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
| 2084 | 2159 | ||
| 2085 | -_:b30 | 2160 | +_:b8 sp:varName "uri"^^xsd:string . |
| 2086 | - sp:varName "prodActType"^^xsd:string . | ||
| 2087 | 2161 | ||
| 2088 | -_:b31 | 2162 | +_:b7 sp:varName "uri"^^xsd:string . |
| 2089 | - sp:varName "volumeAtStdType"^^xsd:string . | ||
| 2090 | 2163 | ||
| 2091 | -_:b32 | 2164 | +_:b6 sp:varName "uri"^^xsd:string . |
| 2092 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 2093 | 2165 | ||
| 2094 | -_:b33 | 2166 | +_:b5 sp:varName "uri"^^xsd:string . |
| 2095 | - sp:varName "volumeFlowRateScale"^^xsd:string . | ||
| 2096 | 2167 | ||
| 2097 | -_:b34 | 2168 | +_:b4 sp:varName "uri"^^xsd:string . |
| 2098 | - sp:varName "volumeScale"^^xsd:string . | ||
| 2099 | 2169 | ||
| 2100 | _:b3 sp:varName "uri"^^xsd:string . | 2170 | _:b3 sp:varName "uri"^^xsd:string . |
| 2101 | 2171 | ||
| 2102 | _:b2 sp:varName "uri"^^xsd:string . | 2172 | _:b2 sp:varName "uri"^^xsd:string . |
| 2103 | 2173 | ||
| 2104 | -_:b24 | 2174 | +_:b1 sp:varName "uri"^^xsd:string . |
| 2105 | - sp:varName "popType"^^xsd:string . | 2175 | + |
| 2176 | +_:b17 | ||
| 2177 | + sp:varName "massConcScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Oct 13 18:07:56 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 13:39:20 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#> . | ... | ... |
-
Please register or login to post a comment