David Leal

Added label to bitDiameter class

1 +# Saved by TopBraid on Fri Oct 28 22:27:29 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 +# 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/well
5 6
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 7 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
...@@ -13,7 +14,7 @@ ...@@ -13,7 +14,7 @@
13 14
14 <http://www.reportinghub.no/ep/schema/1.0/equipment> 15 <http://www.reportinghub.no/ep/schema/1.0/equipment>
15 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
17 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
18 19
19 ep-core:PhysicalThing 20 ep-core:PhysicalThing
...@@ -30,10 +31,10 @@ ep-eqt:BlowOutPreventer ...@@ -30,10 +31,10 @@ ep-eqt:BlowOutPreventer
30 rdfs:subClassOf ep-eqt:Equipment . 31 rdfs:subClassOf ep-eqt:Equipment .
31 32
32 ep-eqt:Casing 33 ep-eqt:Casing
33 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 34 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
34 rdfs:label "Casing"^^xsd:string ; 35 rdfs:label "Casing"^^xsd:string ;
35 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 36 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
36 - owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . 37 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .
37 38
38 ep-eqt:CasingLinerTubing 39 ep-eqt:CasingLinerTubing
39 rdf:type owl:Class ; 40 rdf:type owl:Class ;
...@@ -57,25 +58,30 @@ ep-eqt:CasingRoleType ...@@ -57,25 +58,30 @@ ep-eqt:CasingRoleType
57 ep-eqt:CasingString 58 ep-eqt:CasingString
58 rdf:type owl:Class ; 59 rdf:type owl:Class ;
59 rdfs:label "casing string"^^xsd:string ; 60 rdfs:label "casing string"^^xsd:string ;
60 - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . 61 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
61 62
62 ep-eqt:ChokeValve 63 ep-eqt:ChokeValve
63 rdf:type owl:Class ; 64 rdf:type owl:Class ;
64 rdfs:label "choke valve"^^xsd:string ; 65 rdfs:label "choke valve"^^xsd:string ;
65 rdfs:subClassOf ep-eqt:Equipment . 66 rdfs:subClassOf ep-eqt:Equipment .
66 67
68 +ep-eqt:ClassOfDrillBitBySize
69 + rdf:type rdfs:Class ;
70 + rdfs:label "class of drill bit by size"^^xsd:string ;
71 + rdfs:subClassOf owl:Class .
72 +
67 ep-eqt:ClassOfSupplyDefinedByAManufacturer 73 ep-eqt:ClassOfSupplyDefinedByAManufacturer
68 rdf:type rdfs:Class ; 74 rdf:type rdfs:Class ;
69 rdfs:label "manufacturer model"^^xsd:string ; 75 rdfs:label "manufacturer model"^^xsd:string ;
70 rdfs:subClassOf owl:Class . 76 rdfs:subClassOf owl:Class .
71 77
72 ep-eqt:Compressor 78 ep-eqt:Compressor
73 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 79 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
74 rdfs:label "compressor"^^xsd:string ; 80 rdfs:label "compressor"^^xsd:string ;
75 rdfs:subClassOf ep-eqt:Equipment . 81 rdfs:subClassOf ep-eqt:Equipment .
76 82
77 ep-eqt:Controller-lift 83 ep-eqt:Controller-lift
78 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 84 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
79 rdfs:label "controller - lift"^^xsd:string ; 85 rdfs:label "controller - lift"^^xsd:string ;
80 rdfs:subClassOf ep-eqt:Equipment . 86 rdfs:subClassOf ep-eqt:Equipment .
81 87
...@@ -108,25 +114,25 @@ ep-eqt:InnerBarrel-aluminum ...@@ -108,25 +114,25 @@ ep-eqt:InnerBarrel-aluminum
108 rdf:type owl:Class ; 114 rdf:type owl:Class ;
109 rdfs:label "inner barrel - aluminum"^^xsd:string ; 115 rdfs:label "inner barrel - aluminum"^^xsd:string ;
110 rdfs:subClassOf ep-eqt:InnerBarrel ; 116 rdfs:subClassOf ep-eqt:InnerBarrel ;
111 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . 117 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
112 118
113 ep-eqt:InnerBarrel-fiberglass 119 ep-eqt:InnerBarrel-fiberglass
114 rdf:type owl:Class ; 120 rdf:type owl:Class ;
115 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 121 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
116 rdfs:subClassOf ep-eqt:InnerBarrel ; 122 rdfs:subClassOf ep-eqt:InnerBarrel ;
117 - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . 123 + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum .
118 124
119 ep-eqt:InnerBarrel-gel 125 ep-eqt:InnerBarrel-gel
120 rdf:type owl:Class ; 126 rdf:type owl:Class ;
121 rdfs:label "inner barrel - gel"^^xsd:string ; 127 rdfs:label "inner barrel - gel"^^xsd:string ;
122 rdfs:subClassOf ep-eqt:InnerBarrel ; 128 rdfs:subClassOf ep-eqt:InnerBarrel ;
123 - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . 129 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum .
124 130
125 ep-eqt:IntermediateCasing 131 ep-eqt:IntermediateCasing
126 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 132 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
127 rdfs:label "intermediate casing"^^xsd:string ; 133 rdfs:label "intermediate casing"^^xsd:string ;
128 rdfs:subClassOf ep-eqt:Casing ; 134 rdfs:subClassOf ep-eqt:Casing ;
129 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . 135 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
130 136
131 ep-eqt:KellyBushing 137 ep-eqt:KellyBushing
132 rdf:type owl:Class ; 138 rdf:type owl:Class ;
...@@ -136,51 +142,51 @@ ep-eqt:KellyBushing ...@@ -136,51 +142,51 @@ ep-eqt:KellyBushing
136 ep-eqt:LastCasingOfAWellBore 142 ep-eqt:LastCasingOfAWellBore
137 rdf:type owl:Class ; 143 rdf:type owl:Class ;
138 rdfs:label "last casing of a wellbore"^^xsd:string ; 144 rdfs:label "last casing of a wellbore"^^xsd:string ;
139 - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . 145 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
140 146
141 ep-eqt:Liner 147 ep-eqt:Liner
142 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 148 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
143 rdfs:label "Liner"^^xsd:string ; 149 rdfs:label "Liner"^^xsd:string ;
144 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 150 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
145 - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . 151 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
146 152
147 ep-eqt:Manifold-injection 153 ep-eqt:Manifold-injection
148 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 154 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
149 rdfs:label "manifold - injection"^^xsd:string ; 155 rdfs:label "manifold - injection"^^xsd:string ;
150 rdfs:subClassOf ep-eqt:Equipment . 156 rdfs:subClassOf ep-eqt:Equipment .
151 157
152 ep-eqt:Manifold-production 158 ep-eqt:Manifold-production
153 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 159 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
154 rdfs:label "manifold - production"^^xsd:string ; 160 rdfs:label "manifold - production"^^xsd:string ;
155 rdfs:subClassOf ep-eqt:Equipment . 161 rdfs:subClassOf ep-eqt:Equipment .
156 162
157 ep-eqt:ProductionCasing 163 ep-eqt:ProductionCasing
158 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 164 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
159 rdfs:label "production casing"^^xsd:string ; 165 rdfs:label "production casing"^^xsd:string ;
160 rdfs:subClassOf ep-eqt:Casing ; 166 rdfs:subClassOf ep-eqt:Casing ;
161 - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . 167 + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
162 168
163 ep-eqt:Separator 169 ep-eqt:Separator
164 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 170 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
165 rdfs:label "separator"^^xsd:string ; 171 rdfs:label "separator"^^xsd:string ;
166 rdfs:subClassOf ep-eqt:Equipment . 172 rdfs:subClassOf ep-eqt:Equipment .
167 173
168 ep-eqt:Tank 174 ep-eqt:Tank
169 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 175 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
170 rdfs:label "tank"^^xsd:string ; 176 rdfs:label "tank"^^xsd:string ;
171 rdfs:subClassOf ep-eqt:Equipment . 177 rdfs:subClassOf ep-eqt:Equipment .
172 178
173 ep-eqt:TopCasing 179 ep-eqt:TopCasing
174 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 180 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
175 rdfs:label "top casing"^^xsd:string ; 181 rdfs:label "top casing"^^xsd:string ;
176 rdfs:subClassOf ep-eqt:Casing ; 182 rdfs:subClassOf ep-eqt:Casing ;
177 - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . 183 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
178 184
179 ep-eqt:Tubing 185 ep-eqt:Tubing
180 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 186 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
181 rdfs:label "Tubing"^^xsd:string ; 187 rdfs:label "Tubing"^^xsd:string ;
182 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 188 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
183 - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . 189 + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing .
184 190
185 ep-eqt:TubularConnectionClass 191 ep-eqt:TubularConnectionClass
186 rdf:type rdfs:Class ; 192 rdf:type rdfs:Class ;
...@@ -198,7 +204,7 @@ ep-eqt:WellTestChoke ...@@ -198,7 +204,7 @@ ep-eqt:WellTestChoke
198 rdfs:subClassOf ep-eqt:Equipment . 204 rdfs:subClassOf ep-eqt:Equipment .
199 205
200 ep-eqt:chokeOrificeSize 206 ep-eqt:chokeOrificeSize
201 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 207 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
202 rdfs:domain ep-eqt:WellTestChoke ; 208 rdfs:domain ep-eqt:WellTestChoke ;
203 rdfs:label "choke orifice size"^^xsd:string ; 209 rdfs:label "choke orifice size"^^xsd:string ;
204 rdfs:range ep-core:Length . 210 rdfs:range ep-core:Length .
...@@ -209,67 +215,67 @@ ep-eqt:codeAssignedByAManufacturer ...@@ -209,67 +215,67 @@ ep-eqt:codeAssignedByAManufacturer
209 rdfs:label "code assigned by manufacturer"^^xsd:string . 215 rdfs:label "code assigned by manufacturer"^^xsd:string .
210 216
211 ep-eqt:diameterOfACasing 217 ep-eqt:diameterOfACasing
212 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 218 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
213 rdfs:domain ep-eqt:Casing ; 219 rdfs:domain ep-eqt:Casing ;
214 rdfs:label "diameter of a casing"^^xsd:string ; 220 rdfs:label "diameter of a casing"^^xsd:string ;
215 rdfs:range ep-core:Length . 221 rdfs:range ep-core:Length .
216 222
217 ep-eqt:diameterOfDrillBit 223 ep-eqt:diameterOfDrillBit
218 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 224 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
219 rdfs:domain ep-eqt:DrillBit ; 225 rdfs:domain ep-eqt:DrillBit ;
220 rdfs:label "diameter of drill bit"^^xsd:string ; 226 rdfs:label "diameter of drill bit"^^xsd:string ;
221 rdfs:range ep-core:Length . 227 rdfs:range ep-core:Length .
222 228
223 ep-eqt:elevationOfKellyBushing 229 ep-eqt:elevationOfKellyBushing
224 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 230 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
225 rdfs:domain ep-eqt:KellyBushing ; 231 rdfs:domain ep-eqt:KellyBushing ;
226 rdfs:label "elevation of kelly bushing"^^xsd:string ; 232 rdfs:label "elevation of kelly bushing"^^xsd:string ;
227 rdfs:range ep-core:Length . 233 rdfs:range ep-core:Length .
228 234
229 ep-eqt:hasTubularConnectionClass 235 ep-eqt:hasTubularConnectionClass
230 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 236 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
231 rdfs:domain ep-eqt:CasingLinerTubing ; 237 rdfs:domain ep-eqt:CasingLinerTubing ;
232 rdfs:label "has tubular connection class"^^xsd:string ; 238 rdfs:label "has tubular connection class"^^xsd:string ;
233 rdfs:range ep-eqt:TubularConnectionClass . 239 rdfs:range ep-eqt:TubularConnectionClass .
234 240
235 ep-eqt:insideDiameterOfATubular 241 ep-eqt:insideDiameterOfATubular
236 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 242 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
237 rdfs:domain ep-eqt:CasingLinerTubing ; 243 rdfs:domain ep-eqt:CasingLinerTubing ;
238 rdfs:label "inside diameter of a tubular"^^xsd:string ; 244 rdfs:label "inside diameter of a tubular"^^xsd:string ;
239 rdfs:range ep-core:Length . 245 rdfs:range ep-core:Length .
240 246
241 ep-eqt:lengthOfInnerBarrel 247 ep-eqt:lengthOfInnerBarrel
242 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 248 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
243 rdfs:domain ep-eqt:InnerBarrel ; 249 rdfs:domain ep-eqt:InnerBarrel ;
244 rdfs:label "length of inner barrel"^^xsd:string ; 250 rdfs:label "length of inner barrel"^^xsd:string ;
245 rdfs:range ep-core:Length . 251 rdfs:range ep-core:Length .
246 252
247 ep-eqt:manufacturedBy 253 ep-eqt:manufacturedBy
248 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 254 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
249 rdfs:domain ep-eqt:Equipment ; 255 rdfs:domain ep-eqt:Equipment ;
250 rdfs:label "manaufactured by"^^xsd:string ; 256 rdfs:label "manaufactured by"^^xsd:string ;
251 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 257 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
252 258
253 ep-eqt:maximumPressureForBlowOutPreventer 259 ep-eqt:maximumPressureForBlowOutPreventer
254 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 260 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
255 rdfs:domain ep-eqt:BlowOutPreventer ; 261 rdfs:domain ep-eqt:BlowOutPreventer ;
256 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; 262 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ;
257 rdfs:range ep-core:Pressure . 263 rdfs:range ep-core:Pressure .
258 264
259 ep-eqt:maximumPressureForChokeValve 265 ep-eqt:maximumPressureForChokeValve
260 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 266 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
261 rdfs:domain ep-eqt:ChokeValve ; 267 rdfs:domain ep-eqt:ChokeValve ;
262 rdfs:label "maximum pressure for choke valve"^^xsd:string ; 268 rdfs:label "maximum pressure for choke valve"^^xsd:string ;
263 rdfs:range ep-core:Pressure . 269 rdfs:range ep-core:Pressure .
264 270
265 ep-eqt:outsideDiameterOfATubular 271 ep-eqt:outsideDiameterOfATubular
266 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 272 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
267 rdfs:domain ep-eqt:CasingLinerTubing ; 273 rdfs:domain ep-eqt:CasingLinerTubing ;
268 rdfs:label "outside diameter of a tubular"^^xsd:string ; 274 rdfs:label "outside diameter of a tubular"^^xsd:string ;
269 rdfs:range ep-core:Length . 275 rdfs:range ep-core:Length .
270 276
271 ep-eqt:stringLengthOfATubular 277 ep-eqt:stringLengthOfATubular
272 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 278 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
273 rdfs:domain ep-eqt:CasingLinerTubing ; 279 rdfs:domain ep-eqt:CasingLinerTubing ;
274 rdfs:label "string length of a tubular"^^xsd:string ; 280 rdfs:label "string length of a tubular"^^xsd:string ;
275 rdfs:range ep-core:Length . 281 rdfs:range ep-core:Length .
......
1 -# Saved by TopBraid on Fri Oct 28 20:37:14 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 22:28:33 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 23 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 <http://www.witsml.org/schemas/1series#Obj_drillReport> 26 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -78,86 +78,86 @@ ...@@ -78,86 +78,86 @@
78 ] [ sp:object _:b11 ; 78 ] [ sp:object _:b11 ;
79 sp:predicate rdf:type ; 79 sp:predicate rdf:type ;
80 sp:subject _:b9 80 sp:subject _:b9
81 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ; 81 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfDrillBitBySize> ;
82 sp:predicate rdf:type ; 82 sp:predicate rdf:type ;
83 sp:subject _:b11 83 sp:subject _:b11
84 ] [ sp:object _:b12 ; 84 ] [ sp:object _:b12 ;
85 - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ; 85 + sp:predicate rdfs:label ;
86 sp:subject _:b11 86 sp:subject _:b11
87 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
88 - sp:predicate rdf:type ;
89 - sp:subject _:b12
90 ] [ sp:object _:b13 ; 87 ] [ sp:object _:b13 ;
91 - sp:predicate _:b14 ;
92 - sp:subject _:b12
93 - ] [ sp:object _:b15 ;
94 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ; 88 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ;
95 sp:subject _:b9 89 sp:subject _:b9
96 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; 90 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
97 sp:predicate rdf:type ; 91 sp:predicate rdf:type ;
98 - sp:subject _:b15 92 + sp:subject _:b13
99 - ] [ sp:object _:b16 ; 93 + ] [ sp:object _:b14 ;
100 sp:predicate rdfs:label ; 94 sp:predicate rdfs:label ;
95 + sp:subject _:b13
96 + ] [ sp:object _:b15 ;
97 + sp:predicate rdf:type ;
98 + sp:subject _:b9
99 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ;
100 + sp:predicate rdf:type ;
101 sp:subject _:b15 101 sp:subject _:b15
102 - ] [ sp:object _:b17 ; 102 + ] [ sp:object _:b16 ;
103 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ; 103 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ;
104 - sp:subject _:b11 104 + sp:subject _:b15
105 ]) ; 105 ]) ;
106 - sp:where ([ sp:object _:b18 ; 106 + sp:where ([ sp:object _:b17 ;
107 sp:predicate ep-spin-lib:nameWellbore ; 107 sp:predicate ep-spin-lib:nameWellbore ;
108 sp:subject spin:_this 108 sp:subject spin:_this
109 - ] [ sp:object _:b19 ; 109 + ] [ sp:object _:b18 ;
110 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 110 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
111 sp:subject spin:_this 111 sp:subject spin:_this
112 - ] [ sp:object _:b20 ; 112 + ] [ sp:object _:b19 ;
113 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 113 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
114 sp:subject spin:_this 114 sp:subject spin:_this
115 ] [ sp:object _:b10 ; 115 ] [ sp:object _:b10 ;
116 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 116 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
117 - sp:subject _:b20 117 + sp:subject _:b19
118 - ] [ sp:object _:b21 ; 118 + ] [ sp:object _:b20 ;
119 sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ; 119 sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ;
120 + sp:subject _:b19
121 + ] [ sp:object _:b21 ;
122 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
120 sp:subject _:b20 123 sp:subject _:b20
121 ] [ sp:object _:b22 ; 124 ] [ sp:object _:b22 ;
122 - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
123 - sp:subject _:b21
124 - ] [ sp:object _:b13 ;
125 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 125 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
126 - sp:subject _:b21 126 + sp:subject _:b20
127 ] [ rdf:type sp:Optional ; 127 ] [ rdf:type sp:Optional ;
128 - sp:elements ([ sp:object _:b16 ; 128 + sp:elements ([ sp:object _:b14 ;
129 sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ; 129 sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ;
130 - sp:subject _:b20 130 + sp:subject _:b19
131 ]) 131 ])
132 ] [ rdf:type sp:Optional ; 132 ] [ rdf:type sp:Optional ;
133 - sp:elements ([ sp:object _:b17 ; 133 + sp:elements ([ sp:object _:b16 ;
134 sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ; 134 sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ;
135 - sp:subject _:b20 135 + sp:subject _:b19
136 ]) 136 ])
137 ] [ rdf:type sp:Bind ; 137 ] [ rdf:type sp:Bind ;
138 sp:expression 138 sp:expression
139 [ rdf:type ep-spin-lib:normalizeString ; 139 [ rdf:type ep-spin-lib:normalizeString ;
140 - sp:arg1 _:b18 140 + sp:arg1 _:b17
141 ] ; 141 ] ;
142 sp:variable _:b23 142 sp:variable _:b23
143 ] [ rdf:type sp:Bind ; 143 ] [ rdf:type sp:Bind ;
144 sp:expression 144 sp:expression
145 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 145 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
146 sp:arg1 _:b23 ; 146 sp:arg1 _:b23 ;
147 - sp:arg2 _:b19 147 + sp:arg2 _:b18
148 ] ; 148 ] ;
149 sp:variable _:b4 149 sp:variable _:b4
150 ] [ rdf:type sp:Bind ; 150 ] [ rdf:type sp:Bind ;
151 sp:expression 151 sp:expression
152 [ rdf:type afn:localname ; 152 [ rdf:type afn:localname ;
153 - sp:arg1 _:b20 153 + sp:arg1 _:b19
154 ] ; 154 ] ;
155 sp:variable _:b24 155 sp:variable _:b24
156 ] [ rdf:type sp:Bind ; 156 ] [ rdf:type sp:Bind ;
157 sp:expression 157 sp:expression
158 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 158 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
159 sp:arg1 _:b23 ; 159 sp:arg1 _:b23 ;
160 - sp:arg2 _:b19 ; 160 + sp:arg2 _:b18 ;
161 sp:arg3 _:b24 161 sp:arg3 _:b24
162 ] ; 162 ] ;
163 sp:variable _:b1 163 sp:variable _:b1
...@@ -177,19 +177,21 @@ ...@@ -177,19 +177,21 @@
177 ] [ rdf:type sp:Bind ; 177 ] [ rdf:type sp:Bind ;
178 sp:expression 178 sp:expression
179 [ rdf:type ep-spin-lib:selectLengthScale ; 179 [ rdf:type ep-spin-lib:selectLengthScale ;
180 - sp:arg1 _:b22 180 + sp:arg1 _:b21
181 ] ; 181 ] ;
182 - sp:variable _:b14 182 + sp:variable
183 + [ sp:varName "lengthScaleDia"^^xsd:string
184 + ]
183 ] [ rdf:type sp:Bind ; 185 ] [ rdf:type sp:Bind ;
184 sp:expression 186 sp:expression
185 [ rdf:type ep-spin-lib:normalizeDoubleName ; 187 [ rdf:type ep-spin-lib:normalizeDoubleName ;
186 - sp:arg1 _:b13 188 + sp:arg1 _:b22
187 ] ; 189 ] ;
188 - sp:variable _:b26 190 + sp:variable _:b12
189 ] [ rdf:type sp:Bind ; 191 ] [ rdf:type sp:Bind ;
190 sp:expression 192 sp:expression
191 [ rdf:type ep-spin-lib:buildDrillBitClassURI ; 193 [ rdf:type ep-spin-lib:buildDrillBitClassURI ;
192 - sp:arg1 _:b26 194 + sp:arg1 _:b12
193 ] ; 195 ] ;
194 sp:variable _:b11 196 sp:variable _:b11
195 ] [ rdf:type sp:Bind ; 197 ] [ rdf:type sp:Bind ;
...@@ -197,7 +199,7 @@ ...@@ -197,7 +199,7 @@
197 [ rdf:type rhspin:wellBoreByName ; 199 [ rdf:type rhspin:wellBoreByName ;
198 arg:wellBoreName 200 arg:wellBoreName
199 [ rdf:type xsd:string ; 201 [ rdf:type xsd:string ;
200 - sp:arg1 _:b18 202 + sp:arg1 _:b17
201 ] 203 ]
202 ] ; 204 ] ;
203 sp:variable _:b7 205 sp:variable _:b7
...@@ -205,281 +207,359 @@ ...@@ -205,281 +207,359 @@
205 ] ; 207 ] ;
206 spin:rule 208 spin:rule
207 [ rdf:type sp:Construct ; 209 [ rdf:type sp:Construct ;
208 - rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ; 210 + rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ;
209 - sp:templates ([ sp:object _:b27 ; 211 + sp:templates ([ sp:object _:b26 ;
210 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
211 - sp:subject _:b28
212 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
213 sp:predicate rdf:type ; 212 sp:predicate rdf:type ;
214 sp:subject _:b27 213 sp:subject _:b27
214 + ]) ;
215 + sp:where ([ sp:object _:b28 ;
216 + sp:predicate ep-spin-lib:nameWellbore ;
217 + sp:subject spin:_this
215 ] [ sp:object _:b29 ; 218 ] [ sp:object _:b29 ;
216 - sp:predicate _:b30 ; 219 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
217 - sp:subject _:b27 220 + sp:subject spin:_this
221 + ] [ sp:object _:b30 ;
222 + sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
223 + sp:subject spin:_this
218 ] [ sp:object _:b31 ; 224 ] [ sp:object _:b31 ;
225 + sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
226 + sp:subject _:b30
227 + ] [ sp:object _:b32 ;
228 + sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
229 + sp:subject _:b30
230 + ] [ sp:object _:b27 ;
231 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
232 + sp:subject _:b33
233 + ] [ sp:object _:b34 ;
234 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
235 + sp:subject _:b27
236 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
237 + sp:predicate rdf:type ;
238 + sp:subject _:b26
239 + ] [ rdf:type sp:Bind ;
240 + sp:expression
241 + [ rdf:type ep-spin-lib:normalizeString ;
242 + sp:arg1 _:b28
243 + ] ;
244 + sp:variable _:b35
245 + ] [ rdf:type sp:Bind ;
246 + sp:expression
247 + [ rdf:type afn:localname ;
248 + sp:arg1 _:b30
249 + ] ;
250 + sp:variable _:b36
251 + ] [ rdf:type sp:Bind ;
252 + sp:expression
253 + [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
254 + sp:arg1 _:b35 ;
255 + sp:arg2 _:b29 ;
256 + sp:arg3 _:b36
257 + ] ;
258 + sp:variable _:b33
259 + ] [ rdf:type sp:Bind ;
260 + sp:expression
261 + [ rdf:type ep-spin-lib:normalizeString ;
262 + sp:arg1 _:b31
263 + ] ;
264 + sp:variable _:b37
265 + ] [ rdf:type sp:Bind ;
266 + sp:expression
267 + [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
268 + sp:arg1 _:b35 ;
269 + sp:arg2 _:b37
270 + ] ;
271 + sp:variable _:b34
272 + ] [ rdf:type sp:Bind ;
273 + sp:expression
274 + [ rdf:type ep-spin-lib:normalizeString ;
275 + sp:arg1 _:b32
276 + ] ;
277 + sp:variable _:b38
278 + ] [ rdf:type sp:Bind ;
279 + sp:expression
280 + [ rdf:type ep-spin-lib:buildDullGradeURI ;
281 + sp:arg1 _:b38
282 + ] ;
283 + sp:variable _:b26
284 + ])
285 + ] ;
286 + spin:rule
287 + [ rdf:type sp:Construct ;
288 + rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ;
289 + sp:templates ([ sp:object _:b39 ;
290 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
291 + sp:subject _:b40
292 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
293 + sp:predicate rdf:type ;
294 + sp:subject _:b39
295 + ] [ sp:object _:b41 ;
296 + sp:predicate _:b42 ;
297 + sp:subject _:b39
298 + ] [ sp:object _:b43 ;
219 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; 299 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
220 - sp:subject _:b28 300 + sp:subject _:b40
221 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 301 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
222 sp:predicate rdf:type ; 302 sp:predicate rdf:type ;
223 - sp:subject _:b31 303 + sp:subject _:b43
224 - ] [ sp:object _:b32 ; 304 + ] [ sp:object _:b44 ;
225 - sp:predicate _:b33 ; 305 + sp:predicate _:b45 ;
226 - sp:subject _:b31 306 + sp:subject _:b43
227 - ] [ sp:object _:b34 ; 307 + ] [ sp:object _:b46 ;
228 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; 308 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
229 - sp:subject _:b35 309 + sp:subject _:b47
230 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 310 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
231 sp:predicate rdf:type ; 311 sp:predicate rdf:type ;
232 - sp:subject _:b34 312 + sp:subject _:b46
233 - ] [ sp:object _:b36 ; 313 + ] [ sp:object _:b48 ;
234 - sp:predicate _:b37 ; 314 + sp:predicate _:b49 ;
235 - sp:subject _:b34 315 + sp:subject _:b46
236 - ] [ sp:object _:b38 ; 316 + ] [ sp:object _:b50 ;
237 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; 317 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
238 - sp:subject _:b35 318 + sp:subject _:b47
239 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 319 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
240 sp:predicate rdf:type ; 320 sp:predicate rdf:type ;
241 - sp:subject _:b38 321 + sp:subject _:b50
242 - ] [ sp:object _:b39 ; 322 + ] [ sp:object _:b51 ;
243 - sp:predicate _:b40 ; 323 + sp:predicate _:b52 ;
244 - sp:subject _:b38 324 + sp:subject _:b50
245 - ] [ sp:object _:b41 ; 325 + ] [ sp:object _:b53 ;
246 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; 326 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
247 - sp:subject _:b35 327 + sp:subject _:b47
248 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; 328 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
249 sp:predicate rdf:type ; 329 sp:predicate rdf:type ;
250 - sp:subject _:b41 330 + sp:subject _:b53
251 - ] [ sp:object _:b42 ; 331 + ] [ sp:object _:b54 ;
252 - sp:predicate _:b43 ; 332 + sp:predicate _:b55 ;
253 - sp:subject _:b41 333 + sp:subject _:b53
254 - ] [ sp:object _:b44 ; 334 + ] [ sp:object _:b56 ;
255 sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ; 335 sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ;
256 - sp:subject _:b45 336 + sp:subject _:b57
257 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 337 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
258 sp:predicate rdf:type ; 338 sp:predicate rdf:type ;
259 - sp:subject _:b44 339 + sp:subject _:b56
260 - ] [ sp:object _:b46 ; 340 + ] [ sp:object _:b58 ;
261 - sp:predicate _:b47 ; 341 + sp:predicate _:b59 ;
262 - sp:subject _:b44 342 + sp:subject _:b56
263 - ] [ sp:object _:b48 ; 343 + ] [ sp:object _:b60 ;
264 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; 344 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
265 - sp:subject _:b45 345 + sp:subject _:b57
266 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 346 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
267 sp:predicate rdf:type ; 347 sp:predicate rdf:type ;
268 - sp:subject _:b48 348 + sp:subject _:b60
269 - ] [ sp:object _:b49 ; 349 + ] [ sp:object _:b61 ;
270 - sp:predicate _:b50 ; 350 + sp:predicate _:b62 ;
271 - sp:subject _:b48 351 + sp:subject _:b60
272 - ] [ sp:object _:b51 ; 352 + ] [ sp:object _:b63 ;
273 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; 353 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
274 - sp:subject _:b45 354 + sp:subject _:b57
275 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; 355 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
276 sp:predicate rdf:type ; 356 sp:predicate rdf:type ;
277 - sp:subject _:b51 357 + sp:subject _:b63
278 - ] [ sp:object _:b52 ; 358 + ] [ sp:object _:b64 ;
279 - sp:predicate _:b53 ; 359 + sp:predicate _:b65 ;
280 - sp:subject _:b51 360 + sp:subject _:b63
281 - ] [ sp:object _:b54 ; 361 + ] [ sp:object _:b66 ;
282 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 362 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
283 - sp:subject _:b55 363 + sp:subject _:b67
284 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 364 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
285 sp:predicate rdf:type ; 365 sp:predicate rdf:type ;
286 - sp:subject _:b54 366 + sp:subject _:b66
287 - ] [ sp:object _:b56 ; 367 + ] [ sp:object _:b68 ;
288 - sp:predicate _:b57 ; 368 + sp:predicate _:b69 ;
289 - sp:subject _:b54 369 + sp:subject _:b66
290 - ] [ sp:object _:b58 ; 370 + ] [ sp:object _:b70 ;
291 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 371 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
292 - sp:subject _:b55 372 + sp:subject _:b67
293 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 373 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
294 sp:predicate rdf:type ; 374 sp:predicate rdf:type ;
295 - sp:subject _:b58 375 + sp:subject _:b70
296 - ] [ sp:object _:b59 ; 376 + ] [ sp:object _:b71 ;
297 - sp:predicate _:b60 ; 377 + sp:predicate _:b72 ;
298 - sp:subject _:b58 378 + sp:subject _:b70
299 ]) ; 379 ]) ;
300 - sp:where ([ sp:object _:b61 ; 380 + sp:where ([ sp:object _:b73 ;
301 sp:predicate ep-spin-lib:nameWellbore ; 381 sp:predicate ep-spin-lib:nameWellbore ;
302 sp:subject spin:_this 382 sp:subject spin:_this
303 - ] [ sp:object _:b62 ; 383 + ] [ sp:object _:b74 ;
304 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 384 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
305 sp:subject spin:_this 385 sp:subject spin:_this
306 ] [ sp:object 386 ] [ sp:object
307 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 387 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
308 ] ; 388 ] ;
309 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 389 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
310 - sp:subject _:b63 390 + sp:subject _:b75
311 - ] [ sp:object _:b64 ; 391 + ] [ sp:object _:b76 ;
312 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 392 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
313 sp:subject spin:_this 393 sp:subject spin:_this
314 - ] [ sp:object _:b65 ; 394 + ] [ sp:object _:b77 ;
315 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 395 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
316 - sp:subject _:b64 396 + sp:subject _:b76
317 - ] [ sp:object _:b35 ; 397 + ] [ sp:object _:b47 ;
318 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 398 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
319 - sp:subject _:b28 399 + sp:subject _:b40
320 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ; 400 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ;
321 sp:predicate rdf:type ; 401 sp:predicate rdf:type ;
322 - sp:subject _:b35 402 + sp:subject _:b47
323 - ] [ sp:object _:b28 ; 403 + ] [ sp:object _:b40 ;
324 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 404 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
325 - sp:subject _:b45 405 + sp:subject _:b57
326 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ; 406 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ;
327 sp:predicate rdf:type ; 407 sp:predicate rdf:type ;
328 - sp:subject _:b45 408 + sp:subject _:b57
329 - ] [ sp:object _:b66 ; 409 + ] [ sp:object _:b78 ;
330 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 410 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
331 - sp:subject _:b45 411 + sp:subject _:b57
332 - ] [ sp:object _:b55 ; 412 + ] [ sp:object _:b67 ;
333 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 413 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
334 - sp:subject _:b66 414 + sp:subject _:b78
335 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 415 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
336 sp:predicate rdf:type ; 416 sp:predicate rdf:type ;
337 - sp:subject _:b55 417 + sp:subject _:b67
338 - ] [ sp:object _:b67 ; 418 + ] [ sp:object _:b79 ;
339 sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ; 419 sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ;
340 - sp:subject _:b64 420 + sp:subject _:b76
341 ] [ rdf:type sp:Optional ; 421 ] [ rdf:type sp:Optional ;
342 - sp:elements ([ sp:object _:b68 ; 422 + sp:elements ([ sp:object _:b80 ;
343 sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ; 423 sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ;
344 - sp:subject _:b67 424 + sp:subject _:b79
345 - ] [ sp:object _:b69 ; 425 + ] [ sp:object _:b81 ;
346 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 426 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
347 - sp:subject _:b68 427 + sp:subject _:b80
348 - ] [ sp:object _:b46 ; 428 + ] [ sp:object _:b58 ;
349 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 429 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
350 - sp:subject _:b68 430 + sp:subject _:b80
351 ]) 431 ])
352 ] [ rdf:type sp:Optional ; 432 ] [ rdf:type sp:Optional ;
353 - sp:elements ([ sp:object _:b70 ; 433 + sp:elements ([ sp:object _:b82 ;
354 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ; 434 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ;
355 - sp:subject _:b67 435 + sp:subject _:b79
356 - ] [ sp:object _:b71 ; 436 + ] [ sp:object _:b83 ;
357 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 437 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
358 - sp:subject _:b70 438 + sp:subject _:b82
359 - ] [ sp:object _:b56 ; 439 + ] [ sp:object _:b68 ;
360 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 440 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
361 - sp:subject _:b70 441 + sp:subject _:b82
362 ]) 442 ])
363 ] [ rdf:type sp:Optional ; 443 ] [ rdf:type sp:Optional ;
364 - sp:elements ([ sp:object _:b72 ; 444 + sp:elements ([ sp:object _:b84 ;
365 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ; 445 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ;
366 - sp:subject _:b67 446 + sp:subject _:b79
367 - ] [ sp:object _:b73 ; 447 + ] [ sp:object _:b85 ;
368 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 448 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
369 - sp:subject _:b72 449 + sp:subject _:b84
370 - ] [ sp:object _:b59 ; 450 + ] [ sp:object _:b71 ;
371 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 451 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
372 - sp:subject _:b72 452 + sp:subject _:b84
373 ]) 453 ])
374 ] [ rdf:type sp:Optional ; 454 ] [ rdf:type sp:Optional ;
375 - sp:elements ([ sp:object _:b74 ; 455 + sp:elements ([ sp:object _:b86 ;
376 sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ; 456 sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ;
377 - sp:subject _:b67 457 + sp:subject _:b79
378 - ] [ sp:object _:b75 ; 458 + ] [ sp:object _:b87 ;
379 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 459 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
380 - sp:subject _:b74 460 + sp:subject _:b86
381 - ] [ sp:object _:b52 ; 461 + ] [ sp:object _:b64 ;
382 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 462 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
383 - sp:subject _:b74 463 + sp:subject _:b86
384 ]) 464 ])
385 ] [ rdf:type sp:Optional ; 465 ] [ rdf:type sp:Optional ;
386 - sp:elements ([ sp:object _:b76 ; 466 + sp:elements ([ sp:object _:b88 ;
387 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ; 467 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ;
388 - sp:subject _:b67 468 + sp:subject _:b79
389 - ] [ sp:object _:b77 ; 469 + ] [ sp:object _:b89 ;
390 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 470 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
391 - sp:subject _:b76 471 + sp:subject _:b88
392 - ] [ sp:object _:b32 ; 472 + ] [ sp:object _:b44 ;
393 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 473 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
394 - sp:subject _:b76 474 + sp:subject _:b88
395 ]) 475 ])
396 ] [ rdf:type sp:Optional ; 476 ] [ rdf:type sp:Optional ;
397 - sp:elements ([ sp:object _:b78 ; 477 + sp:elements ([ sp:object _:b90 ;
398 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ; 478 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ;
399 - sp:subject _:b67 479 + sp:subject _:b79
400 - ] [ sp:object _:b79 ; 480 + ] [ sp:object _:b91 ;
401 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 481 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
402 - sp:subject _:b78 482 + sp:subject _:b90
403 - ] [ sp:object _:b49 ; 483 + ] [ sp:object _:b61 ;
404 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 484 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
405 - sp:subject _:b78 485 + sp:subject _:b90
406 ]) 486 ])
407 ] [ rdf:type sp:Optional ; 487 ] [ rdf:type sp:Optional ;
408 - sp:elements ([ sp:object _:b80 ; 488 + sp:elements ([ sp:object _:b92 ;
409 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ; 489 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ;
410 - sp:subject _:b67 490 + sp:subject _:b79
411 - ] [ sp:object _:b81 ; 491 + ] [ sp:object _:b93 ;
412 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 492 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
413 - sp:subject _:b80 493 + sp:subject _:b92
414 - ] [ sp:object _:b29 ; 494 + ] [ sp:object _:b41 ;
415 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 495 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
416 - sp:subject _:b80 496 + sp:subject _:b92
417 ]) 497 ])
418 ] [ rdf:type sp:Optional ; 498 ] [ rdf:type sp:Optional ;
419 - sp:elements ([ sp:object _:b82 ; 499 + sp:elements ([ sp:object _:b94 ;
420 sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ; 500 sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ;
421 - sp:subject _:b67 501 + sp:subject _:b79
422 - ] [ sp:object _:b83 ; 502 + ] [ sp:object _:b95 ;
423 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 503 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
424 - sp:subject _:b82 504 + sp:subject _:b94
425 - ] [ sp:object _:b39 ; 505 + ] [ sp:object _:b51 ;
426 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 506 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
427 - sp:subject _:b82 507 + sp:subject _:b94
428 ]) 508 ])
429 ] [ rdf:type sp:Optional ; 509 ] [ rdf:type sp:Optional ;
430 - sp:elements ([ sp:object _:b84 ; 510 + sp:elements ([ sp:object _:b96 ;
431 sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ; 511 sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ;
432 - sp:subject _:b67 512 + sp:subject _:b79
433 - ] [ sp:object _:b85 ; 513 + ] [ sp:object _:b97 ;
434 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 514 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
435 - sp:subject _:b84 515 + sp:subject _:b96
436 - ] [ sp:object _:b36 ; 516 + ] [ sp:object _:b48 ;
437 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 517 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
438 - sp:subject _:b84 518 + sp:subject _:b96
439 ]) 519 ])
440 ] [ rdf:type sp:Optional ; 520 ] [ rdf:type sp:Optional ;
441 - sp:elements ([ sp:object _:b86 ; 521 + sp:elements ([ sp:object _:b98 ;
442 sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ; 522 sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ;
443 - sp:subject _:b67 523 + sp:subject _:b79
444 - ] [ sp:object _:b87 ; 524 + ] [ sp:object _:b99 ;
445 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 525 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
446 - sp:subject _:b86 526 + sp:subject _:b98
447 - ] [ sp:object _:b42 ; 527 + ] [ sp:object _:b54 ;
448 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 528 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
449 - sp:subject _:b86 529 + sp:subject _:b98
450 ]) 530 ])
451 ] [ rdf:type sp:Bind ; 531 ] [ rdf:type sp:Bind ;
452 sp:expression 532 sp:expression
453 [ rdf:type ep-spin-lib:normalizeString ; 533 [ rdf:type ep-spin-lib:normalizeString ;
454 - sp:arg1 _:b61 534 + sp:arg1 _:b73
455 ] ; 535 ] ;
456 - sp:variable _:b88 536 + sp:variable _:b100
457 ] [ rdf:type sp:Bind ; 537 ] [ rdf:type sp:Bind ;
458 sp:expression 538 sp:expression
459 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 539 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
460 - sp:arg1 _:b88 ; 540 + sp:arg1 _:b100 ;
461 - sp:arg2 _:b62 541 + sp:arg2 _:b74
462 ] ; 542 ] ;
463 - sp:variable _:b63 543 + sp:variable _:b75
464 ] [ rdf:type sp:Bind ; 544 ] [ rdf:type sp:Bind ;
465 sp:expression 545 sp:expression
466 [ rdf:type afn:localname ; 546 [ rdf:type afn:localname ;
467 - sp:arg1 _:b64 547 + sp:arg1 _:b76
468 ] ; 548 ] ;
469 - sp:variable _:b89 549 + sp:variable _:b101
470 ] [ rdf:type sp:Bind ; 550 ] [ rdf:type sp:Bind ;
471 sp:expression 551 sp:expression
472 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 552 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
473 - sp:arg1 _:b88 ; 553 + sp:arg1 _:b100 ;
474 - sp:arg2 _:b62 ; 554 + sp:arg2 _:b74 ;
475 - sp:arg3 _:b89 555 + sp:arg3 _:b101
476 ] ; 556 ] ;
477 - sp:variable _:b28 557 + sp:variable _:b40
478 ] [ rdf:type sp:Bind ; 558 ] [ rdf:type sp:Bind ;
479 sp:expression 559 sp:expression
480 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 560 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
481 - sp:arg1 _:b88 ; 561 + sp:arg1 _:b100 ;
482 - sp:arg2 _:b65 562 + sp:arg2 _:b77
483 ] ; 563 ] ;
484 sp:variable 564 sp:variable
485 [ sp:varName "bit"^^xsd:string 565 [ sp:varName "bit"^^xsd:string
...@@ -487,492 +567,417 @@ ...@@ -487,492 +567,417 @@
487 ] [ rdf:type sp:Bind ; 567 ] [ rdf:type sp:Bind ;
488 sp:expression 568 sp:expression
489 [ rdf:type ep-spin-lib:selectLengthScale ; 569 [ rdf:type ep-spin-lib:selectLengthScale ;
490 - sp:arg1 _:b77 570 + sp:arg1 _:b89
491 ] ; 571 ] ;
492 - sp:variable _:b33 572 + sp:variable _:b45
493 ] [ rdf:type sp:Bind ; 573 ] [ rdf:type sp:Bind ;
494 sp:expression 574 sp:expression
495 [ rdf:type ep-spin-lib:selectLengthScale ; 575 [ rdf:type ep-spin-lib:selectLengthScale ;
496 - sp:arg1 _:b83 576 + sp:arg1 _:b95
497 ] ; 577 ] ;
498 - sp:variable _:b40 578 + sp:variable _:b52
499 ] [ rdf:type sp:Bind ; 579 ] [ rdf:type sp:Bind ;
500 sp:expression 580 sp:expression
501 [ rdf:type ep-spin-lib:selectLengthScale ; 581 [ rdf:type ep-spin-lib:selectLengthScale ;
502 - sp:arg1 _:b71 582 + sp:arg1 _:b83
503 ] ; 583 ] ;
504 - sp:variable _:b57 584 + sp:variable _:b69
505 ] [ rdf:type sp:Bind ; 585 ] [ rdf:type sp:Bind ;
506 sp:expression 586 sp:expression
507 [ rdf:type ep-spin-lib:selectLengthScale ; 587 [ rdf:type ep-spin-lib:selectLengthScale ;
508 - sp:arg1 _:b73 588 + sp:arg1 _:b85
509 ] ; 589 ] ;
510 - sp:variable _:b60 590 + sp:variable _:b72
511 ] [ rdf:type sp:Bind ; 591 ] [ rdf:type sp:Bind ;
512 sp:expression 592 sp:expression
513 [ rdf:type ep-spin-lib:selectSpeedScale ; 593 [ rdf:type ep-spin-lib:selectSpeedScale ;
514 - sp:arg1 _:b75 594 + sp:arg1 _:b87
515 ] ; 595 ] ;
516 - sp:variable _:b53 596 + sp:variable _:b65
517 ] [ rdf:type sp:Bind ; 597 ] [ rdf:type sp:Bind ;
518 sp:expression 598 sp:expression
519 [ rdf:type ep-spin-lib:selectSpeedScale ; 599 [ rdf:type ep-spin-lib:selectSpeedScale ;
520 - sp:arg1 _:b87 600 + sp:arg1 _:b99
521 ] ; 601 ] ;
522 - sp:variable _:b43 602 + sp:variable _:b55
523 ] [ rdf:type sp:Bind ; 603 ] [ rdf:type sp:Bind ;
524 sp:expression 604 sp:expression
525 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 605 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
526 - sp:arg1 _:b69 606 + sp:arg1 _:b81
527 ] ; 607 ] ;
528 - sp:variable _:b47 608 + sp:variable _:b59
529 ] [ rdf:type sp:Bind ; 609 ] [ rdf:type sp:Bind ;
530 sp:expression 610 sp:expression
531 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 611 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
532 - sp:arg1 _:b79 612 + sp:arg1 _:b91
533 ] ; 613 ] ;
534 - sp:variable _:b50 614 + sp:variable _:b62
535 ] [ rdf:type sp:Bind ; 615 ] [ rdf:type sp:Bind ;
536 sp:expression 616 sp:expression
537 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 617 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
538 - sp:arg1 _:b81 618 + sp:arg1 _:b93
539 ] ; 619 ] ;
540 - sp:variable _:b30 620 + sp:variable _:b42
541 ] [ rdf:type sp:Bind ; 621 ] [ rdf:type sp:Bind ;
542 sp:expression 622 sp:expression
543 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 623 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
544 - sp:arg1 _:b85 624 + sp:arg1 _:b97
545 ] ; 625 ] ;
546 - sp:variable _:b37 626 + sp:variable _:b49
547 ]) 627 ])
548 ] ; 628 ] ;
549 spin:rule 629 spin:rule
550 [ rdf:type sp:Construct ; 630 [ rdf:type sp:Construct ;
551 - rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ; 631 + rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ;
552 - sp:templates ([ sp:object _:b90 ; 632 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
633 + sp:predicate rdf:type ;
634 + sp:subject _:b102
635 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ;
636 + sp:predicate rdfs:subClassOf ;
637 + sp:subject _:b102
638 + ] [ sp:object _:b103 ;
639 + sp:predicate rdfs:label ;
640 + sp:subject _:b102
641 + ] [ sp:object _:b102 ;
553 sp:predicate rdf:type ; 642 sp:predicate rdf:type ;
554 - sp:subject _:b91 643 + sp:subject _:b104
555 ]) ; 644 ]) ;
556 - sp:where ([ sp:object _:b92 ; 645 + sp:where ([ sp:object _:b105 ;
557 sp:predicate ep-spin-lib:nameWellbore ; 646 sp:predicate ep-spin-lib:nameWellbore ;
558 sp:subject spin:_this 647 sp:subject spin:_this
559 - ] [ sp:object _:b93 ; 648 + ] [ sp:object _:b106 ;
560 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 649 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
561 sp:subject spin:_this 650 sp:subject spin:_this
562 - ] [ sp:object _:b94 ; 651 + ] [ sp:object _:b107 ;
563 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 652 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
564 sp:subject spin:_this 653 sp:subject spin:_this
565 - ] [ sp:object _:b95 ; 654 + ] [ sp:object _:b108 ;
566 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 655 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
567 - sp:subject _:b94 656 + sp:subject _:b107
568 - ] [ sp:object _:b96 ; 657 + ] [ sp:object _:b103 ;
569 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; 658 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
570 - sp:subject _:b94 659 + sp:subject _:b107
571 - ] [ sp:object _:b91 ; 660 + ] [ sp:object _:b104 ;
572 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; 661 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
573 - sp:subject _:b97 662 + sp:subject _:b109
574 - ] [ sp:object _:b98 ; 663 + ] [ sp:object _:b110 ;
575 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 664 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
576 - sp:subject _:b91 665 + sp:subject _:b104
577 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; 666 + ] [ rdf:type sp:NotExists ;
667 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
578 sp:predicate rdf:type ; 668 sp:predicate rdf:type ;
579 - sp:subject _:b90 669 + sp:subject _:b102
670 + ])
580 ] [ rdf:type sp:Bind ; 671 ] [ rdf:type sp:Bind ;
581 sp:expression 672 sp:expression
582 [ rdf:type ep-spin-lib:normalizeString ; 673 [ rdf:type ep-spin-lib:normalizeString ;
583 - sp:arg1 _:b92 674 + sp:arg1 _:b105
584 ] ; 675 ] ;
585 - sp:variable _:b99 676 + sp:variable _:b111
586 ] [ rdf:type sp:Bind ; 677 ] [ rdf:type sp:Bind ;
587 sp:expression 678 sp:expression
588 [ rdf:type afn:localname ; 679 [ rdf:type afn:localname ;
589 - sp:arg1 _:b94 680 + sp:arg1 _:b107
590 ] ; 681 ] ;
591 - sp:variable _:b100 682 + sp:variable _:b112
592 ] [ rdf:type sp:Bind ; 683 ] [ rdf:type sp:Bind ;
593 sp:expression 684 sp:expression
594 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 685 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
595 - sp:arg1 _:b99 ; 686 + sp:arg1 _:b111 ;
596 - sp:arg2 _:b93 ; 687 + sp:arg2 _:b106 ;
597 - sp:arg3 _:b100 688 + sp:arg3 _:b112
598 ] ; 689 ] ;
599 - sp:variable _:b97 690 + sp:variable _:b109
600 ] [ rdf:type sp:Bind ; 691 ] [ rdf:type sp:Bind ;
601 sp:expression 692 sp:expression
602 [ rdf:type ep-spin-lib:normalizeString ; 693 [ rdf:type ep-spin-lib:normalizeString ;
603 - sp:arg1 _:b95 694 + sp:arg1 _:b108
604 ] ; 695 ] ;
605 - sp:variable _:b101 696 + sp:variable _:b113
606 ] [ rdf:type sp:Bind ; 697 ] [ rdf:type sp:Bind ;
607 sp:expression 698 sp:expression
608 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 699 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
609 - sp:arg1 _:b99 ; 700 + sp:arg1 _:b111 ;
610 - sp:arg2 _:b101 701 + sp:arg2 _:b113
611 ] ; 702 ] ;
612 - sp:variable _:b98 703 + sp:variable _:b110
613 ] [ rdf:type sp:Bind ; 704 ] [ rdf:type sp:Bind ;
614 sp:expression 705 sp:expression
615 [ rdf:type ep-spin-lib:normalizeString ; 706 [ rdf:type ep-spin-lib:normalizeString ;
616 - sp:arg1 _:b96 707 + sp:arg1 _:b103
617 ] ; 708 ] ;
618 - sp:variable _:b102 709 + sp:variable _:b114
619 ] [ rdf:type sp:Bind ; 710 ] [ rdf:type sp:Bind ;
620 sp:expression 711 sp:expression
621 [ rdf:type ep-spin-lib:buildDullGradeURI ; 712 [ rdf:type ep-spin-lib:buildDullGradeURI ;
622 - sp:arg1 _:b102 713 + sp:arg1 _:b114
623 ] ; 714 ] ;
624 - sp:variable _:b90 715 + sp:variable _:b102
625 - ])
626 - ] ;
627 - spin:rule
628 - [ rdf:type sp:Construct ;
629 - rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ;
630 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
631 - sp:predicate rdf:type ;
632 - sp:subject _:b103
633 - ] [ sp:object _:b104 ;
634 - sp:predicate rdfs:label ;
635 - sp:subject _:b103
636 - ] [ sp:object _:b103 ;
637 - sp:predicate rdf:type ;
638 - sp:subject _:b105
639 - ]) ;
640 - sp:where ([ sp:object _:b106 ;
641 - sp:predicate ep-spin-lib:nameWellbore ;
642 - sp:subject spin:_this
643 - ] [ sp:object _:b107 ;
644 - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
645 - sp:subject spin:_this
646 - ] [ sp:object _:b108 ;
647 - sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
648 - sp:subject spin:_this
649 - ] [ sp:object _:b109 ;
650 - sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
651 - sp:subject _:b108
652 - ] [ sp:object _:b104 ;
653 - sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
654 - sp:subject _:b108
655 - ] [ sp:object _:b105 ;
656 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
657 - sp:subject _:b110
658 - ] [ sp:object _:b111 ;
659 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
660 - sp:subject _:b105
661 - ] [ rdf:type sp:NotExists ;
662 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
663 - sp:predicate rdf:type ;
664 - sp:subject _:b103
665 - ])
666 - ] [ rdf:type sp:Bind ;
667 - sp:expression
668 - [ rdf:type ep-spin-lib:normalizeString ;
669 - sp:arg1 _:b106
670 - ] ;
671 - sp:variable _:b112
672 - ] [ rdf:type sp:Bind ;
673 - sp:expression
674 - [ rdf:type afn:localname ;
675 - sp:arg1 _:b108
676 - ] ;
677 - sp:variable _:b113
678 - ] [ rdf:type sp:Bind ;
679 - sp:expression
680 - [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
681 - sp:arg1 _:b112 ;
682 - sp:arg2 _:b107 ;
683 - sp:arg3 _:b113
684 - ] ;
685 - sp:variable _:b110
686 - ] [ rdf:type sp:Bind ;
687 - sp:expression
688 - [ rdf:type ep-spin-lib:normalizeString ;
689 - sp:arg1 _:b109
690 - ] ;
691 - sp:variable _:b114
692 - ] [ rdf:type sp:Bind ;
693 - sp:expression
694 - [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
695 - sp:arg1 _:b112 ;
696 - sp:arg2 _:b114
697 - ] ;
698 - sp:variable _:b111
699 - ] [ rdf:type sp:Bind ;
700 - sp:expression
701 - [ rdf:type ep-spin-lib:normalizeString ;
702 - sp:arg1 _:b104
703 - ] ;
704 - sp:variable _:b115
705 - ] [ rdf:type sp:Bind ;
706 - sp:expression
707 - [ rdf:type ep-spin-lib:buildDullGradeURI ;
708 - sp:arg1 _:b115
709 - ] ;
710 - sp:variable _:b103
711 ]) 716 ])
712 ] . 717 ] .
713 718
714 -_:b90 719 +_:b38
715 - sp:varName "dullGrade"^^xsd:string . 720 + sp:varName "normalizedDullGradeLabel"^^xsd:string .
716 721
717 -_:b91 722 +_:b37
718 - sp:varName "temporalPartOfADrillBit"^^xsd:string . 723 + sp:varName "normalizedNumBit"^^xsd:string .
719 724
720 -_:b92 725 +_:b36
721 - sp:varName "nameWellBore"^^xsd:string . 726 + sp:varName "localname"^^xsd:string .
722 727
723 -_:b93 728 +_:b35
724 - sp:varName "dTimStart"^^xsd:string . 729 + sp:varName "normalizedWellBoreName"^^xsd:string .
725 730
726 -_:b94 731 +_:b34
727 - sp:varName "bitRecord"^^xsd:string . 732 + sp:varName "drillBitForWellBore"^^xsd:string .
728 733
729 -_:b95 734 +_:b33
730 - sp:varName "numBit"^^xsd:string . 735 + sp:varName "wellBoreDrillBitRun"^^xsd:string .
731 736
732 -_:b96 737 +_:b32
733 sp:varName "dullGradeLabel"^^xsd:string . 738 sp:varName "dullGradeLabel"^^xsd:string .
734 739
735 -_:b97 740 +_:b31
736 - sp:varName "wellBoreDrillBitRun"^^xsd:string . 741 + sp:varName "numBit"^^xsd:string .
737 742
738 -_:b98 743 +_:b30
739 - sp:varName "drillBitForWellBore"^^xsd:string . 744 + sp:varName "bitRecord"^^xsd:string .
740 745
741 -_:b99 746 +_:b29
742 - sp:varName "normalizedWellBoreName"^^xsd:string . 747 + sp:varName "dTimStart"^^xsd:string .
743 748
744 -_:b100 749 +_:b28
745 - sp:varName "localname"^^xsd:string . 750 + sp:varName "nameWellBore"^^xsd:string .
746 751
747 -_:b101 752 +_:b27
748 - sp:varName "normalizedNumBit"^^xsd:string . 753 + sp:varName "temporalPartOfADrillBit"^^xsd:string .
749 754
750 -_:b102 755 +_:b26
751 - sp:varName "normalizedDullGradeLabel"^^xsd:string . 756 + sp:varName "dullGrade"^^xsd:string .
752 757
753 -_:b28 758 +_:b101
754 - sp:varName "wellBoreDrillBitRun"^^xsd:string . 759 + sp:varName "localname"^^xsd:string .
755 760
756 -_:b29 761 +_:b100
757 - sp:varName "realHrsDrilledRun"^^xsd:string . 762 + sp:varName "normalizedWellBoreName"^^xsd:string .
758 763
759 -_:b30 764 +_:b99
760 - sp:varName "durationScaleHrsDrilledRun"^^xsd:string . 765 + sp:varName "uomRopTot"^^xsd:string .
761 766
762 -_:b32 767 +_:b98
763 - sp:varName "realHoleMadeRun"^^xsd:string . 768 + sp:varName "totRop"^^xsd:string .
764 769
765 -_:b33 770 +_:b97
766 - sp:varName "lengthScaleHoleMadeRun"^^xsd:string . 771 + sp:varName "uomHrsDrilledTot"^^xsd:string .
767 772
768 -_:b35 773 +_:b96
769 - sp:varName "wellBoreDrillBitRunEntire"^^xsd:string . 774 + sp:varName "totHrsDrilled"^^xsd:string .
770 775
771 -_:b36 776 +_:b95
772 - sp:varName "realHrsDrilledTot"^^xsd:string . 777 + sp:varName "uomHoleMadeTot"^^xsd:string .
773 778
774 -_:b37 779 +_:b94
775 - sp:varName "durationScaleHrsDrilledTot"^^xsd:string . 780 + sp:varName "mdTotHoleMade"^^xsd:string .
776 781
777 -_:b39 782 +_:b93
778 - sp:varName "realHoleMadeTot"^^xsd:string . 783 + sp:varName "uomHrsDrilledRun"^^xsd:string .
779 784
780 -_:b40 785 +_:b92
781 - sp:varName "lengthScaleHoleMadeTot"^^xsd:string . 786 + sp:varName "hrsDrilledRun"^^xsd:string .
782 787
783 -_:b42 788 +_:b91
784 - sp:varName "realRopTot"^^xsd:string . 789 + sp:varName "uomHrsDrilled"^^xsd:string .
785 790
786 -_:b43 791 +_:b90
787 - sp:varName "speedScaleRopTot"^^xsd:string . 792 + sp:varName "hrsDrilled"^^xsd:string .
788 793
789 -_:b45 794 +_:b89
790 - sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string . 795 + sp:varName "uomHoleMadeRun"^^xsd:string .
791 796
792 -_:b46 797 +_:b88
793 - sp:varName "realETim"^^xsd:string . 798 + sp:varName "mdHoleMadeRun"^^xsd:string .
794 799
795 -_:b47 800 +_:b87
796 - sp:varName "durationScaleETim"^^xsd:string . 801 + sp:varName "uomRop"^^xsd:string .
797 802
798 -_:b49 803 +_:b86
799 - sp:varName "realHrsDrilled"^^xsd:string . 804 + sp:varName "ropAv"^^xsd:string .
800 805
801 -_:b50 806 +_:b85
802 - sp:varName "durationScaleHrsDrilled"^^xsd:string . 807 + sp:varName "uomMdStop"^^xsd:string .
803 808
804 -_:b52 809 +_:b84
805 - sp:varName "realRop"^^xsd:string . 810 + sp:varName "mdHoleStop"^^xsd:string .
806 811
807 -_:b53 812 +_:b83
808 - sp:varName "speedScaleRop"^^xsd:string . 813 + sp:varName "uomMdStart"^^xsd:string .
809 814
810 -_:b55 815 +_:b82
811 - sp:varName "drilledWellBoreSection"^^xsd:string . 816 + sp:varName "mdHoleStart"^^xsd:string .
812 817
813 -_:b56 818 +_:b81
814 - sp:varName "realMdStart"^^xsd:string . 819 + sp:varName "uomETim"^^xsd:string .
815 820
816 -_:b57 821 +_:b80
817 - sp:varName "lengthScaleMdStart"^^xsd:string . 822 + sp:varName "eTimOpBit"^^xsd:string .
818 823
819 -_:b59 824 +_:b79
820 - sp:varName "realMdStop"^^xsd:string . 825 + sp:varName "bitRun"^^xsd:string .
821 826
822 -_:b60 827 +_:b78
823 - sp:varName "lengthScaleMdStop"^^xsd:string . 828 + sp:varName "temporalPartOfDrilledWellBoreSection"^^xsd:string .
824 829
825 -_:b61 830 +_:b77
826 - sp:varName "nameWellBore"^^xsd:string . 831 + sp:varName "numBit"^^xsd:string .
827 832
828 -_:b62 833 +_:b76
829 - sp:varName "dTimStart"^^xsd:string . 834 + sp:varName "bitRecord"^^xsd:string .
830 835
831 -_:b63 836 +_:b75
832 sp:varName "dailyDrillingActivity"^^xsd:string . 837 sp:varName "dailyDrillingActivity"^^xsd:string .
833 838
834 -_:b64 839 +_:b74
835 - sp:varName "bitRecord"^^xsd:string . 840 + sp:varName "dTimStart"^^xsd:string .
836 -
837 -_:b65
838 - sp:varName "numBit"^^xsd:string .
839 841
840 -_:b66 842 +_:b73
841 - sp:varName "temporalPartOfDrilledWellBoreSection"^^xsd:string . 843 + sp:varName "nameWellBore"^^xsd:string .
842 844
843 -_:b67 845 +_:b72
844 - sp:varName "bitRun"^^xsd:string . 846 + sp:varName "lengthScaleMdStop"^^xsd:string .
845 847
846 -_:b68 848 +_:b71
847 - sp:varName "eTimOpBit"^^xsd:string . 849 + sp:varName "realMdStop"^^xsd:string .
848 850
849 _:b69 851 _:b69
850 - sp:varName "uomETim"^^xsd:string . 852 + sp:varName "lengthScaleMdStart"^^xsd:string .
851 -
852 -_:b70
853 - sp:varName "mdHoleStart"^^xsd:string .
854 853
855 -_:b71 854 +_:b68
856 - sp:varName "uomMdStart"^^xsd:string . 855 + sp:varName "realMdStart"^^xsd:string .
857 856
858 -_:b72 857 +_:b67
859 - sp:varName "mdHoleStop"^^xsd:string . 858 + sp:varName "drilledWellBoreSection"^^xsd:string .
860 859
861 -_:b73 860 +_:b65
862 - sp:varName "uomMdStop"^^xsd:string . 861 + sp:varName "speedScaleRop"^^xsd:string .
863 862
864 -_:b74 863 +_:b64
865 - sp:varName "ropAv"^^xsd:string . 864 + sp:varName "realRop"^^xsd:string .
866 865
867 -_:b75 866 +_:b62
868 - sp:varName "uomRop"^^xsd:string . 867 + sp:varName "durationScaleHrsDrilled"^^xsd:string .
869 868
870 -_:b76 869 +_:b61
871 - sp:varName "mdHoleMadeRun"^^xsd:string . 870 + sp:varName "realHrsDrilled"^^xsd:string .
872 871
873 -_:b77 872 +_:b59
874 - sp:varName "uomHoleMadeRun"^^xsd:string . 873 + sp:varName "durationScaleETim"^^xsd:string .
875 874
876 -_:b78 875 +_:b58
877 - sp:varName "hrsDrilled"^^xsd:string . 876 + sp:varName "realETim"^^xsd:string .
878 877
879 -_:b79 878 +_:b57
880 - sp:varName "uomHrsDrilled"^^xsd:string . 879 + sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string .
881 880
882 -_:b80 881 +_:b55
883 - sp:varName "hrsDrilledRun"^^xsd:string . 882 + sp:varName "speedScaleRopTot"^^xsd:string .
884 883
885 -_:b81 884 +_:b54
886 - sp:varName "uomHrsDrilledRun"^^xsd:string . 885 + sp:varName "realRopTot"^^xsd:string .
887 886
888 -_:b82 887 +_:b52
889 - sp:varName "mdTotHoleMade"^^xsd:string . 888 + sp:varName "lengthScaleHoleMadeTot"^^xsd:string .
890 889
891 -_:b83 890 +_:b51
892 - sp:varName "uomHoleMadeTot"^^xsd:string . 891 + sp:varName "realHoleMadeTot"^^xsd:string .
893 892
894 -_:b84 893 +_:b49
895 - sp:varName "totHrsDrilled"^^xsd:string . 894 + sp:varName "durationScaleHrsDrilledTot"^^xsd:string .
896 895
897 -_:b85 896 +_:b48
898 - sp:varName "uomHrsDrilledTot"^^xsd:string . 897 + sp:varName "realHrsDrilledTot"^^xsd:string .
899 898
900 -_:b86 899 +_:b47
901 - sp:varName "totRop"^^xsd:string . 900 + sp:varName "wellBoreDrillBitRunEntire"^^xsd:string .
902 901
903 -_:b87 902 +_:b45
904 - sp:varName "uomRopTot"^^xsd:string . 903 + sp:varName "lengthScaleHoleMadeRun"^^xsd:string .
905 904
906 -_:b88 905 +_:b44
907 - sp:varName "normalizedWellBoreName"^^xsd:string . 906 + sp:varName "realHoleMadeRun"^^xsd:string .
908 907
909 -_:b89 908 +_:b42
910 - sp:varName "localname"^^xsd:string . 909 + sp:varName "durationScaleHrsDrilledRun"^^xsd:string .
911 910
912 -_:b103 911 +_:b41
913 - sp:varName "dullGrade"^^xsd:string . 912 + sp:varName "realHrsDrilledRun"^^xsd:string .
914 913
915 -_:b104 914 +_:b40
916 - sp:varName "dullGradeLabel"^^xsd:string . 915 + sp:varName "wellBoreDrillBitRun"^^xsd:string .
917 916
918 _:b105 917 _:b105
919 - sp:varName "temporalPartOfADrillBit"^^xsd:string .
920 -
921 -_:b106
922 sp:varName "nameWellBore"^^xsd:string . 918 sp:varName "nameWellBore"^^xsd:string .
923 919
924 -_:b107 920 +_:b106
925 sp:varName "dTimStart"^^xsd:string . 921 sp:varName "dTimStart"^^xsd:string .
926 922
927 -_:b108 923 +_:b107
928 sp:varName "bitRecord"^^xsd:string . 924 sp:varName "bitRecord"^^xsd:string .
929 925
930 -_:b109 926 +_:b108
931 sp:varName "numBit"^^xsd:string . 927 sp:varName "numBit"^^xsd:string .
932 928
933 -_:b110 929 +_:b103
930 + sp:varName "dullGradeLabel"^^xsd:string .
931 +
932 +_:b109
934 sp:varName "wellBoreDrillBitRun"^^xsd:string . 933 sp:varName "wellBoreDrillBitRun"^^xsd:string .
935 934
936 -_:b111 935 +_:b104
936 + sp:varName "temporalPartOfADrillBit"^^xsd:string .
937 +
938 +_:b110
937 sp:varName "drillBitForWellBore"^^xsd:string . 939 sp:varName "drillBitForWellBore"^^xsd:string .
938 940
939 -_:b112 941 +_:b102
942 + sp:varName "dullGrade"^^xsd:string .
943 +
944 +_:b111
940 sp:varName "normalizedWellBoreName"^^xsd:string . 945 sp:varName "normalizedWellBoreName"^^xsd:string .
941 946
942 -_:b113 947 +_:b112
943 sp:varName "localname"^^xsd:string . 948 sp:varName "localname"^^xsd:string .
944 949
945 -_:b114 950 +_:b113
946 sp:varName "normalizedNumBit"^^xsd:string . 951 sp:varName "normalizedNumBit"^^xsd:string .
947 952
948 -_:b115 953 +_:b114
949 sp:varName "normalizedDullGradeLabel"^^xsd:string . 954 sp:varName "normalizedDullGradeLabel"^^xsd:string .
950 955
951 -_:b18 956 +_:b17
952 sp:varName "nameWellBore"^^xsd:string . 957 sp:varName "nameWellBore"^^xsd:string .
953 958
954 -_:b19 959 +_:b18
955 sp:varName "dTimStart"^^xsd:string . 960 sp:varName "dTimStart"^^xsd:string .
956 961
957 -_:b20 962 +_:b19
958 sp:varName "bitRecord"^^xsd:string . 963 sp:varName "bitRecord"^^xsd:string .
959 964
960 _:b10 965 _:b10
961 sp:varName "numBit"^^xsd:string . 966 sp:varName "numBit"^^xsd:string .
962 967
963 -_:b21 968 +_:b20
964 sp:varName "diaBit"^^xsd:string . 969 sp:varName "diaBit"^^xsd:string .
965 970
966 -_:b22 971 +_:b21
967 sp:varName "uomDia"^^xsd:string . 972 sp:varName "uomDia"^^xsd:string .
968 973
969 -_:b13 974 +_:b22
970 sp:varName "realDia"^^xsd:string . 975 sp:varName "realDia"^^xsd:string .
971 976
972 -_:b16 977 +_:b14
973 sp:varName "nameManufacturer"^^xsd:string . 978 sp:varName "nameManufacturer"^^xsd:string .
974 979
975 -_:b17 980 +_:b16
976 sp:varName "codeMfg"^^xsd:string . 981 sp:varName "codeMfg"^^xsd:string .
977 982
978 _:b23 983 _:b23
...@@ -990,13 +995,10 @@ _:b25 ...@@ -990,13 +995,10 @@ _:b25
990 995
991 _:b9 sp:varName "drillBitForWellBore"^^xsd:string . 996 _:b9 sp:varName "drillBitForWellBore"^^xsd:string .
992 997
993 -_:b14 998 +_:b12
994 - sp:varName "lengthScaleDia"^^xsd:string .
995 -
996 -_:b26
997 sp:varName "diaName"^^xsd:string . 999 sp:varName "diaName"^^xsd:string .
998 1000
999 _:b11 1001 _:b11
1000 - sp:varName "wellBoreDrillBitClass"^^xsd:string . 1002 + sp:varName "wellBoreDrillBitSizeClass"^^xsd:string .
1001 1003
1002 _:b7 sp:varName "wellBore"^^xsd:string . 1004 _:b7 sp:varName "wellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 20:37:14 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 22:28:33 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#> .
......