Showing
1 changed file
with
664 additions
and
572 deletions
| 1 | -# Saved by TopBraid on Wed Sep 28 23:54:36 BST 2011 | 1 | +# Saved by TopBraid on Thu Sep 29 01:17:26 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 |
| ... | @@ -790,60 +790,101 @@ ddr-tables:FormationTest | ... | @@ -790,60 +790,101 @@ ddr-tables:FormationTest |
| 790 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 790 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 791 | spin:body | 791 | spin:body |
| 792 | [ rdf:type sp:Select ; | 792 | [ rdf:type sp:Select ; |
| 793 | - sp:resultVariables ([ sp:varName "depthmMD"^^xsd:string | 793 | + sp:resultVariables (_:b131 _:b132 _:b133 _:b134 _:b135 _:b136 _:b137 _:b138) ; |
| 794 | - ] [ sp:varName "formationPorePressure"^^xsd:string | 794 | + sp:where ([ sp:object _:b139 ; |
| 795 | - ] [ sp:varName "goodSealInd"^^xsd:string | ||
| 796 | - ] [ sp:varName "depthToSamplePoint"^^xsd:string | ||
| 797 | - ] [ sp:varName "dominantFluidComponent"^^xsd:string | ||
| 798 | - ] [ sp:varName "hCComponentDensity"^^xsd:string | ||
| 799 | - ] [ sp:varName "sampleVolume"^^xsd:string | ||
| 800 | - ] [ sp:varName "description"^^xsd:string | ||
| 801 | - ]) ; | ||
| 802 | - sp:where ([ sp:object _:b131 ; | ||
| 803 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 795 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 804 | sp:subject | 796 | sp:subject |
| 805 | [ sp:varName "report"^^xsd:string | 797 | [ sp:varName "report"^^xsd:string |
| 806 | ] | 798 | ] |
| 807 | - ] [ sp:object _:b132 ; | 799 | + ] [ sp:object _:b140 ; |
| 808 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 800 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 809 | - sp:subject _:b131 | 801 | + sp:subject _:b139 |
| 810 | - ] [ sp:object | 802 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; |
| 811 | - [ sp:varName "startTime"^^xsd:string | 803 | + sp:predicate rdf:type ; |
| 812 | - ] ; | 804 | + sp:subject _:b140 |
| 813 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 814 | - sp:subject _:b132 | ||
| 815 | - ] [ sp:object | ||
| 816 | - [ sp:varName "endTime"^^xsd:string | ||
| 817 | - ] ; | ||
| 818 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 819 | - sp:subject _:b132 | ||
| 820 | ] [ rdf:type sp:Optional ; | 805 | ] [ rdf:type sp:Optional ; |
| 821 | - sp:elements ([ sp:object _:b133 ; | 806 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 822 | sp:predicate rdf:type ; | 807 | sp:predicate rdf:type ; |
| 823 | - sp:subject _:b132 | 808 | + sp:subject _:b140 |
| 824 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | 809 | + ] [ rdf:type sp:Bind ; |
| 810 | + sp:expression "Yes" ; | ||
| 811 | + sp:variable _:b133 | ||
| 812 | + ]) | ||
| 813 | + ] [ rdf:type sp:Optional ; | ||
| 814 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> ; | ||
| 825 | sp:predicate rdf:type ; | 815 | sp:predicate rdf:type ; |
| 826 | - sp:subject _:b133 | 816 | + sp:subject _:b140 |
| 817 | + ] [ rdf:type sp:Bind ; | ||
| 818 | + sp:expression "No" ; | ||
| 819 | + sp:variable _:b133 | ||
| 820 | + ]) | ||
| 821 | + ] [ rdf:type sp:Optional ; | ||
| 822 | + sp:elements ([ sp:object _:b141 ; | ||
| 823 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; | ||
| 824 | + sp:subject _:b140 | ||
| 825 | + ] [ sp:object _:b134 ; | ||
| 826 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
| 827 | + sp:subject _:b141 | ||
| 827 | ]) | 828 | ]) |
| 828 | ] [ rdf:type sp:Optional ; | 829 | ] [ rdf:type sp:Optional ; |
| 829 | - sp:elements ([ sp:object _:b134 ; | 830 | + sp:elements ([ sp:object _:b142 ; |
| 830 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 831 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 831 | - sp:subject _:b132 | 832 | + sp:subject _:b140 |
| 832 | - ] [ sp:object _:b135 ; | 833 | + ] [ sp:object _:b143 ; |
| 833 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 834 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 834 | - sp:subject _:b134 | 835 | + sp:subject _:b142 |
| 835 | - ] [ sp:object | 836 | + ] [ sp:object _:b131 ; |
| 836 | - [ sp:varName "endDepth"^^xsd:string | ||
| 837 | - ] ; | ||
| 838 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 837 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 839 | - sp:subject _:b135 | 838 | + sp:subject _:b143 |
| 840 | ]) | 839 | ]) |
| 841 | ] [ rdf:type sp:Optional ; | 840 | ] [ rdf:type sp:Optional ; |
| 842 | - sp:elements ([ sp:object | 841 | + sp:elements ([ sp:object _:b142 ; |
| 843 | - [ sp:varName "comments"^^xsd:string | 842 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 844 | - ] ; | 843 | + sp:subject _:b140 |
| 844 | + ] [ sp:object _:b144 ; | ||
| 845 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; | ||
| 846 | + sp:subject _:b142 | ||
| 847 | + ] [ sp:object _:b132 ; | ||
| 848 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; | ||
| 849 | + sp:subject _:b144 | ||
| 850 | + ]) | ||
| 851 | + ] [ rdf:type sp:Optional ; | ||
| 852 | + sp:elements ([ sp:object _:b145 ; | ||
| 853 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | ||
| 854 | + sp:subject _:b140 | ||
| 855 | + ] [ sp:object _:b146 ; | ||
| 856 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; | ||
| 857 | + sp:subject _:b145 | ||
| 858 | + ] [ sp:object _:b135 ; | ||
| 859 | + sp:predicate rdfs:label ; | ||
| 860 | + sp:subject _:b146 | ||
| 861 | + ]) | ||
| 862 | + ] [ rdf:type sp:Optional ; | ||
| 863 | + sp:elements ([ sp:object _:b145 ; | ||
| 864 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | ||
| 865 | + sp:subject _:b140 | ||
| 866 | + ] [ sp:object _:b147 ; | ||
| 867 | + sp:predicate rdf:type ; | ||
| 868 | + sp:subject _:b145 | ||
| 869 | + ] [ sp:object _:b137 ; | ||
| 870 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#decimetre3> ; | ||
| 871 | + sp:subject _:b147 | ||
| 872 | + ]) | ||
| 873 | + ] [ rdf:type sp:Optional ; | ||
| 874 | + sp:elements ([ sp:object _:b145 ; | ||
| 875 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | ||
| 876 | + sp:subject _:b140 | ||
| 877 | + ] [ sp:object _:b148 ; | ||
| 878 | + sp:predicate rdf:type ; | ||
| 879 | + sp:subject _:b145 | ||
| 880 | + ] [ sp:object _:b136 ; | ||
| 881 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; | ||
| 882 | + sp:subject _:b148 | ||
| 883 | + ]) | ||
| 884 | + ] [ rdf:type sp:Optional ; | ||
| 885 | + sp:elements ([ sp:object _:b138 ; | ||
| 845 | sp:predicate rdfs:comment ; | 886 | sp:predicate rdfs:comment ; |
| 846 | - sp:subject _:b132 | 887 | + sp:subject _:b140 |
| 847 | ]) | 888 | ]) |
| 848 | ]) | 889 | ]) |
| 849 | ] ; | 890 | ] ; |
| ... | @@ -855,123 +896,123 @@ ddr-tables:GasReadingInformation | ... | @@ -855,123 +896,123 @@ ddr-tables:GasReadingInformation |
| 855 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 896 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 856 | spin:body | 897 | spin:body |
| 857 | [ rdf:type sp:Select ; | 898 | [ rdf:type sp:Select ; |
| 858 | - sp:orderBy (_:b136) ; | 899 | + sp:orderBy (_:b149) ; |
| 859 | - sp:resultVariables (_:b136 _:b137 _:b138 _:b139 _:b140 _:b141 _:b142 _:b143 _:b144 _:b145 _:b146 _:b147 _:b148) ; | 900 | + sp:resultVariables (_:b149 _:b150 _:b151 _:b152 _:b153 _:b154 _:b155 _:b156 _:b157 _:b158 _:b159 _:b160 _:b161) ; |
| 860 | - sp:where ([ sp:object _:b149 ; | 901 | + sp:where ([ sp:object _:b162 ; |
| 861 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 902 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 862 | sp:subject | 903 | sp:subject |
| 863 | [ sp:varName "report"^^xsd:string | 904 | [ sp:varName "report"^^xsd:string |
| 864 | ] | 905 | ] |
| 865 | - ] [ sp:object _:b150 ; | 906 | + ] [ sp:object _:b163 ; |
| 866 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 907 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 867 | - sp:subject _:b149 | 908 | + sp:subject _:b162 |
| 868 | - ] [ sp:object _:b151 ; | 909 | + ] [ sp:object _:b164 ; |
| 869 | sp:predicate rdf:type ; | 910 | sp:predicate rdf:type ; |
| 870 | - sp:subject _:b150 | 911 | + sp:subject _:b163 |
| 871 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; | 912 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; |
| 872 | sp:predicate rdfs:subClassOf ; | 913 | sp:predicate rdfs:subClassOf ; |
| 873 | - sp:subject _:b151 | 914 | + sp:subject _:b164 |
| 874 | - ] [ sp:object _:b137 ; | 915 | + ] [ sp:object _:b150 ; |
| 875 | sp:predicate rdfs:label ; | 916 | sp:predicate rdfs:label ; |
| 876 | - sp:subject _:b151 | 917 | + sp:subject _:b164 |
| 877 | ] [ rdf:type sp:Optional ; | 918 | ] [ rdf:type sp:Optional ; |
| 878 | - sp:elements ([ sp:object _:b136 ; | 919 | + sp:elements ([ sp:object _:b149 ; |
| 879 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 920 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 880 | - sp:subject _:b150 | 921 | + sp:subject _:b163 |
| 881 | ]) | 922 | ]) |
| 882 | ] [ rdf:type sp:Optional ; | 923 | ] [ rdf:type sp:Optional ; |
| 883 | - sp:elements ([ sp:object _:b152 ; | 924 | + sp:elements ([ sp:object _:b165 ; |
| 884 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 925 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 885 | - sp:subject _:b150 | 926 | + sp:subject _:b163 |
| 886 | ] [ rdf:type sp:Optional ; | 927 | ] [ rdf:type sp:Optional ; |
| 887 | - sp:elements ([ sp:object _:b153 ; | 928 | + sp:elements ([ sp:object _:b166 ; |
| 888 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 929 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 889 | - sp:subject _:b152 | 930 | + sp:subject _:b165 |
| 890 | - ] [ sp:object _:b154 ; | 931 | + ] [ sp:object _:b167 ; |
| 891 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 932 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 892 | - sp:subject _:b153 | 933 | + sp:subject _:b166 |
| 893 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | 934 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; |
| 894 | sp:predicate rdf:type ; | 935 | sp:predicate rdf:type ; |
| 895 | - sp:subject _:b154 | 936 | + sp:subject _:b167 |
| 896 | - ] [ sp:object _:b155 ; | 937 | + ] [ sp:object _:b168 ; |
| 897 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; | 938 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; |
| 898 | - sp:subject _:b156 | 939 | + sp:subject _:b169 |
| 899 | - ] [ sp:object _:b142 ; | 940 | + ] [ sp:object _:b155 ; |
| 900 | sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | 941 | sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; |
| 901 | - sp:subject _:b155 | 942 | + sp:subject _:b168 |
| 902 | - ] [ sp:object _:b157 ; | 943 | + ] [ sp:object _:b170 ; |
| 903 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; | 944 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; |
| 904 | - sp:subject _:b156 | 945 | + sp:subject _:b169 |
| 905 | - ] [ sp:object _:b143 ; | 946 | + ] [ sp:object _:b156 ; |
| 906 | sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | 947 | sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; |
| 907 | - sp:subject _:b157 | 948 | + sp:subject _:b170 |
| 908 | - ] [ sp:object _:b158 ; | 949 | + ] [ sp:object _:b171 ; |
| 909 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; | 950 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; |
| 910 | - sp:subject _:b154 | 951 | + sp:subject _:b167 |
| 911 | - ] [ sp:object _:b145 ; | 952 | + ] [ sp:object _:b158 ; |
| 912 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | 953 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; |
| 913 | - sp:subject _:b158 | 954 | + sp:subject _:b171 |
| 914 | - ] [ sp:object _:b159 ; | 955 | + ] [ sp:object _:b172 ; |
| 915 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; | 956 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; |
| 916 | - sp:subject _:b154 | 957 | + sp:subject _:b167 |
| 917 | - ] [ sp:object _:b144 ; | 958 | + ] [ sp:object _:b157 ; |
| 918 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | 959 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; |
| 919 | - sp:subject _:b159 | 960 | + sp:subject _:b172 |
| 920 | - ] [ sp:object _:b160 ; | 961 | + ] [ sp:object _:b173 ; |
| 921 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; | 962 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; |
| 922 | - sp:subject _:b154 | 963 | + sp:subject _:b167 |
| 923 | - ] [ sp:object _:b146 ; | 964 | + ] [ sp:object _:b159 ; |
| 924 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | 965 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; |
| 925 | - sp:subject _:b160 | 966 | + sp:subject _:b173 |
| 926 | - ] [ sp:object _:b161 ; | 967 | + ] [ sp:object _:b174 ; |
| 927 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; | 968 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; |
| 928 | - sp:subject _:b154 | 969 | + sp:subject _:b167 |
| 929 | - ] [ sp:object _:b147 ; | 970 | + ] [ sp:object _:b160 ; |
| 930 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | 971 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; |
| 931 | - sp:subject _:b161 | 972 | + sp:subject _:b174 |
| 932 | - ] [ sp:object _:b162 ; | 973 | + ] [ sp:object _:b175 ; |
| 933 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; | 974 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; |
| 934 | - sp:subject _:b154 | 975 | + sp:subject _:b167 |
| 935 | - ] [ sp:object _:b148 ; | 976 | + ] [ sp:object _:b161 ; |
| 936 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | 977 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; |
| 937 | - sp:subject _:b162 | 978 | + sp:subject _:b175 |
| 938 | ]) | 979 | ]) |
| 939 | ] [ rdf:type sp:Optional ; | 980 | ] [ rdf:type sp:Optional ; |
| 940 | - sp:elements ([ sp:object _:b163 ; | 981 | + sp:elements ([ sp:object _:b176 ; |
| 941 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 982 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 942 | - sp:subject _:b152 | 983 | + sp:subject _:b165 |
| 943 | - ] [ sp:object _:b138 ; | 984 | + ] [ sp:object _:b151 ; |
| 944 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 985 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 945 | - sp:subject _:b163 | 986 | + sp:subject _:b176 |
| 946 | ]) | 987 | ]) |
| 947 | ] [ rdf:type sp:Optional ; | 988 | ] [ rdf:type sp:Optional ; |
| 948 | - sp:elements ([ sp:object _:b164 ; | 989 | + sp:elements ([ sp:object _:b177 ; |
| 949 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 990 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 950 | - sp:subject _:b152 | 991 | + sp:subject _:b165 |
| 951 | - ] [ sp:object _:b139 ; | 992 | + ] [ sp:object _:b152 ; |
| 952 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 993 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 953 | - sp:subject _:b164 | 994 | + sp:subject _:b177 |
| 954 | ]) | 995 | ]) |
| 955 | ]) | 996 | ]) |
| 956 | ] [ rdf:type sp:Optional ; | 997 | ] [ rdf:type sp:Optional ; |
| 957 | - sp:elements ([ sp:object _:b152 ; | 998 | + sp:elements ([ sp:object _:b165 ; |
| 958 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 999 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 959 | - sp:subject _:b150 | 1000 | + sp:subject _:b163 |
| 960 | ] [ rdf:type sp:Optional ; | 1001 | ] [ rdf:type sp:Optional ; |
| 961 | - sp:elements ([ sp:object _:b165 ; | 1002 | + sp:elements ([ sp:object _:b178 ; |
| 962 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 1003 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 963 | - sp:subject _:b152 | ||
| 964 | - ] [ sp:object _:b140 ; | ||
| 965 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
| 966 | sp:subject _:b165 | 1004 | sp:subject _:b165 |
| 1005 | + ] [ sp:object _:b153 ; | ||
| 1006 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
| 1007 | + sp:subject _:b178 | ||
| 967 | ]) | 1008 | ]) |
| 968 | ] [ rdf:type sp:Optional ; | 1009 | ] [ rdf:type sp:Optional ; |
| 969 | - sp:elements ([ sp:object _:b166 ; | 1010 | + sp:elements ([ sp:object _:b179 ; |
| 970 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 1011 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 971 | - sp:subject _:b152 | 1012 | + sp:subject _:b165 |
| 972 | - ] [ sp:object _:b141 ; | 1013 | + ] [ sp:object _:b154 ; |
| 973 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1014 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 974 | - sp:subject _:b166 | 1015 | + sp:subject _:b179 |
| 975 | ]) | 1016 | ]) |
| 976 | ]) | 1017 | ]) |
| 977 | ]) | 1018 | ]) |
| ... | @@ -984,116 +1025,116 @@ ddr-tables:LithologyInformation | ... | @@ -984,116 +1025,116 @@ ddr-tables:LithologyInformation |
| 984 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1025 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 985 | spin:body | 1026 | spin:body |
| 986 | [ rdf:type sp:Select ; | 1027 | [ rdf:type sp:Select ; |
| 987 | - sp:resultVariables (_:b167 _:b168 _:b169 _:b170 _:b171 _:b172 _:b173 _:b174) ; | 1028 | + sp:resultVariables (_:b180 _:b181 _:b182 _:b183 _:b184 _:b185 _:b186 _:b187) ; |
| 988 | - sp:where ([ sp:object _:b175 ; | 1029 | + sp:where ([ sp:object _:b188 ; |
| 989 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1030 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 990 | sp:subject | 1031 | sp:subject |
| 991 | [ sp:varName "report"^^xsd:string | 1032 | [ sp:varName "report"^^xsd:string |
| 992 | ] | 1033 | ] |
| 993 | - ] [ sp:object _:b176 ; | 1034 | + ] [ sp:object _:b189 ; |
| 994 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1035 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 995 | - sp:subject _:b175 | 1036 | + sp:subject _:b188 |
| 996 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; | 1037 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; |
| 997 | sp:predicate rdf:type ; | 1038 | sp:predicate rdf:type ; |
| 998 | - sp:subject _:b176 | 1039 | + sp:subject _:b189 |
| 999 | - ] [ sp:object _:b177 ; | 1040 | + ] [ sp:object _:b190 ; |
| 1000 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1041 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1001 | - sp:subject _:b176 | 1042 | + sp:subject _:b189 |
| 1002 | ] [ rdf:type sp:Optional ; | 1043 | ] [ rdf:type sp:Optional ; |
| 1003 | - sp:elements ([ sp:object _:b174 ; | 1044 | + sp:elements ([ sp:object _:b187 ; |
| 1004 | sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; | 1045 | sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; |
| 1005 | - sp:subject _:b177 | 1046 | + sp:subject _:b190 |
| 1006 | ]) | 1047 | ]) |
| 1007 | ] [ rdf:type sp:Optional ; | 1048 | ] [ rdf:type sp:Optional ; |
| 1008 | - sp:elements ([ sp:object _:b173 ; | 1049 | + sp:elements ([ sp:object _:b186 ; |
| 1009 | sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; | 1050 | sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; |
| 1010 | - sp:subject _:b177 | 1051 | + sp:subject _:b190 |
| 1011 | ]) | 1052 | ]) |
| 1012 | ] [ rdf:type sp:Optional ; | 1053 | ] [ rdf:type sp:Optional ; |
| 1013 | - sp:elements ([ sp:object _:b178 ; | 1054 | + sp:elements ([ sp:object _:b191 ; |
| 1014 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 1055 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 1015 | - sp:subject _:b177 | 1056 | + sp:subject _:b190 |
| 1016 | - ] [ sp:object _:b168 ; | 1057 | + ] [ sp:object _:b181 ; |
| 1017 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1058 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1018 | - sp:subject _:b178 | 1059 | + sp:subject _:b191 |
| 1019 | ]) | 1060 | ]) |
| 1020 | ] [ rdf:type sp:Optional ; | 1061 | ] [ rdf:type sp:Optional ; |
| 1021 | - sp:elements ([ sp:object _:b179 ; | 1062 | + sp:elements ([ sp:object _:b192 ; |
| 1022 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 1063 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 1023 | - sp:subject _:b177 | 1064 | + sp:subject _:b190 |
| 1024 | - ] [ sp:object _:b167 ; | 1065 | + ] [ sp:object _:b180 ; |
| 1025 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1066 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1026 | - sp:subject _:b179 | 1067 | + sp:subject _:b192 |
| 1027 | ]) | 1068 | ]) |
| 1028 | ] [ rdf:type sp:Optional ; | 1069 | ] [ rdf:type sp:Optional ; |
| 1029 | - sp:elements ([ sp:object _:b180 ; | 1070 | + sp:elements ([ sp:object _:b193 ; |
| 1030 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 1071 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 1031 | - sp:subject _:b177 | 1072 | + sp:subject _:b190 |
| 1032 | - ] [ sp:object _:b181 ; | 1073 | + ] [ sp:object _:b194 ; |
| 1033 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1074 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1034 | - sp:subject _:b180 | 1075 | + sp:subject _:b193 |
| 1035 | - ] [ sp:object _:b182 ; | 1076 | + ] [ sp:object _:b195 ; |
| 1036 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 1077 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 1037 | - sp:subject _:b177 | 1078 | + sp:subject _:b190 |
| 1038 | - ] [ sp:object _:b183 ; | 1079 | + ] [ sp:object _:b196 ; |
| 1039 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1080 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1040 | - sp:subject _:b182 | 1081 | + sp:subject _:b195 |
| 1041 | ] [ rdf:type sp:Bind ; | 1082 | ] [ rdf:type sp:Bind ; |
| 1042 | sp:expression | 1083 | sp:expression |
| 1043 | [ rdf:type sp:sub ; | 1084 | [ rdf:type sp:sub ; |
| 1044 | sp:arg1 [ rdf:type spif:cast ; | 1085 | sp:arg1 [ rdf:type spif:cast ; |
| 1045 | arg:datatype xsd:float ; | 1086 | arg:datatype xsd:float ; |
| 1046 | - sp:arg1 _:b183 | 1087 | + sp:arg1 _:b196 |
| 1047 | ] ; | 1088 | ] ; |
| 1048 | sp:arg2 [ rdf:type spif:cast ; | 1089 | sp:arg2 [ rdf:type spif:cast ; |
| 1049 | arg:datatype xsd:float ; | 1090 | arg:datatype xsd:float ; |
| 1050 | - sp:arg1 _:b181 | 1091 | + sp:arg1 _:b194 |
| 1051 | ] | 1092 | ] |
| 1052 | ] ; | 1093 | ] ; |
| 1053 | - sp:variable _:b169 | 1094 | + sp:variable _:b182 |
| 1054 | ]) | 1095 | ]) |
| 1055 | ] [ rdf:type sp:Optional ; | 1096 | ] [ rdf:type sp:Optional ; |
| 1056 | - sp:elements ([ sp:object _:b184 ; | 1097 | + sp:elements ([ sp:object _:b197 ; |
| 1057 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 1098 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 1058 | - sp:subject _:b177 | 1099 | + sp:subject _:b190 |
| 1059 | - ] [ sp:object _:b170 ; | 1100 | + ] [ sp:object _:b183 ; |
| 1060 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1101 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1061 | - sp:subject _:b184 | 1102 | + sp:subject _:b197 |
| 1062 | ]) | 1103 | ]) |
| 1063 | ] [ rdf:type sp:Optional ; | 1104 | ] [ rdf:type sp:Optional ; |
| 1064 | - sp:elements ([ sp:object _:b185 ; | 1105 | + sp:elements ([ sp:object _:b198 ; |
| 1065 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 1106 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 1066 | - sp:subject _:b177 | 1107 | + sp:subject _:b190 |
| 1067 | - ] [ sp:object _:b171 ; | 1108 | + ] [ sp:object _:b184 ; |
| 1068 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1109 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1069 | - sp:subject _:b185 | 1110 | + sp:subject _:b198 |
| 1070 | ]) | 1111 | ]) |
| 1071 | ] [ rdf:type sp:Optional ; | 1112 | ] [ rdf:type sp:Optional ; |
| 1072 | - sp:elements ([ sp:object _:b186 ; | 1113 | + sp:elements ([ sp:object _:b199 ; |
| 1073 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 1114 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 1074 | - sp:subject _:b177 | 1115 | + sp:subject _:b190 |
| 1075 | - ] [ sp:object _:b187 ; | 1116 | + ] [ sp:object _:b200 ; |
| 1076 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1117 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1077 | - sp:subject _:b186 | 1118 | + sp:subject _:b199 |
| 1078 | - ] [ sp:object _:b188 ; | 1119 | + ] [ sp:object _:b201 ; |
| 1079 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 1120 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 1080 | - sp:subject _:b177 | 1121 | + sp:subject _:b190 |
| 1081 | - ] [ sp:object _:b189 ; | 1122 | + ] [ sp:object _:b202 ; |
| 1082 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1123 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1083 | - sp:subject _:b188 | 1124 | + sp:subject _:b201 |
| 1084 | ] [ rdf:type sp:Bind ; | 1125 | ] [ rdf:type sp:Bind ; |
| 1085 | sp:expression | 1126 | sp:expression |
| 1086 | [ rdf:type sp:sub ; | 1127 | [ rdf:type sp:sub ; |
| 1087 | sp:arg1 [ rdf:type spif:cast ; | 1128 | sp:arg1 [ rdf:type spif:cast ; |
| 1088 | arg:datatype xsd:float ; | 1129 | arg:datatype xsd:float ; |
| 1089 | - sp:arg1 _:b189 | 1130 | + sp:arg1 _:b202 |
| 1090 | ] ; | 1131 | ] ; |
| 1091 | sp:arg2 [ rdf:type spif:cast ; | 1132 | sp:arg2 [ rdf:type spif:cast ; |
| 1092 | arg:datatype xsd:float ; | 1133 | arg:datatype xsd:float ; |
| 1093 | - sp:arg1 _:b187 | 1134 | + sp:arg1 _:b200 |
| 1094 | ] | 1135 | ] |
| 1095 | ] ; | 1136 | ] ; |
| 1096 | - sp:variable _:b172 | 1137 | + sp:variable _:b185 |
| 1097 | ]) | 1138 | ]) |
| 1098 | ]) | 1139 | ]) |
| 1099 | ] ; | 1140 | ] ; |
| ... | @@ -1105,98 +1146,98 @@ ddr-tables:LogInformation | ... | @@ -1105,98 +1146,98 @@ ddr-tables:LogInformation |
| 1105 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1146 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1106 | spin:body | 1147 | spin:body |
| 1107 | [ rdf:type sp:Select ; | 1148 | [ rdf:type sp:Select ; |
| 1108 | - sp:resultVariables (_:b190 _:b191 _:b192 _:b193 _:b194 _:b195) ; | 1149 | + sp:resultVariables (_:b203 _:b204 _:b205 _:b206 _:b207 _:b208) ; |
| 1109 | - sp:where ([ sp:object _:b196 ; | 1150 | + sp:where ([ sp:object _:b209 ; |
| 1110 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1151 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1111 | sp:subject | 1152 | sp:subject |
| 1112 | [ sp:varName "report"^^xsd:string | 1153 | [ sp:varName "report"^^xsd:string |
| 1113 | ] | 1154 | ] |
| 1114 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | 1155 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; |
| 1115 | sp:predicate rdf:type ; | 1156 | sp:predicate rdf:type ; |
| 1116 | - sp:subject _:b196 | 1157 | + sp:subject _:b209 |
| 1117 | - ] [ sp:object _:b197 ; | 1158 | + ] [ sp:object _:b210 ; |
| 1118 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1159 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1119 | - sp:subject _:b196 | 1160 | + sp:subject _:b209 |
| 1120 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | 1161 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; |
| 1121 | sp:predicate rdf:type ; | 1162 | sp:predicate rdf:type ; |
| 1122 | - sp:subject _:b197 | 1163 | + sp:subject _:b210 |
| 1123 | ] [ rdf:type sp:Optional ; | 1164 | ] [ rdf:type sp:Optional ; |
| 1124 | - sp:elements ([ sp:object _:b190 ; | 1165 | + sp:elements ([ sp:object _:b203 ; |
| 1125 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | 1166 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; |
| 1126 | - sp:subject _:b197 | 1167 | + sp:subject _:b210 |
| 1127 | ]) | 1168 | ]) |
| 1128 | ] [ rdf:type sp:Optional ; | 1169 | ] [ rdf:type sp:Optional ; |
| 1129 | - sp:elements ([ sp:object _:b198 ; | 1170 | + sp:elements ([ sp:object _:b211 ; |
| 1130 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1171 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1131 | - sp:subject _:b197 | 1172 | + sp:subject _:b210 |
| 1132 | ] [ rdf:type sp:Optional ; | 1173 | ] [ rdf:type sp:Optional ; |
| 1133 | - sp:elements ([ sp:object _:b199 ; | 1174 | + sp:elements ([ sp:object _:b212 ; |
| 1134 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1175 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1135 | - sp:subject _:b198 | 1176 | + sp:subject _:b211 |
| 1136 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 1177 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
| 1137 | sp:predicate rdf:type ; | 1178 | sp:predicate rdf:type ; |
| 1138 | - sp:subject _:b199 | 1179 | + sp:subject _:b212 |
| 1139 | ] [ rdf:type sp:Optional ; | 1180 | ] [ rdf:type sp:Optional ; |
| 1140 | - sp:elements ([ sp:object _:b200 ; | 1181 | + sp:elements ([ sp:object _:b213 ; |
| 1141 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 1182 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 1142 | - sp:subject _:b199 | 1183 | + sp:subject _:b212 |
| 1143 | - ] [ sp:object _:b191 ; | 1184 | + ] [ sp:object _:b204 ; |
| 1144 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1185 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1145 | - sp:subject _:b200 | 1186 | + sp:subject _:b213 |
| 1146 | ]) | 1187 | ]) |
| 1147 | ] [ rdf:type sp:Optional ; | 1188 | ] [ rdf:type sp:Optional ; |
| 1148 | sp:elements ([ sp:object | 1189 | sp:elements ([ sp:object |
| 1149 | [ sp:varName "bottom"^^xsd:string | 1190 | [ sp:varName "bottom"^^xsd:string |
| 1150 | ] ; | 1191 | ] ; |
| 1151 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 1192 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 1152 | - sp:subject _:b199 | 1193 | + sp:subject _:b212 |
| 1153 | - ] [ sp:object _:b192 ; | 1194 | + ] [ sp:object _:b205 ; |
| 1154 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1195 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1155 | - sp:subject _:b200 | 1196 | + sp:subject _:b213 |
| 1156 | ]) | 1197 | ]) |
| 1157 | ] [ rdf:type sp:Optional ; | 1198 | ] [ rdf:type sp:Optional ; |
| 1158 | - sp:elements ([ sp:object _:b199 ; | 1199 | + sp:elements ([ sp:object _:b212 ; |
| 1159 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 1200 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 1160 | - sp:subject _:b201 | 1201 | + sp:subject _:b214 |
| 1161 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 1202 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
| 1162 | sp:predicate rdf:type ; | 1203 | sp:predicate rdf:type ; |
| 1163 | - sp:subject _:b201 | 1204 | + sp:subject _:b214 |
| 1164 | - ] [ sp:object _:b202 ; | 1205 | + ] [ sp:object _:b215 ; |
| 1165 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 1206 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 1166 | - sp:subject _:b201 | 1207 | + sp:subject _:b214 |
| 1167 | - ] [ sp:object _:b194 ; | 1208 | + ] [ sp:object _:b207 ; |
| 1168 | sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | 1209 | sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 1169 | - sp:subject _:b202 | 1210 | + sp:subject _:b215 |
| 1170 | ]) | 1211 | ]) |
| 1171 | ] [ rdf:type sp:Optional ; | 1212 | ] [ rdf:type sp:Optional ; |
| 1172 | - sp:elements ([ sp:object _:b199 ; | 1213 | + sp:elements ([ sp:object _:b212 ; |
| 1173 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 1214 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 1174 | - sp:subject _:b203 | 1215 | + sp:subject _:b216 |
| 1175 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 1216 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
| 1176 | sp:predicate rdf:type ; | 1217 | sp:predicate rdf:type ; |
| 1177 | - sp:subject _:b203 | 1218 | + sp:subject _:b216 |
| 1178 | - ] [ sp:object _:b204 ; | 1219 | + ] [ sp:object _:b217 ; |
| 1179 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 1220 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 1180 | - sp:subject _:b203 | 1221 | + sp:subject _:b216 |
| 1181 | - ] [ sp:object _:b195 ; | 1222 | + ] [ sp:object _:b208 ; |
| 1182 | sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | 1223 | sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 1183 | - sp:subject _:b204 | 1224 | + sp:subject _:b217 |
| 1184 | ]) | 1225 | ]) |
| 1185 | ]) | 1226 | ]) |
| 1186 | ]) | 1227 | ]) |
| 1187 | ] [ rdf:type sp:Optional ; | 1228 | ] [ rdf:type sp:Optional ; |
| 1188 | - sp:elements ([ sp:object _:b205 ; | 1229 | + sp:elements ([ sp:object _:b218 ; |
| 1189 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | 1230 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; |
| 1190 | - sp:subject _:b197 | 1231 | + sp:subject _:b210 |
| 1191 | - ] [ sp:object _:b206 ; | 1232 | + ] [ sp:object _:b219 ; |
| 1192 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 1233 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 1193 | - sp:subject _:b205 | 1234 | + sp:subject _:b218 |
| 1194 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | 1235 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; |
| 1195 | sp:predicate rdf:type ; | 1236 | sp:predicate rdf:type ; |
| 1196 | - sp:subject _:b206 | 1237 | + sp:subject _:b219 |
| 1197 | - ] [ sp:object _:b193 ; | 1238 | + ] [ sp:object _:b206 ; |
| 1198 | sp:predicate rdfs:comment ; | 1239 | sp:predicate rdfs:comment ; |
| 1199 | - sp:subject _:b206 | 1240 | + sp:subject _:b219 |
| 1200 | ]) | 1241 | ]) |
| 1201 | ]) | 1242 | ]) |
| 1202 | ] ; | 1243 | ] ; |
| ... | @@ -1208,48 +1249,48 @@ ddr-tables:Operations | ... | @@ -1208,48 +1249,48 @@ ddr-tables:Operations |
| 1208 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1249 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1209 | spin:body | 1250 | spin:body |
| 1210 | [ rdf:type sp:Select ; | 1251 | [ rdf:type sp:Select ; |
| 1211 | - sp:orderBy (_:b207) ; | 1252 | + sp:orderBy (_:b220) ; |
| 1212 | - sp:resultVariables (_:b207 _:b208 [ sp:varName "startDepth"^^xsd:string | 1253 | + sp:resultVariables (_:b220 _:b221 [ sp:varName "startDepth"^^xsd:string |
| 1213 | - ] _:b209 [ sp:varName "depth"^^xsd:string | 1254 | + ] _:b222 [ sp:varName "depth"^^xsd:string |
| 1214 | - ] _:b210 [ sp:varName "state"^^xsd:string | 1255 | + ] _:b223 [ sp:varName "state"^^xsd:string |
| 1215 | - ] _:b211) ; | 1256 | + ] _:b224) ; |
| 1216 | - sp:where ([ sp:object _:b212 ; | 1257 | + sp:where ([ sp:object _:b225 ; |
| 1217 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1258 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1218 | sp:subject | 1259 | sp:subject |
| 1219 | [ sp:varName "report"^^xsd:string | 1260 | [ sp:varName "report"^^xsd:string |
| 1220 | ] | 1261 | ] |
| 1221 | - ] [ sp:object _:b213 ; | 1262 | + ] [ sp:object _:b226 ; |
| 1222 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1263 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1223 | - sp:subject _:b212 | 1264 | + sp:subject _:b225 |
| 1224 | - ] [ sp:object _:b207 ; | 1265 | + ] [ sp:object _:b220 ; |
| 1225 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 1266 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 1226 | - sp:subject _:b213 | 1267 | + sp:subject _:b226 |
| 1227 | - ] [ sp:object _:b208 ; | 1268 | + ] [ sp:object _:b221 ; |
| 1228 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 1269 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 1229 | - sp:subject _:b213 | 1270 | + sp:subject _:b226 |
| 1230 | ] [ rdf:type sp:Optional ; | 1271 | ] [ rdf:type sp:Optional ; |
| 1231 | - sp:elements ([ sp:object _:b210 ; | 1272 | + sp:elements ([ sp:object _:b223 ; |
| 1232 | sp:predicate rdf:type ; | 1273 | sp:predicate rdf:type ; |
| 1233 | - sp:subject _:b213 | 1274 | + sp:subject _:b226 |
| 1234 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | 1275 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; |
| 1235 | sp:predicate rdf:type ; | 1276 | sp:predicate rdf:type ; |
| 1236 | - sp:subject _:b210 | 1277 | + sp:subject _:b223 |
| 1237 | ]) | 1278 | ]) |
| 1238 | ] [ rdf:type sp:Optional ; | 1279 | ] [ rdf:type sp:Optional ; |
| 1239 | - sp:elements ([ sp:object _:b214 ; | 1280 | + sp:elements ([ sp:object _:b227 ; |
| 1240 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1281 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1241 | - sp:subject _:b213 | 1282 | + sp:subject _:b226 |
| 1242 | - ] [ sp:object _:b215 ; | 1283 | + ] [ sp:object _:b228 ; |
| 1243 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 1284 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; |
| 1244 | - sp:subject _:b214 | 1285 | + sp:subject _:b227 |
| 1245 | - ] [ sp:object _:b209 ; | 1286 | + ] [ sp:object _:b222 ; |
| 1246 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1287 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1247 | - sp:subject _:b215 | 1288 | + sp:subject _:b228 |
| 1248 | ]) | 1289 | ]) |
| 1249 | ] [ rdf:type sp:Optional ; | 1290 | ] [ rdf:type sp:Optional ; |
| 1250 | - sp:elements ([ sp:object _:b211 ; | 1291 | + sp:elements ([ sp:object _:b224 ; |
| 1251 | sp:predicate rdfs:comment ; | 1292 | sp:predicate rdfs:comment ; |
| 1252 | - sp:subject _:b213 | 1293 | + sp:subject _:b226 |
| 1253 | ]) | 1294 | ]) |
| 1254 | ]) | 1295 | ]) |
| 1255 | ] ; | 1296 | ] ; |
| ... | @@ -1262,67 +1303,67 @@ ddr-tables:PerforationInformation | ... | @@ -1262,67 +1303,67 @@ ddr-tables:PerforationInformation |
| 1262 | spin:body | 1303 | spin:body |
| 1263 | [ rdf:type sp:Select ; | 1304 | [ rdf:type sp:Select ; |
| 1264 | rdfs:comment "missing ?durationWellPerf - need to subtract one ISO datetime from another"^^xsd:string ; | 1305 | rdfs:comment "missing ?durationWellPerf - need to subtract one ISO datetime from another"^^xsd:string ; |
| 1265 | - sp:resultVariables (_:b216 _:b217 [ sp:varName "durationWellPerf"^^xsd:string | 1306 | + sp:resultVariables (_:b229 _:b230 [ sp:varName "durationWellPerf"^^xsd:string |
| 1266 | - ] _:b218 _:b219 _:b220 _:b221) ; | 1307 | + ] _:b231 _:b232 _:b233 _:b234) ; |
| 1267 | - sp:where ([ sp:object _:b222 ; | 1308 | + sp:where ([ sp:object _:b235 ; |
| 1268 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1309 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1269 | sp:subject | 1310 | sp:subject |
| 1270 | [ sp:varName "report"^^xsd:string | 1311 | [ sp:varName "report"^^xsd:string |
| 1271 | ] | 1312 | ] |
| 1272 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | 1313 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; |
| 1273 | sp:predicate rdf:type ; | 1314 | sp:predicate rdf:type ; |
| 1274 | - sp:subject _:b222 | 1315 | + sp:subject _:b235 |
| 1275 | - ] [ sp:object _:b223 ; | 1316 | + ] [ sp:object _:b236 ; |
| 1276 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1317 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1277 | - sp:subject _:b222 | 1318 | + sp:subject _:b235 |
| 1278 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; | 1319 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; |
| 1279 | sp:predicate rdf:type ; | 1320 | sp:predicate rdf:type ; |
| 1280 | - sp:subject _:b223 | 1321 | + sp:subject _:b236 |
| 1281 | ] [ rdf:type sp:Optional ; | 1322 | ] [ rdf:type sp:Optional ; |
| 1282 | - sp:elements ([ sp:object _:b217 ; | 1323 | + sp:elements ([ sp:object _:b230 ; |
| 1283 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 1324 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 1284 | - sp:subject _:b223 | 1325 | + sp:subject _:b236 |
| 1285 | ]) | 1326 | ]) |
| 1286 | ] [ rdf:type sp:Optional ; | 1327 | ] [ rdf:type sp:Optional ; |
| 1287 | - sp:elements ([ sp:object _:b216 ; | 1328 | + sp:elements ([ sp:object _:b229 ; |
| 1288 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 1329 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 1289 | - sp:subject _:b223 | 1330 | + sp:subject _:b236 |
| 1290 | ]) | 1331 | ]) |
| 1291 | ] [ rdf:type sp:Optional ; | 1332 | ] [ rdf:type sp:Optional ; |
| 1292 | - sp:elements ([ sp:object _:b224 ; | 1333 | + sp:elements ([ sp:object _:b237 ; |
| 1293 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1334 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1294 | - sp:subject _:b223 | 1335 | + sp:subject _:b236 |
| 1295 | ] [ rdf:type sp:Optional ; | 1336 | ] [ rdf:type sp:Optional ; |
| 1296 | - sp:elements ([ sp:object _:b225 ; | 1337 | + sp:elements ([ sp:object _:b238 ; |
| 1297 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 1338 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 1298 | - sp:subject _:b224 | 1339 | + sp:subject _:b237 |
| 1299 | - ] [ sp:object _:b218 ; | 1340 | + ] [ sp:object _:b231 ; |
| 1300 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1341 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1301 | - sp:subject _:b225 | 1342 | + sp:subject _:b238 |
| 1302 | ]) | 1343 | ]) |
| 1303 | ] [ rdf:type sp:Optional ; | 1344 | ] [ rdf:type sp:Optional ; |
| 1304 | - sp:elements ([ sp:object _:b226 ; | 1345 | + sp:elements ([ sp:object _:b239 ; |
| 1305 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 1346 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 1306 | - sp:subject _:b224 | 1347 | + sp:subject _:b237 |
| 1307 | - ] [ sp:object _:b219 ; | 1348 | + ] [ sp:object _:b232 ; |
| 1308 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1349 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1309 | - sp:subject _:b226 | 1350 | + sp:subject _:b239 |
| 1310 | ]) | 1351 | ]) |
| 1311 | ] [ rdf:type sp:Optional ; | 1352 | ] [ rdf:type sp:Optional ; |
| 1312 | - sp:elements ([ sp:object _:b227 ; | 1353 | + sp:elements ([ sp:object _:b240 ; |
| 1313 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 1354 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 1314 | - sp:subject _:b224 | 1355 | + sp:subject _:b237 |
| 1315 | - ] [ sp:object _:b220 ; | 1356 | + ] [ sp:object _:b233 ; |
| 1316 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1357 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1317 | - sp:subject _:b227 | 1358 | + sp:subject _:b240 |
| 1318 | ]) | 1359 | ]) |
| 1319 | ] [ rdf:type sp:Optional ; | 1360 | ] [ rdf:type sp:Optional ; |
| 1320 | - sp:elements ([ sp:object _:b228 ; | 1361 | + sp:elements ([ sp:object _:b241 ; |
| 1321 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 1362 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 1322 | - sp:subject _:b224 | 1363 | + sp:subject _:b237 |
| 1323 | - ] [ sp:object _:b221 ; | 1364 | + ] [ sp:object _:b234 ; |
| 1324 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1365 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1325 | - sp:subject _:b228 | 1366 | + sp:subject _:b241 |
| 1326 | ]) | 1367 | ]) |
| 1327 | ]) | 1368 | ]) |
| 1328 | ]) | 1369 | ]) |
| ... | @@ -1335,59 +1376,62 @@ ddr-tables:PorePressure | ... | @@ -1335,59 +1376,62 @@ ddr-tables:PorePressure |
| 1335 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1376 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1336 | spin:body | 1377 | spin:body |
| 1337 | [ rdf:type sp:Select ; | 1378 | [ rdf:type sp:Select ; |
| 1338 | - sp:orderBy (_:b229) ; | 1379 | + sp:orderBy (_:b242) ; |
| 1339 | - sp:resultVariables (_:b230 _:b231 _:b229 _:b232 _:b233) ; | 1380 | + sp:resultVariables (_:b243 _:b244 _:b242 _:b245 _:b246) ; |
| 1340 | - sp:where ([ sp:object _:b234 ; | 1381 | + sp:where ([ sp:object _:b247 ; |
| 1341 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1382 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1342 | sp:subject | 1383 | sp:subject |
| 1343 | [ sp:varName "report"^^xsd:string | 1384 | [ sp:varName "report"^^xsd:string |
| 1344 | ] | 1385 | ] |
| 1345 | - ] [ sp:object _:b235 ; | 1386 | + ] [ sp:object _:b248 ; |
| 1346 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1387 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1347 | - sp:subject _:b234 | 1388 | + sp:subject _:b247 |
| 1348 | - ] [ sp:object _:b229 ; | 1389 | + ] [ sp:object _:b242 ; |
| 1349 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 1390 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 1350 | - sp:subject _:b235 | 1391 | + sp:subject _:b248 |
| 1351 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; | 1392 | + ] [ sp:object _:b249 ; |
| 1352 | sp:predicate rdf:type ; | 1393 | sp:predicate rdf:type ; |
| 1353 | - sp:subject _:b235 | 1394 | + sp:subject _:b248 |
| 1354 | - ] [ sp:object _:b236 ; | 1395 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; |
| 1396 | + sp:predicate rdfs:subClassOf ; | ||
| 1397 | + sp:subject _:b249 | ||
| 1398 | + ] [ sp:object _:b250 ; | ||
| 1355 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1399 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1356 | - sp:subject _:b235 | 1400 | + sp:subject _:b248 |
| 1357 | ] [ rdf:type sp:Optional ; | 1401 | ] [ rdf:type sp:Optional ; |
| 1358 | - sp:elements ([ sp:object _:b237 ; | 1402 | + sp:elements ([ sp:object _:b251 ; |
| 1359 | sp:predicate rdf:type ; | 1403 | sp:predicate rdf:type ; |
| 1360 | - sp:subject _:b235 | 1404 | + sp:subject _:b248 |
| 1361 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ; | 1405 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ; |
| 1362 | sp:predicate rdf:type ; | 1406 | sp:predicate rdf:type ; |
| 1363 | - sp:subject _:b237 | 1407 | + sp:subject _:b251 |
| 1364 | - ] [ sp:object _:b230 ; | 1408 | + ] [ sp:object _:b243 ; |
| 1365 | sp:predicate rdfs:label ; | 1409 | sp:predicate rdfs:label ; |
| 1366 | - sp:subject _:b237 | 1410 | + sp:subject _:b251 |
| 1367 | ]) | 1411 | ]) |
| 1368 | ] [ rdf:type sp:Optional ; | 1412 | ] [ rdf:type sp:Optional ; |
| 1369 | - sp:elements ([ sp:object _:b238 ; | 1413 | + sp:elements ([ sp:object _:b252 ; |
| 1370 | sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; | 1414 | sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; |
| 1371 | - sp:subject _:b236 | 1415 | + sp:subject _:b250 |
| 1372 | - ] [ sp:object _:b231 ; | 1416 | + ] [ sp:object _:b244 ; |
| 1373 | sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; | 1417 | sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; |
| 1374 | - sp:subject _:b238 | 1418 | + sp:subject _:b252 |
| 1375 | ]) | 1419 | ]) |
| 1376 | ] [ rdf:type sp:Optional ; | 1420 | ] [ rdf:type sp:Optional ; |
| 1377 | - sp:elements ([ sp:object _:b239 ; | 1421 | + sp:elements ([ sp:object _:b253 ; |
| 1378 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 1422 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 1379 | - sp:subject _:b236 | 1423 | + sp:subject _:b250 |
| 1380 | - ] [ sp:object _:b233 ; | 1424 | + ] [ sp:object _:b246 ; |
| 1381 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1425 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1382 | - sp:subject _:b239 | 1426 | + sp:subject _:b253 |
| 1383 | ]) | 1427 | ]) |
| 1384 | ] [ rdf:type sp:Optional ; | 1428 | ] [ rdf:type sp:Optional ; |
| 1385 | - sp:elements ([ sp:object _:b240 ; | 1429 | + sp:elements ([ sp:object _:b254 ; |
| 1386 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 1430 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 1387 | - sp:subject _:b236 | 1431 | + sp:subject _:b250 |
| 1388 | - ] [ sp:object _:b232 ; | 1432 | + ] [ sp:object _:b245 ; |
| 1389 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1433 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1390 | - sp:subject _:b240 | 1434 | + sp:subject _:b254 |
| 1391 | ]) | 1435 | ]) |
| 1392 | ]) | 1436 | ]) |
| 1393 | ] ; | 1437 | ] ; |
| ... | @@ -1399,44 +1443,44 @@ ddr-tables:StratigraphicInformation | ... | @@ -1399,44 +1443,44 @@ ddr-tables:StratigraphicInformation |
| 1399 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1443 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1400 | spin:body | 1444 | spin:body |
| 1401 | [ rdf:type sp:Select ; | 1445 | [ rdf:type sp:Select ; |
| 1402 | - sp:resultVariables (_:b241 _:b242 _:b243) ; | 1446 | + sp:resultVariables (_:b255 _:b256 _:b257) ; |
| 1403 | - sp:where ([ sp:object _:b244 ; | 1447 | + sp:where ([ sp:object _:b258 ; |
| 1404 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1448 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1405 | sp:subject | 1449 | sp:subject |
| 1406 | [ sp:varName "report"^^xsd:string | 1450 | [ sp:varName "report"^^xsd:string |
| 1407 | ] | 1451 | ] |
| 1408 | - ] [ sp:object _:b245 ; | 1452 | + ] [ sp:object _:b259 ; |
| 1409 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1453 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1410 | - sp:subject _:b244 | 1454 | + sp:subject _:b258 |
| 1411 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; | 1455 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; |
| 1412 | sp:predicate rdf:type ; | 1456 | sp:predicate rdf:type ; |
| 1413 | - sp:subject _:b245 | 1457 | + sp:subject _:b259 |
| 1414 | ] [ rdf:type sp:Optional ; | 1458 | ] [ rdf:type sp:Optional ; |
| 1415 | - sp:elements ([ sp:object _:b246 ; | 1459 | + sp:elements ([ sp:object _:b260 ; |
| 1416 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1460 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1417 | - sp:subject _:b245 | 1461 | + sp:subject _:b259 |
| 1418 | - ] [ sp:object _:b247 ; | 1462 | + ] [ sp:object _:b261 ; |
| 1419 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 1463 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 1420 | - sp:subject _:b246 | 1464 | + sp:subject _:b260 |
| 1421 | - ] [ sp:object _:b241 ; | 1465 | + ] [ sp:object _:b255 ; |
| 1422 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1466 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1423 | - sp:subject _:b247 | 1467 | + sp:subject _:b261 |
| 1424 | ]) | 1468 | ]) |
| 1425 | ] [ rdf:type sp:Optional ; | 1469 | ] [ rdf:type sp:Optional ; |
| 1426 | - sp:elements ([ sp:object _:b246 ; | 1470 | + sp:elements ([ sp:object _:b260 ; |
| 1427 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1471 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1428 | - sp:subject _:b245 | 1472 | + sp:subject _:b259 |
| 1429 | - ] [ sp:object _:b248 ; | 1473 | + ] [ sp:object _:b262 ; |
| 1430 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 1474 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 1431 | - sp:subject _:b246 | 1475 | + sp:subject _:b260 |
| 1432 | - ] [ sp:object _:b242 ; | 1476 | + ] [ sp:object _:b256 ; |
| 1433 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1477 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1434 | - sp:subject _:b248 | 1478 | + sp:subject _:b262 |
| 1435 | ]) | 1479 | ]) |
| 1436 | ] [ rdf:type sp:Optional ; | 1480 | ] [ rdf:type sp:Optional ; |
| 1437 | - sp:elements ([ sp:object _:b243 ; | 1481 | + sp:elements ([ sp:object _:b257 ; |
| 1438 | sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; | 1482 | sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; |
| 1439 | - sp:subject _:b246 | 1483 | + sp:subject _:b260 |
| 1440 | ]) | 1484 | ]) |
| 1441 | ]) | 1485 | ]) |
| 1442 | ] ; | 1486 | ] ; |
| ... | @@ -1448,61 +1492,61 @@ ddr-tables:SurveyStation | ... | @@ -1448,61 +1492,61 @@ ddr-tables:SurveyStation |
| 1448 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1492 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1449 | spin:body | 1493 | spin:body |
| 1450 | [ rdf:type sp:Select ; | 1494 | [ rdf:type sp:Select ; |
| 1451 | - sp:resultVariables (_:b249 _:b250 _:b251 _:b252) ; | 1495 | + sp:resultVariables (_:b263 _:b264 _:b265 _:b266) ; |
| 1452 | - sp:where ([ sp:object _:b253 ; | 1496 | + sp:where ([ sp:object _:b267 ; |
| 1453 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1497 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1454 | sp:subject | 1498 | sp:subject |
| 1455 | [ sp:varName "report"^^xsd:string | 1499 | [ sp:varName "report"^^xsd:string |
| 1456 | ] | 1500 | ] |
| 1457 | - ] [ sp:object _:b254 ; | 1501 | + ] [ sp:object _:b268 ; |
| 1458 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1502 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1459 | - sp:subject _:b253 | 1503 | + sp:subject _:b267 |
| 1460 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; | 1504 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; |
| 1461 | sp:predicate rdf:type ; | 1505 | sp:predicate rdf:type ; |
| 1462 | - sp:subject _:b254 | 1506 | + sp:subject _:b268 |
| 1463 | ] [ rdf:type sp:Optional ; | 1507 | ] [ rdf:type sp:Optional ; |
| 1464 | - sp:elements ([ sp:object _:b255 ; | 1508 | + sp:elements ([ sp:object _:b269 ; |
| 1465 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1509 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1466 | - sp:subject _:b254 | 1510 | + sp:subject _:b268 |
| 1467 | - ] [ sp:object _:b256 ; | 1511 | + ] [ sp:object _:b270 ; |
| 1468 | sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; | 1512 | sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; |
| 1469 | - sp:subject _:b255 | 1513 | + sp:subject _:b269 |
| 1470 | - ] [ sp:object _:b252 ; | 1514 | + ] [ sp:object _:b266 ; |
| 1471 | sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 1515 | sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
| 1472 | - sp:subject _:b256 | 1516 | + sp:subject _:b270 |
| 1473 | ]) | 1517 | ]) |
| 1474 | ] [ rdf:type sp:Optional ; | 1518 | ] [ rdf:type sp:Optional ; |
| 1475 | - sp:elements ([ sp:object _:b255 ; | 1519 | + sp:elements ([ sp:object _:b269 ; |
| 1476 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1520 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1477 | - sp:subject _:b254 | 1521 | + sp:subject _:b268 |
| 1478 | - ] [ sp:object _:b257 ; | 1522 | + ] [ sp:object _:b271 ; |
| 1479 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 1523 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 1480 | - sp:subject _:b255 | 1524 | + sp:subject _:b269 |
| 1481 | - ] [ sp:object _:b249 ; | 1525 | + ] [ sp:object _:b263 ; |
| 1482 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1526 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1483 | - sp:subject _:b257 | 1527 | + sp:subject _:b271 |
| 1484 | ]) | 1528 | ]) |
| 1485 | ] [ rdf:type sp:Optional ; | 1529 | ] [ rdf:type sp:Optional ; |
| 1486 | - sp:elements ([ sp:object _:b255 ; | 1530 | + sp:elements ([ sp:object _:b269 ; |
| 1487 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1531 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1488 | - sp:subject _:b254 | 1532 | + sp:subject _:b268 |
| 1489 | - ] [ sp:object _:b258 ; | 1533 | + ] [ sp:object _:b272 ; |
| 1490 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 1534 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 1491 | - sp:subject _:b255 | 1535 | + sp:subject _:b269 |
| 1492 | - ] [ sp:object _:b250 ; | 1536 | + ] [ sp:object _:b264 ; |
| 1493 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 1537 | sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 1494 | - sp:subject _:b258 | 1538 | + sp:subject _:b272 |
| 1495 | ]) | 1539 | ]) |
| 1496 | ] [ rdf:type sp:Optional ; | 1540 | ] [ rdf:type sp:Optional ; |
| 1497 | - sp:elements ([ sp:object _:b255 ; | 1541 | + sp:elements ([ sp:object _:b269 ; |
| 1498 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1542 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1499 | - sp:subject _:b254 | 1543 | + sp:subject _:b268 |
| 1500 | - ] [ sp:object _:b259 ; | 1544 | + ] [ sp:object _:b273 ; |
| 1501 | sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; | 1545 | sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; |
| 1502 | - sp:subject _:b255 | 1546 | + sp:subject _:b269 |
| 1503 | - ] [ sp:object _:b251 ; | 1547 | + ] [ sp:object _:b265 ; |
| 1504 | sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 1548 | sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
| 1505 | - sp:subject _:b259 | 1549 | + sp:subject _:b273 |
| 1506 | ]) | 1550 | ]) |
| 1507 | ]) | 1551 | ]) |
| 1508 | ] ; | 1552 | ] ; |
| ... | @@ -1514,9 +1558,9 @@ ddr-tables:WellControlIncident | ... | @@ -1514,9 +1558,9 @@ ddr-tables:WellControlIncident |
| 1514 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1558 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1515 | spin:body | 1559 | spin:body |
| 1516 | [ rdf:type sp:Select ; | 1560 | [ rdf:type sp:Select ; |
| 1517 | - sp:orderBy (_:b260) ; | 1561 | + sp:orderBy (_:b274) ; |
| 1518 | - sp:resultVariables (_:b260 [ sp:varName "depthOfWell"^^xsd:string | 1562 | + sp:resultVariables (_:b274 [ sp:varName "depthOfWell"^^xsd:string |
| 1519 | - ] _:b261 [ sp:varName "timeForWellControlRegain"^^xsd:string | 1563 | + ] _:b275 [ sp:varName "timeForWellControlRegain"^^xsd:string |
| 1520 | ] [ sp:varName "depthAtBit"^^xsd:string | 1564 | ] [ sp:varName "depthAtBit"^^xsd:string |
| 1521 | ] [ sp:varName "drillingFluidDensity"^^xsd:string | 1565 | ] [ sp:varName "drillingFluidDensity"^^xsd:string |
| 1522 | ] [ sp:varName "porePressure"^^xsd:string | 1566 | ] [ sp:varName "porePressure"^^xsd:string |
| ... | @@ -1529,27 +1573,27 @@ ddr-tables:WellControlIncident | ... | @@ -1529,27 +1573,27 @@ ddr-tables:WellControlIncident |
| 1529 | ] [ sp:varName "formation"^^xsd:string | 1573 | ] [ sp:varName "formation"^^xsd:string |
| 1530 | ] [ sp:varName "bHT"^^xsd:string | 1574 | ] [ sp:varName "bHT"^^xsd:string |
| 1531 | ]) ; | 1575 | ]) ; |
| 1532 | - sp:where ([ sp:object _:b262 ; | 1576 | + sp:where ([ sp:object _:b276 ; |
| 1533 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1577 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1534 | sp:subject | 1578 | sp:subject |
| 1535 | [ sp:varName "report"^^xsd:string | 1579 | [ sp:varName "report"^^xsd:string |
| 1536 | ] | 1580 | ] |
| 1537 | - ] [ sp:object _:b263 ; | 1581 | + ] [ sp:object _:b277 ; |
| 1538 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1582 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1539 | - sp:subject _:b262 | 1583 | + sp:subject _:b276 |
| 1540 | - ] [ sp:object _:b264 ; | 1584 | + ] [ sp:object _:b278 ; |
| 1541 | sp:predicate rdf:type ; | 1585 | sp:predicate rdf:type ; |
| 1542 | - sp:subject _:b263 | 1586 | + sp:subject _:b277 |
| 1543 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ; | 1587 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ; |
| 1544 | sp:predicate rdfs:subClassOf ; | 1588 | sp:predicate rdfs:subClassOf ; |
| 1545 | - sp:subject _:b264 | 1589 | + sp:subject _:b278 |
| 1546 | ] [ rdf:type sp:Optional ; | 1590 | ] [ rdf:type sp:Optional ; |
| 1547 | - sp:elements ([ sp:object _:b265 ; | 1591 | + sp:elements ([ sp:object _:b279 ; |
| 1548 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ; | 1592 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ; |
| 1549 | - sp:subject _:b263 | 1593 | + sp:subject _:b277 |
| 1550 | - ] [ sp:object _:b261 ; | 1594 | + ] [ sp:object _:b275 ; |
| 1551 | sp:predicate <http://www.reportinghub.no/ep/schema/core#minute> ; | 1595 | sp:predicate <http://www.reportinghub.no/ep/schema/core#minute> ; |
| 1552 | - sp:subject _:b265 | 1596 | + sp:subject _:b279 |
| 1553 | ]) | 1597 | ]) |
| 1554 | ]) | 1598 | ]) |
| 1555 | ] ; | 1599 | ] ; |
| ... | @@ -1561,426 +1605,432 @@ ddr-tables:WellTestInformation | ... | @@ -1561,426 +1605,432 @@ ddr-tables:WellTestInformation |
| 1561 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 1605 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
| 1562 | spin:body | 1606 | spin:body |
| 1563 | [ rdf:type sp:Select ; | 1607 | [ rdf:type sp:Select ; |
| 1564 | - sp:orderBy (_:b266) ; | 1608 | + sp:orderBy (_:b280) ; |
| 1565 | - sp:resultVariables (_:b266 _:b267 [ sp:varName "type"^^xsd:string | 1609 | + sp:resultVariables (_:b280 _:b281 [ sp:varName "type"^^xsd:string |
| 1566 | ] [ sp:varName "depthTopmMD"^^xsd:string | 1610 | ] [ sp:varName "depthTopmMD"^^xsd:string |
| 1567 | ] [ sp:varName "depthBottommMD"^^xsd:string | 1611 | ] [ sp:varName "depthBottommMD"^^xsd:string |
| 1568 | - ] _:b268 [ sp:varName "densityCrudeOil"^^xsd:string | 1612 | + ] _:b282 [ sp:varName "densityCrudeOil"^^xsd:string |
| 1569 | ] [ sp:varName "oilFlowRate"^^xsd:string | 1613 | ] [ sp:varName "oilFlowRate"^^xsd:string |
| 1570 | ] [ sp:varName "gasFlowRate"^^xsd:string | 1614 | ] [ sp:varName "gasFlowRate"^^xsd:string |
| 1571 | ] [ sp:varName "waterFlowRate"^^xsd:string | 1615 | ] [ sp:varName "waterFlowRate"^^xsd:string |
| 1572 | - ] _:b269 _:b270 _:b271 [ sp:varName "gasOilRatio"^^xsd:string | 1616 | + ] _:b283 _:b284 _:b285 [ sp:varName "gasOilRatio"^^xsd:string |
| 1573 | ] [ sp:varName "waterOilRatio"^^xsd:string | 1617 | ] [ sp:varName "waterOilRatio"^^xsd:string |
| 1574 | ] [ sp:varName "chlorideContent"^^xsd:string | 1618 | ] [ sp:varName "chlorideContent"^^xsd:string |
| 1575 | ] [ sp:varName "cO2Content"^^xsd:string | 1619 | ] [ sp:varName "cO2Content"^^xsd:string |
| 1576 | ] [ sp:varName "h2SContent"^^xsd:string | 1620 | ] [ sp:varName "h2SContent"^^xsd:string |
| 1577 | ]) ; | 1621 | ]) ; |
| 1578 | - sp:where ([ sp:object _:b272 ; | 1622 | + sp:where ([ sp:object _:b286 ; |
| 1579 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1623 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1580 | sp:subject | 1624 | sp:subject |
| 1581 | [ sp:varName "report"^^xsd:string | 1625 | [ sp:varName "report"^^xsd:string |
| 1582 | ] | 1626 | ] |
| 1583 | - ] [ sp:object _:b273 ; | 1627 | + ] [ sp:object _:b287 ; |
| 1584 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1628 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1585 | - sp:subject _:b272 | 1629 | + sp:subject _:b286 |
| 1586 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1630 | + ] [ sp:object _:b288 ; |
| 1587 | sp:predicate rdf:type ; | 1631 | sp:predicate rdf:type ; |
| 1588 | - sp:subject _:b273 | 1632 | + sp:subject _:b287 |
| 1633 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
| 1634 | + sp:predicate rdfs:subClassOf ; | ||
| 1635 | + sp:subject _:b288 | ||
| 1589 | ] [ rdf:type sp:Optional ; | 1636 | ] [ rdf:type sp:Optional ; |
| 1590 | - sp:elements ([ sp:object _:b267 ; | 1637 | + sp:elements ([ sp:object _:b281 ; |
| 1591 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; | 1638 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; |
| 1592 | - sp:subject _:b273 | 1639 | + sp:subject _:b287 |
| 1593 | ]) | 1640 | ]) |
| 1594 | ] [ rdf:type sp:Optional ; | 1641 | ] [ rdf:type sp:Optional ; |
| 1595 | - sp:elements ([ sp:object _:b274 ; | 1642 | + sp:elements ([ sp:object _:b289 ; |
| 1596 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; | 1643 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; |
| 1597 | - sp:subject _:b273 | 1644 | + sp:subject _:b287 |
| 1598 | - ] [ sp:object _:b275 ; | 1645 | + ] [ sp:object _:b290 ; |
| 1599 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; | 1646 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; |
| 1600 | - sp:subject _:b274 | 1647 | + sp:subject _:b289 |
| 1601 | - ] [ sp:object _:b268 ; | 1648 | + ] [ sp:object _:b282 ; |
| 1602 | sp:predicate <http://www.reportinghub.no/ep/schema/core#millimetre> ; | 1649 | sp:predicate <http://www.reportinghub.no/ep/schema/core#millimetre> ; |
| 1603 | - sp:subject _:b275 | 1650 | + sp:subject _:b290 |
| 1604 | ]) | 1651 | ]) |
| 1605 | ] [ rdf:type sp:Optional ; | 1652 | ] [ rdf:type sp:Optional ; |
| 1606 | - sp:elements ([ sp:object _:b276 ; | 1653 | + sp:elements ([ sp:object _:b291 ; |
| 1607 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; | 1654 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; |
| 1608 | - sp:subject _:b273 | 1655 | + sp:subject _:b287 |
| 1609 | - ] [ sp:object _:b271 ; | 1656 | + ] [ sp:object _:b285 ; |
| 1610 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; | 1657 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; |
| 1611 | - sp:subject _:b276 | 1658 | + sp:subject _:b291 |
| 1612 | ]) | 1659 | ]) |
| 1613 | ] [ rdf:type sp:Optional ; | 1660 | ] [ rdf:type sp:Optional ; |
| 1614 | - sp:elements ([ sp:object _:b277 ; | 1661 | + sp:elements ([ sp:object _:b292 ; |
| 1615 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; | 1662 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; |
| 1616 | - sp:subject _:b273 | 1663 | + sp:subject _:b287 |
| 1617 | - ] [ sp:object _:b270 ; | 1664 | + ] [ sp:object _:b284 ; |
| 1618 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; | 1665 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; |
| 1619 | - sp:subject _:b277 | 1666 | + sp:subject _:b292 |
| 1620 | ]) | 1667 | ]) |
| 1621 | ] [ rdf:type sp:Optional ; | 1668 | ] [ rdf:type sp:Optional ; |
| 1622 | - sp:elements ([ sp:object _:b278 ; | 1669 | + sp:elements ([ sp:object _:b293 ; |
| 1623 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; | 1670 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; |
| 1624 | - sp:subject _:b273 | 1671 | + sp:subject _:b287 |
| 1625 | - ] [ sp:object _:b269 ; | 1672 | + ] [ sp:object _:b283 ; |
| 1626 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; | 1673 | sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; |
| 1627 | - sp:subject _:b278 | 1674 | + sp:subject _:b293 |
| 1628 | ]) | 1675 | ]) |
| 1629 | ]) | 1676 | ]) |
| 1630 | ] ; | 1677 | ] ; |
| 1631 | 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) . | 1678 | 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) . |
| 1632 | 1679 | ||
| 1633 | -_:b278 | 1680 | +_:b279 |
| 1634 | - sp:varName "shutip"^^xsd:string . | ||
| 1635 | - | ||
| 1636 | -_:b277 | ||
| 1637 | - sp:varName "flowp"^^xsd:string . | ||
| 1638 | - | ||
| 1639 | -_:b276 | ||
| 1640 | - sp:varName "botp"^^xsd:string . | ||
| 1641 | - | ||
| 1642 | -_:b275 | ||
| 1643 | - sp:varName "cos"^^xsd:string . | ||
| 1644 | - | ||
| 1645 | -_:b274 | ||
| 1646 | - sp:varName "choke"^^xsd:string . | ||
| 1647 | - | ||
| 1648 | -_:b273 | ||
| 1649 | - sp:varName "part"^^xsd:string . | ||
| 1650 | - | ||
| 1651 | -_:b272 | ||
| 1652 | - sp:varName "reportOn"^^xsd:string . | ||
| 1653 | - | ||
| 1654 | -_:b271 | ||
| 1655 | - sp:varName "bottomHolePressure"^^xsd:string . | ||
| 1656 | - | ||
| 1657 | -_:b270 | ||
| 1658 | - sp:varName "flowPressure"^^xsd:string . | ||
| 1659 | - | ||
| 1660 | -_:b269 | ||
| 1661 | - sp:varName "shutInPressure"^^xsd:string . | ||
| 1662 | - | ||
| 1663 | -_:b268 | ||
| 1664 | - sp:varName "chokeOrifaceSize"^^xsd:string . | ||
| 1665 | - | ||
| 1666 | -_:b267 | ||
| 1667 | - sp:varName "testNo"^^xsd:string . | ||
| 1668 | - | ||
| 1669 | -_:b266 | ||
| 1670 | - sp:varName "time"^^xsd:string . | ||
| 1671 | - | ||
| 1672 | -_:b265 | ||
| 1673 | sp:varName "time"^^xsd:string . | 1681 | sp:varName "time"^^xsd:string . |
| 1674 | 1682 | ||
| 1675 | -_:b264 | 1683 | +_:b278 |
| 1676 | sp:varName "partclass"^^xsd:string . | 1684 | sp:varName "partclass"^^xsd:string . |
| 1677 | 1685 | ||
| 1678 | -_:b263 | 1686 | +_:b277 |
| 1679 | sp:varName "part"^^xsd:string . | 1687 | sp:varName "part"^^xsd:string . |
| 1680 | 1688 | ||
| 1681 | -_:b262 | 1689 | +_:b276 |
| 1682 | sp:varName "reportOn"^^xsd:string . | 1690 | sp:varName "reportOn"^^xsd:string . |
| 1683 | 1691 | ||
| 1684 | -_:b261 | 1692 | +_:b275 |
| 1685 | sp:varName "lostTime"^^xsd:string . | 1693 | sp:varName "lostTime"^^xsd:string . |
| 1686 | 1694 | ||
| 1687 | -_:b260 | 1695 | +_:b274 |
| 1688 | sp:varName "date"^^xsd:string . | 1696 | sp:varName "date"^^xsd:string . |
| 1689 | 1697 | ||
| 1690 | -_:b259 | 1698 | +_:b273 |
| 1691 | sp:varName "incl"^^xsd:string . | 1699 | sp:varName "incl"^^xsd:string . |
| 1692 | 1700 | ||
| 1693 | -_:b258 | 1701 | +_:b272 |
| 1694 | sp:varName "tvd"^^xsd:string . | 1702 | sp:varName "tvd"^^xsd:string . |
| 1695 | 1703 | ||
| 1696 | -_:b257 | 1704 | +_:b271 |
| 1697 | sp:varName "md"^^xsd:string . | 1705 | sp:varName "md"^^xsd:string . |
| 1698 | 1706 | ||
| 1699 | -_:b256 | 1707 | +_:b270 |
| 1700 | sp:varName "azi"^^xsd:string . | 1708 | sp:varName "azi"^^xsd:string . |
| 1701 | 1709 | ||
| 1702 | -_:b255 | 1710 | +_:b269 |
| 1703 | sp:varName "wellbore"^^xsd:string . | 1711 | sp:varName "wellbore"^^xsd:string . |
| 1704 | 1712 | ||
| 1705 | -_:b254 | 1713 | +_:b268 |
| 1706 | sp:varName "part"^^xsd:string . | 1714 | sp:varName "part"^^xsd:string . |
| 1707 | 1715 | ||
| 1708 | -_:b253 | 1716 | +_:b267 |
| 1709 | sp:varName "reportOn"^^xsd:string . | 1717 | sp:varName "reportOn"^^xsd:string . |
| 1710 | 1718 | ||
| 1711 | -_:b252 | 1719 | +_:b266 |
| 1712 | sp:varName "azimuth"^^xsd:string . | 1720 | sp:varName "azimuth"^^xsd:string . |
| 1713 | 1721 | ||
| 1714 | -_:b251 | 1722 | +_:b265 |
| 1715 | sp:varName "inclination"^^xsd:string . | 1723 | sp:varName "inclination"^^xsd:string . |
| 1716 | 1724 | ||
| 1717 | -_:b250 | 1725 | +_:b264 |
| 1718 | sp:varName "depthmTVD"^^xsd:string . | 1726 | sp:varName "depthmTVD"^^xsd:string . |
| 1719 | 1727 | ||
| 1720 | -_:b249 | 1728 | +_:b263 |
| 1721 | sp:varName "depthmMD"^^xsd:string . | 1729 | sp:varName "depthmMD"^^xsd:string . |
| 1722 | 1730 | ||
| 1723 | -_:b248 | 1731 | +_:b262 |
| 1724 | sp:varName "tvd"^^xsd:string . | 1732 | sp:varName "tvd"^^xsd:string . |
| 1725 | 1733 | ||
| 1726 | -_:b247 | 1734 | +_:b261 |
| 1727 | sp:varName "md"^^xsd:string . | 1735 | sp:varName "md"^^xsd:string . |
| 1728 | 1736 | ||
| 1729 | -_:b246 | 1737 | +_:b260 |
| 1730 | sp:varName "wellbore"^^xsd:string . | 1738 | sp:varName "wellbore"^^xsd:string . |
| 1731 | 1739 | ||
| 1732 | -_:b245 | 1740 | +_:b259 |
| 1733 | sp:varName "part"^^xsd:string . | 1741 | sp:varName "part"^^xsd:string . |
| 1734 | 1742 | ||
| 1735 | -_:b244 | 1743 | +_:b258 |
| 1736 | sp:varName "reportOn"^^xsd:string . | 1744 | sp:varName "reportOn"^^xsd:string . |
| 1737 | 1745 | ||
| 1738 | -_:b243 | 1746 | +_:b257 |
| 1739 | sp:varName "formationName"^^xsd:string . | 1747 | sp:varName "formationName"^^xsd:string . |
| 1740 | 1748 | ||
| 1741 | -_:b242 | 1749 | +_:b256 |
| 1742 | sp:varName "depthToTopOfFormationmTVD"^^xsd:string . | 1750 | sp:varName "depthToTopOfFormationmTVD"^^xsd:string . |
| 1743 | 1751 | ||
| 1744 | -_:b241 | 1752 | +_:b255 |
| 1745 | sp:varName "depthToTopOfFormationmMD"^^xsd:string . | 1753 | sp:varName "depthToTopOfFormationmMD"^^xsd:string . |
| 1746 | 1754 | ||
| 1755 | +_:b241 | ||
| 1756 | + sp:varName "bottomTVD"^^xsd:string . | ||
| 1757 | + | ||
| 1747 | _:b240 | 1758 | _:b240 |
| 1748 | - sp:varName "md"^^xsd:string . | 1759 | + sp:varName "topTVD"^^xsd:string . |
| 1749 | 1760 | ||
| 1750 | _:b239 | 1761 | _:b239 |
| 1751 | - sp:varName "tvd"^^xsd:string . | 1762 | + sp:varName "bottomMD"^^xsd:string . |
| 1752 | 1763 | ||
| 1753 | _:b238 | 1764 | _:b238 |
| 1754 | - sp:varName "mudDensity"^^xsd:string . | 1765 | + sp:varName "topMD"^^xsd:string . |
| 1755 | 1766 | ||
| 1756 | _:b237 | 1767 | _:b237 |
| 1757 | - sp:varName "actType"^^xsd:string . | 1768 | + sp:varName "perfWb"^^xsd:string . |
| 1758 | 1769 | ||
| 1759 | _:b236 | 1770 | _:b236 |
| 1760 | - sp:varName "wb"^^xsd:string . | 1771 | + sp:varName "perfInterval"^^xsd:string . |
| 1761 | 1772 | ||
| 1762 | _:b235 | 1773 | _:b235 |
| 1763 | - sp:varName "activity"^^xsd:string . | 1774 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1764 | 1775 | ||
| 1765 | _:b234 | 1776 | _:b234 |
| 1766 | - sp:varName "reportOn"^^xsd:string . | 1777 | + sp:varName "bottomOfPerfmTVD"^^xsd:string . |
| 1767 | 1778 | ||
| 1768 | _:b233 | 1779 | _:b233 |
| 1769 | - sp:varName "tvdVal"^^xsd:string . | 1780 | + sp:varName "topOfPerfmTVD"^^xsd:string . |
| 1770 | 1781 | ||
| 1771 | _:b232 | 1782 | _:b232 |
| 1772 | - sp:varName "mdVal"^^xsd:string . | 1783 | + sp:varName "bottomOfPerfmMD"^^xsd:string . |
| 1773 | 1784 | ||
| 1774 | _:b231 | 1785 | _:b231 |
| 1775 | - sp:varName "mudDensityVal"^^xsd:string . | 1786 | + sp:varName "topOfPerfmMD"^^xsd:string . |
| 1776 | 1787 | ||
| 1777 | _:b230 | 1788 | _:b230 |
| 1778 | - sp:varName "reading"^^xsd:string . | 1789 | + sp:varName "timeOfClosingWellPerf"^^xsd:string . |
| 1779 | 1790 | ||
| 1780 | _:b229 | 1791 | _:b229 |
| 1781 | - sp:varName "time"^^xsd:string . | 1792 | + sp:varName "timeOfOpeningWellPerf"^^xsd:string . |
| 1782 | 1793 | ||
| 1783 | _:b228 | 1794 | _:b228 |
| 1784 | - sp:varName "bottomTVD"^^xsd:string . | 1795 | + sp:varName "ed"^^xsd:string . |
| 1785 | 1796 | ||
| 1786 | _:b227 | 1797 | _:b227 |
| 1787 | - sp:varName "topTVD"^^xsd:string . | 1798 | + sp:varName "wellbore"^^xsd:string . |
| 1788 | 1799 | ||
| 1789 | _:b226 | 1800 | _:b226 |
| 1790 | - sp:varName "bottomMD"^^xsd:string . | 1801 | + sp:varName "part"^^xsd:string . |
| 1791 | 1802 | ||
| 1792 | _:b225 | 1803 | _:b225 |
| 1793 | - sp:varName "topMD"^^xsd:string . | 1804 | + sp:varName "reportOn"^^xsd:string . |
| 1794 | 1805 | ||
| 1795 | _:b224 | 1806 | _:b224 |
| 1796 | - sp:varName "perfWb"^^xsd:string . | 1807 | + sp:varName "remark"^^xsd:string . |
| 1797 | 1808 | ||
| 1798 | _:b223 | 1809 | _:b223 |
| 1799 | - sp:varName "perfInterval"^^xsd:string . | 1810 | + sp:varName "activity"^^xsd:string . |
| 1800 | 1811 | ||
| 1801 | _:b222 | 1812 | _:b222 |
| 1802 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1813 | + sp:varName "endDepth"^^xsd:string . |
| 1803 | 1814 | ||
| 1804 | _:b221 | 1815 | _:b221 |
| 1805 | - sp:varName "bottomOfPerfmTVD"^^xsd:string . | 1816 | + sp:varName "endTime"^^xsd:string . |
| 1806 | 1817 | ||
| 1807 | _:b220 | 1818 | _:b220 |
| 1808 | - sp:varName "topOfPerfmTVD"^^xsd:string . | 1819 | + sp:varName "startTime"^^xsd:string . |
| 1809 | 1820 | ||
| 1810 | _:b219 | 1821 | _:b219 |
| 1811 | - sp:varName "bottomOfPerfmMD"^^xsd:string . | 1822 | + sp:varName "loggingTool"^^xsd:string . |
| 1812 | 1823 | ||
| 1813 | _:b218 | 1824 | _:b218 |
| 1814 | - sp:varName "topOfPerfmMD"^^xsd:string . | 1825 | + sp:varName "loggingToolState"^^xsd:string . |
| 1815 | 1826 | ||
| 1816 | _:b217 | 1827 | _:b217 |
| 1817 | - sp:varName "timeOfClosingWellPerf"^^xsd:string . | 1828 | + sp:varName "staticButtHoleTemp"^^xsd:string . |
| 1818 | 1829 | ||
| 1819 | _:b216 | 1830 | _:b216 |
| 1820 | - sp:varName "timeOfOpeningWellPerf"^^xsd:string . | 1831 | + sp:varName "staticWb"^^xsd:string . |
| 1821 | 1832 | ||
| 1822 | _:b215 | 1833 | _:b215 |
| 1823 | - sp:varName "ed"^^xsd:string . | 1834 | + sp:varName "circButtHoleTemp"^^xsd:string . |
| 1824 | 1835 | ||
| 1825 | _:b214 | 1836 | _:b214 |
| 1826 | - sp:varName "wellbore"^^xsd:string . | 1837 | + sp:varName "circWb"^^xsd:string . |
| 1827 | 1838 | ||
| 1828 | _:b213 | 1839 | _:b213 |
| 1829 | - sp:varName "part"^^xsd:string . | 1840 | + sp:varName "top"^^xsd:string . |
| 1830 | 1841 | ||
| 1831 | _:b212 | 1842 | _:b212 |
| 1832 | - sp:varName "reportOn"^^xsd:string . | 1843 | + sp:varName "wbPart"^^xsd:string . |
| 1833 | 1844 | ||
| 1834 | _:b211 | 1845 | _:b211 |
| 1835 | - sp:varName "remark"^^xsd:string . | 1846 | + sp:varName "wbState"^^xsd:string . |
| 1836 | 1847 | ||
| 1837 | _:b210 | 1848 | _:b210 |
| 1838 | - sp:varName "activity"^^xsd:string . | 1849 | + sp:varName "logRun"^^xsd:string . |
| 1839 | 1850 | ||
| 1840 | _:b209 | 1851 | _:b209 |
| 1841 | - sp:varName "endDepth"^^xsd:string . | 1852 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1842 | 1853 | ||
| 1843 | _:b208 | 1854 | _:b208 |
| 1844 | - sp:varName "endTime"^^xsd:string . | 1855 | + sp:varName "bHSTdegC"^^xsd:string . |
| 1845 | 1856 | ||
| 1846 | _:b207 | 1857 | _:b207 |
| 1847 | - sp:varName "startTime"^^xsd:string . | 1858 | + sp:varName "bHCTdegC"^^xsd:string . |
| 1848 | 1859 | ||
| 1849 | _:b206 | 1860 | _:b206 |
| 1850 | - sp:varName "loggingTool"^^xsd:string . | 1861 | + sp:varName "tool"^^xsd:string . |
| 1851 | 1862 | ||
| 1852 | _:b205 | 1863 | _:b205 |
| 1853 | - sp:varName "loggingToolState"^^xsd:string . | 1864 | + sp:varName "depthBottommMD"^^xsd:string . |
| 1854 | 1865 | ||
| 1855 | _:b204 | 1866 | _:b204 |
| 1856 | - sp:varName "staticButtHoleTemp"^^xsd:string . | 1867 | + sp:varName "depthTopmMD"^^xsd:string . |
| 1857 | 1868 | ||
| 1858 | _:b203 | 1869 | _:b203 |
| 1859 | - sp:varName "staticWb"^^xsd:string . | 1870 | + sp:varName "runNo"^^xsd:string . |
| 1860 | 1871 | ||
| 1861 | _:b202 | 1872 | _:b202 |
| 1862 | - sp:varName "circButtHoleTemp"^^xsd:string . | 1873 | + sp:varName "endDepthmTVD2"^^xsd:string . |
| 1863 | 1874 | ||
| 1864 | _:b201 | 1875 | _:b201 |
| 1865 | - sp:varName "circWb"^^xsd:string . | 1876 | + sp:varName "tvdbot2"^^xsd:string . |
| 1866 | 1877 | ||
| 1867 | _:b200 | 1878 | _:b200 |
| 1868 | - sp:varName "top"^^xsd:string . | 1879 | + sp:varName "startDepthmTVD2"^^xsd:string . |
| 1869 | 1880 | ||
| 1870 | _:b199 | 1881 | _:b199 |
| 1871 | - sp:varName "wbPart"^^xsd:string . | 1882 | + sp:varName "tvdtop2"^^xsd:string . |
| 1872 | 1883 | ||
| 1873 | _:b198 | 1884 | _:b198 |
| 1874 | - sp:varName "wbState"^^xsd:string . | 1885 | + sp:varName "tvdbot"^^xsd:string . |
| 1875 | 1886 | ||
| 1876 | _:b197 | 1887 | _:b197 |
| 1877 | - sp:varName "logRun"^^xsd:string . | 1888 | + sp:varName "tvdtop"^^xsd:string . |
| 1878 | 1889 | ||
| 1879 | _:b196 | 1890 | _:b196 |
| 1880 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1891 | + sp:varName "endDepthmMD2"^^xsd:string . |
| 1881 | 1892 | ||
| 1882 | _:b195 | 1893 | _:b195 |
| 1883 | - sp:varName "bHSTdegC"^^xsd:string . | 1894 | + sp:varName "mdbot2"^^xsd:string . |
| 1884 | 1895 | ||
| 1885 | _:b194 | 1896 | _:b194 |
| 1886 | - sp:varName "bHCTdegC"^^xsd:string . | 1897 | + sp:varName "startDepthmMD2"^^xsd:string . |
| 1887 | 1898 | ||
| 1888 | _:b193 | 1899 | _:b193 |
| 1889 | - sp:varName "tool"^^xsd:string . | 1900 | + sp:varName "mdtop2"^^xsd:string . |
| 1890 | 1901 | ||
| 1891 | _:b192 | 1902 | _:b192 |
| 1892 | - sp:varName "depthBottommMD"^^xsd:string . | 1903 | + sp:varName "mdtop"^^xsd:string . |
| 1893 | 1904 | ||
| 1894 | _:b191 | 1905 | _:b191 |
| 1895 | - sp:varName "depthTopmMD"^^xsd:string . | 1906 | + sp:varName "mdbot"^^xsd:string . |
| 1896 | 1907 | ||
| 1897 | _:b190 | 1908 | _:b190 |
| 1898 | - sp:varName "runNo"^^xsd:string . | 1909 | + sp:varName "wellbore"^^xsd:string . |
| 1899 | 1910 | ||
| 1900 | _:b189 | 1911 | _:b189 |
| 1901 | - sp:varName "endDepthmTVD2"^^xsd:string . | 1912 | + sp:varName "part"^^xsd:string . |
| 1902 | 1913 | ||
| 1903 | _:b188 | 1914 | _:b188 |
| 1904 | - sp:varName "tvdbot2"^^xsd:string . | 1915 | + sp:varName "reportOn"^^xsd:string . |
| 1905 | 1916 | ||
| 1906 | _:b187 | 1917 | _:b187 |
| 1907 | - sp:varName "startDepthmTVD2"^^xsd:string . | 1918 | + sp:varName "lithologyDescription"^^xsd:string . |
| 1908 | 1919 | ||
| 1909 | _:b186 | 1920 | _:b186 |
| 1910 | - sp:varName "tvdtop2"^^xsd:string . | 1921 | + sp:varName "showsDescription"^^xsd:string . |
| 1911 | 1922 | ||
| 1912 | _:b185 | 1923 | _:b185 |
| 1913 | - sp:varName "tvdbot"^^xsd:string . | 1924 | + sp:varName "differenceInDepthmTVD"^^xsd:string . |
| 1914 | 1925 | ||
| 1915 | _:b184 | 1926 | _:b184 |
| 1916 | - sp:varName "tvdtop"^^xsd:string . | 1927 | + sp:varName "endDepthmTVD"^^xsd:string . |
| 1917 | 1928 | ||
| 1918 | _:b183 | 1929 | _:b183 |
| 1919 | - sp:varName "endDepthmMD2"^^xsd:string . | 1930 | + sp:varName "startDepthmTVD"^^xsd:string . |
| 1920 | 1931 | ||
| 1921 | _:b182 | 1932 | _:b182 |
| 1922 | - sp:varName "mdbot2"^^xsd:string . | 1933 | + sp:varName "differenceInDepthmMD"^^xsd:string . |
| 1923 | 1934 | ||
| 1924 | _:b181 | 1935 | _:b181 |
| 1925 | - sp:varName "startDepthmMD2"^^xsd:string . | 1936 | + sp:varName "endDepthmMD"^^xsd:string . |
| 1926 | 1937 | ||
| 1927 | _:b180 | 1938 | _:b180 |
| 1928 | - sp:varName "mdtop2"^^xsd:string . | 1939 | + sp:varName "startDepthmMD"^^xsd:string . |
| 1929 | 1940 | ||
| 1930 | _:b179 | 1941 | _:b179 |
| 1931 | - sp:varName "mdtop"^^xsd:string . | 1942 | + sp:varName "tvdBot"^^xsd:string . |
| 1932 | 1943 | ||
| 1933 | _:b178 | 1944 | _:b178 |
| 1934 | - sp:varName "mdbot"^^xsd:string . | 1945 | + sp:varName "tvdTop"^^xsd:string . |
| 1935 | 1946 | ||
| 1936 | _:b177 | 1947 | _:b177 |
| 1937 | - sp:varName "wellbore"^^xsd:string . | 1948 | + sp:varName "mdBott"^^xsd:string . |
| 1938 | 1949 | ||
| 1939 | _:b176 | 1950 | _:b176 |
| 1940 | - sp:varName "part"^^xsd:string . | 1951 | + sp:varName "mdTop"^^xsd:string . |
| 1941 | 1952 | ||
| 1942 | _:b175 | 1953 | _:b175 |
| 1943 | - sp:varName "reportOn"^^xsd:string . | 1954 | + sp:varName "ipc"^^xsd:string . |
| 1944 | 1955 | ||
| 1945 | _:b174 | 1956 | _:b174 |
| 1946 | - sp:varName "lithologyDescription"^^xsd:string . | 1957 | + sp:varName "ibc"^^xsd:string . |
| 1947 | 1958 | ||
| 1948 | _:b173 | 1959 | _:b173 |
| 1949 | - sp:varName "showsDescription"^^xsd:string . | 1960 | + sp:varName "pc"^^xsd:string . |
| 1950 | 1961 | ||
| 1951 | _:b172 | 1962 | _:b172 |
| 1952 | - sp:varName "differenceInDepthmTVD"^^xsd:string . | 1963 | + sp:varName "mc"^^xsd:string . |
| 1953 | 1964 | ||
| 1954 | _:b171 | 1965 | _:b171 |
| 1955 | - sp:varName "endDepthmTVD"^^xsd:string . | 1966 | + sp:varName "ec"^^xsd:string . |
| 1956 | 1967 | ||
| 1957 | _:b170 | 1968 | _:b170 |
| 1958 | - sp:varName "startDepthmTVD"^^xsd:string . | 1969 | + sp:varName "gcl"^^xsd:string . |
| 1959 | 1970 | ||
| 1960 | _:b169 | 1971 | _:b169 |
| 1961 | - sp:varName "differenceInDepthmMD"^^xsd:string . | 1972 | + sp:varName "wppart"^^xsd:string . |
| 1962 | 1973 | ||
| 1963 | _:b168 | 1974 | _:b168 |
| 1964 | - sp:varName "endDepthmMD"^^xsd:string . | 1975 | + sp:varName "gch"^^xsd:string . |
| 1965 | 1976 | ||
| 1966 | _:b167 | 1977 | _:b167 |
| 1967 | - sp:varName "startDepthmMD"^^xsd:string . | 1978 | + sp:varName "gas"^^xsd:string . |
| 1968 | 1979 | ||
| 1969 | -_:b135 | 1980 | +_:b166 |
| 1970 | - sp:varName "ed"^^xsd:string . | 1981 | + sp:varName "wbpart"^^xsd:string . |
| 1971 | 1982 | ||
| 1972 | -_:b134 | 1983 | +_:b165 |
| 1973 | - sp:varName "wellbore"^^xsd:string . | 1984 | + sp:varName "wb"^^xsd:string . |
| 1974 | 1985 | ||
| 1975 | -_:b133 | 1986 | +_:b164 |
| 1976 | - sp:varName "activity"^^xsd:string . | 1987 | + sp:varName "grclass"^^xsd:string . |
| 1977 | 1988 | ||
| 1978 | -_:b132 | 1989 | +_:b163 |
| 1979 | - sp:varName "part"^^xsd:string . | 1990 | + sp:varName "gr"^^xsd:string . |
| 1980 | 1991 | ||
| 1981 | -_:b131 | 1992 | +_:b162 |
| 1982 | sp:varName "reportOn"^^xsd:string . | 1993 | sp:varName "reportOn"^^xsd:string . |
| 1983 | 1994 | ||
| 1995 | +_:b161 | ||
| 1996 | + sp:varName "ic5"^^xsd:string . | ||
| 1997 | + | ||
| 1998 | +_:b160 | ||
| 1999 | + sp:varName "ic4"^^xsd:string . | ||
| 2000 | + | ||
| 2001 | +_:b159 | ||
| 2002 | + sp:varName "c3"^^xsd:string . | ||
| 2003 | + | ||
| 2004 | +_:b158 | ||
| 2005 | + sp:varName "c2"^^xsd:string . | ||
| 2006 | + | ||
| 2007 | +_:b157 | ||
| 2008 | + sp:varName "c1"^^xsd:string . | ||
| 2009 | + | ||
| 2010 | +_:b156 | ||
| 2011 | + sp:varName "lowestGas"^^xsd:string . | ||
| 2012 | + | ||
| 2013 | +_:b155 | ||
| 2014 | + sp:varName "highestGas"^^xsd:string . | ||
| 2015 | + | ||
| 2016 | +_:b154 | ||
| 2017 | + sp:varName "depthBottommTVD"^^xsd:string . | ||
| 2018 | + | ||
| 2019 | +_:b153 | ||
| 2020 | + sp:varName "depthTopmTVD"^^xsd:string . | ||
| 2021 | + | ||
| 2022 | +_:b152 | ||
| 2023 | + sp:varName "depthBottommMD"^^xsd:string . | ||
| 2024 | + | ||
| 2025 | +_:b151 | ||
| 2026 | + sp:varName "depthTopmMD"^^xsd:string . | ||
| 2027 | + | ||
| 2028 | +_:b150 | ||
| 2029 | + sp:varName "class"^^xsd:string . | ||
| 2030 | + | ||
| 2031 | +_:b149 | ||
| 2032 | + sp:varName "time"^^xsd:string . | ||
| 2033 | + | ||
| 1984 | _:b130 | 2034 | _:b130 |
| 1985 | sp:varName "tvd"^^xsd:string . | 2035 | sp:varName "tvd"^^xsd:string . |
| 1986 | 2036 | ||
| ... | @@ -2362,95 +2412,137 @@ _:b2 sp:varName "runNo"^^xsd:string . | ... | @@ -2362,95 +2412,137 @@ _:b2 sp:varName "runNo"^^xsd:string . |
| 2362 | 2412 | ||
| 2363 | _:b1 sp:varName "bitSize"^^xsd:string . | 2413 | _:b1 sp:varName "bitSize"^^xsd:string . |
| 2364 | 2414 | ||
| 2365 | -_:b149 | 2415 | +_:b286 |
| 2366 | sp:varName "reportOn"^^xsd:string . | 2416 | sp:varName "reportOn"^^xsd:string . |
| 2367 | 2417 | ||
| 2368 | -_:b150 | 2418 | +_:b287 |
| 2369 | - sp:varName "gr"^^xsd:string . | 2419 | + sp:varName "wt"^^xsd:string . |
| 2370 | 2420 | ||
| 2371 | -_:b151 | 2421 | +_:b288 |
| 2372 | - sp:varName "grclass"^^xsd:string . | 2422 | + sp:varName "wtclass"^^xsd:string . |
| 2373 | 2423 | ||
| 2374 | -_:b137 | 2424 | +_:b281 |
| 2375 | - sp:varName "class"^^xsd:string . | 2425 | + sp:varName "testNo"^^xsd:string . |
| 2376 | 2426 | ||
| 2377 | -_:b136 | 2427 | +_:b289 |
| 2378 | - sp:varName "time"^^xsd:string . | 2428 | + sp:varName "choke"^^xsd:string . |
| 2379 | 2429 | ||
| 2380 | -_:b152 | 2430 | +_:b290 |
| 2381 | - sp:varName "wb"^^xsd:string . | 2431 | + sp:varName "cos"^^xsd:string . |
| 2382 | 2432 | ||
| 2383 | -_:b153 | 2433 | +_:b282 |
| 2384 | - sp:varName "wbpart"^^xsd:string . | 2434 | + sp:varName "chokeOrifaceSize"^^xsd:string . |
| 2385 | 2435 | ||
| 2386 | -_:b154 | 2436 | +_:b291 |
| 2387 | - sp:varName "gas"^^xsd:string . | 2437 | + sp:varName "botp"^^xsd:string . |
| 2388 | 2438 | ||
| 2389 | -_:b156 | 2439 | +_:b285 |
| 2390 | - sp:varName "wppart"^^xsd:string . | 2440 | + sp:varName "bottomHolePressure"^^xsd:string . |
| 2391 | 2441 | ||
| 2392 | -_:b155 | 2442 | +_:b292 |
| 2393 | - sp:varName "gch"^^xsd:string . | 2443 | + sp:varName "flowp"^^xsd:string . |
| 2394 | 2444 | ||
| 2395 | -_:b142 | 2445 | +_:b284 |
| 2396 | - sp:varName "highestGas"^^xsd:string . | 2446 | + sp:varName "flowPressure"^^xsd:string . |
| 2397 | 2447 | ||
| 2398 | -_:b157 | 2448 | +_:b293 |
| 2399 | - sp:varName "gcl"^^xsd:string . | 2449 | + sp:varName "shutip"^^xsd:string . |
| 2400 | 2450 | ||
| 2401 | -_:b143 | 2451 | +_:b283 |
| 2402 | - sp:varName "lowestGas"^^xsd:string . | 2452 | + sp:varName "shutInPressure"^^xsd:string . |
| 2403 | 2453 | ||
| 2404 | -_:b158 | 2454 | +_:b280 |
| 2405 | - sp:varName "ec"^^xsd:string . | 2455 | + sp:varName "time"^^xsd:string . |
| 2406 | 2456 | ||
| 2407 | -_:b145 | 2457 | +_:b247 |
| 2408 | - sp:varName "c2"^^xsd:string . | 2458 | + sp:varName "reportOn"^^xsd:string . |
| 2409 | 2459 | ||
| 2410 | -_:b159 | 2460 | +_:b248 |
| 2411 | - sp:varName "mc"^^xsd:string . | 2461 | + sp:varName "activity"^^xsd:string . |
| 2412 | 2462 | ||
| 2413 | -_:b144 | 2463 | +_:b242 |
| 2414 | - sp:varName "c1"^^xsd:string . | 2464 | + sp:varName "time"^^xsd:string . |
| 2415 | 2465 | ||
| 2416 | -_:b160 | 2466 | +_:b249 |
| 2417 | - sp:varName "pc"^^xsd:string . | 2467 | + sp:varName "actclass"^^xsd:string . |
| 2418 | 2468 | ||
| 2419 | -_:b146 | 2469 | +_:b250 |
| 2420 | - sp:varName "c3"^^xsd:string . | 2470 | + sp:varName "wb"^^xsd:string . |
| 2421 | 2471 | ||
| 2422 | -_:b161 | 2472 | +_:b251 |
| 2423 | - sp:varName "ibc"^^xsd:string . | 2473 | + sp:varName "actType"^^xsd:string . |
| 2424 | 2474 | ||
| 2425 | -_:b147 | 2475 | +_:b243 |
| 2426 | - sp:varName "ic4"^^xsd:string . | 2476 | + sp:varName "reading"^^xsd:string . |
| 2427 | 2477 | ||
| 2428 | -_:b162 | 2478 | +_:b252 |
| 2429 | - sp:varName "ipc"^^xsd:string . | 2479 | + sp:varName "mudDensity"^^xsd:string . |
| 2430 | 2480 | ||
| 2431 | -_:b148 | 2481 | +_:b244 |
| 2432 | - sp:varName "ic5"^^xsd:string . | 2482 | + sp:varName "mudDensityVal"^^xsd:string . |
| 2433 | 2483 | ||
| 2434 | -_:b163 | 2484 | +_:b253 |
| 2435 | - sp:varName "mdTop"^^xsd:string . | 2485 | + sp:varName "tvd"^^xsd:string . |
| 2436 | 2486 | ||
| 2437 | -_:b138 | 2487 | +_:b246 |
| 2438 | - sp:varName "depthTopmMD"^^xsd:string . | 2488 | + sp:varName "tvdVal"^^xsd:string . |
| 2439 | 2489 | ||
| 2440 | -_:b164 | 2490 | +_:b254 |
| 2441 | - sp:varName "mdBott"^^xsd:string . | 2491 | + sp:varName "md"^^xsd:string . |
| 2442 | 2492 | ||
| 2443 | -_:b139 | 2493 | +_:b245 |
| 2444 | - sp:varName "depthBottommMD"^^xsd:string . | 2494 | + sp:varName "mdVal"^^xsd:string . |
| 2445 | 2495 | ||
| 2446 | -_:b165 | 2496 | +_:b139 |
| 2447 | - sp:varName "tvdTop"^^xsd:string . | 2497 | + sp:varName "reportOn"^^xsd:string . |
| 2448 | 2498 | ||
| 2449 | _:b140 | 2499 | _:b140 |
| 2450 | - sp:varName "depthTopmTVD"^^xsd:string . | 2500 | + sp:varName "ft"^^xsd:string . |
| 2451 | 2501 | ||
| 2452 | -_:b166 | 2502 | +_:b133 |
| 2453 | - sp:varName "tvdBot"^^xsd:string . | 2503 | + sp:varName "goodSealInd"^^xsd:string . |
| 2454 | 2504 | ||
| 2455 | _:b141 | 2505 | _:b141 |
| 2456 | - sp:varName "depthBottommTVD"^^xsd:string . | 2506 | + sp:varName "mdsam"^^xsd:string . |
| 2507 | + | ||
| 2508 | +_:b134 | ||
| 2509 | + sp:varName "depthToSamplePoint"^^xsd:string . | ||
| 2510 | + | ||
| 2511 | +_:b142 | ||
| 2512 | + sp:varName "wellbore"^^xsd:string . | ||
| 2513 | + | ||
| 2514 | +_:b143 | ||
| 2515 | + sp:varName "md"^^xsd:string . | ||
| 2516 | + | ||
| 2517 | +_:b131 | ||
| 2518 | + sp:varName "depthmMD"^^xsd:string . | ||
| 2519 | + | ||
| 2520 | +_:b144 | ||
| 2521 | + sp:varName "fpres"^^xsd:string . | ||
| 2522 | + | ||
| 2523 | +_:b132 | ||
| 2524 | + sp:varName "formationPorePressure"^^xsd:string . | ||
| 2525 | + | ||
| 2526 | +_:b145 | ||
| 2527 | + sp:varName "fluid"^^xsd:string . | ||
| 2528 | + | ||
| 2529 | +_:b146 | ||
| 2530 | + sp:varName "domcomp"^^xsd:string . | ||
| 2531 | + | ||
| 2532 | +_:b135 | ||
| 2533 | + sp:varName "dominantFluidComponent"^^xsd:string . | ||
| 2534 | + | ||
| 2535 | +_:b147 | ||
| 2536 | + sp:varName "voltype"^^xsd:string . | ||
| 2537 | + | ||
| 2538 | +_:b137 | ||
| 2539 | + sp:varName "sampleVolume"^^xsd:string . | ||
| 2540 | + | ||
| 2541 | +_:b148 | ||
| 2542 | + sp:varName "dentype"^^xsd:string . | ||
| 2543 | + | ||
| 2544 | +_:b136 | ||
| 2545 | + sp:varName "hCComponentDensity"^^xsd:string . | ||
| 2546 | + | ||
| 2547 | +_:b138 | ||
| 2548 | + sp:varName "description"^^xsd:string . | ... | ... |
-
Please register or login to post a comment