David Price

Added initial LogInfo table

1 -# Saved by TopBraid on Mon Sep 26 16:27:52 BST 2011 1 +# Saved by TopBraid on Mon Sep 26 21:08:15 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/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; 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> ;
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
...@@ -760,60 +760,98 @@ ddr-tables:LogInformation ...@@ -760,60 +760,98 @@ ddr-tables:LogInformation
760 rdfs:subClassOf rhspin:DDRTableTemplates ; 760 rdfs:subClassOf rhspin:DDRTableTemplates ;
761 spin:body 761 spin:body
762 [ rdf:type sp:Select ; 762 [ rdf:type sp:Select ;
763 - sp:orderBy (_:b102) ; 763 + sp:resultVariables (_:b102 _:b103 _:b104 _:b105 _:b106 _:b107) ;
764 - sp:resultVariables (_:b102 [ sp:varName "depthTopmMD"^^xsd:string 764 + sp:where ([ sp:object _:b108 ;
765 - ] [ sp:varName "depthBottommMD"^^xsd:string
766 - ] [ sp:varName "tool"^^xsd:string
767 - ] [ sp:varName "bHCTdegC"^^xsd:string
768 - ] [ sp:varName "bHSTdegC"^^xsd:string
769 - ]) ;
770 - sp:where ([ sp:object _:b103 ;
771 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 765 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
772 sp:subject 766 sp:subject
773 [ sp:varName "report"^^xsd:string 767 [ sp:varName "report"^^xsd:string
774 ] 768 ]
775 - ] [ sp:object _:b104 ; 769 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
770 + sp:predicate rdf:type ;
771 + sp:subject _:b108
772 + ] [ sp:object _:b109 ;
776 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 773 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
777 - sp:subject _:b103 774 + sp:subject _:b108
778 - ] [ sp:object 775 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ;
779 - [ sp:varName "startTime"^^xsd:string 776 + sp:predicate rdf:type ;
780 - ] ; 777 + sp:subject _:b109
781 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
782 - sp:subject _:b104
783 - ] [ sp:object
784 - [ sp:varName "endTime"^^xsd:string
785 - ] ;
786 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
787 - sp:subject _:b104
788 ] [ rdf:type sp:Optional ; 778 ] [ rdf:type sp:Optional ;
789 - sp:elements ([ sp:object _:b105 ; 779 + sp:elements ([ sp:object _:b102 ;
790 - sp:predicate rdf:type ; 780 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ;
791 - sp:subject _:b104 781 + sp:subject _:b109
792 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
793 - sp:predicate rdf:type ;
794 - sp:subject _:b105
795 ]) 782 ])
796 ] [ rdf:type sp:Optional ; 783 ] [ rdf:type sp:Optional ;
797 - sp:elements ([ sp:object _:b106 ; 784 + sp:elements ([ sp:object _:b110 ;
798 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 785 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
799 - sp:subject _:b104 786 + sp:subject _:b109
800 - ] [ sp:object _:b102 ; 787 + ] [ rdf:type sp:Optional ;
801 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; 788 + sp:elements ([ sp:object _:b111 ;
802 - sp:subject _:b106 789 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
803 - ] [ sp:object 790 + sp:subject _:b110
804 - [ sp:varName "endDepth"^^xsd:string 791 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
805 - ] ; 792 + sp:predicate rdf:type ;
806 - sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 793 + sp:subject _:b111
807 - sp:subject 794 + ] [ rdf:type sp:Optional ;
808 - [ sp:varName "ed"^^xsd:string 795 + sp:elements ([ sp:object _:b112 ;
809 - ] 796 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
797 + sp:subject _:b111
798 + ] [ sp:object _:b103 ;
799 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
800 + sp:subject _:b112
801 + ])
802 + ] [ rdf:type sp:Optional ;
803 + sp:elements ([ sp:object
804 + [ sp:varName "bottom"^^xsd:string
805 + ] ;
806 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
807 + sp:subject _:b111
808 + ] [ sp:object _:b104 ;
809 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
810 + sp:subject _:b112
811 + ])
812 + ] [ rdf:type sp:Optional ;
813 + sp:elements ([ sp:object _:b111 ;
814 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
815 + sp:subject _:b113
816 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
817 + sp:predicate rdf:type ;
818 + sp:subject _:b113
819 + ] [ sp:object _:b114 ;
820 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
821 + sp:subject _:b113
822 + ] [ sp:object _:b106 ;
823 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
824 + sp:subject _:b114
825 + ])
826 + ] [ rdf:type sp:Optional ;
827 + sp:elements ([ sp:object _:b111 ;
828 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
829 + sp:subject _:b115
830 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
831 + sp:predicate rdf:type ;
832 + sp:subject _:b115
833 + ] [ sp:object _:b116 ;
834 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
835 + sp:subject _:b115
836 + ] [ sp:object _:b107 ;
837 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
838 + sp:subject _:b116
839 + ])
840 + ])
810 ]) 841 ])
811 ] [ rdf:type sp:Optional ; 842 ] [ rdf:type sp:Optional ;
812 - sp:elements ([ sp:object 843 + sp:elements ([ sp:object _:b117 ;
813 - [ sp:varName "comments"^^xsd:string 844 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
814 - ] ; 845 + sp:subject _:b109
846 + ] [ sp:object _:b118 ;
847 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
848 + sp:subject _:b117
849 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ;
850 + sp:predicate rdf:type ;
851 + sp:subject _:b118
852 + ] [ sp:object _:b105 ;
815 sp:predicate rdfs:comment ; 853 sp:predicate rdfs:comment ;
816 - sp:subject _:b104 854 + sp:subject _:b118
817 ]) 855 ])
818 ]) 856 ])
819 ] ; 857 ] ;
...@@ -825,48 +863,48 @@ ddr-tables:Operations ...@@ -825,48 +863,48 @@ ddr-tables:Operations
825 rdfs:subClassOf rhspin:DDRTableTemplates ; 863 rdfs:subClassOf rhspin:DDRTableTemplates ;
826 spin:body 864 spin:body
827 [ rdf:type sp:Select ; 865 [ rdf:type sp:Select ;
828 - sp:orderBy (_:b107) ; 866 + sp:orderBy (_:b119) ;
829 - sp:resultVariables (_:b107 _:b108 [ sp:varName "startDepth"^^xsd:string 867 + sp:resultVariables (_:b119 _:b120 [ sp:varName "startDepth"^^xsd:string
830 - ] _:b109 [ sp:varName "depth"^^xsd:string 868 + ] _:b121 [ sp:varName "depth"^^xsd:string
831 - ] _:b110 [ sp:varName "state"^^xsd:string 869 + ] _:b122 [ sp:varName "state"^^xsd:string
832 - ] _:b111) ; 870 + ] _:b123) ;
833 - sp:where ([ sp:object _:b112 ; 871 + sp:where ([ sp:object _:b124 ;
834 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 872 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
835 sp:subject 873 sp:subject
836 [ sp:varName "report"^^xsd:string 874 [ sp:varName "report"^^xsd:string
837 ] 875 ]
838 - ] [ sp:object _:b113 ; 876 + ] [ sp:object _:b125 ;
839 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 877 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
840 - sp:subject _:b112 878 + sp:subject _:b124
841 - ] [ sp:object _:b107 ; 879 + ] [ sp:object _:b119 ;
842 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 880 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
843 - sp:subject _:b113 881 + sp:subject _:b125
844 - ] [ sp:object _:b108 ; 882 + ] [ sp:object _:b120 ;
845 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 883 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
846 - sp:subject _:b113 884 + sp:subject _:b125
847 ] [ rdf:type sp:Optional ; 885 ] [ rdf:type sp:Optional ;
848 - sp:elements ([ sp:object _:b110 ; 886 + sp:elements ([ sp:object _:b122 ;
849 sp:predicate rdf:type ; 887 sp:predicate rdf:type ;
850 - sp:subject _:b113 888 + sp:subject _:b125
851 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 889 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
852 sp:predicate rdf:type ; 890 sp:predicate rdf:type ;
853 - sp:subject _:b110 891 + sp:subject _:b122
854 ]) 892 ])
855 ] [ rdf:type sp:Optional ; 893 ] [ rdf:type sp:Optional ;
856 - sp:elements ([ sp:object _:b114 ; 894 + sp:elements ([ sp:object _:b126 ;
857 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 895 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
858 - sp:subject _:b113 896 + sp:subject _:b125
859 - ] [ sp:object _:b115 ; 897 + ] [ sp:object _:b127 ;
860 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 898 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
861 - sp:subject _:b114 899 + sp:subject _:b126
862 - ] [ sp:object _:b109 ; 900 + ] [ sp:object _:b121 ;
863 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 901 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
864 - sp:subject _:b115 902 + sp:subject _:b127
865 ]) 903 ])
866 ] [ rdf:type sp:Optional ; 904 ] [ rdf:type sp:Optional ;
867 - sp:elements ([ sp:object _:b111 ; 905 + sp:elements ([ sp:object _:b123 ;
868 sp:predicate rdfs:comment ; 906 sp:predicate rdfs:comment ;
869 - sp:subject _:b113 907 + sp:subject _:b125
870 ]) 908 ])
871 ]) 909 ])
872 ] ; 910 ] ;
...@@ -878,59 +916,59 @@ ddr-tables:PerforationInformation ...@@ -878,59 +916,59 @@ ddr-tables:PerforationInformation
878 rdfs:subClassOf rhspin:DDRTableTemplates ; 916 rdfs:subClassOf rhspin:DDRTableTemplates ;
879 spin:body 917 spin:body
880 [ rdf:type sp:Select ; 918 [ rdf:type sp:Select ;
881 - sp:orderBy (_:b116) ; 919 + sp:orderBy (_:b128) ;
882 - sp:resultVariables (_:b116 [ sp:varName "timeOfClosingWellPerf"^^xsd:string 920 + sp:resultVariables (_:b128 [ sp:varName "timeOfClosingWellPerf"^^xsd:string
883 ] [ sp:varName "durationWellPerf"^^xsd:string 921 ] [ sp:varName "durationWellPerf"^^xsd:string
884 ] [ sp:varName "topOfPerfmMD"^^xsd:string 922 ] [ sp:varName "topOfPerfmMD"^^xsd:string
885 ] [ sp:varName "bottomOfPerfmMD"^^xsd:string 923 ] [ sp:varName "bottomOfPerfmMD"^^xsd:string
886 ] [ sp:varName "topOfPerfmTVD"^^xsd:string 924 ] [ sp:varName "topOfPerfmTVD"^^xsd:string
887 ] [ sp:varName "bottomOfPerfmTVD"^^xsd:string 925 ] [ sp:varName "bottomOfPerfmTVD"^^xsd:string
888 ]) ; 926 ]) ;
889 - sp:where ([ sp:object _:b117 ; 927 + sp:where ([ sp:object _:b129 ;
890 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 928 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
891 sp:subject 929 sp:subject
892 [ sp:varName "report"^^xsd:string 930 [ sp:varName "report"^^xsd:string
893 ] 931 ]
894 - ] [ sp:object _:b118 ; 932 + ] [ sp:object _:b130 ;
895 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 933 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
896 - sp:subject _:b117 934 + sp:subject _:b129
897 ] [ sp:object 935 ] [ sp:object
898 [ sp:varName "startTime"^^xsd:string 936 [ sp:varName "startTime"^^xsd:string
899 ] ; 937 ] ;
900 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 938 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
901 - sp:subject _:b118 939 + sp:subject _:b130
902 ] [ sp:object 940 ] [ sp:object
903 [ sp:varName "endTime"^^xsd:string 941 [ sp:varName "endTime"^^xsd:string
904 ] ; 942 ] ;
905 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 943 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
906 - sp:subject _:b118 944 + sp:subject _:b130
907 ] [ rdf:type sp:Optional ; 945 ] [ rdf:type sp:Optional ;
908 - sp:elements ([ sp:object _:b119 ; 946 + sp:elements ([ sp:object _:b131 ;
909 sp:predicate rdf:type ; 947 sp:predicate rdf:type ;
910 - sp:subject _:b118 948 + sp:subject _:b130
911 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 949 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
912 sp:predicate rdf:type ; 950 sp:predicate rdf:type ;
913 - sp:subject _:b119 951 + sp:subject _:b131
914 ]) 952 ])
915 ] [ rdf:type sp:Optional ; 953 ] [ rdf:type sp:Optional ;
916 - sp:elements ([ sp:object _:b120 ; 954 + sp:elements ([ sp:object _:b132 ;
917 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 955 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
918 - sp:subject _:b118 956 + sp:subject _:b130
919 - ] [ sp:object _:b121 ; 957 + ] [ sp:object _:b133 ;
920 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 958 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
921 - sp:subject _:b120 959 + sp:subject _:b132
922 ] [ sp:object 960 ] [ sp:object
923 [ sp:varName "endDepth"^^xsd:string 961 [ sp:varName "endDepth"^^xsd:string
924 ] ; 962 ] ;
925 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 963 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
926 - sp:subject _:b121 964 + sp:subject _:b133
927 ]) 965 ])
928 ] [ rdf:type sp:Optional ; 966 ] [ rdf:type sp:Optional ;
929 sp:elements ([ sp:object 967 sp:elements ([ sp:object
930 [ sp:varName "comments"^^xsd:string 968 [ sp:varName "comments"^^xsd:string
931 ] ; 969 ] ;
932 sp:predicate rdfs:comment ; 970 sp:predicate rdfs:comment ;
933 - sp:subject _:b118 971 + sp:subject _:b130
934 ]) 972 ])
935 ]) 973 ])
936 ] ; 974 ] ;
...@@ -942,59 +980,59 @@ ddr-tables:PorePressure ...@@ -942,59 +980,59 @@ ddr-tables:PorePressure
942 rdfs:subClassOf rhspin:DDRTableTemplates ; 980 rdfs:subClassOf rhspin:DDRTableTemplates ;
943 spin:body 981 spin:body
944 [ rdf:type sp:Select ; 982 [ rdf:type sp:Select ;
945 - sp:orderBy (_:b122) ; 983 + sp:orderBy (_:b134) ;
946 - sp:resultVariables (_:b123 _:b124 _:b122 _:b125 _:b126) ; 984 + sp:resultVariables (_:b135 _:b136 _:b134 _:b137 _:b138) ;
947 - sp:where ([ sp:object _:b127 ; 985 + sp:where ([ sp:object _:b139 ;
948 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 986 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
949 sp:subject 987 sp:subject
950 [ sp:varName "report"^^xsd:string 988 [ sp:varName "report"^^xsd:string
951 ] 989 ]
952 - ] [ sp:object _:b128 ; 990 + ] [ sp:object _:b140 ;
953 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 991 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
954 - sp:subject _:b127 992 + sp:subject _:b139
955 - ] [ sp:object _:b122 ; 993 + ] [ sp:object _:b134 ;
956 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 994 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
957 - sp:subject _:b128 995 + sp:subject _:b140
958 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; 996 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
959 sp:predicate rdf:type ; 997 sp:predicate rdf:type ;
960 - sp:subject _:b128 998 + sp:subject _:b140
961 - ] [ sp:object _:b129 ; 999 + ] [ sp:object _:b141 ;
962 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1000 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
963 - sp:subject _:b128 1001 + sp:subject _:b140
964 ] [ rdf:type sp:Optional ; 1002 ] [ rdf:type sp:Optional ;
965 - sp:elements ([ sp:object _:b130 ; 1003 + sp:elements ([ sp:object _:b142 ;
966 sp:predicate rdf:type ; 1004 sp:predicate rdf:type ;
967 - sp:subject _:b128 1005 + sp:subject _:b140
968 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ; 1006 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ;
969 sp:predicate rdf:type ; 1007 sp:predicate rdf:type ;
970 - sp:subject _:b130 1008 + sp:subject _:b142
971 - ] [ sp:object _:b123 ; 1009 + ] [ sp:object _:b135 ;
972 sp:predicate rdfs:label ; 1010 sp:predicate rdfs:label ;
973 - sp:subject _:b130 1011 + sp:subject _:b142
974 ]) 1012 ])
975 ] [ rdf:type sp:Optional ; 1013 ] [ rdf:type sp:Optional ;
976 - sp:elements ([ sp:object _:b131 ; 1014 + sp:elements ([ sp:object _:b143 ;
977 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; 1015 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
978 - sp:subject _:b129 1016 + sp:subject _:b141
979 - ] [ sp:object _:b124 ; 1017 + ] [ sp:object _:b136 ;
980 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1018 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
981 - sp:subject _:b131 1019 + sp:subject _:b143
982 ]) 1020 ])
983 ] [ rdf:type sp:Optional ; 1021 ] [ rdf:type sp:Optional ;
984 - sp:elements ([ sp:object _:b132 ; 1022 + sp:elements ([ sp:object _:b144 ;
985 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 1023 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
986 - sp:subject _:b129 1024 + sp:subject _:b141
987 - ] [ sp:object _:b126 ; 1025 + ] [ sp:object _:b138 ;
988 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1026 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
989 - sp:subject _:b132 1027 + sp:subject _:b144
990 ]) 1028 ])
991 ] [ rdf:type sp:Optional ; 1029 ] [ rdf:type sp:Optional ;
992 - sp:elements ([ sp:object _:b133 ; 1030 + sp:elements ([ sp:object _:b145 ;
993 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 1031 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
994 - sp:subject _:b129 1032 + sp:subject _:b141
995 - ] [ sp:object _:b125 ; 1033 + ] [ sp:object _:b137 ;
996 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1034 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
997 - sp:subject _:b133 1035 + sp:subject _:b145
998 ]) 1036 ])
999 ]) 1037 ])
1000 ] ; 1038 ] ;
...@@ -1009,56 +1047,56 @@ ddr-tables:StratigraphicInformation ...@@ -1009,56 +1047,56 @@ ddr-tables:StratigraphicInformation
1009 sp:resultVariables ([ sp:varName "depthToTopOfFormation"^^xsd:string 1047 sp:resultVariables ([ sp:varName "depthToTopOfFormation"^^xsd:string
1010 ] [ sp:varName "formationName"^^xsd:string 1048 ] [ sp:varName "formationName"^^xsd:string
1011 ]) ; 1049 ]) ;
1012 - sp:where ([ sp:object _:b134 ; 1050 + sp:where ([ sp:object _:b146 ;
1013 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1051 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1014 sp:subject 1052 sp:subject
1015 [ sp:varName "report"^^xsd:string 1053 [ sp:varName "report"^^xsd:string
1016 ] 1054 ]
1017 - ] [ sp:object _:b135 ; 1055 + ] [ sp:object _:b147 ;
1018 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1056 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1019 - sp:subject _:b134 1057 + sp:subject _:b146
1020 ] [ sp:object 1058 ] [ sp:object
1021 [ sp:varName "startTime"^^xsd:string 1059 [ sp:varName "startTime"^^xsd:string
1022 ] ; 1060 ] ;
1023 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1061 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1024 - sp:subject _:b135 1062 + sp:subject _:b147
1025 ] [ sp:object 1063 ] [ sp:object
1026 [ sp:varName "endTime"^^xsd:string 1064 [ sp:varName "endTime"^^xsd:string
1027 ] ; 1065 ] ;
1028 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1066 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1029 - sp:subject _:b135 1067 + sp:subject _:b147
1030 ] [ rdf:type sp:Optional ; 1068 ] [ rdf:type sp:Optional ;
1031 - sp:elements ([ sp:object _:b136 ; 1069 + sp:elements ([ sp:object _:b148 ;
1032 sp:predicate rdf:type ; 1070 sp:predicate rdf:type ;
1033 - sp:subject _:b135 1071 + sp:subject _:b147
1034 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1072 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1035 sp:predicate rdf:type ; 1073 sp:predicate rdf:type ;
1036 - sp:subject _:b136 1074 + sp:subject _:b148
1037 ]) 1075 ])
1038 ] [ rdf:type sp:Optional ; 1076 ] [ rdf:type sp:Optional ;
1039 - sp:elements ([ sp:object _:b137 ; 1077 + sp:elements ([ sp:object _:b149 ;
1040 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1078 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1041 - sp:subject _:b135 1079 + sp:subject _:b147
1042 - ] [ sp:object _:b138 ; 1080 + ] [ sp:object _:b150 ;
1043 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1081 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1044 - sp:subject _:b137 1082 + sp:subject _:b149
1045 ] [ sp:object 1083 ] [ sp:object
1046 [ sp:varName "stratigraphyDescription"^^xsd:string 1084 [ sp:varName "stratigraphyDescription"^^xsd:string
1047 ] ; 1085 ] ;
1048 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; 1086 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ;
1049 - sp:subject _:b137 1087 + sp:subject _:b149
1050 ] [ sp:object 1088 ] [ sp:object
1051 [ sp:varName "endDepth"^^xsd:string 1089 [ sp:varName "endDepth"^^xsd:string
1052 ] ; 1090 ] ;
1053 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1091 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1054 - sp:subject _:b138 1092 + sp:subject _:b150
1055 ]) 1093 ])
1056 ] [ rdf:type sp:Optional ; 1094 ] [ rdf:type sp:Optional ;
1057 sp:elements ([ sp:object 1095 sp:elements ([ sp:object
1058 [ sp:varName "comments"^^xsd:string 1096 [ sp:varName "comments"^^xsd:string
1059 ] ; 1097 ] ;
1060 sp:predicate rdfs:comment ; 1098 sp:predicate rdfs:comment ;
1061 - sp:subject _:b135 1099 + sp:subject _:b147
1062 ]) 1100 ])
1063 ]) 1101 ])
1064 ] ; 1102 ] ;
...@@ -1070,61 +1108,61 @@ ddr-tables:SurveyStation ...@@ -1070,61 +1108,61 @@ ddr-tables:SurveyStation
1070 rdfs:subClassOf rhspin:DDRTableTemplates ; 1108 rdfs:subClassOf rhspin:DDRTableTemplates ;
1071 spin:body 1109 spin:body
1072 [ rdf:type sp:Select ; 1110 [ rdf:type sp:Select ;
1073 - sp:resultVariables (_:b139 _:b140 _:b141 _:b142) ; 1111 + sp:resultVariables (_:b151 _:b152 _:b153 _:b154) ;
1074 - sp:where ([ sp:object _:b143 ; 1112 + sp:where ([ sp:object _:b155 ;
1075 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1113 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1076 sp:subject 1114 sp:subject
1077 [ sp:varName "report"^^xsd:string 1115 [ sp:varName "report"^^xsd:string
1078 ] 1116 ]
1079 - ] [ sp:object _:b144 ; 1117 + ] [ sp:object _:b156 ;
1080 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1118 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1081 - sp:subject _:b143 1119 + sp:subject _:b155
1082 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; 1120 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ;
1083 sp:predicate rdf:type ; 1121 sp:predicate rdf:type ;
1084 - sp:subject _:b144 1122 + sp:subject _:b156
1085 ] [ rdf:type sp:Optional ; 1123 ] [ rdf:type sp:Optional ;
1086 - sp:elements ([ sp:object _:b145 ; 1124 + sp:elements ([ sp:object _:b157 ;
1087 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1125 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1088 - sp:subject _:b144 1126 + sp:subject _:b156
1089 - ] [ sp:object _:b146 ; 1127 + ] [ sp:object _:b158 ;
1090 sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; 1128 sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ;
1091 - sp:subject _:b145 1129 + sp:subject _:b157
1092 - ] [ sp:object _:b142 ; 1130 + ] [ sp:object _:b154 ;
1093 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1131 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1094 - sp:subject _:b146 1132 + sp:subject _:b158
1095 ]) 1133 ])
1096 ] [ rdf:type sp:Optional ; 1134 ] [ rdf:type sp:Optional ;
1097 - sp:elements ([ sp:object _:b145 ; 1135 + sp:elements ([ sp:object _:b157 ;
1098 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1136 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1099 - sp:subject _:b144 1137 + sp:subject _:b156
1100 - ] [ sp:object _:b147 ; 1138 + ] [ sp:object _:b159 ;
1101 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 1139 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
1102 - sp:subject _:b145 1140 + sp:subject _:b157
1103 - ] [ sp:object _:b139 ; 1141 + ] [ sp:object _:b151 ;
1104 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1142 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1105 - sp:subject _:b147 1143 + sp:subject _:b159
1106 ]) 1144 ])
1107 ] [ rdf:type sp:Optional ; 1145 ] [ rdf:type sp:Optional ;
1108 - sp:elements ([ sp:object _:b145 ; 1146 + sp:elements ([ sp:object _:b157 ;
1109 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1147 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1110 - sp:subject _:b144 1148 + sp:subject _:b156
1111 - ] [ sp:object _:b148 ; 1149 + ] [ sp:object _:b160 ;
1112 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 1150 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
1113 - sp:subject _:b145 1151 + sp:subject _:b157
1114 - ] [ sp:object _:b140 ; 1152 + ] [ sp:object _:b152 ;
1115 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1153 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1116 - sp:subject _:b148 1154 + sp:subject _:b160
1117 ]) 1155 ])
1118 ] [ rdf:type sp:Optional ; 1156 ] [ rdf:type sp:Optional ;
1119 - sp:elements ([ sp:object _:b145 ; 1157 + sp:elements ([ sp:object _:b157 ;
1120 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1158 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1121 - sp:subject _:b144 1159 + sp:subject _:b156
1122 - ] [ sp:object _:b149 ; 1160 + ] [ sp:object _:b161 ;
1123 sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; 1161 sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ;
1124 - sp:subject _:b145 1162 + sp:subject _:b157
1125 - ] [ sp:object _:b141 ; 1163 + ] [ sp:object _:b153 ;
1126 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1164 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1127 - sp:subject _:b149 1165 + sp:subject _:b161
1128 ]) 1166 ])
1129 ]) 1167 ])
1130 ] ; 1168 ] ;
...@@ -1136,8 +1174,8 @@ ddr-tables:WellControlIncident ...@@ -1136,8 +1174,8 @@ ddr-tables:WellControlIncident
1136 rdfs:subClassOf rhspin:DDRTableTemplates ; 1174 rdfs:subClassOf rhspin:DDRTableTemplates ;
1137 spin:body 1175 spin:body
1138 [ rdf:type sp:Select ; 1176 [ rdf:type sp:Select ;
1139 - sp:orderBy (_:b150) ; 1177 + sp:orderBy (_:b162) ;
1140 - sp:resultVariables (_:b150 [ sp:varName "depthOfWell"^^xsd:string 1178 + sp:resultVariables (_:b162 [ sp:varName "depthOfWell"^^xsd:string
1141 ] [ sp:varName "lostTime"^^xsd:string 1179 ] [ sp:varName "lostTime"^^xsd:string
1142 ] [ sp:varName "timeForWellControlRegain"^^xsd:string 1180 ] [ sp:varName "timeForWellControlRegain"^^xsd:string
1143 ] [ sp:varName "depthAtBit"^^xsd:string 1181 ] [ sp:varName "depthAtBit"^^xsd:string
...@@ -1152,51 +1190,51 @@ ddr-tables:WellControlIncident ...@@ -1152,51 +1190,51 @@ ddr-tables:WellControlIncident
1152 ] [ sp:varName "formation"^^xsd:string 1190 ] [ sp:varName "formation"^^xsd:string
1153 ] [ sp:varName "bHT"^^xsd:string 1191 ] [ sp:varName "bHT"^^xsd:string
1154 ]) ; 1192 ]) ;
1155 - sp:where ([ sp:object _:b151 ; 1193 + sp:where ([ sp:object _:b163 ;
1156 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1194 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1157 sp:subject 1195 sp:subject
1158 [ sp:varName "report"^^xsd:string 1196 [ sp:varName "report"^^xsd:string
1159 ] 1197 ]
1160 - ] [ sp:object _:b152 ; 1198 + ] [ sp:object _:b164 ;
1161 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1199 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1162 - sp:subject _:b151 1200 + sp:subject _:b163
1163 ] [ sp:object 1201 ] [ sp:object
1164 [ sp:varName "startTime"^^xsd:string 1202 [ sp:varName "startTime"^^xsd:string
1165 ] ; 1203 ] ;
1166 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1204 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1167 - sp:subject _:b152 1205 + sp:subject _:b164
1168 ] [ sp:object 1206 ] [ sp:object
1169 [ sp:varName "endTime"^^xsd:string 1207 [ sp:varName "endTime"^^xsd:string
1170 ] ; 1208 ] ;
1171 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1209 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1172 - sp:subject _:b152 1210 + sp:subject _:b164
1173 ] [ rdf:type sp:Optional ; 1211 ] [ rdf:type sp:Optional ;
1174 - sp:elements ([ sp:object _:b153 ; 1212 + sp:elements ([ sp:object _:b165 ;
1175 sp:predicate rdf:type ; 1213 sp:predicate rdf:type ;
1176 - sp:subject _:b152 1214 + sp:subject _:b164
1177 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1215 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1178 sp:predicate rdf:type ; 1216 sp:predicate rdf:type ;
1179 - sp:subject _:b153 1217 + sp:subject _:b165
1180 ]) 1218 ])
1181 ] [ rdf:type sp:Optional ; 1219 ] [ rdf:type sp:Optional ;
1182 - sp:elements ([ sp:object _:b154 ; 1220 + sp:elements ([ sp:object _:b166 ;
1183 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1221 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1184 - sp:subject _:b152 1222 + sp:subject _:b164
1185 - ] [ sp:object _:b155 ; 1223 + ] [ sp:object _:b167 ;
1186 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1224 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1187 - sp:subject _:b154 1225 + sp:subject _:b166
1188 ] [ sp:object 1226 ] [ sp:object
1189 [ sp:varName "endDepth"^^xsd:string 1227 [ sp:varName "endDepth"^^xsd:string
1190 ] ; 1228 ] ;
1191 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1229 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1192 - sp:subject _:b155 1230 + sp:subject _:b167
1193 ]) 1231 ])
1194 ] [ rdf:type sp:Optional ; 1232 ] [ rdf:type sp:Optional ;
1195 sp:elements ([ sp:object 1233 sp:elements ([ sp:object
1196 [ sp:varName "comments"^^xsd:string 1234 [ sp:varName "comments"^^xsd:string
1197 ] ; 1235 ] ;
1198 sp:predicate rdfs:comment ; 1236 sp:predicate rdfs:comment ;
1199 - sp:subject _:b152 1237 + sp:subject _:b164
1200 ]) 1238 ])
1201 ]) 1239 ])
1202 ] ; 1240 ] ;
...@@ -1208,8 +1246,8 @@ ddr-tables:WellTestInformation ...@@ -1208,8 +1246,8 @@ ddr-tables:WellTestInformation
1208 rdfs:subClassOf rhspin:DDRTableTemplates ; 1246 rdfs:subClassOf rhspin:DDRTableTemplates ;
1209 spin:body 1247 spin:body
1210 [ rdf:type sp:Select ; 1248 [ rdf:type sp:Select ;
1211 - sp:orderBy (_:b156) ; 1249 + sp:orderBy (_:b168) ;
1212 - sp:resultVariables (_:b156 [ sp:varName "testNo"^^xsd:string 1250 + sp:resultVariables (_:b168 [ sp:varName "testNo"^^xsd:string
1213 ] [ sp:varName "type"^^xsd:string 1251 ] [ sp:varName "type"^^xsd:string
1214 ] [ sp:varName "depthTopmMD"^^xsd:string 1252 ] [ sp:varName "depthTopmMD"^^xsd:string
1215 ] [ sp:varName "depthBottommMD"^^xsd:string 1253 ] [ sp:varName "depthBottommMD"^^xsd:string
...@@ -1227,236 +1265,221 @@ ddr-tables:WellTestInformation ...@@ -1227,236 +1265,221 @@ ddr-tables:WellTestInformation
1227 ] [ sp:varName "cO2Content"^^xsd:string 1265 ] [ sp:varName "cO2Content"^^xsd:string
1228 ] [ sp:varName "h2SContent"^^xsd:string 1266 ] [ sp:varName "h2SContent"^^xsd:string
1229 ]) ; 1267 ]) ;
1230 - sp:where ([ sp:object _:b157 ; 1268 + sp:where ([ sp:object _:b169 ;
1231 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1269 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1232 sp:subject 1270 sp:subject
1233 [ sp:varName "report"^^xsd:string 1271 [ sp:varName "report"^^xsd:string
1234 ] 1272 ]
1235 - ] [ sp:object _:b158 ; 1273 + ] [ sp:object _:b170 ;
1236 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1274 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1237 - sp:subject _:b157 1275 + sp:subject _:b169
1238 ] [ sp:object 1276 ] [ sp:object
1239 [ sp:varName "startTime"^^xsd:string 1277 [ sp:varName "startTime"^^xsd:string
1240 ] ; 1278 ] ;
1241 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1279 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1242 - sp:subject _:b158 1280 + sp:subject _:b170
1243 ] [ sp:object 1281 ] [ sp:object
1244 [ sp:varName "endTime"^^xsd:string 1282 [ sp:varName "endTime"^^xsd:string
1245 ] ; 1283 ] ;
1246 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1284 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1247 - sp:subject _:b158 1285 + sp:subject _:b170
1248 ] [ rdf:type sp:Optional ; 1286 ] [ rdf:type sp:Optional ;
1249 - sp:elements ([ sp:object _:b159 ; 1287 + sp:elements ([ sp:object _:b171 ;
1250 sp:predicate rdf:type ; 1288 sp:predicate rdf:type ;
1251 - sp:subject _:b158 1289 + sp:subject _:b170
1252 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1290 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1253 sp:predicate rdf:type ; 1291 sp:predicate rdf:type ;
1254 - sp:subject _:b159 1292 + sp:subject _:b171
1255 ]) 1293 ])
1256 ] [ rdf:type sp:Optional ; 1294 ] [ rdf:type sp:Optional ;
1257 - sp:elements ([ sp:object _:b160 ; 1295 + sp:elements ([ sp:object _:b172 ;
1258 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1296 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1259 - sp:subject _:b158 1297 + sp:subject _:b170
1260 - ] [ sp:object _:b161 ; 1298 + ] [ sp:object _:b173 ;
1261 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1299 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1262 - sp:subject _:b160 1300 + sp:subject _:b172
1263 ] [ sp:object 1301 ] [ sp:object
1264 [ sp:varName "endDepth"^^xsd:string 1302 [ sp:varName "endDepth"^^xsd:string
1265 ] ; 1303 ] ;
1266 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1304 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1267 - sp:subject _:b161 1305 + sp:subject _:b173
1268 ]) 1306 ])
1269 ] [ rdf:type sp:Optional ; 1307 ] [ rdf:type sp:Optional ;
1270 sp:elements ([ sp:object 1308 sp:elements ([ sp:object
1271 [ sp:varName "comments"^^xsd:string 1309 [ sp:varName "comments"^^xsd:string
1272 ] ; 1310 ] ;
1273 sp:predicate rdfs:comment ; 1311 sp:predicate rdfs:comment ;
1274 - sp:subject _:b158 1312 + sp:subject _:b170
1275 ]) 1313 ])
1276 ]) 1314 ])
1277 ] ; 1315 ] ;
1278 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) . 1316 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) .
1279 1317
1280 -_:b161 1318 +_:b173
1281 sp:varName "ed"^^xsd:string . 1319 sp:varName "ed"^^xsd:string .
1282 1320
1283 -_:b160 1321 +_:b172
1284 sp:varName "wellbore"^^xsd:string . 1322 sp:varName "wellbore"^^xsd:string .
1285 1323
1286 -_:b159 1324 +_:b171
1287 sp:varName "activity"^^xsd:string . 1325 sp:varName "activity"^^xsd:string .
1288 1326
1289 -_:b158 1327 +_:b170
1290 sp:varName "part"^^xsd:string . 1328 sp:varName "part"^^xsd:string .
1291 1329
1292 -_:b157 1330 +_:b169
1293 sp:varName "reportOn"^^xsd:string . 1331 sp:varName "reportOn"^^xsd:string .
1294 1332
1295 -_:b156 1333 +_:b168
1296 sp:varName "time"^^xsd:string . 1334 sp:varName "time"^^xsd:string .
1297 1335
1298 -_:b155 1336 +_:b167
1299 sp:varName "ed"^^xsd:string . 1337 sp:varName "ed"^^xsd:string .
1300 1338
1301 -_:b154 1339 +_:b166
1302 sp:varName "wellbore"^^xsd:string . 1340 sp:varName "wellbore"^^xsd:string .
1303 1341
1304 -_:b153 1342 +_:b165
1305 sp:varName "activity"^^xsd:string . 1343 sp:varName "activity"^^xsd:string .
1306 1344
1307 -_:b152 1345 +_:b164
1308 sp:varName "part"^^xsd:string . 1346 sp:varName "part"^^xsd:string .
1309 1347
1310 -_:b151 1348 +_:b163
1311 sp:varName "reportOn"^^xsd:string . 1349 sp:varName "reportOn"^^xsd:string .
1312 1350
1313 -_:b150 1351 +_:b162
1314 sp:varName "date"^^xsd:string . 1352 sp:varName "date"^^xsd:string .
1315 1353
1316 -_:b149 1354 +_:b161
1317 sp:varName "incl"^^xsd:string . 1355 sp:varName "incl"^^xsd:string .
1318 1356
1319 -_:b148 1357 +_:b160
1320 sp:varName "tvd"^^xsd:string . 1358 sp:varName "tvd"^^xsd:string .
1321 1359
1322 -_:b147 1360 +_:b159
1323 sp:varName "md"^^xsd:string . 1361 sp:varName "md"^^xsd:string .
1324 1362
1325 -_:b146 1363 +_:b158
1326 sp:varName "azi"^^xsd:string . 1364 sp:varName "azi"^^xsd:string .
1327 1365
1328 -_:b145 1366 +_:b157
1329 sp:varName "wellbore"^^xsd:string . 1367 sp:varName "wellbore"^^xsd:string .
1330 1368
1331 -_:b144 1369 +_:b156
1332 sp:varName "part"^^xsd:string . 1370 sp:varName "part"^^xsd:string .
1333 1371
1334 -_:b143 1372 +_:b155
1335 sp:varName "reportOn"^^xsd:string . 1373 sp:varName "reportOn"^^xsd:string .
1336 1374
1337 -_:b142 1375 +_:b154
1338 sp:varName "azimuth"^^xsd:string . 1376 sp:varName "azimuth"^^xsd:string .
1339 1377
1340 -_:b141 1378 +_:b153
1341 sp:varName "inclination"^^xsd:string . 1379 sp:varName "inclination"^^xsd:string .
1342 1380
1343 -_:b140 1381 +_:b152
1344 sp:varName "depthmTVD"^^xsd:string . 1382 sp:varName "depthmTVD"^^xsd:string .
1345 1383
1346 -_:b139 1384 +_:b151
1347 sp:varName "depthmMD"^^xsd:string . 1385 sp:varName "depthmMD"^^xsd:string .
1348 1386
1349 -_:b138 1387 +_:b150
1350 sp:varName "ed"^^xsd:string . 1388 sp:varName "ed"^^xsd:string .
1351 1389
1352 -_:b137 1390 +_:b149
1353 sp:varName "wellbore"^^xsd:string . 1391 sp:varName "wellbore"^^xsd:string .
1354 1392
1355 -_:b136 1393 +_:b148
1356 sp:varName "activity"^^xsd:string . 1394 sp:varName "activity"^^xsd:string .
1357 1395
1358 -_:b135 1396 +_:b147
1359 sp:varName "part"^^xsd:string . 1397 sp:varName "part"^^xsd:string .
1360 1398
1361 -_:b134 1399 +_:b146
1362 sp:varName "reportOn"^^xsd:string . 1400 sp:varName "reportOn"^^xsd:string .
1363 1401
1364 -_:b133 1402 +_:b145
1365 sp:varName "md"^^xsd:string . 1403 sp:varName "md"^^xsd:string .
1366 1404
1367 -_:b132 1405 +_:b144
1368 sp:varName "tvd"^^xsd:string . 1406 sp:varName "tvd"^^xsd:string .
1369 1407
1370 -_:b131 1408 +_:b143
1371 sp:varName "mudDensity"^^xsd:string . 1409 sp:varName "mudDensity"^^xsd:string .
1372 1410
1373 -_:b130 1411 +_:b142
1374 sp:varName "actType"^^xsd:string . 1412 sp:varName "actType"^^xsd:string .
1375 1413
1376 -_:b129 1414 +_:b141
1377 sp:varName "wb"^^xsd:string . 1415 sp:varName "wb"^^xsd:string .
1378 1416
1379 -_:b128 1417 +_:b140
1380 sp:varName "activity"^^xsd:string . 1418 sp:varName "activity"^^xsd:string .
1381 1419
1382 -_:b127 1420 +_:b139
1383 sp:varName "reportOn"^^xsd:string . 1421 sp:varName "reportOn"^^xsd:string .
1384 1422
1385 -_:b126 1423 +_:b138
1386 sp:varName "tvdVal"^^xsd:string . 1424 sp:varName "tvdVal"^^xsd:string .
1387 1425
1388 -_:b125 1426 +_:b137
1389 sp:varName "mdVal"^^xsd:string . 1427 sp:varName "mdVal"^^xsd:string .
1390 1428
1391 -_:b124 1429 +_:b136
1392 sp:varName "mudDensityVal"^^xsd:string . 1430 sp:varName "mudDensityVal"^^xsd:string .
1393 1431
1394 -_:b123 1432 +_:b135
1395 sp:varName "reading"^^xsd:string . 1433 sp:varName "reading"^^xsd:string .
1396 1434
1397 -_:b122 1435 +_:b134
1398 sp:varName "time"^^xsd:string . 1436 sp:varName "time"^^xsd:string .
1399 1437
1400 -_:b121 1438 +_:b133
1401 sp:varName "ed"^^xsd:string . 1439 sp:varName "ed"^^xsd:string .
1402 1440
1403 -_:b120 1441 +_:b132
1404 sp:varName "wellbore"^^xsd:string . 1442 sp:varName "wellbore"^^xsd:string .
1405 1443
1406 -_:b119 1444 +_:b131
1407 sp:varName "activity"^^xsd:string . 1445 sp:varName "activity"^^xsd:string .
1408 1446
1409 -_:b118 1447 +_:b130
1410 sp:varName "part"^^xsd:string . 1448 sp:varName "part"^^xsd:string .
1411 1449
1412 -_:b117 1450 +_:b129
1413 sp:varName "reportOn"^^xsd:string . 1451 sp:varName "reportOn"^^xsd:string .
1414 1452
1415 -_:b116 1453 +_:b128
1416 sp:varName "timeOfOpeningWellPerf"^^xsd:string . 1454 sp:varName "timeOfOpeningWellPerf"^^xsd:string .
1417 1455
1418 -_:b115 1456 +_:b127
1419 sp:varName "ed"^^xsd:string . 1457 sp:varName "ed"^^xsd:string .
1420 1458
1421 -_:b114 1459 +_:b126
1422 sp:varName "wellbore"^^xsd:string . 1460 sp:varName "wellbore"^^xsd:string .
1423 1461
1424 -_:b113 1462 +_:b125
1425 sp:varName "part"^^xsd:string . 1463 sp:varName "part"^^xsd:string .
1426 1464
1427 -_:b112 1465 +_:b124
1428 sp:varName "reportOn"^^xsd:string . 1466 sp:varName "reportOn"^^xsd:string .
1429 1467
1430 -_:b111 1468 +_:b123
1431 sp:varName "remark"^^xsd:string . 1469 sp:varName "remark"^^xsd:string .
1432 1470
1433 -_:b110 1471 +_:b122
1434 sp:varName "activity"^^xsd:string . 1472 sp:varName "activity"^^xsd:string .
1435 1473
1436 -_:b109 1474 +_:b121
1437 sp:varName "endDepth"^^xsd:string . 1475 sp:varName "endDepth"^^xsd:string .
1438 1476
1439 -_:b108 1477 +_:b120
1440 sp:varName "endTime"^^xsd:string . 1478 sp:varName "endTime"^^xsd:string .
1441 1479
1442 -_:b107 1480 +_:b119
1443 sp:varName "startTime"^^xsd:string . 1481 sp:varName "startTime"^^xsd:string .
1444 1482
1445 -_:b106
1446 - sp:varName "wellbore"^^xsd:string .
1447 -
1448 -_:b105
1449 - sp:varName "activity"^^xsd:string .
1450 -
1451 -_:b104
1452 - sp:varName "part"^^xsd:string .
1453 -
1454 -_:b103
1455 - sp:varName "reportOn"^^xsd:string .
1456 -
1457 -_:b102
1458 - sp:varName "runNo"^^xsd:string .
1459 -
1460 _:b101 1483 _:b101
1461 sp:varName "endDepthmTVD2"^^xsd:string . 1484 sp:varName "endDepthmTVD2"^^xsd:string .
1462 1485
...@@ -1628,6 +1651,21 @@ _:b46 ...@@ -1628,6 +1651,21 @@ _:b46
1628 _:b45 1651 _:b45
1629 sp:varName "startTime"^^xsd:string . 1652 sp:varName "startTime"^^xsd:string .
1630 1653
1654 +_:b44
1655 + sp:varName "fluid"^^xsd:string .
1656 +
1657 +_:b43
1658 + sp:varName "part"^^xsd:string .
1659 +
1660 +_:b42
1661 + sp:varName "reportOn"^^xsd:string .
1662 +
1663 +_:b41
1664 + sp:varName "yieldPoint"^^xsd:string .
1665 +
1666 +_:b40
1667 + sp:varName "fluidType"^^xsd:string .
1668 +
1631 _:b39 1669 _:b39
1632 sp:varName "ed"^^xsd:string . 1670 sp:varName "ed"^^xsd:string .
1633 1671
...@@ -1736,17 +1774,53 @@ _:b2 sp:varName "runNo"^^xsd:string . ...@@ -1736,17 +1774,53 @@ _:b2 sp:varName "runNo"^^xsd:string .
1736 1774
1737 _:b1 sp:varName "bitSize"^^xsd:string . 1775 _:b1 sp:varName "bitSize"^^xsd:string .
1738 1776
1739 -_:b42 1777 +_:b105
1740 - sp:varName "reportOn"^^xsd:string . 1778 + sp:varName "tool"^^xsd:string .
1741 1779
1742 -_:b43 1780 +_:b118
1743 - sp:varName "part"^^xsd:string . 1781 + sp:varName "loggingTool"^^xsd:string .
1744 1782
1745 -_:b44 1783 +_:b117
1746 - sp:varName "fluid"^^xsd:string . 1784 + sp:varName "loggingToolState"^^xsd:string .
1747 1785
1748 -_:b40 1786 +_:b107
1749 - sp:varName "fluidType"^^xsd:string . 1787 + sp:varName "bHSTdegC"^^xsd:string .
1750 1788
1751 -_:b41 1789 +_:b116
1752 - sp:varName "yieldPoint"^^xsd:string . 1790 + sp:varName "staticButtHoleTemp"^^xsd:string .
1791 +
1792 +_:b115
1793 + sp:varName "staticWb"^^xsd:string .
1794 +
1795 +_:b106
1796 + sp:varName "bHCTdegC"^^xsd:string .
1797 +
1798 +_:b114
1799 + sp:varName "circButtHoleTemp"^^xsd:string .
1800 +
1801 +_:b113
1802 + sp:varName "circWb"^^xsd:string .
1803 +
1804 +_:b104
1805 + sp:varName "depthBottommMD"^^xsd:string .
1806 +
1807 +_:b103
1808 + sp:varName "depthTopmMD"^^xsd:string .
1809 +
1810 +_:b112
1811 + sp:varName "top"^^xsd:string .
1812 +
1813 +_:b111
1814 + sp:varName "wbPart"^^xsd:string .
1815 +
1816 +_:b110
1817 + sp:varName "wbState"^^xsd:string .
1818 +
1819 +_:b102
1820 + sp:varName "runNo"^^xsd:string .
1821 +
1822 +_:b109
1823 + sp:varName "logRun"^^xsd:string .
1824 +
1825 +_:b108
1826 + sp:varName "dailyDrillingActivity"^^xsd:string .
......