David Price

Merge branch 'master' of github.com:TopQuadrant/EPIM-Ontologies

No preview for this file type
1 -# Saved by TopBraid on Fri Sep 16 17:29:24 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 11:16:52 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -32,18 +32,18 @@ ep-fac:FixedOrMoveableRigType ...@@ -32,18 +32,18 @@ ep-fac:FixedOrMoveableRigType
32 rdfs:subClassOf owl:Class . 32 rdfs:subClassOf owl:Class .
33 33
34 ep-fac:FixedRig 34 ep-fac:FixedRig
35 - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; 35 + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
36 rdfs:label "fixed rig"^^xsd:string ; 36 rdfs:label "fixed rig"^^xsd:string ;
37 - rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . 37 + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig .
38 38
39 ep-fac:MoveableFacility 39 ep-fac:MoveableFacility
40 rdf:type owl:Class ; 40 rdf:type owl:Class ;
41 rdfs:subClassOf ep-fac:Facility . 41 rdfs:subClassOf ep-fac:Facility .
42 42
43 ep-fac:MoveableRig 43 ep-fac:MoveableRig
44 - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; 44 + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
45 rdfs:label "moveable rig"^^xsd:string ; 45 rdfs:label "moveable rig"^^xsd:string ;
46 - rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . 46 + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig .
47 47
48 ep-fac:Rig 48 ep-fac:Rig
49 rdf:type owl:Class ; 49 rdf:type owl:Class ;
...@@ -63,13 +63,18 @@ ep-fac:SurroundingWater ...@@ -63,13 +63,18 @@ ep-fac:SurroundingWater
63 rdfs:label "surrounding water"^^xsd:string ; 63 rdfs:label "surrounding water"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalObject . 64 rdfs:subClassOf ep-core:PhysicalObject .
65 65
66 +ep-fac:SurroundingWater-meanSeaLevel
67 + rdf:type owl:Class ;
68 + rdfs:label "surrounding water at mean sea level"^^xsd:string ;
69 + rdfs:subClassOf ep-fac:SurroundingWater .
70 +
66 ep-fac:TemporalPartOfARig 71 ep-fac:TemporalPartOfARig
67 rdf:type owl:Class ; 72 rdf:type owl:Class ;
68 rdfs:label "(temporal part of a) rig"^^xsd:string ; 73 rdfs:label "(temporal part of a) rig"^^xsd:string ;
69 rdfs:subClassOf ep-fac:Facility . 74 rdfs:subClassOf ep-fac:Facility .
70 75
71 ep-fac:depthOfSurroundingWater 76 ep-fac:depthOfSurroundingWater
72 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 77 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
73 rdfs:domain ep-fac:SurroundingWater ; 78 rdfs:domain ep-fac:SurroundingWater ;
74 rdfs:label "depth of surrounding water"^^xsd:string ; 79 rdfs:label "depth of surrounding water"^^xsd:string ;
75 rdfs:range ep-core:Length . 80 rdfs:range ep-core:Length .
......
1 -# Saved by TopBraid on Mon Sep 26 14:59:40 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 13:03:12 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/report 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/report
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
5 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 5 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
6 # imports: http://www.reportinghub.no/ep/schema/1.0/activity 6 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 7
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/report> 15 <http://www.reportinghub.no/ep/schema/1.0/report>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
19 19
20 ep-report:DailyDrillingReport 20 ep-report:DailyDrillingReport
...@@ -26,7 +26,7 @@ ep-report:DailyDrillingReportFinalisationType ...@@ -26,7 +26,7 @@ ep-report:DailyDrillingReportFinalisationType
26 rdfs:subClassOf owl:Class . 26 rdfs:subClassOf owl:Class .
27 27
28 ep-report:FinalDailyDrillingReport 28 ep-report:FinalDailyDrillingReport
29 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 29 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
30 rdfs:subClassOf ep-report:DailyDrillingReport . 30 rdfs:subClassOf ep-report:DailyDrillingReport .
31 31
32 ep-report:NonProductivetimeReport 32 ep-report:NonProductivetimeReport
...@@ -34,13 +34,8 @@ ep-report:NonProductivetimeReport ...@@ -34,13 +34,8 @@ ep-report:NonProductivetimeReport
34 rdfs:subClassOf ep-report:Report ; 34 rdfs:subClassOf ep-report:Report ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom xsd:dateTime ;
38 - owl:onProperty ep-report:createdAt
39 - ] ;
40 - rdfs:subClassOf
41 - [ rdf:type owl:Restriction ;
42 owl:cardinality "1"^^xsd:nonNegativeInteger ; 37 owl:cardinality "1"^^xsd:nonNegativeInteger ;
43 - owl:onProperty ep-report:createdAt 38 + owl:onProperty ep-report:reportOn
44 ] ; 39 ] ;
45 rdfs:subClassOf 40 rdfs:subClassOf
46 [ rdf:type owl:Restriction ; 41 [ rdf:type owl:Restriction ;
...@@ -50,15 +45,20 @@ ep-report:NonProductivetimeReport ...@@ -50,15 +45,20 @@ ep-report:NonProductivetimeReport
50 rdfs:subClassOf 45 rdfs:subClassOf
51 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
52 owl:cardinality "1"^^xsd:nonNegativeInteger ; 47 owl:cardinality "1"^^xsd:nonNegativeInteger ;
53 - owl:onProperty ep-report:reportOn 48 + owl:onProperty ep-report:createdAt
49 + ] ;
50 + rdfs:subClassOf
51 + [ rdf:type owl:Restriction ;
52 + owl:allValuesFrom xsd:dateTime ;
53 + owl:onProperty ep-report:createdAt
54 ] . 54 ] .
55 55
56 ep-report:NormalDailyDrillingReport 56 ep-report:NormalDailyDrillingReport
57 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 57 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
58 rdfs:subClassOf ep-report:DailyDrillingReport . 58 rdfs:subClassOf ep-report:DailyDrillingReport .
59 59
60 ep-report:PreliminaryDailyDrillingReport 60 ep-report:PreliminaryDailyDrillingReport
61 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 61 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
62 rdfs:subClassOf ep-report:DailyDrillingReport . 62 rdfs:subClassOf ep-report:DailyDrillingReport .
63 63
64 ep-report:Report 64 ep-report:Report
...@@ -70,40 +70,51 @@ ep-report:WeeklyDrillingReport ...@@ -70,40 +70,51 @@ ep-report:WeeklyDrillingReport
70 rdfs:subClassOf ep-report:Report ; 70 rdfs:subClassOf ep-report:Report ;
71 rdfs:subClassOf 71 rdfs:subClassOf
72 [ rdf:type owl:Restriction ; 72 [ rdf:type owl:Restriction ;
73 - owl:allValuesFrom ep-report:DailyDrillingReport ; 73 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
74 - owl:onProperty ep-report:reportOn 74 + owl:onProperty ep-report:createdAt
75 ] ; 75 ] ;
76 rdfs:subClassOf 76 rdfs:subClassOf
77 [ rdf:type owl:Restriction ; 77 [ rdf:type owl:Restriction ;
78 - owl:cardinality "7"^^xsd:nonNegativeInteger ; 78 + owl:allValuesFrom xsd:dateTime ;
79 - owl:onProperty ep-report:reportOn 79 + owl:onProperty ep-report:createdAt
80 ] ; 80 ] ;
81 rdfs:subClassOf 81 rdfs:subClassOf
82 [ rdf:type owl:Restriction ; 82 [ rdf:type owl:Restriction ;
83 - owl:allValuesFrom xsd:dateTime ; 83 + owl:cardinality "7"^^xsd:nonNegativeInteger ;
84 - owl:onProperty ep-report:createdAt 84 + owl:onProperty ep-report:reportOn
85 ] ; 85 ] ;
86 rdfs:subClassOf 86 rdfs:subClassOf
87 [ rdf:type owl:Restriction ; 87 [ rdf:type owl:Restriction ;
88 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 88 + owl:allValuesFrom ep-report:DailyDrillingReport ;
89 - owl:onProperty ep-report:createdAt 89 + owl:onProperty ep-report:reportOn
90 ] . 90 ] .
91 91
92 ep-report:createdAt 92 ep-report:createdAt
93 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 93 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
94 rdfs:domain ep-report:Report ; 94 rdfs:domain ep-report:Report ;
95 rdfs:label "created at"^^xsd:string . 95 rdfs:label "created at"^^xsd:string .
96 96
97 ep-report:dailyDrillingReportNumber 97 ep-report:dailyDrillingReportNumber
98 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 98 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
99 rdfs:domain ep-report:DailyDrillingReport ; 99 rdfs:domain ep-report:DailyDrillingReport ;
100 rdfs:label "daily drilling report number"^^xsd:string . 100 rdfs:label "daily drilling report number"^^xsd:string .
101 101
102 +ep-report:datumObjectForDailyDrillingReport
103 + rdf:type owl:ObjectProperty ;
104 + rdfs:domain ep-report:DailyDrillingReport ;
105 + rdfs:label "datum object for daily drilling report"^^xsd:string ;
106 + rdfs:range ep-core:PhysicalObject .
107 +
102 ep-report:hasContent 108 ep-report:hasContent
103 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 109 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
104 rdfs:domain ep-report:Report ; 110 rdfs:domain ep-report:Report ;
105 rdfs:label "has content"^^xsd:string . 111 rdfs:label "has content"^^xsd:string .
106 112
113 +ep-report:nameAsDatumObject
114 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
115 + rdfs:domain ep-core:PhysicalObject ;
116 + rdfs:label "name as datum object"^^xsd:string .
117 +
107 ep-report:reportOn 118 ep-report:reportOn
108 rdf:type owl:ObjectProperty ; 119 rdf:type owl:ObjectProperty ;
109 rdfs:domain ep-report:Report ; 120 rdfs:domain ep-report:Report ;
......
1 -# Saved by TopBraid on Tue Sep 27 10:05:18 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 13:59:39 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 # imports: http://www.reportinghub.no/ep/schema/1.0/well 6 # imports: http://www.reportinghub.no/ep/schema/1.0/well
7 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 7 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
8 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 8 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 # imports: http://www.reportinghub.no/ep/schema/1.0/activity 10 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
10 # imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type 11 # imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type
11 # imports: http://spinrdf.org/spin 12 # imports: http://spinrdf.org/spin
...@@ -29,7 +30,7 @@ ...@@ -29,7 +30,7 @@
29 30
30 <http://www.reportinghub.no/ep/spin/1.1/lib> 31 <http://www.reportinghub.no/ep/spin/1.1/lib>
31 rdf:type owl:Ontology ; 32 rdf:type owl:Ontology ;
32 - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; 33 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
33 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 34 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
34 35
35 ep-spin-lib:Function 36 ep-spin-lib:Function
...@@ -887,13 +888,41 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -887,13 +888,41 @@ ep-spin-lib:selectCementingFluidReturnType
887 ]) 888 ])
888 ] . 889 ] .
889 890
891 +ep-spin-lib:selectClassOfWellDatumObject
892 + rdf:type spin:Function ;
893 + rdfs:label "select class of well datum object"^^xsd:string ;
894 + rdfs:subClassOf ep-spin-lib:Function ;
895 + spin:body
896 + [ rdf:type sp:Select ;
897 + sp:resultVariables (_:b45) ;
898 + sp:where ([ rdf:type sp:Bind ;
899 + sp:expression
900 + [ rdf:type sp:if ;
901 + sp:arg1 [ rdf:type sp:eq ;
902 + sp:arg1 spin:_arg1 ;
903 + sp:arg2 ddr:ECE_KB
904 + ] ;
905 + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ;
906 + sp:arg3 [ rdf:type sp:if ;
907 + sp:arg1 [ rdf:type sp:eq ;
908 + sp:arg1 spin:_arg1 ;
909 + sp:arg2 ddr:ECE_SL
910 + ] ;
911 + sp:arg2 <http://www.reportinghub.no/ep/schema/facility#SurroundingWater-meanSeaLevel> ;
912 + sp:arg3 owl:Nothing
913 + ]
914 + ] ;
915 + sp:variable _:b45
916 + ])
917 + ] .
918 +
890 ep-spin-lib:selectComponentType 919 ep-spin-lib:selectComponentType
891 rdf:type spin:Function ; 920 rdf:type spin:Function ;
892 rdfs:label "select ComponentType"^^xsd:string ; 921 rdfs:label "select ComponentType"^^xsd:string ;
893 rdfs:subClassOf ep-spin-lib:Function ; 922 rdfs:subClassOf ep-spin-lib:Function ;
894 spin:body 923 spin:body
895 [ rdf:type sp:Select ; 924 [ rdf:type sp:Select ;
896 - sp:resultVariables (_:b45) ; 925 + sp:resultVariables (_:b46) ;
897 sp:where ([ rdf:type sp:Bind ; 926 sp:where ([ rdf:type sp:Bind ;
898 sp:expression 927 sp:expression
899 [ rdf:type sp:if ; 928 [ rdf:type sp:if ;
...@@ -932,7 +961,7 @@ ep-spin-lib:selectComponentType ...@@ -932,7 +961,7 @@ ep-spin-lib:selectComponentType
932 ] 961 ]
933 ] 962 ]
934 ] ; 963 ] ;
935 - sp:variable _:b45 964 + sp:variable _:b46
936 ]) 965 ])
937 ] . 966 ] .
938 967
...@@ -942,7 +971,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -942,7 +971,7 @@ ep-spin-lib:selectDailyDrillingReportType
942 rdfs:subClassOf ep-spin-lib:Function ; 971 rdfs:subClassOf ep-spin-lib:Function ;
943 spin:body 972 spin:body
944 [ rdf:type sp:Select ; 973 [ rdf:type sp:Select ;
945 - sp:resultVariables (_:b46) ; 974 + sp:resultVariables (_:b47) ;
946 sp:where ([ rdf:type sp:Bind ; 975 sp:where ([ rdf:type sp:Bind ;
947 sp:expression 976 sp:expression
948 [ rdf:type sp:if ; 977 [ rdf:type sp:if ;
...@@ -960,7 +989,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -960,7 +989,7 @@ ep-spin-lib:selectDailyDrillingReportType
960 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> 989 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
961 ] 990 ]
962 ] ; 991 ] ;
963 - sp:variable _:b46 992 + sp:variable _:b47
964 ]) 993 ])
965 ] . 994 ] .
966 995
...@@ -970,7 +999,7 @@ ep-spin-lib:selectDensityScale ...@@ -970,7 +999,7 @@ ep-spin-lib:selectDensityScale
970 rdfs:subClassOf ep-spin-lib:Function ; 999 rdfs:subClassOf ep-spin-lib:Function ;
971 spin:body 1000 spin:body
972 [ rdf:type sp:Select ; 1001 [ rdf:type sp:Select ;
973 - sp:resultVariables (_:b47) ; 1002 + sp:resultVariables (_:b48) ;
974 sp:where ([ rdf:type sp:Bind ; 1003 sp:where ([ rdf:type sp:Bind ;
975 sp:expression 1004 sp:expression
976 [ rdf:type sp:if ; 1005 [ rdf:type sp:if ;
...@@ -988,7 +1017,7 @@ ep-spin-lib:selectDensityScale ...@@ -988,7 +1017,7 @@ ep-spin-lib:selectDensityScale
988 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 1017 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
989 ] 1018 ]
990 ] ; 1019 ] ;
991 - sp:variable _:b47 1020 + sp:variable _:b48
992 ]) 1021 ])
993 ] . 1022 ] .
994 1023
...@@ -998,7 +1027,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -998,7 +1027,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
998 rdfs:subClassOf ep-spin-lib:Function ; 1027 rdfs:subClassOf ep-spin-lib:Function ;
999 spin:body 1028 spin:body
1000 [ rdf:type sp:Select ; 1029 [ rdf:type sp:Select ;
1001 - sp:resultVariables (_:b48) ; 1030 + sp:resultVariables (_:b49) ;
1002 sp:where ([ rdf:type sp:Bind ; 1031 sp:where ([ rdf:type sp:Bind ;
1003 sp:expression 1032 sp:expression
1004 [ rdf:type sp:if ; 1033 [ rdf:type sp:if ;
...@@ -1065,7 +1094,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -1065,7 +1094,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
1065 ] 1094 ]
1066 ] 1095 ]
1067 ] ; 1096 ] ;
1068 - sp:variable _:b48 1097 + sp:variable _:b49
1069 ]) 1098 ])
1070 ] . 1099 ] .
1071 1100
...@@ -1075,7 +1104,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1075,7 +1104,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1075 rdfs:subClassOf ep-spin-lib:Function ; 1104 rdfs:subClassOf ep-spin-lib:Function ;
1076 spin:body 1105 spin:body
1077 [ rdf:type sp:Select ; 1106 [ rdf:type sp:Select ;
1078 - sp:resultVariables (_:b49) ; 1107 + sp:resultVariables (_:b50) ;
1079 sp:where ([ rdf:type sp:Bind ; 1108 sp:where ([ rdf:type sp:Bind ;
1080 sp:expression 1109 sp:expression
1081 [ rdf:type sp:if ; 1110 [ rdf:type sp:if ;
...@@ -1660,7 +1689,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1660,7 +1689,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1660 ] 1689 ]
1661 ] 1690 ]
1662 ] ; 1691 ] ;
1663 - sp:variable _:b49 1692 + sp:variable _:b50
1664 ]) 1693 ])
1665 ] . 1694 ] .
1666 1695
...@@ -1670,7 +1699,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1670,7 +1699,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1670 rdfs:subClassOf ep-spin-lib:Function ; 1699 rdfs:subClassOf ep-spin-lib:Function ;
1671 spin:body 1700 spin:body
1672 [ rdf:type sp:Select ; 1701 [ rdf:type sp:Select ;
1673 - sp:resultVariables (_:b50) ; 1702 + sp:resultVariables (_:b51) ;
1674 sp:where ([ rdf:type sp:Bind ; 1703 sp:where ([ rdf:type sp:Bind ;
1675 sp:expression 1704 sp:expression
1676 [ rdf:type sp:if ; 1705 [ rdf:type sp:if ;
...@@ -1709,7 +1738,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1709,7 +1738,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1709 ] 1738 ]
1710 ] 1739 ]
1711 ] ; 1740 ] ;
1712 - sp:variable _:b50 1741 + sp:variable _:b51
1713 ]) 1742 ])
1714 ] . 1743 ] .
1715 1744
...@@ -1719,7 +1748,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1719,7 +1748,7 @@ ep-spin-lib:selectDrillingEquipmentType
1719 rdfs:subClassOf ep-spin-lib:Function ; 1748 rdfs:subClassOf ep-spin-lib:Function ;
1720 spin:body 1749 spin:body
1721 [ rdf:type sp:Select ; 1750 [ rdf:type sp:Select ;
1722 - sp:resultVariables (_:b51) ; 1751 + sp:resultVariables (_:b52) ;
1723 sp:where ([ rdf:type sp:Bind ; 1752 sp:where ([ rdf:type sp:Bind ;
1724 sp:expression 1753 sp:expression
1725 [ rdf:type sp:if ; 1754 [ rdf:type sp:if ;
...@@ -1940,7 +1969,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1940,7 +1969,7 @@ ep-spin-lib:selectDrillingEquipmentType
1940 ] 1969 ]
1941 ] 1970 ]
1942 ] ; 1971 ] ;
1943 - sp:variable _:b51 1972 + sp:variable _:b52
1944 ]) 1973 ])
1945 ] . 1974 ] .
1946 1975
...@@ -1950,7 +1979,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -1950,7 +1979,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
1950 rdfs:subClassOf ep-spin-lib:Function ; 1979 rdfs:subClassOf ep-spin-lib:Function ;
1951 spin:body 1980 spin:body
1952 [ rdf:type sp:Select ; 1981 [ rdf:type sp:Select ;
1953 - sp:resultVariables (_:b52) ; 1982 + sp:resultVariables (_:b53) ;
1954 sp:where ([ rdf:type sp:Bind ; 1983 sp:where ([ rdf:type sp:Bind ;
1955 sp:expression 1984 sp:expression
1956 [ rdf:type sp:if ; 1985 [ rdf:type sp:if ;
...@@ -1961,7 +1990,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -1961,7 +1990,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
1961 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; 1990 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
1962 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> 1991 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
1963 ] ; 1992 ] ;
1964 - sp:variable _:b52 1993 + sp:variable _:b53
1965 ]) 1994 ])
1966 ] . 1995 ] .
1967 1996
...@@ -1971,7 +2000,7 @@ ep-spin-lib:selectFluidType ...@@ -1971,7 +2000,7 @@ ep-spin-lib:selectFluidType
1971 rdfs:subClassOf ep-spin-lib:Function ; 2000 rdfs:subClassOf ep-spin-lib:Function ;
1972 spin:body 2001 spin:body
1973 [ rdf:type sp:Select ; 2002 [ rdf:type sp:Select ;
1974 - sp:resultVariables (_:b53) ; 2003 + sp:resultVariables (_:b54) ;
1975 sp:where ([ rdf:type sp:Bind ; 2004 sp:where ([ rdf:type sp:Bind ;
1976 sp:expression 2005 sp:expression
1977 [ rdf:type sp:if ; 2006 [ rdf:type sp:if ;
...@@ -2003,7 +2032,7 @@ ep-spin-lib:selectFluidType ...@@ -2003,7 +2032,7 @@ ep-spin-lib:selectFluidType
2003 ] 2032 ]
2004 ] 2033 ]
2005 ] ; 2034 ] ;
2006 - sp:variable _:b53 2035 + sp:variable _:b54
2007 ]) 2036 ])
2008 ] . 2037 ] .
2009 2038
...@@ -2013,7 +2042,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2013,7 +2042,7 @@ ep-spin-lib:selectGasReadingType
2013 rdfs:subClassOf ep-spin-lib:Function ; 2042 rdfs:subClassOf ep-spin-lib:Function ;
2014 spin:body 2043 spin:body
2015 [ rdf:type sp:Select ; 2044 [ rdf:type sp:Select ;
2016 - sp:resultVariables (_:b54) ; 2045 + sp:resultVariables (_:b55) ;
2017 sp:where ([ rdf:type sp:Bind ; 2046 sp:where ([ rdf:type sp:Bind ;
2018 sp:expression 2047 sp:expression
2019 [ rdf:type sp:if ; 2048 [ rdf:type sp:if ;
...@@ -2080,7 +2109,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2080,7 +2109,7 @@ ep-spin-lib:selectGasReadingType
2080 ] 2109 ]
2081 ] 2110 ]
2082 ] ; 2111 ] ;
2083 - sp:variable _:b54 2112 + sp:variable _:b55
2084 ]) 2113 ])
2085 ] . 2114 ] .
2086 2115
...@@ -2090,7 +2119,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2090,7 +2119,7 @@ ep-spin-lib:selectInnerBarrelType
2090 rdfs:subClassOf ep-spin-lib:Function ; 2119 rdfs:subClassOf ep-spin-lib:Function ;
2091 spin:body 2120 spin:body
2092 [ rdf:type sp:Select ; 2121 [ rdf:type sp:Select ;
2093 - sp:resultVariables (_:b55) ; 2122 + sp:resultVariables (_:b56) ;
2094 sp:where ([ rdf:type sp:Bind ; 2123 sp:where ([ rdf:type sp:Bind ;
2095 sp:expression 2124 sp:expression
2096 [ rdf:type sp:if ; 2125 [ rdf:type sp:if ;
...@@ -2122,7 +2151,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2122,7 +2151,7 @@ ep-spin-lib:selectInnerBarrelType
2122 ] 2151 ]
2123 ] 2152 ]
2124 ] ; 2153 ] ;
2125 - sp:variable _:b55 2154 + sp:variable _:b56
2126 ]) 2155 ])
2127 ] . 2156 ] .
2128 2157
...@@ -2132,7 +2161,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2132,7 +2161,7 @@ ep-spin-lib:selectLabelOfSystem
2132 rdfs:subClassOf ep-spin-lib:Function ; 2161 rdfs:subClassOf ep-spin-lib:Function ;
2133 spin:body 2162 spin:body
2134 [ rdf:type sp:Select ; 2163 [ rdf:type sp:Select ;
2135 - sp:resultVariables (_:b56) ; 2164 + sp:resultVariables (_:b57) ;
2136 sp:where ([ rdf:type sp:Bind ; 2165 sp:where ([ rdf:type sp:Bind ;
2137 sp:expression 2166 sp:expression
2138 [ rdf:type sp:if ; 2167 [ rdf:type sp:if ;
...@@ -2178,7 +2207,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2178,7 +2207,7 @@ ep-spin-lib:selectLabelOfSystem
2178 ] 2207 ]
2179 ] 2208 ]
2180 ] ; 2209 ] ;
2181 - sp:variable _:b56 2210 + sp:variable _:b57
2182 ]) 2211 ])
2183 ] . 2212 ] .
2184 2213
...@@ -2188,7 +2217,7 @@ ep-spin-lib:selectLengthScale ...@@ -2188,7 +2217,7 @@ ep-spin-lib:selectLengthScale
2188 rdfs:subClassOf ep-spin-lib:Function ; 2217 rdfs:subClassOf ep-spin-lib:Function ;
2189 spin:body 2218 spin:body
2190 [ rdf:type sp:Select ; 2219 [ rdf:type sp:Select ;
2191 - sp:resultVariables (_:b57) ; 2220 + sp:resultVariables (_:b58) ;
2192 sp:where ([ rdf:type sp:Bind ; 2221 sp:where ([ rdf:type sp:Bind ;
2193 sp:expression 2222 sp:expression
2194 [ rdf:type sp:if ; 2223 [ rdf:type sp:if ;
...@@ -2269,7 +2298,7 @@ ep-spin-lib:selectLengthScale ...@@ -2269,7 +2298,7 @@ ep-spin-lib:selectLengthScale
2269 ] 2298 ]
2270 ] 2299 ]
2271 ] ; 2300 ] ;
2272 - sp:variable _:b57 2301 + sp:variable _:b58
2273 ]) 2302 ])
2274 ] . 2303 ] .
2275 2304
...@@ -2279,7 +2308,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2279,7 +2308,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2279 rdfs:subClassOf ep-spin-lib:Function ; 2308 rdfs:subClassOf ep-spin-lib:Function ;
2280 spin:body 2309 spin:body
2281 [ rdf:type sp:Select ; 2310 [ rdf:type sp:Select ;
2282 - sp:resultVariables (_:b58) ; 2311 + sp:resultVariables (_:b59) ;
2283 sp:where ([ rdf:type sp:Bind ; 2312 sp:where ([ rdf:type sp:Bind ;
2284 sp:expression 2313 sp:expression
2285 [ rdf:type sp:if ; 2314 [ rdf:type sp:if ;
...@@ -2290,7 +2319,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2290,7 +2319,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2290 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; 2319 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
2291 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2320 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2292 ] ; 2321 ] ;
2293 - sp:variable _:b58 2322 + sp:variable _:b59
2294 ]) 2323 ])
2295 ] . 2324 ] .
2296 2325
...@@ -2300,7 +2329,7 @@ ep-spin-lib:selectMudClass ...@@ -2300,7 +2329,7 @@ ep-spin-lib:selectMudClass
2300 rdfs:subClassOf ep-spin-lib:Function ; 2329 rdfs:subClassOf ep-spin-lib:Function ;
2301 spin:body 2330 spin:body
2302 [ rdf:type sp:Select ; 2331 [ rdf:type sp:Select ;
2303 - sp:resultVariables (_:b59) ; 2332 + sp:resultVariables (_:b60) ;
2304 sp:where ([ rdf:type sp:Bind ; 2333 sp:where ([ rdf:type sp:Bind ;
2305 sp:expression 2334 sp:expression
2306 [ rdf:type sp:if ; 2335 [ rdf:type sp:if ;
...@@ -2325,7 +2354,7 @@ ep-spin-lib:selectMudClass ...@@ -2325,7 +2354,7 @@ ep-spin-lib:selectMudClass
2325 ] 2354 ]
2326 ] 2355 ]
2327 ] ; 2356 ] ;
2328 - sp:variable _:b59 2357 + sp:variable _:b60
2329 ]) 2358 ])
2330 ] . 2359 ] .
2331 2360
...@@ -2335,7 +2364,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2335,7 +2364,7 @@ ep-spin-lib:selectPlaneAngleScale
2335 rdfs:subClassOf ep-spin-lib:Function ; 2364 rdfs:subClassOf ep-spin-lib:Function ;
2336 spin:body 2365 spin:body
2337 [ rdf:type sp:Select ; 2366 [ rdf:type sp:Select ;
2338 - sp:resultVariables (_:b60) ; 2367 + sp:resultVariables (_:b61) ;
2339 sp:where ([ rdf:type sp:Bind ; 2368 sp:where ([ rdf:type sp:Bind ;
2340 sp:expression 2369 sp:expression
2341 [ rdf:type sp:if ; 2370 [ rdf:type sp:if ;
...@@ -2346,7 +2375,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2346,7 +2375,7 @@ ep-spin-lib:selectPlaneAngleScale
2346 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 2375 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
2347 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2376 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2348 ] ; 2377 ] ;
2349 - sp:variable _:b60 2378 + sp:variable _:b61
2350 ]) 2379 ])
2351 ] . 2380 ] .
2352 2381
...@@ -2356,7 +2385,7 @@ ep-spin-lib:selectPlasticViscosityScale ...@@ -2356,7 +2385,7 @@ ep-spin-lib:selectPlasticViscosityScale
2356 rdfs:subClassOf ep-spin-lib:Function ; 2385 rdfs:subClassOf ep-spin-lib:Function ;
2357 spin:body 2386 spin:body
2358 [ rdf:type sp:Select ; 2387 [ rdf:type sp:Select ;
2359 - sp:resultVariables (_:b61) ; 2388 + sp:resultVariables (_:b62) ;
2360 sp:where ([ rdf:type sp:Bind ; 2389 sp:where ([ rdf:type sp:Bind ;
2361 sp:expression 2390 sp:expression
2362 [ rdf:type sp:if ; 2391 [ rdf:type sp:if ;
...@@ -2430,7 +2459,7 @@ ep-spin-lib:selectPlasticViscosityScale ...@@ -2430,7 +2459,7 @@ ep-spin-lib:selectPlasticViscosityScale
2430 ] 2459 ]
2431 ] 2460 ]
2432 ] ; 2461 ] ;
2433 - sp:variable _:b61 2462 + sp:variable _:b62
2434 ]) 2463 ])
2435 ] . 2464 ] .
2436 2465
...@@ -2440,7 +2469,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2440,7 +2469,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2440 rdfs:subClassOf ep-spin-lib:Function ; 2469 rdfs:subClassOf ep-spin-lib:Function ;
2441 spin:body 2470 spin:body
2442 [ rdf:type sp:Select ; 2471 [ rdf:type sp:Select ;
2443 - sp:resultVariables (_:b62) ; 2472 + sp:resultVariables (_:b63) ;
2444 sp:where ([ rdf:type sp:Bind ; 2473 sp:where ([ rdf:type sp:Bind ;
2445 sp:expression 2474 sp:expression
2446 [ rdf:type sp:if ; 2475 [ rdf:type sp:if ;
...@@ -2458,7 +2487,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2458,7 +2487,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2458 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> 2487 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
2459 ] 2488 ]
2460 ] ; 2489 ] ;
2461 - sp:variable _:b62 2490 + sp:variable _:b63
2462 ]) 2491 ])
2463 ] . 2492 ] .
2464 2493
...@@ -2468,7 +2497,7 @@ ep-spin-lib:selectPressureScale ...@@ -2468,7 +2497,7 @@ ep-spin-lib:selectPressureScale
2468 rdfs:subClassOf ep-spin-lib:Function ; 2497 rdfs:subClassOf ep-spin-lib:Function ;
2469 spin:body 2498 spin:body
2470 [ rdf:type sp:Select ; 2499 [ rdf:type sp:Select ;
2471 - sp:resultVariables (_:b63) ; 2500 + sp:resultVariables (_:b64) ;
2472 sp:where ([ rdf:type sp:Bind ; 2501 sp:where ([ rdf:type sp:Bind ;
2473 sp:expression 2502 sp:expression
2474 [ rdf:type sp:if ; 2503 [ rdf:type sp:if ;
...@@ -2507,7 +2536,7 @@ ep-spin-lib:selectPressureScale ...@@ -2507,7 +2536,7 @@ ep-spin-lib:selectPressureScale
2507 ] 2536 ]
2508 ] 2537 ]
2509 ] ; 2538 ] ;
2510 - sp:variable _:b63 2539 + sp:variable _:b64
2511 ]) 2540 ])
2512 ] . 2541 ] .
2513 2542
...@@ -2517,7 +2546,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2517,7 +2546,7 @@ ep-spin-lib:selectPressureTestType
2517 rdfs:subClassOf ep-spin-lib:Function ; 2546 rdfs:subClassOf ep-spin-lib:Function ;
2518 spin:body 2547 spin:body
2519 [ rdf:type sp:Select ; 2548 [ rdf:type sp:Select ;
2520 - sp:resultVariables (_:b64) ; 2549 + sp:resultVariables (_:b65) ;
2521 sp:where ([ rdf:type sp:Bind ; 2550 sp:where ([ rdf:type sp:Bind ;
2522 sp:expression 2551 sp:expression
2523 [ rdf:type sp:if ; 2552 [ rdf:type sp:if ;
...@@ -2535,7 +2564,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2535,7 +2564,7 @@ ep-spin-lib:selectPressureTestType
2535 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> 2564 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
2536 ] 2565 ]
2537 ] ; 2566 ] ;
2538 - sp:variable _:b64 2567 + sp:variable _:b65
2539 ]) 2568 ])
2540 ] . 2569 ] .
2541 2570
...@@ -2545,7 +2574,7 @@ ep-spin-lib:selectSpecificMassScale ...@@ -2545,7 +2574,7 @@ ep-spin-lib:selectSpecificMassScale
2545 rdfs:subClassOf ep-spin-lib:Function ; 2574 rdfs:subClassOf ep-spin-lib:Function ;
2546 spin:body 2575 spin:body
2547 [ rdf:type sp:Select ; 2576 [ rdf:type sp:Select ;
2548 - sp:resultVariables (_:b65) ; 2577 + sp:resultVariables (_:b66) ;
2549 sp:where ([ rdf:type sp:Bind ; 2578 sp:where ([ rdf:type sp:Bind ;
2550 sp:expression 2579 sp:expression
2551 [ rdf:type sp:if ; 2580 [ rdf:type sp:if ;
...@@ -2556,7 +2585,7 @@ ep-spin-lib:selectSpecificMassScale ...@@ -2556,7 +2585,7 @@ ep-spin-lib:selectSpecificMassScale
2556 sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ; 2585 sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
2557 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2586 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2558 ] ; 2587 ] ;
2559 - sp:variable _:b65 2588 + sp:variable _:b66
2560 ]) 2589 ])
2561 ] . 2590 ] .
2562 2591
...@@ -2566,7 +2595,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -2566,7 +2595,7 @@ ep-spin-lib:selectSpecificVolumeScale
2566 rdfs:subClassOf ep-spin-lib:Function ; 2595 rdfs:subClassOf ep-spin-lib:Function ;
2567 spin:body 2596 spin:body
2568 [ rdf:type sp:Select ; 2597 [ rdf:type sp:Select ;
2569 - sp:resultVariables (_:b66) ; 2598 + sp:resultVariables (_:b67) ;
2570 sp:where ([ rdf:type sp:Bind ; 2599 sp:where ([ rdf:type sp:Bind ;
2571 sp:expression 2600 sp:expression
2572 [ rdf:type sp:if ; 2601 [ rdf:type sp:if ;
...@@ -2626,7 +2655,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -2626,7 +2655,7 @@ ep-spin-lib:selectSpecificVolumeScale
2626 ] 2655 ]
2627 ] 2656 ]
2628 ] ; 2657 ] ;
2629 - sp:variable _:b66 2658 + sp:variable _:b67
2630 ]) 2659 ])
2631 ] . 2660 ] .
2632 2661
...@@ -2636,7 +2665,7 @@ ep-spin-lib:selectSpeedScale ...@@ -2636,7 +2665,7 @@ ep-spin-lib:selectSpeedScale
2636 rdfs:subClassOf ep-spin-lib:Function ; 2665 rdfs:subClassOf ep-spin-lib:Function ;
2637 spin:body 2666 spin:body
2638 [ rdf:type sp:Select ; 2667 [ rdf:type sp:Select ;
2639 - sp:resultVariables (_:b67) ; 2668 + sp:resultVariables (_:b68) ;
2640 sp:where ([ rdf:type sp:Bind ; 2669 sp:where ([ rdf:type sp:Bind ;
2641 sp:expression 2670 sp:expression
2642 [ rdf:type sp:if ; 2671 [ rdf:type sp:if ;
...@@ -2647,7 +2676,7 @@ ep-spin-lib:selectSpeedScale ...@@ -2647,7 +2676,7 @@ ep-spin-lib:selectSpeedScale
2647 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; 2676 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
2648 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2677 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2649 ] ; 2678 ] ;
2650 - sp:variable _:b67 2679 + sp:variable _:b68
2651 ]) 2680 ])
2652 ] . 2681 ] .
2653 2682
...@@ -2657,7 +2686,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2657,7 +2686,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2657 rdfs:subClassOf ep-spin-lib:Function ; 2686 rdfs:subClassOf ep-spin-lib:Function ;
2658 spin:body 2687 spin:body
2659 [ rdf:type sp:Select ; 2688 [ rdf:type sp:Select ;
2660 - sp:resultVariables (_:b68) ; 2689 + sp:resultVariables (_:b69) ;
2661 sp:where ([ rdf:type sp:Bind ; 2690 sp:where ([ rdf:type sp:Bind ;
2662 sp:expression 2691 sp:expression
2663 [ rdf:type sp:if ; 2692 [ rdf:type sp:if ;
...@@ -2675,7 +2704,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2675,7 +2704,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2675 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2704 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2676 ] 2705 ]
2677 ] ; 2706 ] ;
2678 - sp:variable _:b68 2707 + sp:variable _:b69
2679 ]) 2708 ])
2680 ] . 2709 ] .
2681 2710
...@@ -2685,7 +2714,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -2685,7 +2714,7 @@ ep-spin-lib:selectTemperatureScale
2685 rdfs:subClassOf ep-spin-lib:Function ; 2714 rdfs:subClassOf ep-spin-lib:Function ;
2686 spin:body 2715 spin:body
2687 [ rdf:type sp:Select ; 2716 [ rdf:type sp:Select ;
2688 - sp:resultVariables (_:b69) ; 2717 + sp:resultVariables (_:b70) ;
2689 sp:where ([ rdf:type sp:Bind ; 2718 sp:where ([ rdf:type sp:Bind ;
2690 sp:expression 2719 sp:expression
2691 [ rdf:type sp:if ; 2720 [ rdf:type sp:if ;
...@@ -2696,7 +2725,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -2696,7 +2725,7 @@ ep-spin-lib:selectTemperatureScale
2696 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; 2725 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
2697 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2726 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2698 ] ; 2727 ] ;
2699 - sp:variable _:b69 2728 + sp:variable _:b70
2700 ]) 2729 ])
2701 ] . 2730 ] .
2702 2731
...@@ -2706,7 +2735,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2706,7 +2735,7 @@ ep-spin-lib:selectTimeDurationScale
2706 rdfs:subClassOf ep-spin-lib:Function ; 2735 rdfs:subClassOf ep-spin-lib:Function ;
2707 spin:body 2736 spin:body
2708 [ rdf:type sp:Select ; 2737 [ rdf:type sp:Select ;
2709 - sp:resultVariables (_:b70) ; 2738 + sp:resultVariables (_:b71) ;
2710 sp:where ([ rdf:type sp:Bind ; 2739 sp:where ([ rdf:type sp:Bind ;
2711 sp:expression 2740 sp:expression
2712 [ rdf:type sp:if ; 2741 [ rdf:type sp:if ;
...@@ -2752,7 +2781,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2752,7 +2781,7 @@ ep-spin-lib:selectTimeDurationScale
2752 ] 2781 ]
2753 ] 2782 ]
2754 ] ; 2783 ] ;
2755 - sp:variable _:b70 2784 + sp:variable _:b71
2756 ]) 2785 ])
2757 ] . 2786 ] .
2758 2787
...@@ -2762,7 +2791,7 @@ ep-spin-lib:selectTubeType ...@@ -2762,7 +2791,7 @@ ep-spin-lib:selectTubeType
2762 rdfs:subClassOf ep-spin-lib:Function ; 2791 rdfs:subClassOf ep-spin-lib:Function ;
2763 spin:body 2792 spin:body
2764 [ rdf:type sp:Select ; 2793 [ rdf:type sp:Select ;
2765 - sp:resultVariables (_:b71) ; 2794 + sp:resultVariables (_:b72) ;
2766 sp:where ([ rdf:type sp:Bind ; 2795 sp:where ([ rdf:type sp:Bind ;
2767 sp:expression 2796 sp:expression
2768 [ rdf:type sp:if ; 2797 [ rdf:type sp:if ;
...@@ -2787,7 +2816,7 @@ ep-spin-lib:selectTubeType ...@@ -2787,7 +2816,7 @@ ep-spin-lib:selectTubeType
2787 ] 2816 ]
2788 ] 2817 ]
2789 ] ; 2818 ] ;
2790 - sp:variable _:b71 2819 + sp:variable _:b72
2791 ]) 2820 ])
2792 ] . 2821 ] .
2793 2822
...@@ -2797,7 +2826,7 @@ ep-spin-lib:selectVolumeScale ...@@ -2797,7 +2826,7 @@ ep-spin-lib:selectVolumeScale
2797 rdfs:subClassOf ep-spin-lib:Function ; 2826 rdfs:subClassOf ep-spin-lib:Function ;
2798 spin:body 2827 spin:body
2799 [ rdf:type sp:Select ; 2828 [ rdf:type sp:Select ;
2800 - sp:resultVariables (_:b72) ; 2829 + sp:resultVariables (_:b73) ;
2801 sp:where ([ rdf:type sp:Bind ; 2830 sp:where ([ rdf:type sp:Bind ;
2802 sp:expression 2831 sp:expression
2803 [ rdf:type sp:if ; 2832 [ rdf:type sp:if ;
...@@ -2822,7 +2851,7 @@ ep-spin-lib:selectVolumeScale ...@@ -2822,7 +2851,7 @@ ep-spin-lib:selectVolumeScale
2822 ] 2851 ]
2823 ] 2852 ]
2824 ] ; 2853 ] ;
2825 - sp:variable _:b72 2854 + sp:variable _:b73
2826 ]) 2855 ])
2827 ] . 2856 ] .
2828 2857
...@@ -2832,7 +2861,7 @@ ep-spin-lib:selectVolumetricFlowRateScale ...@@ -2832,7 +2861,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
2832 rdfs:subClassOf ep-spin-lib:Function ; 2861 rdfs:subClassOf ep-spin-lib:Function ;
2833 spin:body 2862 spin:body
2834 [ rdf:type sp:Select ; 2863 [ rdf:type sp:Select ;
2835 - sp:resultVariables (_:b73) ; 2864 + sp:resultVariables (_:b74) ;
2836 sp:where ([ rdf:type sp:Bind ; 2865 sp:where ([ rdf:type sp:Bind ;
2837 sp:expression 2866 sp:expression
2838 [ rdf:type sp:if ; 2867 [ rdf:type sp:if ;
...@@ -2857,7 +2886,7 @@ ep-spin-lib:selectVolumetricFlowRateScale ...@@ -2857,7 +2886,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
2857 ] 2886 ]
2858 ] 2887 ]
2859 ] ; 2888 ] ;
2860 - sp:variable _:b73 2889 + sp:variable _:b74
2861 ]) 2890 ])
2862 ] . 2891 ] .
2863 2892
...@@ -2867,7 +2896,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2867,7 +2896,7 @@ ep-spin-lib:selectWellBoreDrillingType
2867 rdfs:subClassOf ep-spin-lib:Function ; 2896 rdfs:subClassOf ep-spin-lib:Function ;
2868 spin:body 2897 spin:body
2869 [ rdf:type sp:Select ; 2898 [ rdf:type sp:Select ;
2870 - sp:resultVariables (_:b74) ; 2899 + sp:resultVariables (_:b75) ;
2871 sp:where ([ rdf:type sp:Bind ; 2900 sp:where ([ rdf:type sp:Bind ;
2872 sp:expression 2901 sp:expression
2873 [ rdf:type sp:if ; 2902 [ rdf:type sp:if ;
...@@ -2913,7 +2942,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2913,7 +2942,7 @@ ep-spin-lib:selectWellBoreDrillingType
2913 ] 2942 ]
2914 ] 2943 ]
2915 ] ; 2944 ] ;
2916 - sp:variable _:b74 2945 + sp:variable _:b75
2917 ]) 2946 ])
2918 ] . 2947 ] .
2919 2948
...@@ -2923,7 +2952,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2923,7 +2952,7 @@ ep-spin-lib:selectWellBoreHphtType
2923 rdfs:subClassOf ep-spin-lib:Function ; 2952 rdfs:subClassOf ep-spin-lib:Function ;
2924 spin:body 2953 spin:body
2925 [ rdf:type sp:Select ; 2954 [ rdf:type sp:Select ;
2926 - sp:resultVariables (_:b75) ; 2955 + sp:resultVariables (_:b76) ;
2927 sp:where ([ rdf:type sp:Bind ; 2956 sp:where ([ rdf:type sp:Bind ;
2928 sp:expression 2957 sp:expression
2929 [ rdf:type sp:if ; 2958 [ rdf:type sp:if ;
...@@ -2934,7 +2963,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2934,7 +2963,7 @@ ep-spin-lib:selectWellBoreHphtType
2934 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; 2963 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
2935 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> 2964 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
2936 ] ; 2965 ] ;
2937 - sp:variable _:b75 2966 + sp:variable _:b76
2938 ]) 2967 ])
2939 ] . 2968 ] .
2940 2969
...@@ -2944,7 +2973,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2944,7 +2973,7 @@ ep-spin-lib:selectWellBoreTightnessType
2944 rdfs:subClassOf ep-spin-lib:Function ; 2973 rdfs:subClassOf ep-spin-lib:Function ;
2945 spin:body 2974 spin:body
2946 [ rdf:type sp:Select ; 2975 [ rdf:type sp:Select ;
2947 - sp:resultVariables (_:b76) ; 2976 + sp:resultVariables (_:b77) ;
2948 sp:where ([ rdf:type sp:Bind ; 2977 sp:where ([ rdf:type sp:Bind ;
2949 sp:expression 2978 sp:expression
2950 [ rdf:type sp:if ; 2979 [ rdf:type sp:if ;
...@@ -2955,7 +2984,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2955,7 +2984,7 @@ ep-spin-lib:selectWellBoreTightnessType
2955 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; 2984 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
2956 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> 2985 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
2957 ] ; 2986 ] ;
2958 - sp:variable _:b76 2987 + sp:variable _:b77
2959 ]) 2988 ])
2960 ] . 2989 ] .
2961 2990
...@@ -2965,7 +2994,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2965,7 +2994,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2965 rdfs:subClassOf ep-spin-lib:Function ; 2994 rdfs:subClassOf ep-spin-lib:Function ;
2966 spin:body 2995 spin:body
2967 [ rdf:type sp:Select ; 2996 [ rdf:type sp:Select ;
2968 - sp:resultVariables (_:b77) ; 2997 + sp:resultVariables (_:b78) ;
2969 sp:where ([ rdf:type sp:Bind ; 2998 sp:where ([ rdf:type sp:Bind ;
2970 sp:expression 2999 sp:expression
2971 [ rdf:type sp:if ; 3000 [ rdf:type sp:if ;
...@@ -2976,7 +3005,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2976,7 +3005,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2976 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; 3005 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
2977 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> 3006 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
2978 ] ; 3007 ] ;
2979 - sp:variable _:b77 3008 + sp:variable _:b78
2980 ]) 3009 ])
2981 ] . 3010 ] .
2982 3011
...@@ -2986,7 +3015,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2986,7 +3015,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2986 rdfs:subClassOf ep-spin-lib:Function ; 3015 rdfs:subClassOf ep-spin-lib:Function ;
2987 spin:body 3016 spin:body
2988 [ rdf:type sp:Select ; 3017 [ rdf:type sp:Select ;
2989 - sp:resultVariables (_:b78) ; 3018 + sp:resultVariables (_:b79) ;
2990 sp:where ([ rdf:type sp:Bind ; 3019 sp:where ([ rdf:type sp:Bind ;
2991 sp:expression 3020 sp:expression
2992 [ rdf:type sp:if ; 3021 [ rdf:type sp:if ;
...@@ -2997,7 +3026,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2997,7 +3026,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2997 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; 3026 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
2998 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> 3027 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
2999 ] ; 3028 ] ;
3000 - sp:variable _:b78 3029 + sp:variable _:b79
3001 ]) 3030 ])
3002 ] . 3031 ] .
3003 3032
...@@ -3007,7 +3036,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -3007,7 +3036,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
3007 rdfs:subClassOf ep-spin-lib:Function ; 3036 rdfs:subClassOf ep-spin-lib:Function ;
3008 spin:body 3037 spin:body
3009 [ rdf:type sp:Select ; 3038 [ rdf:type sp:Select ;
3010 - sp:resultVariables (_:b79) ; 3039 + sp:resultVariables (_:b80) ;
3011 sp:where ([ rdf:type sp:Bind ; 3040 sp:where ([ rdf:type sp:Bind ;
3012 sp:expression 3041 sp:expression
3013 [ rdf:type sp:if ; 3042 [ rdf:type sp:if ;
...@@ -3018,7 +3047,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -3018,7 +3047,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
3018 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; 3047 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
3019 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> 3048 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
3020 ] ; 3049 ] ;
3021 - sp:variable _:b79 3050 + sp:variable _:b80
3022 ]) 3051 ])
3023 ] . 3052 ] .
3024 3053
...@@ -3028,7 +3057,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -3028,7 +3057,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
3028 rdfs:subClassOf ep-spin-lib:Function ; 3057 rdfs:subClassOf ep-spin-lib:Function ;
3029 spin:body 3058 spin:body
3030 [ rdf:type sp:Select ; 3059 [ rdf:type sp:Select ;
3031 - sp:resultVariables (_:b80) ; 3060 + sp:resultVariables (_:b81) ;
3032 sp:where ([ rdf:type sp:Bind ; 3061 sp:where ([ rdf:type sp:Bind ;
3033 sp:expression 3062 sp:expression
3034 [ rdf:type sp:if ; 3063 [ rdf:type sp:if ;
...@@ -3039,7 +3068,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -3039,7 +3068,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
3039 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; 3068 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
3040 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> 3069 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
3041 ] ; 3070 ] ;
3042 - sp:variable _:b80 3071 + sp:variable _:b81
3043 ]) 3072 ])
3044 ] . 3073 ] .
3045 3074
...@@ -3049,7 +3078,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -3049,7 +3078,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
3049 rdfs:subClassOf ep-spin-lib:Function ; 3078 rdfs:subClassOf ep-spin-lib:Function ;
3050 spin:body 3079 spin:body
3051 [ rdf:type sp:Select ; 3080 [ rdf:type sp:Select ;
3052 - sp:resultVariables (_:b81) ; 3081 + sp:resultVariables (_:b82) ;
3053 sp:where ([ rdf:type sp:Bind ; 3082 sp:where ([ rdf:type sp:Bind ;
3054 sp:expression 3083 sp:expression
3055 [ rdf:type sp:if ; 3084 [ rdf:type sp:if ;
...@@ -3060,7 +3089,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -3060,7 +3089,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
3060 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; 3089 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
3061 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> 3090 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
3062 ] ; 3091 ] ;
3063 - sp:variable _:b81 3092 + sp:variable _:b82
3064 ]) 3093 ])
3065 ] . 3094 ] .
3066 3095
...@@ -3070,7 +3099,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -3070,7 +3099,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
3070 rdfs:subClassOf ep-spin-lib:Function ; 3099 rdfs:subClassOf ep-spin-lib:Function ;
3071 spin:body 3100 spin:body
3072 [ rdf:type sp:Select ; 3101 [ rdf:type sp:Select ;
3073 - sp:resultVariables (_:b82) ; 3102 + sp:resultVariables (_:b83) ;
3074 sp:where ([ rdf:type sp:Bind ; 3103 sp:where ([ rdf:type sp:Bind ;
3075 sp:expression 3104 sp:expression
3076 [ rdf:type sp:if ; 3105 [ rdf:type sp:if ;
...@@ -3081,7 +3110,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -3081,7 +3110,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
3081 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; 3110 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
3082 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> 3111 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
3083 ] ; 3112 ] ;
3084 - sp:variable _:b82 3113 + sp:variable _:b83
3085 ]) 3114 ])
3086 ] . 3115 ] .
3087 3116
...@@ -3091,7 +3120,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -3091,7 +3120,7 @@ ep-spin-lib:selectWellCementJobType
3091 rdfs:subClassOf ep-spin-lib:Function ; 3120 rdfs:subClassOf ep-spin-lib:Function ;
3092 spin:body 3121 spin:body
3093 [ rdf:type sp:Select ; 3122 [ rdf:type sp:Select ;
3094 - sp:resultVariables (_:b83) ; 3123 + sp:resultVariables (_:b84) ;
3095 sp:where ([ rdf:type sp:Bind ; 3124 sp:where ([ rdf:type sp:Bind ;
3096 sp:expression 3125 sp:expression
3097 [ rdf:type sp:if ; 3126 [ rdf:type sp:if ;
...@@ -3123,7 +3152,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -3123,7 +3152,7 @@ ep-spin-lib:selectWellCementJobType
3123 ] 3152 ]
3124 ] 3153 ]
3125 ] ; 3154 ] ;
3126 - sp:variable _:b83 3155 + sp:variable _:b84
3127 ]) 3156 ])
3128 ] . 3157 ] .
3129 3158
...@@ -3133,7 +3162,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3133,7 +3162,7 @@ ep-spin-lib:selectWellControlIncidentType
3133 rdfs:subClassOf ep-spin-lib:Function ; 3162 rdfs:subClassOf ep-spin-lib:Function ;
3134 spin:body 3163 spin:body
3135 [ rdf:type sp:Select ; 3164 [ rdf:type sp:Select ;
3136 - sp:resultVariables (_:b84) ; 3165 + sp:resultVariables (_:b85) ;
3137 sp:where ([ rdf:type sp:Bind ; 3166 sp:where ([ rdf:type sp:Bind ;
3138 sp:expression 3167 sp:expression
3139 [ rdf:type sp:if ; 3168 [ rdf:type sp:if ;
...@@ -3165,7 +3194,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3165,7 +3194,7 @@ ep-spin-lib:selectWellControlIncidentType
3165 ] 3194 ]
3166 ] 3195 ]
3167 ] ; 3196 ] ;
3168 - sp:variable _:b84 3197 + sp:variable _:b85
3169 ]) 3198 ])
3170 ] . 3199 ] .
3171 3200
...@@ -3175,7 +3204,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3175,7 +3204,7 @@ ep-spin-lib:selectWellKillingType
3175 rdfs:subClassOf ep-spin-lib:Function ; 3204 rdfs:subClassOf ep-spin-lib:Function ;
3176 spin:body 3205 spin:body
3177 [ rdf:type sp:Select ; 3206 [ rdf:type sp:Select ;
3178 - sp:resultVariables (_:b85) ; 3207 + sp:resultVariables (_:b86) ;
3179 sp:where ([ rdf:type sp:Bind ; 3208 sp:where ([ rdf:type sp:Bind ;
3180 sp:expression 3209 sp:expression
3181 [ rdf:type sp:if ; 3210 [ rdf:type sp:if ;
...@@ -3221,7 +3250,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3221,7 +3250,7 @@ ep-spin-lib:selectWellKillingType
3221 ] 3250 ]
3222 ] 3251 ]
3223 ] ; 3252 ] ;
3224 - sp:variable _:b85 3253 + sp:variable _:b86
3225 ]) 3254 ])
3226 ] . 3255 ] .
3227 3256
...@@ -3231,7 +3260,7 @@ ep-spin-lib:selectWellTestType ...@@ -3231,7 +3260,7 @@ ep-spin-lib:selectWellTestType
3231 rdfs:subClassOf ep-spin-lib:Function ; 3260 rdfs:subClassOf ep-spin-lib:Function ;
3232 spin:body 3261 spin:body
3233 [ rdf:type sp:Select ; 3262 [ rdf:type sp:Select ;
3234 - sp:resultVariables (_:b86) ; 3263 + sp:resultVariables (_:b87) ;
3235 sp:where ([ rdf:type sp:Bind ; 3264 sp:where ([ rdf:type sp:Bind ;
3236 sp:expression 3265 sp:expression
3237 [ rdf:type sp:if ; 3266 [ rdf:type sp:if ;
...@@ -3249,7 +3278,7 @@ ep-spin-lib:selectWellTestType ...@@ -3249,7 +3278,7 @@ ep-spin-lib:selectWellTestType
3249 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> 3278 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
3250 ] 3279 ]
3251 ] ; 3280 ] ;
3252 - sp:variable _:b86 3281 + sp:variable _:b87
3253 ]) 3282 ])
3254 ] . 3283 ] .
3255 3284
...@@ -3259,7 +3288,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3259,7 +3288,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3259 rdfs:subClassOf ep-spin-lib:Function ; 3288 rdfs:subClassOf ep-spin-lib:Function ;
3260 spin:body 3289 spin:body
3261 [ rdf:type sp:Select ; 3290 [ rdf:type sp:Select ;
3262 - sp:resultVariables (_:b87) ; 3291 + sp:resultVariables (_:b88) ;
3263 sp:where ([ rdf:type sp:Bind ; 3292 sp:where ([ rdf:type sp:Bind ;
3264 sp:expression 3293 sp:expression
3265 [ rdf:type sp:if ; 3294 [ rdf:type sp:if ;
...@@ -3270,7 +3299,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3270,7 +3299,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3270 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; 3299 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
3271 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> 3300 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
3272 ] ; 3301 ] ;
3273 - sp:variable _:b87 3302 + sp:variable _:b88
3274 ]) 3303 ])
3275 ] . 3304 ] .
3276 3305
...@@ -3280,7 +3309,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3280,7 +3309,7 @@ ep-spin-lib:selectYieldPointScale
3280 rdfs:subClassOf ep-spin-lib:Function ; 3309 rdfs:subClassOf ep-spin-lib:Function ;
3281 spin:body 3310 spin:body
3282 [ rdf:type sp:Select ; 3311 [ rdf:type sp:Select ;
3283 - sp:resultVariables (_:b88) ; 3312 + sp:resultVariables (_:b89) ;
3284 sp:where ([ rdf:type sp:Bind ; 3313 sp:where ([ rdf:type sp:Bind ;
3285 sp:expression 3314 sp:expression
3286 [ rdf:type sp:if ; 3315 [ rdf:type sp:if ;
...@@ -3305,7 +3334,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3305,7 +3334,7 @@ ep-spin-lib:selectYieldPointScale
3305 ] 3334 ]
3306 ] 3335 ]
3307 ] ; 3336 ] ;
3308 - sp:variable _:b88 3337 + sp:variable _:b89
3309 ]) 3338 ])
3310 ] . 3339 ] .
3311 3340
...@@ -3314,138 +3343,141 @@ ddr:TTUC_Enumeration_1 ...@@ -3314,138 +3343,141 @@ ddr:TTUC_Enumeration_1
3314 rdfs:label "Enumeration"^^xsd:string ; 3343 rdfs:label "Enumeration"^^xsd:string ;
3315 dtype:value ddr:TTUC_degC . 3344 dtype:value ddr:TTUC_degC .
3316 3345
3317 -_:b73 3346 +_:b89
3318 - sp:varName "volumetricFlowRateScale"^^xsd:string . 3347 + sp:varName "yieldPointScale"^^xsd:string .
3319 3348
3320 _:b88 3349 _:b88
3321 - sp:varName "yieldPointScale"^^xsd:string . 3350 + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3322 3351
3323 _:b87 3352 _:b87
3324 - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3353 + sp:varName "wellTestType"^^xsd:string .
3325 3354
3326 _:b86 3355 _:b86
3327 - sp:varName "wellTestType"^^xsd:string . 3356 + sp:varName "wellKillingType"^^xsd:string .
3328 3357
3329 _:b85 3358 _:b85
3330 - sp:varName "wellKillingType"^^xsd:string . 3359 + sp:varName "wellControlIncidentType"^^xsd:string .
3331 3360
3332 _:b84 3361 _:b84
3333 - sp:varName "wellControlIncidentType"^^xsd:string . 3362 + sp:varName "wellCementJobType"^^xsd:string .
3334 3363
3335 _:b83 3364 _:b83
3336 - sp:varName "wellCementJobType"^^xsd:string . 3365 + sp:varName "wellCementJobTopPlugType"^^xsd:string .
3337 3366
3338 _:b82 3367 _:b82
3339 - sp:varName "wellCementJobTopPlugType"^^xsd:string . 3368 + sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
3340 3369
3341 _:b81 3370 _:b81
3342 - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 3371 + sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
3343 3372
3344 _:b80 3373 _:b80
3345 - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 3374 + sp:varName "wellCementJobCasingRotationType"^^xsd:string .
3346 3375
3347 _:b79 3376 _:b79
3348 - sp:varName "wellCementJobCasingRotationType"^^xsd:string . 3377 + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
3349 3378
3350 _:b78 3379 _:b78
3351 - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 3380 + sp:varName "wellCementJobBottomPlugType"^^xsd:string .
3352 3381
3353 _:b77 3382 _:b77
3354 - sp:varName "wellCementJobBottomPlugType"^^xsd:string . 3383 + sp:varName "wellBoreTightnessType"^^xsd:string .
3355 3384
3356 _:b76 3385 _:b76
3357 - sp:varName "wellBoreTightnessType"^^xsd:string . 3386 + sp:varName "wellBoreHphtType"^^xsd:string .
3358 3387
3359 _:b75 3388 _:b75
3360 - sp:varName "wellBoreHphtType"^^xsd:string . 3389 + sp:varName "wellBoreDrillingType"^^xsd:string .
3361 3390
3362 _:b74 3391 _:b74
3363 - sp:varName "wellBoreDrillingType"^^xsd:string . 3392 + sp:varName "volumetricFlowRateScale"^^xsd:string .
3364 3393
3365 -_:b72 3394 +_:b73
3366 sp:varName "volumeScale"^^xsd:string . 3395 sp:varName "volumeScale"^^xsd:string .
3367 3396
3368 -_:b71 3397 +_:b72
3369 sp:varName "tubeType"^^xsd:string . 3398 sp:varName "tubeType"^^xsd:string .
3370 3399
3371 -_:b70 3400 +_:b71
3372 sp:varName "durationScale"^^xsd:string . 3401 sp:varName "durationScale"^^xsd:string .
3373 3402
3374 -_:b69 3403 +_:b70
3375 sp:varName "temperatureScale"^^xsd:string . 3404 sp:varName "temperatureScale"^^xsd:string .
3376 3405
3377 -_:b68 3406 +_:b69
3378 sp:varName "strengthScale"^^xsd:string . 3407 sp:varName "strengthScale"^^xsd:string .
3379 3408
3380 -_:b67 3409 +_:b68
3381 sp:varName "speedScale"^^xsd:string . 3410 sp:varName "speedScale"^^xsd:string .
3382 3411
3383 -_:b66 3412 +_:b67
3384 sp:varName "specificVolumeScale"^^xsd:string . 3413 sp:varName "specificVolumeScale"^^xsd:string .
3385 3414
3386 -_:b65 3415 +_:b66
3387 sp:varName "specificMassScale"^^xsd:string . 3416 sp:varName "specificMassScale"^^xsd:string .
3388 3417
3389 -_:b64 3418 +_:b65
3390 sp:varName "pressureTestType"^^xsd:string . 3419 sp:varName "pressureTestType"^^xsd:string .
3391 3420
3392 -_:b63 3421 +_:b64
3393 sp:varName "pressureScale"^^xsd:string . 3422 sp:varName "pressureScale"^^xsd:string .
3394 3423
3395 -_:b62 3424 +_:b63
3396 sp:varName "porePressureDeterminationType"^^xsd:string . 3425 sp:varName "porePressureDeterminationType"^^xsd:string .
3397 3426
3398 -_:b61 3427 +_:b62
3399 sp:varName "plasticViscosityScale"^^xsd:string . 3428 sp:varName "plasticViscosityScale"^^xsd:string .
3400 3429
3401 -_:b60 3430 +_:b61
3402 sp:varName "angleScale"^^xsd:string . 3431 sp:varName "angleScale"^^xsd:string .
3403 3432
3404 -_:b59 3433 +_:b60
3405 sp:varName "mudClass"^^xsd:string . 3434 sp:varName "mudClass"^^xsd:string .
3406 3435
3407 -_:b58 3436 +_:b59
3408 sp:varName "massPerUnitLengthScale"^^xsd:string . 3437 sp:varName "massPerUnitLengthScale"^^xsd:string .
3409 3438
3410 -_:b57 3439 +_:b58
3411 sp:varName "lengthScale"^^xsd:string . 3440 sp:varName "lengthScale"^^xsd:string .
3412 3441
3413 -_:b56 3442 +_:b57
3414 sp:varName "dailyDrillingReportType"^^xsd:string . 3443 sp:varName "dailyDrillingReportType"^^xsd:string .
3415 3444
3416 -_:b55 3445 +_:b56
3417 sp:varName "innerBarrelType"^^xsd:string . 3446 sp:varName "innerBarrelType"^^xsd:string .
3418 3447
3419 -_:b54 3448 +_:b55
3420 sp:varName "gasReadingType"^^xsd:string . 3449 sp:varName "gasReadingType"^^xsd:string .
3421 3450
3422 -_:b53 3451 +_:b54
3423 sp:varName "fluidType"^^xsd:string . 3452 sp:varName "fluidType"^^xsd:string .
3424 3453
3425 -_:b52 3454 +_:b53
3426 sp:varName "fixedOrMoveableRigType"^^xsd:string . 3455 sp:varName "fixedOrMoveableRigType"^^xsd:string .
3427 3456
3428 -_:b51 3457 +_:b52
3429 sp:varName "drillingEquipmentType"^^xsd:string . 3458 sp:varName "drillingEquipmentType"^^xsd:string .
3430 3459
3431 -_:b50 3460 +_:b51
3432 sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . 3461 sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
3433 3462
3434 -_:b49 3463 +_:b50
3435 sp:varName "drillingActivityPurposeType"^^xsd:string . 3464 sp:varName "drillingActivityPurposeType"^^xsd:string .
3436 3465
3437 -_:b48 3466 +_:b49
3438 sp:varName "drillingActivityOutcomeType"^^xsd:string . 3467 sp:varName "drillingActivityOutcomeType"^^xsd:string .
3439 3468
3440 -_:b47 3469 +_:b48
3441 sp:varName "densityScale"^^xsd:string . 3470 sp:varName "densityScale"^^xsd:string .
3442 3471
3443 -_:b46 3472 +_:b47
3444 sp:varName "dailyDrillingReportType"^^xsd:string . 3473 sp:varName "dailyDrillingReportType"^^xsd:string .
3445 3474
3446 -_:b45 3475 +_:b46
3447 sp:varName "componentType"^^xsd:string . 3476 sp:varName "componentType"^^xsd:string .
3448 3477
3478 +_:b45
3479 + sp:varName "classOfWellDatumObject"^^xsd:string .
3480 +
3449 _:b44 3481 _:b44
3450 sp:varName "cementingFluidReturnType"^^xsd:string . 3482 sp:varName "cementingFluidReturnType"^^xsd:string .
3451 3483
......
1 -# Saved by TopBraid on Tue Sep 27 10:05:18 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 13:59:39 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Sep 19 13:37:46 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 14:07:07 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/check 2 # baseURI: http://www.reportinghub.no/ep/transform/check
3 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 4 # imports: http://www.reportinghub.no/ep/schema/1.0/core
...@@ -15,14 +15,14 @@ ...@@ -15,14 +15,14 @@
15 15
16 <http://www.reportinghub.no/ep/transform/check> 16 <http://www.reportinghub.no/ep/transform/check>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 <http://www.witsml.org/schemas/1series#Obj_drillReport> 21 <http://www.witsml.org/schemas/1series#Obj_drillReport>
22 spin:rule 22 spin:rule
23 [ rdf:type sp:Construct ; 23 [ rdf:type sp:Construct ;
24 - rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ; 24 + rdfs:comment "STEP 994 Check that a datum has not been specified for a measured depth"^^xsd:string ;
25 - sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ; 25 + sp:templates ([ sp:object "All measured depths are with respect to the Kelly Bushing, and so a datum specification is not processed." ;
26 sp:predicate rdfs:comment ; 26 sp:predicate rdfs:comment ;
27 sp:subject _:b1 27 sp:subject _:b1
28 ]) ; 28 ]) ;
...@@ -33,6 +33,289 @@ ...@@ -33,6 +33,289 @@
33 sp:predicate <http://www.witsml.org/schemas/1series#createDate> ; 33 sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
34 sp:subject spin:_this 34 sp:subject spin:_this
35 ] [ sp:object 35 ] [ sp:object
36 + [ sp:varName "wellDatum"^^xsd:string
37 + ] ;
38 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
39 + sp:subject spin:_this
40 + ] [ rdf:type sp:Union ;
41 + sp:elements (([ sp:object _:b4 ;
42 + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
43 + sp:subject _:b5
44 + ] [ sp:object _:b6 ;
45 + sp:predicate <http://www.witsml.org/schemas/1series#datum> ;
46 + sp:subject _:b4
47 + ]) ([ sp:object _:b4 ;
48 + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
49 + sp:subject _:b5
50 + ] [ sp:object _:b6 ;
51 + sp:predicate <http://www.witsml.org/schemas/1series#datum> ;
52 + sp:subject _:b4
53 + ]) ([ sp:object _:b4 ;
54 + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
55 + sp:subject _:b5
56 + ] [ sp:object _:b6 ;
57 + sp:predicate <http://www.witsml.org/schemas/1series#datum> ;
58 + sp:subject _:b4
59 + ]))
60 + ] [ rdf:type sp:Bind ;
61 + sp:expression
62 + [ rdf:type ep-spin-lib:normalizeString ;
63 + sp:arg1 _:b2
64 + ] ;
65 + sp:variable _:b7
66 + ] [ rdf:type sp:Bind ;
67 + sp:expression
68 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
69 + sp:arg1 _:b7 ;
70 + sp:arg2 _:b3
71 + ] ;
72 + sp:variable _:b1
73 + ])
74 + ] ;
75 + spin:rule
76 + [ rdf:type sp:Construct ;
77 + rdfs:comment "STEP 994 Check that kelly bushing has not been specified as the datum for an elevation"^^xsd:string ;
78 + sp:templates ([ sp:object "Kelly bushing as the datum for an elevation is not supported." ;
79 + sp:predicate rdfs:comment ;
80 + sp:subject _:b8
81 + ]) ;
82 + sp:where ([ sp:object _:b9 ;
83 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
84 + sp:subject spin:_this
85 + ] [ sp:object _:b10 ;
86 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
87 + sp:subject spin:_this
88 + ] [ sp:object
89 + [ sp:varName "wellDatum"^^xsd:string
90 + ] ;
91 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
92 + sp:subject spin:_this
93 + ] [ sp:object _:b11 ;
94 + sp:predicate <http://www.witsml.org/schemas/1series#elevationRef> ;
95 + sp:subject
96 + [ sp:varName "x"^^xsd:string
97 + ]
98 + ] [ sp:object "KB" ;
99 + sp:predicate <http://www.witsml.org/schemas/1series#datum> ;
100 + sp:subject _:b11
101 + ] [ rdf:type sp:Bind ;
102 + sp:expression
103 + [ rdf:type ep-spin-lib:normalizeString ;
104 + sp:arg1 _:b9
105 + ] ;
106 + sp:variable _:b12
107 + ] [ rdf:type sp:Bind ;
108 + sp:expression
109 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
110 + sp:arg1 _:b12 ;
111 + sp:arg2 _:b10
112 + ] ;
113 + sp:variable _:b8
114 + ])
115 + ] ;
116 + spin:rule
117 + [ rdf:type sp:Construct ;
118 + rdfs:comment "STEP 995 Check only Kelly Bushing and Sea Level are specified as datums"^^xsd:string ;
119 + sp:templates ([ sp:object "Only Kelly Bushing and and Sea Level are supported as a well datum." ;
120 + sp:predicate rdfs:comment ;
121 + sp:subject _:b13
122 + ]) ;
123 + sp:where ([ sp:object _:b14 ;
124 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
125 + sp:subject spin:_this
126 + ] [ sp:object _:b15 ;
127 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
128 + sp:subject spin:_this
129 + ] [ sp:object _:b16 ;
130 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
131 + sp:subject spin:_this
132 + ] [ rdf:type sp:Union ;
133 + sp:elements (([ sp:object <http://www.witsml.org/schemas/1series#ECE_MLLW> ;
134 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
135 + sp:subject _:b16
136 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_MLW> ;
137 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
138 + sp:subject _:b16
139 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_GL> ;
140 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
141 + sp:subject _:b16
142 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_MHHW> ;
143 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
144 + sp:subject _:b16
145 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_CF> ;
146 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
147 + sp:subject _:b16
148 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_DF> ;
149 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
150 + sp:subject _:b16
151 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_SF> ;
152 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
153 + sp:subject _:b16
154 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_MTL> ;
155 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
156 + sp:subject _:b16
157 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_RB> ;
158 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
159 + sp:subject _:b16
160 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_LAT> ;
161 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
162 + sp:subject _:b16
163 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_KO> ;
164 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
165 + sp:subject _:b16
166 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_CV> ;
167 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
168 + sp:subject _:b16
169 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_MHW> ;
170 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
171 + sp:subject _:b16
172 + ]) ([ sp:object <http://www.witsml.org/schemas/1series#ECE_RT> ;
173 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
174 + sp:subject _:b16
175 + ]))
176 + ] [ rdf:type sp:Bind ;
177 + sp:expression
178 + [ rdf:type ep-spin-lib:normalizeString ;
179 + sp:arg1 _:b14
180 + ] ;
181 + sp:variable _:b17
182 + ] [ rdf:type sp:Bind ;
183 + sp:expression
184 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
185 + sp:arg1 _:b17 ;
186 + sp:arg2 _:b15
187 + ] ;
188 + sp:variable _:b13
189 + ])
190 + ] ;
191 + spin:rule
192 + [ rdf:type sp:Construct ;
193 + rdfs:comment "STEP 997 Check that sea level has not been specified as the default datum for measured or vertical depth"^^xsd:string ;
194 + sp:templates ([ sp:object "Sea level as the default datum for measured depth or vertical depth is not supported." ;
195 + sp:predicate rdfs:comment ;
196 + sp:subject _:b18
197 + ]) ;
198 + sp:where ([ sp:object _:b19 ;
199 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
200 + sp:subject spin:_this
201 + ] [ sp:object _:b20 ;
202 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
203 + sp:subject spin:_this
204 + ] [ sp:object _:b21 ;
205 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
206 + sp:subject spin:_this
207 + ] [ sp:object <http://www.witsml.org/schemas/1series#ECE_SL> ;
208 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
209 + sp:subject _:b21
210 + ] [ rdf:type sp:Union ;
211 + sp:elements (([ sp:object
212 + [ sp:varName "defaultMeasuredDepth"^^xsd:string
213 + ] ;
214 + sp:predicate <http://www.witsml.org/schemas/1series#defaultMeasuredDepth> ;
215 + sp:subject _:b21
216 + ]) ([ sp:object
217 + [ sp:varName "defaultVerticalDepth"^^xsd:string
218 + ] ;
219 + sp:predicate <http://www.witsml.org/schemas/1series#defaultVerticalDepth> ;
220 + sp:subject _:b21
221 + ]))
222 + ] [ rdf:type sp:Bind ;
223 + sp:expression
224 + [ rdf:type ep-spin-lib:normalizeString ;
225 + sp:arg1 _:b19
226 + ] ;
227 + sp:variable _:b22
228 + ] [ rdf:type sp:Bind ;
229 + sp:expression
230 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
231 + sp:arg1 _:b22 ;
232 + sp:arg2 _:b20
233 + ] ;
234 + sp:variable _:b18
235 + ])
236 + ] ;
237 + spin:rule
238 + [ rdf:type sp:Construct ;
239 + rdfs:comment "STEP 998 Check for unprocessed wellDatum elements"^^xsd:string ;
240 + sp:templates ([ sp:object "Some wellDatum information has not been processed." ;
241 + sp:predicate rdfs:comment ;
242 + sp:subject _:b23
243 + ]) ;
244 + sp:where ([ sp:object _:b24 ;
245 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
246 + sp:subject spin:_this
247 + ] [ sp:object _:b25 ;
248 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
249 + sp:subject spin:_this
250 + ] [ sp:object _:b26 ;
251 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
252 + sp:subject spin:_this
253 + ] [ rdf:type sp:Union ;
254 + sp:elements (([ sp:object
255 + [ sp:varName "datumName"^^xsd:string
256 + ] ;
257 + sp:predicate <http://www.witsml.org/schemas/1series#datumNameRef> ;
258 + sp:subject _:b26
259 + ]) ([ sp:object
260 + [ sp:varName "datumCRS"^^xsd:string
261 + ] ;
262 + sp:predicate <http://www.witsml.org/schemas/1series#datumNameRef> ;
263 + sp:subject _:b26
264 + ]) ([ sp:object
265 + [ sp:varName "kind"^^xsd:string
266 + ] ;
267 + sp:predicate <http://www.witsml.org/schemas/1series#kind> ;
268 + sp:subject _:b26
269 + ]) ([ sp:object
270 + [ sp:varName "wellBore"^^xsd:string
271 + ] ;
272 + sp:predicate <http://www.witsml.org/schemas/1series#wellboreRef> ;
273 + sp:subject _:b26
274 + ]) ([ sp:object
275 + [ sp:varName "rig"^^xsd:string
276 + ] ;
277 + sp:predicate <http://www.witsml.org/schemas/1series#rigRef> ;
278 + sp:subject _:b26
279 + ]) ([ sp:object
280 + [ sp:varName "measuredDepth"^^xsd:string
281 + ] ;
282 + sp:predicate <http://www.witsml.org/schemas/1series#measuredDepthRef> ;
283 + sp:subject _:b26
284 + ]) ([ sp:object
285 + [ sp:varName "horizontalLocation"^^xsd:string
286 + ] ;
287 + sp:predicate <http://www.witsml.org/schemas/1series#horizontalLocationRef> ;
288 + sp:subject _:b26
289 + ]))
290 + ] [ rdf:type sp:Bind ;
291 + sp:expression
292 + [ rdf:type ep-spin-lib:normalizeString ;
293 + sp:arg1 _:b24
294 + ] ;
295 + sp:variable _:b27
296 + ] [ rdf:type sp:Bind ;
297 + sp:expression
298 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
299 + sp:arg1 _:b27 ;
300 + sp:arg2 _:b25
301 + ] ;
302 + sp:variable _:b23
303 + ])
304 + ] ;
305 + spin:rule
306 + [ rdf:type sp:Construct ;
307 + rdfs:comment "STEP 999 Check that all uom attributes have been processed correctly"^^xsd:string ;
308 + sp:templates ([ sp:object "At least one uom attribute has not been processed correctly." ;
309 + sp:predicate rdfs:comment ;
310 + sp:subject _:b28
311 + ]) ;
312 + sp:where ([ sp:object _:b29 ;
313 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
314 + sp:subject spin:_this
315 + ] [ sp:object _:b30 ;
316 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
317 + sp:subject spin:_this
318 + ] [ sp:object
36 [ sp:varName "y"^^xsd:string 319 [ sp:varName "y"^^xsd:string
37 ] ; 320 ] ;
38 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 321 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
...@@ -42,23 +325,153 @@ ...@@ -42,23 +325,153 @@
42 ] [ rdf:type sp:Bind ; 325 ] [ rdf:type sp:Bind ;
43 sp:expression 326 sp:expression
44 [ rdf:type ep-spin-lib:normalizeString ; 327 [ rdf:type ep-spin-lib:normalizeString ;
45 - sp:arg1 _:b2 328 + sp:arg1 _:b29
46 ] ; 329 ] ;
47 - sp:variable _:b4 330 + sp:variable _:b31
48 ] [ rdf:type sp:Bind ; 331 ] [ rdf:type sp:Bind ;
49 sp:expression 332 sp:expression
50 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; 333 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
51 - sp:arg1 _:b4 ; 334 + sp:arg1 _:b31 ;
52 - sp:arg2 _:b3 335 + sp:arg2 _:b30
53 ] ; 336 ] ;
54 - sp:variable _:b1 337 + sp:variable _:b28
338 + ])
339 + ] ;
340 + spin:rule
341 + [ rdf:type sp:Construct ;
342 + rdfs:comment "STEP 996 Check that kelly bushing has not been specified as the default datum for elevation"^^xsd:string ;
343 + sp:templates ([ sp:object "Kelly bushing as the default datum for elevation is not supported." ;
344 + sp:predicate rdfs:comment ;
345 + sp:subject _:b32
346 + ]) ;
347 + sp:where ([ sp:object _:b33 ;
348 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
349 + sp:subject spin:_this
350 + ] [ sp:object _:b34 ;
351 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
352 + sp:subject spin:_this
353 + ] [ sp:object _:b35 ;
354 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
355 + sp:subject spin:_this
356 + ] [ sp:object <http://www.witsml.org/schemas/1series#ECE_SL> ;
357 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
358 + sp:subject _:b35
359 + ] [ sp:object
360 + [ sp:varName "defaultElevation"^^xsd:string
361 + ] ;
362 + sp:predicate <http://www.witsml.org/schemas/1series#defaultElevation> ;
363 + sp:subject _:b35
364 + ] [ rdf:type sp:Bind ;
365 + sp:expression
366 + [ rdf:type ep-spin-lib:normalizeString ;
367 + sp:arg1 _:b33
368 + ] ;
369 + sp:variable _:b36
370 + ] [ rdf:type sp:Bind ;
371 + sp:expression
372 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
373 + sp:arg1 _:b36 ;
374 + sp:arg2 _:b34
375 + ] ;
376 + sp:variable _:b32
55 ]) 377 ])
56 ] . 378 ] .
57 379
58 -_:b1 sp:varName "dailyDrillingReport"^^xsd:string . 380 +_:b29
381 + sp:varName "nameWellBore"^^xsd:string .
59 382
60 -_:b4 sp:varName "normalizedWellBoreName"^^xsd:string . 383 +_:b30
384 + sp:varName "createDate"^^xsd:string .
61 385
62 -_:b3 sp:varName "createDate"^^xsd:string . 386 +_:b31
387 + sp:varName "normalizedWellBoreName"^^xsd:string .
388 +
389 +_:b28
390 + sp:varName "dailyDrillingReport"^^xsd:string .
391 +
392 +_:b24
393 + sp:varName "nameWellBore"^^xsd:string .
394 +
395 +_:b25
396 + sp:varName "createDate"^^xsd:string .
397 +
398 +_:b26
399 + sp:varName "wellDatum"^^xsd:string .
400 +
401 +_:b27
402 + sp:varName "normalizedWellBoreName"^^xsd:string .
403 +
404 +_:b23
405 + sp:varName "dailyDrillingReport"^^xsd:string .
406 +
407 +_:b19
408 + sp:varName "nameWellBore"^^xsd:string .
409 +
410 +_:b20
411 + sp:varName "createDate"^^xsd:string .
412 +
413 +_:b21
414 + sp:varName "wellDatum"^^xsd:string .
415 +
416 +_:b22
417 + sp:varName "normalizedWellBoreName"^^xsd:string .
418 +
419 +_:b18
420 + sp:varName "dailyDrillingReport"^^xsd:string .
421 +
422 +_:b33
423 + sp:varName "nameWellBore"^^xsd:string .
424 +
425 +_:b34
426 + sp:varName "createDate"^^xsd:string .
427 +
428 +_:b35
429 + sp:varName "wellDatum"^^xsd:string .
430 +
431 +_:b36
432 + sp:varName "normalizedWellBoreName"^^xsd:string .
433 +
434 +_:b32
435 + sp:varName "dailyDrillingReport"^^xsd:string .
436 +
437 +_:b14
438 + sp:varName "nameWellBore"^^xsd:string .
439 +
440 +_:b15
441 + sp:varName "createDate"^^xsd:string .
442 +
443 +_:b16
444 + sp:varName "wellDatum"^^xsd:string .
445 +
446 +_:b17
447 + sp:varName "normalizedWellBoreName"^^xsd:string .
448 +
449 +_:b13
450 + sp:varName "dailyDrillingReport"^^xsd:string .
451 +
452 +_:b9 sp:varName "nameWellBore"^^xsd:string .
453 +
454 +_:b10
455 + sp:varName "createDate"^^xsd:string .
456 +
457 +_:b11
458 + sp:varName "elevation"^^xsd:string .
459 +
460 +_:b12
461 + sp:varName "normalizedWellBoreName"^^xsd:string .
462 +
463 +_:b8 sp:varName "dailyDrillingReport"^^xsd:string .
63 464
64 _:b2 sp:varName "nameWellBore"^^xsd:string . 465 _:b2 sp:varName "nameWellBore"^^xsd:string .
466 +
467 +_:b3 sp:varName "createDate"^^xsd:string .
468 +
469 +_:b5 sp:varName "x"^^xsd:string .
470 +
471 +_:b4 sp:varName "md"^^xsd:string .
472 +
473 +_:b6 sp:varName "datum"^^xsd:string .
474 +
475 +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
476 +
477 +_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
......
1 -# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 11:47:13 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo 3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
4 +# imports: http://www.reportinghub.no/ep/transform/1.1/wellDatum
4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo 5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
...@@ -49,12 +50,14 @@ ...@@ -49,12 +50,14 @@
49 @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . 50 @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> .
50 @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . 51 @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
51 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . 52 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> .
53 +@prefix unnamed1: <http://www.reportinghub.no/ep/transform/unnamed1#> .
52 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . 54 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> .
55 +@prefix wellDatum: <http://www.reportinghub.no/ep/transform/1.1/wellDatum#> .
53 @prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . 56 @prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> .
54 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . 57 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> .
55 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 58 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
56 59
57 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 60 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
58 rdf:type owl:Ontology ; 61 rdf:type owl:Ontology ;
59 - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 62 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellDatum> ;
60 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 63 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 11:47:13 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Tue Sep 27 14:13:13 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/1.1/wellDatum
3 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 +# imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://spinrdf.org/spin
7 +
8 +@prefix : <http://www.reportinghub.no/ep/transform/1.1/wellDatum#> .
9 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
10 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 +@prefix sp: <http://spinrdf.org/sp#> .
14 +@prefix spin: <http://spinrdf.org/spin#> .
15 +@prefix spl: <http://spinrdf.org/spl#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/ep/transform/1.1/wellDatum>
19 + rdf:type owl:Ontology ;
20 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 +
23 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
24 + spin:rule
25 + [ rdf:type sp:Construct ;
26 + rdfs:comment "STEP 169d Transfer wellDatum (step number chosen to ensure that it comes after the rig definition)"^^xsd:string ;
27 + sp:templates ([ sp:object _:b1 ;
28 + sp:predicate <http://www.reportinghub.no/ep/schema/report#datumObjectForDailyDrillingReport> ;
29 + sp:subject _:b2
30 + ] [ sp:object _:b3 ;
31 + sp:predicate rdfs:comment ;
32 + sp:subject _:b1
33 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater-meanSeaLevel> ;
34 + sp:predicate rdf:type ;
35 + sp:subject _:b1
36 + ] [ sp:object _:b4 ;
37 + sp:predicate <http://www.reportinghub.no/ep/schema/report#nameAsDatumObject> ;
38 + sp:subject _:b1
39 + ] [ sp:object _:b1 ;
40 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
41 + sp:subject _:b5
42 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ;
43 + sp:predicate rdf:type ;
44 + sp:subject _:b5
45 + ] [ sp:object _:b6 ;
46 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
47 + sp:subject _:b5
48 + ] [ sp:object _:b7 ;
49 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#depthOfSurroundingWater> ;
50 + sp:subject _:b1
51 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
52 + sp:predicate rdf:type ;
53 + sp:subject _:b7
54 + ] [ sp:object _:b8 ;
55 + sp:predicate _:b9 ;
56 + sp:subject _:b7
57 + ]) ;
58 + sp:where ([ sp:object _:b10 ;
59 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
60 + sp:subject spin:_this
61 + ] [ sp:object _:b11 ;
62 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
63 + sp:subject spin:_this
64 + ] [ sp:object _:b12 ;
65 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
66 + sp:subject spin:_this
67 + ] [ sp:object <http://www.witsml.org/schemas/1series#ECE_SL> ;
68 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
69 + sp:subject _:b12
70 + ] [ rdf:type sp:Optional ;
71 + sp:elements ([ sp:object _:b4 ;
72 + sp:predicate <http://www.witsml.org/schemas/1series#name> ;
73 + sp:subject _:b12
74 + ])
75 + ] [ rdf:type sp:Optional ;
76 + sp:elements ([ sp:object _:b13 ;
77 + sp:predicate <http://www.witsml.org/schemas/1series#elevationRef> ;
78 + sp:subject _:b12
79 + ] [ sp:object _:b14 ;
80 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
81 + sp:subject _:b13
82 + ] [ sp:object _:b8 ;
83 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
84 + sp:subject _:b13
85 + ])
86 + ] [ rdf:type sp:Optional ;
87 + sp:elements ([ sp:object _:b3 ;
88 + sp:predicate <http://www.witsml.org/schemas/1series#comment> ;
89 + sp:subject _:b12
90 + ])
91 + ] [ sp:object _:b15 ;
92 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ;
93 + sp:subject _:b16
94 + ] [ sp:object _:b6 ;
95 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
96 + sp:subject _:b15
97 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ;
98 + sp:predicate rdf:type ;
99 + sp:subject _:b6
100 + ] [ rdf:type sp:Bind ;
101 + sp:expression
102 + [ rdf:type ep-spin-lib:normalizeString ;
103 + sp:arg1 _:b10
104 + ] ;
105 + sp:variable _:b17
106 + ] [ rdf:type sp:Bind ;
107 + sp:expression
108 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
109 + sp:arg1 _:b17 ;
110 + sp:arg2 _:b11
111 + ] ;
112 + sp:variable _:b2
113 + ] [ rdf:type sp:Bind ;
114 + sp:expression
115 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
116 + sp:arg1 _:b17 ;
117 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
118 + ]
119 + ] ;
120 + sp:variable _:b16
121 + ] [ rdf:type sp:Bind ;
122 + sp:expression
123 + [ rdf:type ep-spin-lib:selectClassOfWellDatumObject ;
124 + sp:arg1 [ sp:varName "code"^^xsd:string
125 + ]
126 + ] ;
127 + sp:variable
128 + [ sp:varName "classOfWellDatumObject"^^xsd:string
129 + ]
130 + ] [ rdf:type sp:Bind ;
131 + sp:expression
132 + [ rdf:type ep-spin-lib:selectLengthScale ;
133 + sp:arg1 _:b14
134 + ] ;
135 + sp:variable _:b9
136 + ])
137 + ] ;
138 + spin:rule
139 + [ rdf:type sp:Construct ;
140 + rdfs:comment "STEP 169c Transfer wellDatum (step number chosen to ensure that it comes after the rig definition)"^^xsd:string ;
141 + sp:templates ([ sp:object _:b18 ;
142 + sp:predicate <http://www.reportinghub.no/ep/schema/report#datumObjectForDailyDrillingReport> ;
143 + sp:subject _:b19
144 + ] [ sp:object _:b20 ;
145 + sp:predicate rdfs:comment ;
146 + sp:subject _:b18
147 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ;
148 + sp:predicate rdf:type ;
149 + sp:subject _:b18
150 + ] [ sp:object _:b21 ;
151 + sp:predicate <http://www.reportinghub.no/ep/schema/report#nameAsDatumObject> ;
152 + sp:subject _:b18
153 + ] [ sp:object _:b18 ;
154 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
155 + sp:subject _:b22
156 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ;
157 + sp:predicate rdf:type ;
158 + sp:subject _:b22
159 + ] [ sp:object _:b23 ;
160 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
161 + sp:subject _:b22
162 + ] [ sp:object _:b24 ;
163 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#elevationOfKellyBushing> ;
164 + sp:subject _:b18
165 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
166 + sp:predicate rdf:type ;
167 + sp:subject _:b24
168 + ] [ sp:object _:b25 ;
169 + sp:predicate _:b26 ;
170 + sp:subject _:b24
171 + ]) ;
172 + sp:where ([ sp:object _:b27 ;
173 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
174 + sp:subject spin:_this
175 + ] [ sp:object _:b28 ;
176 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
177 + sp:subject spin:_this
178 + ] [ sp:object _:b29 ;
179 + sp:predicate <http://www.witsml.org/schemas/1series#wellDatumRef> ;
180 + sp:subject spin:_this
181 + ] [ sp:object <http://www.witsml.org/schemas/1series#ECE_KB> ;
182 + sp:predicate <http://www.witsml.org/schemas/1series#codeRef> ;
183 + sp:subject _:b29
184 + ] [ rdf:type sp:Optional ;
185 + sp:elements ([ sp:object _:b21 ;
186 + sp:predicate <http://www.witsml.org/schemas/1series#name> ;
187 + sp:subject _:b29
188 + ])
189 + ] [ rdf:type sp:Optional ;
190 + sp:elements ([ sp:object _:b30 ;
191 + sp:predicate <http://www.witsml.org/schemas/1series#elevationRef> ;
192 + sp:subject _:b29
193 + ] [ sp:object _:b31 ;
194 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
195 + sp:subject _:b30
196 + ] [ sp:object _:b25 ;
197 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
198 + sp:subject _:b30
199 + ])
200 + ] [ rdf:type sp:Optional ;
201 + sp:elements ([ sp:object _:b20 ;
202 + sp:predicate <http://www.witsml.org/schemas/1series#comment> ;
203 + sp:subject _:b29
204 + ])
205 + ] [ sp:object _:b32 ;
206 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ;
207 + sp:subject _:b33
208 + ] [ sp:object _:b23 ;
209 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
210 + sp:subject _:b32
211 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ;
212 + sp:predicate rdf:type ;
213 + sp:subject _:b23
214 + ] [ rdf:type sp:Bind ;
215 + sp:expression
216 + [ rdf:type ep-spin-lib:normalizeString ;
217 + sp:arg1 _:b27
218 + ] ;
219 + sp:variable _:b34
220 + ] [ rdf:type sp:Bind ;
221 + sp:expression
222 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
223 + sp:arg1 _:b34 ;
224 + sp:arg2 _:b28
225 + ] ;
226 + sp:variable _:b19
227 + ] [ rdf:type sp:Bind ;
228 + sp:expression
229 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
230 + sp:arg1 _:b34 ;
231 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
232 + ]
233 + ] ;
234 + sp:variable _:b33
235 + ] [ rdf:type sp:Bind ;
236 + sp:expression
237 + [ rdf:type ep-spin-lib:selectClassOfWellDatumObject ;
238 + sp:arg1 [ sp:varName "code"^^xsd:string
239 + ]
240 + ] ;
241 + sp:variable
242 + [ sp:varName "classOfWellDatumObject"^^xsd:string
243 + ]
244 + ] [ rdf:type sp:Bind ;
245 + sp:expression
246 + [ rdf:type ep-spin-lib:selectLengthScale ;
247 + sp:arg1 _:b31
248 + ] ;
249 + sp:variable _:b26
250 + ])
251 + ] .
252 +
253 +_:b10
254 + sp:varName "nameWellBore"^^xsd:string .
255 +
256 +_:b11
257 + sp:varName "createDate"^^xsd:string .
258 +
259 +_:b12
260 + sp:varName "wellDatum"^^xsd:string .
261 +
262 +_:b4 sp:varName "name"^^xsd:string .
263 +
264 +_:b13
265 + sp:varName "elevation"^^xsd:string .
266 +
267 +_:b14
268 + sp:varName "uomLength"^^xsd:string .
269 +
270 +_:b8 sp:varName "realLength"^^xsd:string .
271 +
272 +_:b3 sp:varName "comment"^^xsd:string .
273 +
274 +_:b16
275 + sp:varName "dailyDrillingActivity"^^xsd:string .
276 +
277 +_:b15
278 + sp:varName "temporalPartOfARig"^^xsd:string .
279 +
280 +_:b6 sp:varName "rig"^^xsd:string .
281 +
282 +_:b17
283 + sp:varName "normalizedWellBoreName"^^xsd:string .
284 +
285 +_:b2 sp:varName "dailyDrillingReport"^^xsd:string .
286 +
287 +_:b9 sp:varName "lengthScale"^^xsd:string .
288 +
289 +_:b27
290 + sp:varName "nameWellBore"^^xsd:string .
291 +
292 +_:b28
293 + sp:varName "createDate"^^xsd:string .
294 +
295 +_:b29
296 + sp:varName "wellDatum"^^xsd:string .
297 +
298 +_:b21
299 + sp:varName "name"^^xsd:string .
300 +
301 +_:b30
302 + sp:varName "elevation"^^xsd:string .
303 +
304 +_:b31
305 + sp:varName "uomLength"^^xsd:string .
306 +
307 +_:b25
308 + sp:varName "realLength"^^xsd:string .
309 +
310 +_:b20
311 + sp:varName "comment"^^xsd:string .
312 +
313 +_:b33
314 + sp:varName "dailyDrillingActivity"^^xsd:string .
315 +
316 +_:b32
317 + sp:varName "temporalPartOfARig"^^xsd:string .
318 +
319 +_:b23
320 + sp:varName "rig"^^xsd:string .
321 +
322 +_:b34
323 + sp:varName "normalizedWellBoreName"^^xsd:string .
324 +
325 +_:b19
326 + sp:varName "dailyDrillingReport"^^xsd:string .
327 +
328 +_:b26
329 + sp:varName "lengthScale"^^xsd:string .
1 +# Saved by TopBraid on Tue Sep 27 14:13:13 BST 2011
2 +# baseURI: null
3 +
4 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
5 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
6 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix visual: <http://topbraid.org/visual#> .
11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +
13 +[] rdf:type inference:Configuration ;
14 + composite:child
15 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
16 + composite:index "0"^^xsd:int
17 + ] .