Showing
1 changed file
with
94 additions
and
96 deletions
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
| 23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
| 25 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; | 25 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ; |
| 26 | owl:versionInfo "0.1.0"^^xsd:string . | 26 | owl:versionInfo "0.1.0"^^xsd:string . |
| 27 | 27 | ||
| 28 | ddr-tables:BitRecord | 28 | ddr-tables:BitRecord |
| ... | @@ -2796,6 +2796,13 @@ ddr-tables:LogInformation | ... | @@ -2796,6 +2796,13 @@ ddr-tables:LogInformation |
| 2796 | sp:subject | 2796 | sp:subject |
| 2797 | [ sp:varName "logRun"^^xsd:string | 2797 | [ sp:varName "logRun"^^xsd:string |
| 2798 | ] | 2798 | ] |
| 2799 | + ] [ sp:object | ||
| 2800 | + [ sp:varName "wbState"^^xsd:string | ||
| 2801 | + ] ; | ||
| 2802 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 2803 | + sp:subject | ||
| 2804 | + [ sp:varName "logRun"^^xsd:string | ||
| 2805 | + ] | ||
| 2799 | ] [ rdf:type sp:Optional ; | 2806 | ] [ rdf:type sp:Optional ; |
| 2800 | sp:elements ([ sp:object | 2807 | sp:elements ([ sp:object |
| 2801 | [ sp:varName "runNo"^^xsd:string | 2808 | [ sp:varName "runNo"^^xsd:string |
| ... | @@ -2807,13 +2814,6 @@ ddr-tables:LogInformation | ... | @@ -2807,13 +2814,6 @@ ddr-tables:LogInformation |
| 2807 | ]) | 2814 | ]) |
| 2808 | ] [ rdf:type sp:Optional ; | 2815 | ] [ rdf:type sp:Optional ; |
| 2809 | sp:elements ([ sp:object | 2816 | sp:elements ([ sp:object |
| 2810 | - [ sp:varName "wbState"^^xsd:string | ||
| 2811 | - ] ; | ||
| 2812 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 2813 | - sp:subject | ||
| 2814 | - [ sp:varName "logRun"^^xsd:string | ||
| 2815 | - ] | ||
| 2816 | - ] [ sp:object | ||
| 2817 | [ sp:varName "wbPartState"^^xsd:string | 2817 | [ sp:varName "wbPartState"^^xsd:string |
| 2818 | ] ; | 2818 | ] ; |
| 2819 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | 2819 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; |
| ... | @@ -2828,98 +2828,96 @@ ddr-tables:LogInformation | ... | @@ -2828,98 +2828,96 @@ ddr-tables:LogInformation |
| 2828 | [ sp:varName "wbPartState"^^xsd:string | 2828 | [ sp:varName "wbPartState"^^xsd:string |
| 2829 | ] | 2829 | ] |
| 2830 | ] [ rdf:type sp:Optional ; | 2830 | ] [ rdf:type sp:Optional ; |
| 2831 | - sp:elements ([ rdf:type sp:Optional ; | 2831 | + sp:elements ([ sp:object |
| 2832 | - sp:elements ([ sp:object | 2832 | + [ sp:varName "top"^^xsd:string |
| 2833 | - [ sp:varName "top"^^xsd:string | 2833 | + ] ; |
| 2834 | - ] ; | 2834 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 2835 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 2835 | + sp:subject |
| 2836 | - sp:subject | 2836 | + [ sp:varName "wbPart"^^xsd:string |
| 2837 | - [ sp:varName "wbPart"^^xsd:string | 2837 | + ] |
| 2838 | - ] | 2838 | + ] [ sp:object |
| 2839 | - ] [ sp:object | 2839 | + [ sp:varName "depthTopmMD"^^xsd:string |
| 2840 | - [ sp:varName "depthTopmMD"^^xsd:string | 2840 | + ] ; |
| 2841 | - ] ; | 2841 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 2842 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 2842 | + sp:subject |
| 2843 | - sp:subject | 2843 | + [ sp:varName "top"^^xsd:string |
| 2844 | - [ sp:varName "top"^^xsd:string | 2844 | + ] |
| 2845 | - ] | 2845 | + ]) |
| 2846 | - ]) | 2846 | + ] [ rdf:type sp:Optional ; |
| 2847 | - ] [ rdf:type sp:Optional ; | 2847 | + sp:elements ([ sp:object |
| 2848 | - sp:elements ([ sp:object | 2848 | + [ sp:varName "bottom"^^xsd:string |
| 2849 | - [ sp:varName "bottom"^^xsd:string | 2849 | + ] ; |
| 2850 | - ] ; | 2850 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 2851 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 2851 | + sp:subject |
| 2852 | - sp:subject | 2852 | + [ sp:varName "wbPart"^^xsd:string |
| 2853 | - [ sp:varName "wbPart"^^xsd:string | 2853 | + ] |
| 2854 | - ] | 2854 | + ] [ sp:object |
| 2855 | - ] [ sp:object | 2855 | + [ sp:varName "depthBottommMD"^^xsd:string |
| 2856 | - [ sp:varName "depthBottommMD"^^xsd:string | 2856 | + ] ; |
| 2857 | - ] ; | 2857 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 2858 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 2858 | + sp:subject |
| 2859 | - sp:subject | 2859 | + [ sp:varName "bottom"^^xsd:string |
| 2860 | - [ sp:varName "top"^^xsd:string | 2860 | + ] |
| 2861 | - ] | ||
| 2862 | - ]) | ||
| 2863 | - ] [ rdf:type sp:Optional ; | ||
| 2864 | - sp:elements ([ sp:object | ||
| 2865 | - [ sp:varName "wbState"^^xsd:string | ||
| 2866 | - ] ; | ||
| 2867 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 2868 | - sp:subject | ||
| 2869 | - [ sp:varName "circWb"^^xsd:string | ||
| 2870 | - ] | ||
| 2871 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | ||
| 2872 | - sp:predicate rdf:type ; | ||
| 2873 | - sp:subject | ||
| 2874 | - [ sp:varName "circWb"^^xsd:string | ||
| 2875 | - ] | ||
| 2876 | - ] [ sp:object | ||
| 2877 | - [ sp:varName "circButtHoleTemp"^^xsd:string | ||
| 2878 | - ] ; | ||
| 2879 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | ||
| 2880 | - sp:subject | ||
| 2881 | - [ sp:varName "circWb"^^xsd:string | ||
| 2882 | - ] | ||
| 2883 | - ] [ sp:object | ||
| 2884 | - [ sp:varName "bHCTdegC"^^xsd:string | ||
| 2885 | - ] ; | ||
| 2886 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | ||
| 2887 | - sp:subject | ||
| 2888 | - [ sp:varName "circButtHoleTemp"^^xsd:string | ||
| 2889 | - ] | ||
| 2890 | - ]) | ||
| 2891 | - ] [ rdf:type sp:Optional ; | ||
| 2892 | - sp:elements ([ sp:object | ||
| 2893 | - [ sp:varName "wbState"^^xsd:string | ||
| 2894 | - ] ; | ||
| 2895 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 2896 | - sp:subject | ||
| 2897 | - [ sp:varName "staticWb"^^xsd:string | ||
| 2898 | - ] | ||
| 2899 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | ||
| 2900 | - sp:predicate rdf:type ; | ||
| 2901 | - sp:subject | ||
| 2902 | - [ sp:varName "staticWb"^^xsd:string | ||
| 2903 | - ] | ||
| 2904 | - ] [ sp:object | ||
| 2905 | - [ sp:varName "staticButtHoleTemp"^^xsd:string | ||
| 2906 | - ] ; | ||
| 2907 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | ||
| 2908 | - sp:subject | ||
| 2909 | - [ sp:varName "staticWb"^^xsd:string | ||
| 2910 | - ] | ||
| 2911 | - ] [ sp:object | ||
| 2912 | - [ sp:varName "bHSTdegC"^^xsd:string | ||
| 2913 | - ] ; | ||
| 2914 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | ||
| 2915 | - sp:subject | ||
| 2916 | - [ sp:varName "staticButtHoleTemp"^^xsd:string | ||
| 2917 | - ] | ||
| 2918 | - ]) | ||
| 2919 | ]) | 2861 | ]) |
| 2920 | ]) | 2862 | ]) |
| 2921 | ] [ rdf:type sp:Optional ; | 2863 | ] [ rdf:type sp:Optional ; |
| 2922 | sp:elements ([ sp:object | 2864 | sp:elements ([ sp:object |
| 2865 | + [ sp:varName "wbState"^^xsd:string | ||
| 2866 | + ] ; | ||
| 2867 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 2868 | + sp:subject | ||
| 2869 | + [ sp:varName "circWb"^^xsd:string | ||
| 2870 | + ] | ||
| 2871 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | ||
| 2872 | + sp:predicate rdf:type ; | ||
| 2873 | + sp:subject | ||
| 2874 | + [ sp:varName "circWb"^^xsd:string | ||
| 2875 | + ] | ||
| 2876 | + ] [ sp:object | ||
| 2877 | + [ sp:varName "circButtHoleTemp"^^xsd:string | ||
| 2878 | + ] ; | ||
| 2879 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | ||
| 2880 | + sp:subject | ||
| 2881 | + [ sp:varName "circWb"^^xsd:string | ||
| 2882 | + ] | ||
| 2883 | + ] [ sp:object | ||
| 2884 | + [ sp:varName "bHCTdegC"^^xsd:string | ||
| 2885 | + ] ; | ||
| 2886 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | ||
| 2887 | + sp:subject | ||
| 2888 | + [ sp:varName "circButtHoleTemp"^^xsd:string | ||
| 2889 | + ] | ||
| 2890 | + ]) | ||
| 2891 | + ] [ rdf:type sp:Optional ; | ||
| 2892 | + sp:elements ([ sp:object | ||
| 2893 | + [ sp:varName "wbState"^^xsd:string | ||
| 2894 | + ] ; | ||
| 2895 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 2896 | + sp:subject | ||
| 2897 | + [ sp:varName "staticWb"^^xsd:string | ||
| 2898 | + ] | ||
| 2899 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | ||
| 2900 | + sp:predicate rdf:type ; | ||
| 2901 | + sp:subject | ||
| 2902 | + [ sp:varName "staticWb"^^xsd:string | ||
| 2903 | + ] | ||
| 2904 | + ] [ sp:object | ||
| 2905 | + [ sp:varName "staticButtHoleTemp"^^xsd:string | ||
| 2906 | + ] ; | ||
| 2907 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | ||
| 2908 | + sp:subject | ||
| 2909 | + [ sp:varName "staticWb"^^xsd:string | ||
| 2910 | + ] | ||
| 2911 | + ] [ sp:object | ||
| 2912 | + [ sp:varName "bHSTdegC"^^xsd:string | ||
| 2913 | + ] ; | ||
| 2914 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | ||
| 2915 | + sp:subject | ||
| 2916 | + [ sp:varName "staticButtHoleTemp"^^xsd:string | ||
| 2917 | + ] | ||
| 2918 | + ]) | ||
| 2919 | + ] [ rdf:type sp:Optional ; | ||
| 2920 | + sp:elements ([ sp:object | ||
| 2923 | [ sp:varName "loggingToolState"^^xsd:string | 2921 | [ sp:varName "loggingToolState"^^xsd:string |
| 2924 | ] ; | 2922 | ] ; |
| 2925 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | 2923 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ... | ... |
-
Please register or login to post a comment