David Leal

Debug coreInfo

1 -# Saved by TopBraid on Thu Sep 15 15:27:26 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 14:58:21 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
5 5
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . 7 @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/equipment>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
16 owl:versionInfo "0.1.0"^^xsd:string . 16 owl:versionInfo "0.1.0"^^xsd:string .
17 17
18 ep-core:PhysicalThing 18 ep-core:PhysicalThing
...@@ -24,10 +24,10 @@ ep-eqt:API_5CT_class ...@@ -24,10 +24,10 @@ ep-eqt:API_5CT_class
24 rdfs:subClassOf owl:Class . 24 rdfs:subClassOf owl:Class .
25 25
26 ep-eqt:Casing 26 ep-eqt:Casing
27 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 27 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
28 rdfs:label "casing"^^xsd:string ; 28 rdfs:label "casing"^^xsd:string ;
29 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 29 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
30 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . 30 + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
31 31
32 ep-eqt:CasingLinerTubing 32 ep-eqt:CasingLinerTubing
33 rdf:type owl:Class ; 33 rdf:type owl:Class ;
...@@ -51,7 +51,7 @@ ep-eqt:CasingRoleType ...@@ -51,7 +51,7 @@ ep-eqt:CasingRoleType
51 ep-eqt:CasingString 51 ep-eqt:CasingString
52 rdf:type owl:Class ; 52 rdf:type owl:Class ;
53 rdfs:label "casing string"^^xsd:string ; 53 rdfs:label "casing string"^^xsd:string ;
54 - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . 54 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
55 55
56 ep-eqt:ChokeValve 56 ep-eqt:ChokeValve
57 rdf:type owl:Class ; 57 rdf:type owl:Class ;
...@@ -77,25 +77,25 @@ ep-eqt:InnerBarrel-aluminum ...@@ -77,25 +77,25 @@ ep-eqt:InnerBarrel-aluminum
77 rdf:type owl:Class ; 77 rdf:type owl:Class ;
78 rdfs:label "inner barrel - aluminum"^^xsd:string ; 78 rdfs:label "inner barrel - aluminum"^^xsd:string ;
79 rdfs:subClassOf ep-eqt:InnerBarrel ; 79 rdfs:subClassOf ep-eqt:InnerBarrel ;
80 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . 80 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
81 81
82 ep-eqt:InnerBarrel-fiberglass 82 ep-eqt:InnerBarrel-fiberglass
83 rdf:type owl:Class ; 83 rdf:type owl:Class ;
84 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 84 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
85 rdfs:subClassOf ep-eqt:InnerBarrel ; 85 rdfs:subClassOf ep-eqt:InnerBarrel ;
86 - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . 86 + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum .
87 87
88 ep-eqt:InnerBarrel-gel 88 ep-eqt:InnerBarrel-gel
89 rdf:type owl:Class ; 89 rdf:type owl:Class ;
90 rdfs:label "inner barrel - gel"^^xsd:string ; 90 rdfs:label "inner barrel - gel"^^xsd:string ;
91 rdfs:subClassOf ep-eqt:InnerBarrel ; 91 rdfs:subClassOf ep-eqt:InnerBarrel ;
92 - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . 92 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum .
93 93
94 ep-eqt:IntermediateCasing 94 ep-eqt:IntermediateCasing
95 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 95 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
96 rdfs:label "intermediate casing"^^xsd:string ; 96 rdfs:label "intermediate casing"^^xsd:string ;
97 rdfs:subClassOf ep-eqt:Casing ; 97 rdfs:subClassOf ep-eqt:Casing ;
98 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . 98 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
99 99
100 ep-eqt:KellyBushing 100 ep-eqt:KellyBushing
101 rdf:type owl:Class ; 101 rdf:type owl:Class ;
...@@ -105,31 +105,31 @@ ep-eqt:KellyBushing ...@@ -105,31 +105,31 @@ ep-eqt:KellyBushing
105 ep-eqt:LastCasingOfAWellBore 105 ep-eqt:LastCasingOfAWellBore
106 rdf:type owl:Class ; 106 rdf:type owl:Class ;
107 rdfs:label "last casing of a wellbore"^^xsd:string ; 107 rdfs:label "last casing of a wellbore"^^xsd:string ;
108 - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . 108 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
109 109
110 ep-eqt:Liner 110 ep-eqt:Liner
111 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 111 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
112 rdfs:label "liner"^^xsd:string ; 112 rdfs:label "liner"^^xsd:string ;
113 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 113 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
114 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . 114 + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
115 115
116 ep-eqt:ProductionCasing 116 ep-eqt:ProductionCasing
117 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 117 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
118 rdfs:label "production casing"^^xsd:string ; 118 rdfs:label "production casing"^^xsd:string ;
119 rdfs:subClassOf ep-eqt:Casing ; 119 rdfs:subClassOf ep-eqt:Casing ;
120 - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . 120 + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
121 121
122 ep-eqt:TopCasing 122 ep-eqt:TopCasing
123 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 123 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
124 rdfs:label "top casing"^^xsd:string ; 124 rdfs:label "top casing"^^xsd:string ;
125 rdfs:subClassOf ep-eqt:Casing ; 125 rdfs:subClassOf ep-eqt:Casing ;
126 - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . 126 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
127 127
128 ep-eqt:Tubing 128 ep-eqt:Tubing
129 - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; 129 + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
130 rdfs:label "liner"^^xsd:string ; 130 rdfs:label "liner"^^xsd:string ;
131 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 131 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
132 - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . 132 + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
133 133
134 ep-eqt:TubularConnectionClass 134 ep-eqt:TubularConnectionClass
135 rdf:type rdfs:Class ; 135 rdf:type rdfs:Class ;
...@@ -142,49 +142,55 @@ ep-eqt:WellBoreLoggingTool ...@@ -142,49 +142,55 @@ ep-eqt:WellBoreLoggingTool
142 rdfs:subClassOf ep-eqt:Equipment . 142 rdfs:subClassOf ep-eqt:Equipment .
143 143
144 ep-eqt:diameterOfACasing 144 ep-eqt:diameterOfACasing
145 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 145 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
146 rdfs:domain ep-eqt:Casing ; 146 rdfs:domain ep-eqt:Casing ;
147 rdfs:label "diameter of a casing"^^xsd:string ; 147 rdfs:label "diameter of a casing"^^xsd:string ;
148 rdfs:range ep-core:Length . 148 rdfs:range ep-core:Length .
149 149
150 ep-eqt:diameterOfDrillBit 150 ep-eqt:diameterOfDrillBit
151 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 151 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
152 rdfs:domain ep-eqt:DrillBit ; 152 rdfs:domain ep-eqt:DrillBit ;
153 rdfs:label "diameter of drill bit"^^xsd:string ; 153 rdfs:label "diameter of drill bit"^^xsd:string ;
154 rdfs:range ep-core:Length . 154 rdfs:range ep-core:Length .
155 155
156 ep-eqt:elevationOfKellyBushing 156 ep-eqt:elevationOfKellyBushing
157 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 157 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
158 rdfs:domain ep-eqt:KellyBushing ; 158 rdfs:domain ep-eqt:KellyBushing ;
159 rdfs:label "elevation of kelly bushing"^^xsd:string ; 159 rdfs:label "elevation of kelly bushing"^^xsd:string ;
160 rdfs:range ep-core:Length . 160 rdfs:range ep-core:Length .
161 161
162 ep-eqt:hasTubularConnectionClass 162 ep-eqt:hasTubularConnectionClass
163 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 163 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
164 rdfs:domain ep-eqt:CasingLinerTubing ; 164 rdfs:domain ep-eqt:CasingLinerTubing ;
165 rdfs:label "has tubular connection class"^^xsd:string ; 165 rdfs:label "has tubular connection class"^^xsd:string ;
166 rdfs:range ep-eqt:TubularConnectionClass . 166 rdfs:range ep-eqt:TubularConnectionClass .
167 167
168 ep-eqt:insideDiameterOfATubular 168 ep-eqt:insideDiameterOfATubular
169 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 169 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
170 rdfs:domain ep-eqt:CasingLinerTubing ; 170 rdfs:domain ep-eqt:CasingLinerTubing ;
171 rdfs:label "inside diameter of a tubular"^^xsd:string ; 171 rdfs:label "inside diameter of a tubular"^^xsd:string ;
172 rdfs:range ep-core:Length . 172 rdfs:range ep-core:Length .
173 173
174 +ep-eqt:lengthOfInnerBarrel
175 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
176 + rdfs:domain ep-eqt:InnerBarrel ;
177 + rdfs:label "length of inner barrel"^^xsd:string ;
178 + rdfs:range ep-core:Length .
179 +
174 ep-eqt:maximumPressureForChokeValve 180 ep-eqt:maximumPressureForChokeValve
175 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 181 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
176 rdfs:domain ep-eqt:ChokeValve ; 182 rdfs:domain ep-eqt:ChokeValve ;
177 rdfs:label "maximum pressure for choke valve"^^xsd:string ; 183 rdfs:label "maximum pressure for choke valve"^^xsd:string ;
178 rdfs:range ep-core:Pressure . 184 rdfs:range ep-core:Pressure .
179 185
180 ep-eqt:outsideDiameterOfATubular 186 ep-eqt:outsideDiameterOfATubular
181 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 187 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
182 rdfs:domain ep-eqt:CasingLinerTubing ; 188 rdfs:domain ep-eqt:CasingLinerTubing ;
183 rdfs:label "outside diameter of a tubular"^^xsd:string ; 189 rdfs:label "outside diameter of a tubular"^^xsd:string ;
184 rdfs:range ep-core:Length . 190 rdfs:range ep-core:Length .
185 191
186 ep-eqt:stringLengthOfATubular 192 ep-eqt:stringLengthOfATubular
187 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 193 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
188 rdfs:domain ep-eqt:CasingLinerTubing ; 194 rdfs:domain ep-eqt:CasingLinerTubing ;
189 rdfs:label "string length of a tubular"^^xsd:string ; 195 rdfs:label "string length of a tubular"^^xsd:string ;
190 rdfs:range ep-core:Length . 196 rdfs:range ep-core:Length .
......
1 -# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 15:45:26 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 Sun Sep 18 22:09:29 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
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
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 21 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 23
24 ddr:Obj_drillReport 24 ddr:Obj_drillReport
...@@ -67,9 +67,6 @@ ddr:Obj_drillReport ...@@ -67,9 +67,6 @@ ddr:Obj_drillReport
67 ] [ sp:object _:b11 ; 67 ] [ sp:object _:b11 ;
68 sp:predicate _:b12 ; 68 sp:predicate _:b12 ;
69 sp:subject _:b10 69 sp:subject _:b10
70 - ] [ sp:object 101.0 ;
71 - sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
72 - sp:subject _:b10
73 ] [ sp:object _:b13 ; 70 ] [ sp:object _:b13 ;
74 sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ; 71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
75 sp:subject _:b8 72 sp:subject _:b8
......
1 -# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 13:44:54 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 Sun Sep 18 20:21:41 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 13:37:46 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/check 2 # baseURI: http://www.reportinghub.no/ep/transform/check
3 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 4 # imports: http://www.reportinghub.no/ep/schema/1.0/core
5 # imports: http://spinrdf.org/spin 5 # imports: http://spinrdf.org/spin
6 6
7 @prefix : <http://www.reportinghub.no/ep/transform/check#> . 7 @prefix : <http://www.reportinghub.no/ep/transform/check#> .
8 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 9 @prefix owl: <http://www.w3.org/2002/07/owl#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
14 15
15 <http://www.reportinghub.no/ep/transform/check> 16 <http://www.reportinghub.no/ep/transform/check>
16 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; 18 + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 20
20 <http://www.witsml.org/schemas/1series#Obj_drillReport> 21 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -23,18 +24,12 @@ ...@@ -23,18 +24,12 @@
23 rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ; 24 rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
24 sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ; 25 sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
25 sp:predicate rdfs:comment ; 26 sp:predicate rdfs:comment ;
26 - sp:subject 27 + sp:subject _:b1
27 - [ sp:varName "dailyDrillingReport"^^xsd:string
28 - ]
29 ]) ; 28 ]) ;
30 - sp:where ([ sp:object 29 + sp:where ([ sp:object _:b2 ;
31 - [ sp:varName "nameWellBore"^^xsd:string
32 - ] ;
33 sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; 30 sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
34 sp:subject spin:_this 31 sp:subject spin:_this
35 - ] [ sp:object 32 + ] [ sp:object _:b3 ;
36 - [ sp:varName "createDate"^^xsd:string
37 - ] ;
38 sp:predicate <http://www.witsml.org/schemas/1series#createDate> ; 33 sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
39 sp:subject spin:_this 34 sp:subject spin:_this
40 ] [ sp:object 35 ] [ sp:object
...@@ -44,5 +39,26 @@ ...@@ -44,5 +39,26 @@
44 sp:subject 39 sp:subject
45 [ sp:varName "x"^^xsd:string 40 [ sp:varName "x"^^xsd:string
46 ] 41 ]
42 + ] [ rdf:type sp:Bind ;
43 + sp:expression
44 + [ rdf:type ep-spin-lib:normalizeString ;
45 + sp:arg1 _:b2
46 + ] ;
47 + sp:variable _:b4
48 + ] [ rdf:type sp:Bind ;
49 + sp:expression
50 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
51 + sp:arg1 _:b4 ;
52 + sp:arg2 _:b3
53 + ] ;
54 + sp:variable _:b1
47 ]) 55 ])
48 ] . 56 ] .
57 +
58 +_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
59 +
60 +_:b4 sp:varName "normalizedWellBoreName"^^xsd:string .
61 +
62 +_:b3 sp:varName "createDate"^^xsd:string .
63 +
64 +_:b2 sp:varName "nameWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
12 # 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/coreInfo
13 # imports: http://spinrdf.org/spin 14 # imports: http://spinrdf.org/spin
14 15
15 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . 16 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
...@@ -18,6 +19,7 @@ ...@@ -18,6 +19,7 @@
18 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . 19 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
19 @prefix check: <http://www.reportinghub.no/ep/transform/check#> . 20 @prefix check: <http://www.reportinghub.no/ep/transform/check#> .
20 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 21 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
22 +@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
21 @prefix owl: <http://www.w3.org/2002/07/owl#> . 23 @prefix owl: <http://www.w3.org/2002/07/owl#> .
22 @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#> .
23 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 25 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -32,5 +34,5 @@ ...@@ -32,5 +34,5 @@
32 34
33 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 35 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
34 rdf:type owl:Ontology ; 36 rdf:type owl:Ontology ;
35 - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <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/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 37 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <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/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
36 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 38 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 15:28:07 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#> .
......
...@@ -321,6 +321,8 @@ Sand Zones: ...@@ -321,6 +321,8 @@ Sand Zones:
321 <witsml:coreNumber>1</witsml:coreNumber> 321 <witsml:coreNumber>1</witsml:coreNumber>
322 <witsml:mdTop uom="m">1234</witsml:mdTop> 322 <witsml:mdTop uom="m">1234</witsml:mdTop>
323 <witsml:mdBottom uom="m">1234</witsml:mdBottom> 323 <witsml:mdBottom uom="m">1234</witsml:mdBottom>
324 +<witsml:tvdTop uom="m">1200</witsml:tvdTop>
325 +<witsml:tvdBottom uom="m">1200</witsml:tvdBottom>
324 <witsml:lenRecovered uom="m">123</witsml:lenRecovered> 326 <witsml:lenRecovered uom="m">123</witsml:lenRecovered>
325 <witsml:recoverPc uom="%">89.9</witsml:recoverPc> 327 <witsml:recoverPc uom="%">89.9</witsml:recoverPc>
326 <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> 328 <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
......