David Leal

Merge branch 'DavidLwork'

Showing 23 changed files with 237 additions and 39 deletions
File mode changed
1 -# Saved by TopBraid on Tue Aug 16 11:17:28 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 16:00:46 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
...@@ -183,6 +183,11 @@ ep-activity:DrillingActivityOutcomeType ...@@ -183,6 +183,11 @@ ep-activity:DrillingActivityOutcomeType
183 rdfs:label "drilling activity outcome type"^^xsd:string ; 183 rdfs:label "drilling activity outcome type"^^xsd:string ;
184 rdfs:subClassOf owl:Class . 184 rdfs:subClassOf owl:Class .
185 185
186 +ep-activity:EquipmentFailureAndRepair
187 + rdf:type owl:Class ;
188 + rdfs:label "equipment failure and repair"^^xsd:string ;
189 + rdfs:subClassOf ep-activity:Activity .
190 +
186 ep-activity:FailedActivity 191 ep-activity:FailedActivity
187 rdf:type ep-activity:ActivitySuccessType , owl:Class ; 192 rdf:type ep-activity:ActivitySuccessType , owl:Class ;
188 rdfs:label "failed activity"^^xsd:string ; 193 rdfs:label "failed activity"^^xsd:string ;
...@@ -206,6 +211,11 @@ ep-activity:LeakOffTest ...@@ -206,6 +211,11 @@ ep-activity:LeakOffTest
206 rdfs:subClassOf ep-activity:WellBorePressureTest ; 211 rdfs:subClassOf ep-activity:WellBorePressureTest ;
207 owl:disjointWith ep-activity:FormationIntegrityTest . 212 owl:disjointWith ep-activity:FormationIntegrityTest .
208 213
214 +ep-activity:LithologyAndShowsObservation
215 + rdf:type owl:Class ;
216 + rdfs:label "lithology and shows observation"^^xsd:string ;
217 + rdfs:subClassOf ep-activity:Activity .
218 +
209 ep-activity:MonthlyDrillingActivity 219 ep-activity:MonthlyDrillingActivity
210 rdf:type owl:Class ; 220 rdf:type owl:Class ;
211 rdfs:label "Weekly drilling activity"^^xsd:string ; 221 rdfs:label "Weekly drilling activity"^^xsd:string ;
...@@ -251,6 +261,28 @@ ep-activity:OffshoreWellActivity ...@@ -251,6 +261,28 @@ ep-activity:OffshoreWellActivity
251 owl:onProperty ep-activity:onWell 261 owl:onProperty ep-activity:onWell
252 ] . 262 ] .
253 263
264 +ep-activity:PorePressureDetermination
265 + rdf:type owl:Class ;
266 + rdfs:label "pore pressure determination"^^xsd:string ;
267 + rdfs:subClassOf ep-activity:Activity .
268 +
269 +ep-activity:PorePressureDeterminationType
270 + rdf:type rdfs:Class ;
271 + rdfs:label "pore pressure determination type"^^xsd:string ;
272 + rdfs:subClassOf owl:Class .
273 +
274 +ep-activity:PorePressureEstimation
275 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
276 + rdfs:label "pore pressure estimation"^^xsd:string ;
277 + rdfs:subClassOf ep-activity:PorePressureDetermination ;
278 + owl:disjointWith ep-activity:PorePressureMeasurement .
279 +
280 +ep-activity:PorePressureMeasurement
281 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
282 + rdfs:label "pore pressure measurement"^^xsd:string ;
283 + rdfs:subClassOf ep-activity:PorePressureDetermination ;
284 + owl:disjointWith ep-activity:PorePressureEstimation .
285 +
254 ep-activity:PressureTestType 286 ep-activity:PressureTestType
255 rdf:type rdfs:Class ; 287 rdf:type rdfs:Class ;
256 rdfs:label "pressure test type"^^xsd:string ; 288 rdfs:label "pressure test type"^^xsd:string ;
...@@ -297,6 +329,11 @@ ep-activity:WellBoreDrillingType ...@@ -297,6 +329,11 @@ ep-activity:WellBoreDrillingType
297 rdfs:label "well bore drilling type"^^xsd:string ; 329 rdfs:label "well bore drilling type"^^xsd:string ;
298 rdfs:subClassOf owl:Class . 330 rdfs:subClassOf owl:Class .
299 331
332 +ep-activity:WellBoreLog
333 + rdf:type owl:Class ;
334 + rdfs:label "well bore log"^^xsd:string ;
335 + rdfs:subClassOf ep-activity:Activity .
336 +
300 ep-activity:WellBorePressureTest 337 ep-activity:WellBorePressureTest
301 rdf:type owl:Class ; 338 rdf:type owl:Class ;
302 rdfs:label "well bore pressure test"^^xsd:string ; 339 rdfs:label "well bore pressure test"^^xsd:string ;
...@@ -319,6 +356,12 @@ ep-activity:drillingOperator ...@@ -319,6 +356,12 @@ ep-activity:drillingOperator
319 rdfs:label "drilling operator"^^xsd:string ; 356 rdfs:label "drilling operator"^^xsd:string ;
320 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 357 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
321 358
359 +ep-activity:failedEquipment
360 + rdf:type owl:ObjectProperty ;
361 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
362 + rdfs:label "failed equipment"^^xsd:string ;
363 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> .
364 +
322 ep-activity:finishedAt 365 ep-activity:finishedAt
323 rdf:type owl:DatatypeProperty ; 366 rdf:type owl:DatatypeProperty ;
324 rdfs:label "finished at"^^xsd:string ; 367 rdfs:label "finished at"^^xsd:string ;
...@@ -344,6 +387,12 @@ ep-activity:reportOn ...@@ -344,6 +387,12 @@ ep-activity:reportOn
344 rdf:type owl:ObjectProperty ; 387 rdf:type owl:ObjectProperty ;
345 rdfs:label "report on"^^xsd:string . 388 rdfs:label "report on"^^xsd:string .
346 389
390 +ep-activity:serviceCompany
391 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
392 + rdfs:domain ep-activity:Activity ;
393 + rdfs:label "service company"^^xsd:string ;
394 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
395 +
347 ep-activity:startedAt 396 ep-activity:startedAt
348 rdf:type owl:DatatypeProperty ; 397 rdf:type owl:DatatypeProperty ;
349 rdfs:label "started at"^^xsd:string ; 398 rdfs:label "started at"^^xsd:string ;
...@@ -355,3 +404,9 @@ ep-activity:wellBoreDrillingType ...@@ -355,3 +404,9 @@ ep-activity:wellBoreDrillingType
355 rdfs:label "has sub activity"^^xsd:string ; 404 rdfs:label "has sub activity"^^xsd:string ;
356 rdfs:range ep-activity:WellBoreDrillingType ; 405 rdfs:range ep-activity:WellBoreDrillingType ;
357 rdfs:subPropertyOf rdf:type . 406 rdfs:subPropertyOf rdf:type .
407 +
408 +ep-activity:wellBoreLoggingTool
409 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
410 + rdfs:domain ep-activity:WellBoreLog ;
411 + rdfs:label "well bore logging tool"^^xsd:string ;
412 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 1 +# Saved by TopBraid on Wed Aug 17 12:15:49 BST 2011
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
3 - 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . 4 +
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 5 +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 - 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -<http://www.reportinghub.no/ep/schema/1.0/equipment> 10 +
11 - rdf:type owl:Ontology ; 11 +<http://www.reportinghub.no/ep/schema/1.0/equipment>
12 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 12 + rdf:type owl:Ontology ;
13 - owl:versionInfo "0.1.0"^^xsd:string . 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 - 14 + owl:versionInfo "0.1.0"^^xsd:string .
15 -<http://www.reportinghub.no/ep/schema/core#PhysicalThing> 15 +
16 - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . 16 +<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem>
17 - 17 + rdf:type owl:Class ;
18 -ep-eqt:Equipment 18 + rdfs:label "all or part of an equipment item"^^xsd:string ;
19 - rdf:type owl:Class ; 19 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
20 - rdfs:label "Equipment"^^xsd:string ; 20 +
21 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 21 +<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
22 + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
23 +
24 +ep-eqt:Equipment
25 + rdf:type owl:Class ;
26 + rdfs:label "Equipment"^^xsd:string ;
27 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
28 +
29 +ep-eqt:TemporalPartOfEquipment
30 + rdf:type owl:Class ;
31 + rdfs:label "temporal part of equipment"^^xsd:string ;
32 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
33 +
34 +ep-eqt:WellBoreLoggingTool
35 + rdf:type owl:Class ;
36 + rdfs:label "well bore logging tool"^^xsd:string ;
37 + rdfs:subClassOf ep-eqt:Equipment .
......
1 -# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 12:39:33 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -13,36 +13,51 @@ ...@@ -13,36 +13,51 @@
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 owl:versionInfo "0.1.0"^^xsd:string . 14 owl:versionInfo "0.1.0"^^xsd:string .
15 15
16 +ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore
17 + rdf:type owl:Class ;
18 + rdfs:label "all or part of the life of a spatial part of a well bore"^^xsd:string ;
19 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
20 +
16 ep-well:AllOrPartOfTheLifeOfAWellBore 21 ep-well:AllOrPartOfTheLifeOfAWellBore
17 rdf:type owl:Class ; 22 rdf:type owl:Class ;
18 rdfs:label "all or part of the life of a well bore"^^xsd:string ; 23 rdfs:label "all or part of the life of a well bore"^^xsd:string ;
19 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 24 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
20 25
21 ep-well:HphtWellBore 26 ep-well:HphtWellBore
22 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 27 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
23 rdfs:label "high pressure high temperature well bore"^^xsd:string ; 28 rdfs:label "high pressure high temperature well bore"^^xsd:string ;
24 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 29 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
25 owl:disjointWith ep-well:NotHphtWellBore . 30 owl:disjointWith ep-well:NotHphtWellBore .
26 31
27 ep-well:LeakyWellBore 32 ep-well:LeakyWellBore
28 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 33 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
29 rdfs:label "leaky well bore"^^xsd:string ; 34 rdfs:label "leaky well bore"^^xsd:string ;
30 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 35 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
31 owl:disjointWith ep-well:TightWellBore . 36 owl:disjointWith ep-well:TightWellBore .
32 37
33 ep-well:NotHphtWellBore 38 ep-well:NotHphtWellBore
34 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 39 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
35 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 40 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
36 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 41 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
37 owl:disjointWith ep-well:HphtWellBore . 42 owl:disjointWith ep-well:HphtWellBore .
38 43
44 +ep-well:SpatialPartOfAWellBore
45 + rdf:type owl:Class ;
46 + rdfs:label "spatial part of a well bore"^^xsd:string ;
47 + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore .
48 +
49 +ep-well:TemporalPartOfASpatialPartOfAWellBore
50 + rdf:type owl:Class ;
51 + rdfs:label "temporal part of a spatial part of a well bore"^^xsd:string ;
52 + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore .
53 +
39 ep-well:TemporalPartOfAWellBore 54 ep-well:TemporalPartOfAWellBore
40 rdf:type owl:Class ; 55 rdf:type owl:Class ;
41 rdfs:label "temporal part of a well bore"^^xsd:string ; 56 rdfs:label "temporal part of a well bore"^^xsd:string ;
42 rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . 57 rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore .
43 58
44 ep-well:TightWellBore 59 ep-well:TightWellBore
45 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 60 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
46 rdfs:label "tight well bore"^^xsd:string ; 61 rdfs:label "tight well bore"^^xsd:string ;
47 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 62 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
48 owl:disjointWith ep-well:LeakyWellBore . 63 owl:disjointWith ep-well:LeakyWellBore .
...@@ -53,13 +68,13 @@ ep-well:Well ...@@ -53,13 +68,13 @@ ep-well:Well
53 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 68 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
54 rdfs:subClassOf 69 rdfs:subClassOf
55 [ rdf:type owl:Restriction ; 70 [ rdf:type owl:Restriction ;
56 - owl:allValuesFrom ep-well:WellBore ; 71 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
57 - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> 72 + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
58 ] ; 73 ] ;
59 rdfs:subClassOf 74 rdfs:subClassOf
60 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
61 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 76 + owl:allValuesFrom ep-well:WellBore ;
62 - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> 77 + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
63 ] . 78 ] .
64 79
65 ep-well:WellBore 80 ep-well:WellBore
...@@ -72,6 +87,18 @@ ep-well:WellBore ...@@ -72,6 +87,18 @@ ep-well:WellBore
72 owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> 87 owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
73 ] . 88 ] .
74 89
90 +ep-well:WellBoreBottomWithCirculation
91 + rdf:type owl:Class ;
92 + rdfs:label "well bore bottom with circulation"^^xsd:string ;
93 + rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ;
94 + owl:disjointWith ep-well:WellBoreBottomWithoutCirculation .
95 +
96 +ep-well:WellBoreBottomWithoutCirculation
97 + rdf:type owl:Class ;
98 + rdfs:label "well bore bottom without circulation"^^xsd:string ;
99 + rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ;
100 + owl:disjointWith ep-well:WellBoreBottomWithCirculation .
101 +
75 ep-well:WellBoreHphtType 102 ep-well:WellBoreHphtType
76 rdf:type rdfs:Class ; 103 rdf:type rdfs:Class ;
77 rdfs:label "well bore high pressure high temperature type"^^xsd:string ; 104 rdfs:label "well bore high pressure high temperature type"^^xsd:string ;
......
1 -# Saved by TopBraid on Tue Aug 16 11:34:45 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 16:38:03 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 Wed Aug 10 11:13:52 BST 2011 1 +# Saved by TopBraid on Tue Aug 16 15:54:55 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 Wed Aug 17 11:15:26 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 + ] .
1 +# Saved by TopBraid on Wed Aug 17 16:55:07 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 + ] .
1 +# Saved by TopBraid on Wed Aug 17 13:42:27 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 + ] .
1 -# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 16:43:17 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo 4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
5 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 5 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
6 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
6 # imports: http://www.reportinghub.no/swp/ddr 7 # imports: http://www.reportinghub.no/swp/ddr
8 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
11 +# imports: file:///www.reportinghub.no/examples/xml/TemplateTest.xml
9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 12 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
13 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
14 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
10 15
11 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . 16 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
12 @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . 17 @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> .
18 +@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
13 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 19 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
20 +@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
21 +@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
14 @prefix owl: <http://www.w3.org/2002/07/owl#> . 22 @prefix owl: <http://www.w3.org/2002/07/owl#> .
23 +@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 24 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
16 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 25 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17 @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . 26 @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
...@@ -25,7 +34,7 @@ ...@@ -25,7 +34,7 @@
25 34
26 <http://www.reportinghub.no/ep/transform/1.1/normalization> 35 <http://www.reportinghub.no/ep/transform/1.1/normalization>
27 rdf:type owl:Ontology ; 36 rdf:type owl:Ontology ;
28 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> ; 37 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <file:///www.reportinghub.no/examples/xml/TemplateTest.xml> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <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/drillReport> ;
29 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 38 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
30 39
31 owl:Thing 40 owl:Thing
......
1 -# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 16:43:17 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 Aug 16 12:29:21 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 + ] .
1 -# Saved by TopBraid on Tue Aug 16 11:03:54 BST 2011 1 +# Saved by TopBraid on Wed Aug 17 11:44:23 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#> .
......
...@@ -55,7 +55,13 @@ ...@@ -55,7 +55,13 @@
55 <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> 55 <witsml:avgTempBH uom="degC">20</witsml:avgTempBH>
56 <witsml:fixedRig>true</witsml:fixedRig> 56 <witsml:fixedRig>true</witsml:fixedRig>
57 </witsml:statusInfo> 57 </witsml:statusInfo>
58 - <witsml:surveyStation> 58 + <witsml:porePressure>
59 + <witsml:readingKind>estimated</witsml:readingKind>
60 + <witsml:equivalentMudWeight uom="g/cm3">.93</witsml:equivalentMudWeight>
61 + <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
62 + <witsml:md uom="m">3741</witsml:md>
63 + </witsml:porePressure>
64 +<witsml:surveyStation>
59 <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> 65 <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
60 <witsml:md uom="m">3569</witsml:md> 66 <witsml:md uom="m">3569</witsml:md>
61 <witsml:tvd uom="m">1822.47</witsml:tvd> 67 <witsml:tvd uom="m">1822.47</witsml:tvd>
...@@ -244,6 +250,24 @@ Sand Zones: ...@@ -244,6 +250,24 @@ Sand Zones:
244 250
245 0,08m above, 1,29m to the right of plan.</witsml:comments> 251 0,08m above, 1,29m to the right of plan.</witsml:comments>
246 </witsml:activity> 252 </witsml:activity>
253 +<witsml:logInfo>
254 +<witsml:runNumber>101</witsml:runNumber>
255 +<witsml:serviceCompany>Baker Hughes Inteq</witsml:serviceCompany>
256 +<witsml:mdTop uom="m">3567</witsml:mdTop>
257 +<witsml:mdBottom uom="m">3883</witsml:mdBottom>
258 +<witsml:tool>AutoTrak - DeepTrak - SOUNDTRAK - AZITRA</witsml:tool>
259 +<witsml:tempBHST uom="degC">-9999</witsml:tempBHST>
260 +<witsml:eTimStatic uom="h">-9999</witsml:eTimStatic>
261 +<witsml:mdTempTool uom="m">-9999</witsml:mdTempTool>
262 +</witsml:logInfo>
263 +<witsml:lithShowInfo>
264 +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
265 +<witsml:mdTop uom="m">3570</witsml:mdTop>
266 +<witsml:mdBottom uom="m">3750</witsml:mdBottom>
267 +<witsml:tvdTop uom="m">1822.67</witsml:tvdTop>
268 +<witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom>
269 +<witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology>
270 +</witsml:lithShowInfo>
247 <witsml:equipFailureInfo> 271 <witsml:equipFailureInfo>
248 <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> 272 <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim>
249 <witsml:md uom="m">2823</witsml:md> 273 <witsml:md uom="m">2823</witsml:md>
...@@ -252,6 +276,5 @@ Sand Zones: ...@@ -252,6 +276,5 @@ Sand Zones:
252 <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> 276 <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair>
253 <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description> 277 <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description>
254 </witsml:equipFailureInfo> 278 </witsml:equipFailureInfo>
255 -
256 </witsml:drillReport> 279 </witsml:drillReport>
257 </witsml:drillReports> 280 </witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file
......