David Price

Merge branch 'master' into npd5

1 # Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011 1 # Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1) 2 +# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)
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.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
5 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 5 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
6 -# imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
7 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
8 8
9 -@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)#> . 9 +@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)#> .
10 @prefix dc: <http://purl.org/dc/elements/1.1/> . 10 @prefix dc: <http://purl.org/dc/elements/1.1/> .
11 @prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . 11 @prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
50 ]) 50 ])
51 ] . 51 ] .
52 52
53 -<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)> 53 +<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)>
54 rdf:type owl:Ontology ; 54 rdf:type owl:Ontology ;
55 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> ; 55 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> ;
56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
57 57
58 _:b1 sp:varName "equipmentType"^^xsd:string . 58 _:b1 sp:varName "equipmentType"^^xsd:string .
......
...@@ -10,141 +10,141 @@ ...@@ -10,141 +10,141 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/flow> 11 <http://www.reportinghub.no/ep/schema/1.0/flow>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ep-flow:AllocatedFlow 16 ep-flow:AllocatedFlow
17 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 17 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
18 rdfs:label "allocated flow"^^xsd:string ; 18 rdfs:label "allocated flow"^^xsd:string ;
19 rdfs:subClassOf ep-flow:Flow . 19 rdfs:subClassOf ep-flow:Flow .
20 20
21 ep-flow:AqueousFlow 21 ep-flow:AqueousFlow
22 - rdf:type owl:Class , ep-flow:ProductType ; 22 + rdf:type ep-flow:ProductType , owl:Class ;
23 rdfs:label "aqueous flow"^^xsd:string ; 23 rdfs:label "aqueous flow"^^xsd:string ;
24 rdfs:subClassOf ep-flow:Flow . 24 rdfs:subClassOf ep-flow:Flow .
25 25
26 ep-flow:BudgetFlow 26 ep-flow:BudgetFlow
27 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 27 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
28 rdfs:label "budget flow"^^xsd:string ; 28 rdfs:label "budget flow"^^xsd:string ;
29 rdfs:subClassOf ep-flow:Flow . 29 rdfs:subClassOf ep-flow:Flow .
30 30
31 ep-flow:CarbonDioxideGasFlow 31 ep-flow:CarbonDioxideGasFlow
32 - rdf:type owl:Class , ep-flow:ProductType ; 32 + rdf:type ep-flow:ProductType , owl:Class ;
33 rdfs:label "carbon dioxide gas flow"^^xsd:string ; 33 rdfs:label "carbon dioxide gas flow"^^xsd:string ;
34 rdfs:subClassOf ep-flow:Flow . 34 rdfs:subClassOf ep-flow:Flow .
35 35
36 ep-flow:CarbonMonoxideGasFlow 36 ep-flow:CarbonMonoxideGasFlow
37 - rdf:type owl:Class , ep-flow:ProductType ; 37 + rdf:type ep-flow:ProductType , owl:Class ;
38 rdfs:label "carbon monoxide gas flow"^^xsd:string ; 38 rdfs:label "carbon monoxide gas flow"^^xsd:string ;
39 rdfs:subClassOf ep-flow:Flow . 39 rdfs:subClassOf ep-flow:Flow .
40 40
41 ep-flow:ChemicalFlow 41 ep-flow:ChemicalFlow
42 - rdf:type owl:Class , ep-flow:ProductType ; 42 + rdf:type ep-flow:ProductType , owl:Class ;
43 rdfs:label "chemical flow"^^xsd:string ; 43 rdfs:label "chemical flow"^^xsd:string ;
44 rdfs:subClassOf ep-flow:Flow . 44 rdfs:subClassOf ep-flow:Flow .
45 45
46 ep-flow:CondensateFlow 46 ep-flow:CondensateFlow
47 - rdf:type owl:Class , ep-flow:ProductType ; 47 + rdf:type ep-flow:ProductType , owl:Class ;
48 rdfs:label "condensate flow"^^xsd:string ; 48 rdfs:label "condensate flow"^^xsd:string ;
49 rdfs:subClassOf ep-flow:Flow . 49 rdfs:subClassOf ep-flow:Flow .
50 50
51 ep-flow:ConstraintFlow 51 ep-flow:ConstraintFlow
52 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 52 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
53 rdfs:label "constraint flow"^^xsd:string ; 53 rdfs:label "constraint flow"^^xsd:string ;
54 rdfs:subClassOf ep-flow:Flow . 54 rdfs:subClassOf ep-flow:Flow .
55 55
56 ep-flow:Consume 56 ep-flow:Consume
57 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 57 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
58 rdfs:label "consume"^^xsd:string ; 58 rdfs:label "consume"^^xsd:string ;
59 rdfs:subClassOf ep-flow:Flow . 59 rdfs:subClassOf ep-flow:Flow .
60 60
61 ep-flow:Consume-HPflare 61 ep-flow:Consume-HPflare
62 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 62 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
63 rdfs:label "consume - HP flare"^^xsd:string ; 63 rdfs:label "consume - HP flare"^^xsd:string ;
64 rdfs:subClassOf ep-flow:Consume-flare . 64 rdfs:subClassOf ep-flow:Consume-flare .
65 65
66 ep-flow:Consume-LPflare 66 ep-flow:Consume-LPflare
67 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 67 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
68 rdfs:label "consume - LP flare"^^xsd:string ; 68 rdfs:label "consume - LP flare"^^xsd:string ;
69 rdfs:subClassOf ep-flow:Consume-flare . 69 rdfs:subClassOf ep-flow:Consume-flare .
70 70
71 ep-flow:Consume-blackstart 71 ep-flow:Consume-blackstart
72 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 72 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
73 rdfs:label "consume - blackstart"^^xsd:string ; 73 rdfs:label "consume - blackstart"^^xsd:string ;
74 rdfs:subClassOf ep-flow:Consume . 74 rdfs:subClassOf ep-flow:Consume .
75 75
76 ep-flow:Consume-compressor 76 ep-flow:Consume-compressor
77 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 77 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
78 rdfs:label "consume - compressor"^^xsd:string ; 78 rdfs:label "consume - compressor"^^xsd:string ;
79 rdfs:subClassOf ep-flow:Consume . 79 rdfs:subClassOf ep-flow:Consume .
80 80
81 ep-flow:Consume-emitted 81 ep-flow:Consume-emitted
82 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 82 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
83 rdfs:label "consume - emitted"^^xsd:string ; 83 rdfs:label "consume - emitted"^^xsd:string ;
84 rdfs:subClassOf ep-flow:Consume . 84 rdfs:subClassOf ep-flow:Consume .
85 85
86 ep-flow:Consume-flare 86 ep-flow:Consume-flare
87 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 87 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
88 rdfs:label "consume - flare"^^xsd:string ; 88 rdfs:label "consume - flare"^^xsd:string ;
89 rdfs:subClassOf ep-flow:Consume . 89 rdfs:subClassOf ep-flow:Consume .
90 90
91 ep-flow:Consume-fuel 91 ep-flow:Consume-fuel
92 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 92 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
93 rdfs:label "consume - fuel"^^xsd:string ; 93 rdfs:label "consume - fuel"^^xsd:string ;
94 rdfs:subClassOf ep-flow:Consume . 94 rdfs:subClassOf ep-flow:Consume .
95 95
96 ep-flow:Consume-noncompressor 96 ep-flow:Consume-noncompressor
97 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 97 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
98 rdfs:label "consume - non-compressor"^^xsd:string ; 98 rdfs:label "consume - non-compressor"^^xsd:string ;
99 rdfs:subClassOf ep-flow:Consume . 99 rdfs:subClassOf ep-flow:Consume .
100 100
101 ep-flow:Consume-venting 101 ep-flow:Consume-venting
102 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 102 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
103 rdfs:label "consume - venting"^^xsd:string ; 103 rdfs:label "consume - venting"^^xsd:string ;
104 rdfs:subClassOf ep-flow:Consume . 104 rdfs:subClassOf ep-flow:Consume .
105 105
106 ep-flow:CuttingsFlow 106 ep-flow:CuttingsFlow
107 - rdf:type ep-flow:ProductType , owl:Class ; 107 + rdf:type owl:Class , ep-flow:ProductType ;
108 rdfs:label "cuttings flow"^^xsd:string ; 108 rdfs:label "cuttings flow"^^xsd:string ;
109 rdfs:subClassOf ep-flow:Flow . 109 rdfs:subClassOf ep-flow:Flow .
110 110
111 ep-flow:DerivedFlow 111 ep-flow:DerivedFlow
112 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 112 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
113 rdfs:label "derived flow"^^xsd:string ; 113 rdfs:label "derived flow"^^xsd:string ;
114 rdfs:subClassOf ep-flow:Flow . 114 rdfs:subClassOf ep-flow:Flow .
115 115
116 ep-flow:DieselFlow 116 ep-flow:DieselFlow
117 - rdf:type owl:Class , ep-flow:ProductType ; 117 + rdf:type ep-flow:ProductType , owl:Class ;
118 rdfs:label "diesel flow"^^xsd:string ; 118 rdfs:label "diesel flow"^^xsd:string ;
119 rdfs:subClassOf ep-flow:Flow . 119 rdfs:subClassOf ep-flow:Flow .
120 120
121 ep-flow:EstimatedFlow 121 ep-flow:EstimatedFlow
122 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 122 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
123 rdfs:label "estimated flow"^^xsd:string ; 123 rdfs:label "estimated flow"^^xsd:string ;
124 rdfs:subClassOf ep-flow:Flow . 124 rdfs:subClassOf ep-flow:Flow .
125 125
126 ep-flow:Ethane-componentFlow 126 ep-flow:Ethane-componentFlow
127 - rdf:type owl:Class , ep-flow:ProductType ; 127 + rdf:type ep-flow:ProductType , owl:Class ;
128 rdfs:label "ethane - component flow"^^xsd:string ; 128 rdfs:label "ethane - component flow"^^xsd:string ;
129 rdfs:subClassOf ep-flow:Flow . 129 rdfs:subClassOf ep-flow:Flow .
130 130
131 ep-flow:Export 131 ep-flow:Export
132 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 132 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
133 rdfs:label "export"^^xsd:string ; 133 rdfs:label "export"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Flow . 134 rdfs:subClassOf ep-flow:Flow .
135 135
136 ep-flow:Export-nominated 136 ep-flow:Export-nominated
137 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 137 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
138 rdfs:label "export nominated"^^xsd:string ; 138 rdfs:label "export nominated"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Export . 139 rdfs:subClassOf ep-flow:Export .
140 140
141 ep-flow:Export-requested 141 ep-flow:Export-requested
142 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 142 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
143 rdfs:label "export requested"^^xsd:string ; 143 rdfs:label "export requested"^^xsd:string ;
144 rdfs:subClassOf ep-flow:Export . 144 rdfs:subClassOf ep-flow:Export .
145 145
146 ep-flow:Export-shortfall 146 ep-flow:Export-shortfall
147 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 147 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
148 rdfs:label "export shortfall"^^xsd:string ; 148 rdfs:label "export shortfall"^^xsd:string ;
149 rdfs:subClassOf ep-flow:Export . 149 rdfs:subClassOf ep-flow:Export .
150 150
...@@ -154,32 +154,32 @@ ep-flow:Flow ...@@ -154,32 +154,32 @@ ep-flow:Flow
154 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 154 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
155 155
156 ep-flow:FlowDuringDay 156 ep-flow:FlowDuringDay
157 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 157 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
158 rdfs:label "flow during day"^^xsd:string ; 158 rdfs:label "flow during day"^^xsd:string ;
159 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 159 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
160 160
161 ep-flow:FlowDuringMonth 161 ep-flow:FlowDuringMonth
162 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 162 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
163 rdfs:label "flow during month"^^xsd:string ; 163 rdfs:label "flow during month"^^xsd:string ;
164 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 164 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
165 165
166 ep-flow:FlowDuringMonthToDate 166 ep-flow:FlowDuringMonthToDate
167 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 167 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
168 rdfs:label "flow during month to date"^^xsd:string ; 168 rdfs:label "flow during month to date"^^xsd:string ;
169 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 169 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
170 170
171 ep-flow:FlowDuringWeek 171 ep-flow:FlowDuringWeek
172 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 172 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
173 rdfs:label "flow during week"^^xsd:string ; 173 rdfs:label "flow during week"^^xsd:string ;
174 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 174 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
175 175
176 ep-flow:FlowDuringYear 176 ep-flow:FlowDuringYear
177 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 177 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
178 rdfs:label "flow during year"^^xsd:string ; 178 rdfs:label "flow during year"^^xsd:string ;
179 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 179 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
180 180
181 ep-flow:FlowDuringYearToDate 181 ep-flow:FlowDuringYearToDate
182 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 182 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
183 rdfs:label "flow during year to date"^^xsd:string ; 183 rdfs:label "flow during year to date"^^xsd:string ;
184 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 184 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
185 185
...@@ -199,97 +199,97 @@ ep-flow:FlowOfMaterial ...@@ -199,97 +199,97 @@ ep-flow:FlowOfMaterial
199 rdfs:subClassOf ep-flow:Flow . 199 rdfs:subClassOf ep-flow:Flow .
200 200
201 ep-flow:Gas-componentInOilFlow 201 ep-flow:Gas-componentInOilFlow
202 - rdf:type owl:Class , ep-flow:ProductType ; 202 + rdf:type ep-flow:ProductType , owl:Class ;
203 rdfs:label "gas - component in oil flow"^^xsd:string ; 203 rdfs:label "gas - component in oil flow"^^xsd:string ;
204 rdfs:subClassOf ep-flow:Flow . 204 rdfs:subClassOf ep-flow:Flow .
205 205
206 ep-flow:Gas-richFlow 206 ep-flow:Gas-richFlow
207 - rdf:type owl:Class , ep-flow:ProductType ; 207 + rdf:type ep-flow:ProductType , owl:Class ;
208 rdfs:label "gas - rich flow"^^xsd:string ; 208 rdfs:label "gas - rich flow"^^xsd:string ;
209 rdfs:subClassOf ep-flow:Flow . 209 rdfs:subClassOf ep-flow:Flow .
210 210
211 ep-flow:GasFlow 211 ep-flow:GasFlow
212 - rdf:type owl:Class , ep-flow:ProductType ; 212 + rdf:type ep-flow:ProductType , owl:Class ;
213 rdfs:label "gas flow"^^xsd:string ; 213 rdfs:label "gas flow"^^xsd:string ;
214 rdfs:subClassOf ep-flow:Flow . 214 rdfs:subClassOf ep-flow:Flow .
215 215
216 ep-flow:Gaslift 216 ep-flow:Gaslift
217 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 217 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
218 rdfs:label "gas lift"^^xsd:string ; 218 rdfs:label "gas lift"^^xsd:string ;
219 rdfs:subClassOf ep-flow:Flow . 219 rdfs:subClassOf ep-flow:Flow .
220 220
221 ep-flow:I-butane-componentFlow 221 ep-flow:I-butane-componentFlow
222 - rdf:type owl:Class , ep-flow:ProductType ; 222 + rdf:type ep-flow:ProductType , owl:Class ;
223 rdfs:label "i-butane - component flow"^^xsd:string ; 223 rdfs:label "i-butane - component flow"^^xsd:string ;
224 rdfs:subClassOf ep-flow:Flow . 224 rdfs:subClassOf ep-flow:Flow .
225 225
226 ep-flow:Import 226 ep-flow:Import
227 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 227 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
228 rdfs:label "import"^^xsd:string ; 228 rdfs:label "import"^^xsd:string ;
229 rdfs:subClassOf ep-flow:Flow . 229 rdfs:subClassOf ep-flow:Flow .
230 230
231 ep-flow:Injection 231 ep-flow:Injection
232 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 232 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
233 rdfs:label "injection"^^xsd:string ; 233 rdfs:label "injection"^^xsd:string ;
234 rdfs:subClassOf ep-flow:Flow . 234 rdfs:subClassOf ep-flow:Flow .
235 235
236 ep-flow:Inventory 236 ep-flow:Inventory
237 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 237 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
238 rdfs:label "inventory"^^xsd:string ; 238 rdfs:label "inventory"^^xsd:string ;
239 rdfs:subClassOf ep-flow:Flow . 239 rdfs:subClassOf ep-flow:Flow .
240 240
241 ep-flow:MeasuredFlow 241 ep-flow:MeasuredFlow
242 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 242 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
243 rdfs:label "measured flow"^^xsd:string ; 243 rdfs:label "measured flow"^^xsd:string ;
244 rdfs:subClassOf ep-flow:Flow . 244 rdfs:subClassOf ep-flow:Flow .
245 245
246 ep-flow:N-butane-componentFlow 246 ep-flow:N-butane-componentFlow
247 - rdf:type owl:Class , ep-flow:ProductType ; 247 + rdf:type ep-flow:ProductType , owl:Class ;
248 rdfs:label "n-butane - component flow"^^xsd:string ; 248 rdfs:label "n-butane - component flow"^^xsd:string ;
249 rdfs:subClassOf ep-flow:Flow . 249 rdfs:subClassOf ep-flow:Flow .
250 250
251 ep-flow:NGL-componentInGasFlow 251 ep-flow:NGL-componentInGasFlow
252 - rdf:type owl:Class , ep-flow:ProductType ; 252 + rdf:type ep-flow:ProductType , owl:Class ;
253 rdfs:label "NGL - component in gas flow"^^xsd:string ; 253 rdfs:label "NGL - component in gas flow"^^xsd:string ;
254 rdfs:subClassOf ep-flow:Flow . 254 rdfs:subClassOf ep-flow:Flow .
255 255
256 ep-flow:NaturalGasLiquidFlow 256 ep-flow:NaturalGasLiquidFlow
257 - rdf:type owl:Class , ep-flow:ProductType ; 257 + rdf:type ep-flow:ProductType , owl:Class ;
258 rdfs:label "natural gas liquid flow"^^xsd:string ; 258 rdfs:label "natural gas liquid flow"^^xsd:string ;
259 rdfs:subClassOf ep-flow:Flow . 259 rdfs:subClassOf ep-flow:Flow .
260 260
261 ep-flow:NitrogenOxideGasFlow 261 ep-flow:NitrogenOxideGasFlow
262 - rdf:type owl:Class , ep-flow:ProductType ; 262 + rdf:type ep-flow:ProductType , owl:Class ;
263 rdfs:label "nitrogen oxide gas flow"^^xsd:string ; 263 rdfs:label "nitrogen oxide gas flow"^^xsd:string ;
264 rdfs:subClassOf ep-flow:Flow . 264 rdfs:subClassOf ep-flow:Flow .
265 265
266 ep-flow:Oil-componentInWaterFlow 266 ep-flow:Oil-componentInWaterFlow
267 - rdf:type owl:Class , ep-flow:ProductType ; 267 + rdf:type ep-flow:ProductType , owl:Class ;
268 rdfs:label "oil - component in water flow"^^xsd:string ; 268 rdfs:label "oil - component in water flow"^^xsd:string ;
269 rdfs:subClassOf ep-flow:Flow . 269 rdfs:subClassOf ep-flow:Flow .
270 270
271 ep-flow:Oil-netFlow 271 ep-flow:Oil-netFlow
272 - rdf:type owl:Class , ep-flow:ProductType ; 272 + rdf:type ep-flow:ProductType , owl:Class ;
273 rdfs:label "oil - net flow"^^xsd:string ; 273 rdfs:label "oil - net flow"^^xsd:string ;
274 rdfs:subClassOf ep-flow:Flow . 274 rdfs:subClassOf ep-flow:Flow .
275 275
276 ep-flow:OilAndGasFlow 276 ep-flow:OilAndGasFlow
277 - rdf:type owl:Class , ep-flow:ProductType ; 277 + rdf:type ep-flow:ProductType , owl:Class ;
278 rdfs:label "oil and gas flow"^^xsd:string ; 278 rdfs:label "oil and gas flow"^^xsd:string ;
279 rdfs:subClassOf ep-flow:Flow . 279 rdfs:subClassOf ep-flow:Flow .
280 280
281 ep-flow:OilFlow 281 ep-flow:OilFlow
282 - rdf:type ep-flow:ProductType , owl:Class ; 282 + rdf:type owl:Class , ep-flow:ProductType ;
283 rdfs:label "oil flow"^^xsd:string ; 283 rdfs:label "oil flow"^^xsd:string ;
284 rdfs:subClassOf ep-flow:Flow . 284 rdfs:subClassOf ep-flow:Flow .
285 285
286 ep-flow:OleicFlow 286 ep-flow:OleicFlow
287 - rdf:type owl:Class , ep-flow:ProductType ; 287 + rdf:type ep-flow:ProductType , owl:Class ;
288 rdfs:label "oleic flow"^^xsd:string ; 288 rdfs:label "oleic flow"^^xsd:string ;
289 rdfs:subClassOf ep-flow:Flow . 289 rdfs:subClassOf ep-flow:Flow .
290 290
291 ep-flow:Overboard 291 ep-flow:Overboard
292 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 292 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
293 rdfs:label "overboard"^^xsd:string ; 293 rdfs:label "overboard"^^xsd:string ;
294 rdfs:subClassOf ep-flow:Flow . 294 rdfs:subClassOf ep-flow:Flow .
295 295
...@@ -309,7 +309,7 @@ ep-flow:ProductType ...@@ -309,7 +309,7 @@ ep-flow:ProductType
309 rdfs:subClassOf owl:Class . 309 rdfs:subClassOf owl:Class .
310 310
311 ep-flow:Production 311 ep-flow:Production
312 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 312 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
313 rdfs:label "production"^^xsd:string ; 313 rdfs:label "production"^^xsd:string ;
314 rdfs:subClassOf ep-flow:Flow . 314 rdfs:subClassOf ep-flow:Flow .
315 315
...@@ -349,17 +349,22 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -349,17 +349,22 @@ ep-flow:ProductionTestWellHeadFlow
349 rdfs:subClassOf ep-flow:Flow . 349 rdfs:subClassOf ep-flow:Flow .
350 350
351 ep-flow:Propane-componentFlow 351 ep-flow:Propane-componentFlow
352 - rdf:type owl:Class , ep-flow:ProductType ; 352 + rdf:type ep-flow:ProductType , owl:Class ;
353 rdfs:label "propane - component flow"^^xsd:string ; 353 rdfs:label "propane - component flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:Flow . 354 rdfs:subClassOf ep-flow:Flow .
355 355
356 ep-flow:QuotaFlow 356 ep-flow:QuotaFlow
357 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 357 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
358 rdfs:label "quota flow"^^xsd:string ; 358 rdfs:label "quota flow"^^xsd:string ;
359 rdfs:subClassOf ep-flow:Flow . 359 rdfs:subClassOf ep-flow:Flow .
360 360
361 +ep-flow:SandFlow
362 + rdf:type ep-flow:ProductType , owl:Class ;
363 + rdfs:label "sand flow"^^xsd:string ;
364 + rdfs:subClassOf ep-flow:Flow .
365 +
361 ep-flow:SimulatedFlow 366 ep-flow:SimulatedFlow
362 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 367 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
363 rdfs:label "simulated flow"^^xsd:string ; 368 rdfs:label "simulated flow"^^xsd:string ;
364 rdfs:subClassOf ep-flow:Flow . 369 rdfs:subClassOf ep-flow:Flow .
365 370
...@@ -384,27 +389,27 @@ ep-flow:TemporalPartOfAProductionFlow ...@@ -384,27 +389,27 @@ ep-flow:TemporalPartOfAProductionFlow
384 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 389 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
385 390
386 ep-flow:VapourFlow 391 ep-flow:VapourFlow
387 - rdf:type owl:Class , ep-flow:ProductType ; 392 + rdf:type ep-flow:ProductType , owl:Class ;
388 rdfs:label "vapour flow"^^xsd:string ; 393 rdfs:label "vapour flow"^^xsd:string ;
389 rdfs:subClassOf ep-flow:Flow . 394 rdfs:subClassOf ep-flow:Flow .
390 395
391 ep-flow:Water-dischargeFlow 396 ep-flow:Water-dischargeFlow
392 - rdf:type owl:Class , ep-flow:ProductType ; 397 + rdf:type ep-flow:ProductType , owl:Class ;
393 rdfs:label "water - discharge flow"^^xsd:string ; 398 rdfs:label "water - discharge flow"^^xsd:string ;
394 rdfs:subClassOf ep-flow:Flow . 399 rdfs:subClassOf ep-flow:Flow .
395 400
396 ep-flow:Water-processedFlow 401 ep-flow:Water-processedFlow
397 - rdf:type owl:Class , ep-flow:ProductType ; 402 + rdf:type ep-flow:ProductType , owl:Class ;
398 rdfs:label "water - processed flow"^^xsd:string ; 403 rdfs:label "water - processed flow"^^xsd:string ;
399 rdfs:subClassOf ep-flow:Flow . 404 rdfs:subClassOf ep-flow:Flow .
400 405
401 ep-flow:WaterFlow 406 ep-flow:WaterFlow
402 - rdf:type owl:Class , ep-flow:ProductType ; 407 + rdf:type ep-flow:ProductType , owl:Class ;
403 rdfs:label "water flow"^^xsd:string ; 408 rdfs:label "water flow"^^xsd:string ;
404 rdfs:subClassOf ep-flow:Flow . 409 rdfs:subClassOf ep-flow:Flow .
405 410
406 ep-flow:dailyAverageAmountOfMaterial 411 ep-flow:dailyAverageAmountOfMaterial
407 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 412 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
408 rdfs:label "daily average amount of material"^^xsd:string ; 413 rdfs:label "daily average amount of material"^^xsd:string ;
409 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 414 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
410 415
...@@ -449,6 +454,6 @@ ep-flow:hasNetworkPart ...@@ -449,6 +454,6 @@ ep-flow:hasNetworkPart
449 rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . 454 rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> .
450 455
451 ep-flow:totalAmountOfMaterial 456 ep-flow:totalAmountOfMaterial
452 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 457 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
453 rdfs:label "total amount of material"^^xsd:string ; 458 rdfs:label "total amount of material"^^xsd:string ;
454 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 459 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
34 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 34 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
35 rdf:type owl:Class ; 35 rdf:type owl:Class ;
36 rdfs:label "production well test"^^xsd:string ; 36 rdfs:label "production well test"^^xsd:string ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 37 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
38 38
39 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 39 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
40 rdf:type ep-prodact:ProductionOperationClassByDuration . 40 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 49 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
50 50
51 ep-core:Mass 51 ep-core:Mass
52 - rdf:type rdfs:Class , ep-core:PropertySpace ; 52 + rdf:type ep-core:PropertySpace , rdfs:Class ;
53 rdfs:label "mass"^^xsd:string ; 53 rdfs:label "mass"^^xsd:string ;
54 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 54 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
55 55
...@@ -90,13 +90,13 @@ ep-core:Mass ...@@ -90,13 +90,13 @@ ep-core:Mass
90 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 90 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
91 91
92 ep-prodact:AdministerFirstAid 92 ep-prodact:AdministerFirstAid
93 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 93 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
94 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 94 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
95 95
96 ep-prodact:AirTrafficOperation 96 ep-prodact:AirTrafficOperation
97 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 97 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
98 rdfs:label "air traffic operation"^^xsd:string ; 98 rdfs:label "air traffic operation"^^xsd:string ;
99 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 99 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
100 100
101 ep-prodact:Alarm 101 ep-prodact:Alarm
102 rdf:type owl:Class ; 102 rdf:type owl:Class ;
...@@ -115,49 +115,49 @@ ep-prodact:AmountOfSubstance ...@@ -115,49 +115,49 @@ ep-prodact:AmountOfSubstance
115 rdfs:subClassOf ep-core:PhysicalObject . 115 rdfs:subClassOf ep-core:PhysicalObject .
116 116
117 ep-prodact:AnnualProductionActivity 117 ep-prodact:AnnualProductionActivity
118 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 118 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
119 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 119 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
120 120
121 ep-prodact:AnnualProductionActivityToEndOfReportingPeriod 121 ep-prodact:AnnualProductionActivityToEndOfReportingPeriod
122 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 122 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
123 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 123 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
124 124
125 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod 125 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
126 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 126 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
127 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . 127 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
128 128
129 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 129 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
130 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 130 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
131 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . 131 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
132 132
133 ep-prodact:CargoShipOperation 133 ep-prodact:CargoShipOperation
134 rdf:type owl:Class ; 134 rdf:type owl:Class ;
135 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 135 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
136 136
137 ep-prodact:ConstructionOperation 137 ep-prodact:ConstructionOperation
138 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 138 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
139 rdfs:label "construction operation"^^xsd:string ; 139 rdfs:label "construction operation"^^xsd:string ;
140 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 140 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
141 141
142 ep-prodact:CumulativeProductionActivitySinceProductionBegan 142 ep-prodact:CumulativeProductionActivitySinceProductionBegan
143 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 143 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
144 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 144 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
145 145
146 ep-prodact:DailyProductionOperationsActivity 146 ep-prodact:DailyProductionOperationsActivity
147 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 147 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
148 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . 148 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
149 149
150 ep-prodact:DailyProductionVolumeActivity 150 ep-prodact:DailyProductionVolumeActivity
151 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 151 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
152 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 152 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
153 153
154 ep-prodact:Deviation 154 ep-prodact:Deviation
155 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 155 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
156 rdfs:label "deviation"^^xsd:string ; 156 rdfs:label "deviation"^^xsd:string ;
157 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 157 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
158 158
159 ep-prodact:DrillOrExcercise 159 ep-prodact:DrillOrExcercise
160 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 160 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
161 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 161 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
162 162
163 ep-prodact:Fire 163 ep-prodact:Fire
...@@ -176,6 +176,11 @@ ep-prodact:FlowLine-Production ...@@ -176,6 +176,11 @@ ep-prodact:FlowLine-Production
176 rdf:type owl:Class ; 176 rdf:type owl:Class ;
177 rdfs:subClassOf ep-prodact:FlowLine . 177 rdfs:subClassOf ep-prodact:FlowLine .
178 178
179 +ep-prodact:FluidLevelTest
180 + rdf:type owl:Class ;
181 + rdfs:label "fluid level test"^^xsd:string ;
182 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
183 +
179 ep-prodact:FusionOfHSEActivitiesOverPeriod 184 ep-prodact:FusionOfHSEActivitiesOverPeriod
180 rdf:type owl:Class ; 185 rdf:type owl:Class ;
181 rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . 186 rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod .
...@@ -193,16 +198,16 @@ ep-prodact:Incident ...@@ -193,16 +198,16 @@ ep-prodact:Incident
193 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 198 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
194 199
195 ep-prodact:InitialWellTest 200 ep-prodact:InitialWellTest
196 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 201 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
197 rdfs:label "initial"^^xsd:string ; 202 rdfs:label "initial"^^xsd:string ;
198 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 203 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
199 204
200 ep-prodact:Injury 205 ep-prodact:Injury
201 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 206 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
202 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 207 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
203 208
204 ep-prodact:IssueWorkPermit 209 ep-prodact:IssueWorkPermit
205 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 210 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
206 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 211 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
207 212
208 ep-prodact:JobObservation 213 ep-prodact:JobObservation
...@@ -222,20 +227,20 @@ ep-prodact:LostTimeIncident ...@@ -222,20 +227,20 @@ ep-prodact:LostTimeIncident
222 rdfs:subClassOf ep-prodact:Incident . 227 rdfs:subClassOf ep-prodact:Incident .
223 228
224 ep-prodact:MaintenanceActivity 229 ep-prodact:MaintenanceActivity
225 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 230 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
226 rdfs:label "maintenance activity"^^xsd:string ; 231 rdfs:label "maintenance activity"^^xsd:string ;
227 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 232 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
228 233
229 ep-prodact:MarineOperation 234 ep-prodact:MarineOperation
230 rdf:type owl:Class ; 235 rdf:type owl:Class ;
231 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 236 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
232 237
233 ep-prodact:MedicalTreatmentInjury 238 ep-prodact:MedicalTreatmentInjury
234 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 239 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
235 rdfs:subClassOf ep-prodact:Injury . 240 rdfs:subClassOf ep-prodact:Injury .
236 241
237 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 242 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
238 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 243 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
239 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 244 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
240 245
241 ep-prodact:NearMiss 246 ep-prodact:NearMiss
...@@ -247,7 +252,7 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -247,7 +252,7 @@ ep-prodact:NotablePartOfProductionActivity
247 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 252 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
248 253
249 ep-prodact:OtherReasonWellTest 254 ep-prodact:OtherReasonWellTest
250 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 255 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
251 rdfs:label "other"^^xsd:string ; 256 rdfs:label "other"^^xsd:string ;
252 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 257 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
253 258
...@@ -262,17 +267,17 @@ ep-prodact:Participation ...@@ -262,17 +267,17 @@ ep-prodact:Participation
262 rdfs:subPropertyOf ep-prodact:involvement . 267 rdfs:subPropertyOf ep-prodact:involvement .
263 268
264 ep-prodact:PeriodicWellTest 269 ep-prodact:PeriodicWellTest
265 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 270 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
266 rdfs:label "periodic"^^xsd:string ; 271 rdfs:label "periodic"^^xsd:string ;
267 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 272 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
268 273
269 ep-prodact:PowerStationFailure 274 ep-prodact:PowerStationFailure
270 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 275 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
271 rdfs:label "power station failure"^^xsd:string ; 276 rdfs:label "power station failure"^^xsd:string ;
272 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 277 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
273 278
274 ep-prodact:ProductionActivityLastingLessThanAYear 279 ep-prodact:ProductionActivityLastingLessThanAYear
275 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 280 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
276 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 281 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
277 282
278 ep-prodact:ProductionActivityType 283 ep-prodact:ProductionActivityType
...@@ -285,7 +290,7 @@ ep-prodact:ProductionOperationClassByDuration ...@@ -285,7 +290,7 @@ ep-prodact:ProductionOperationClassByDuration
285 rdfs:subClassOf owl:Class . 290 rdfs:subClassOf owl:Class .
286 291
287 ep-prodact:ProductionOperationsActivity 292 ep-prodact:ProductionOperationsActivity
288 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 293 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
289 rdfs:label "production operations activity"^^xsd:string ; 294 rdfs:label "production operations activity"^^xsd:string ;
290 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 295 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
291 296
...@@ -298,7 +303,7 @@ ep-prodact:ReleasedToWater ...@@ -298,7 +303,7 @@ ep-prodact:ReleasedToWater
298 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 303 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
299 304
300 ep-prodact:ReportHazard 305 ep-prodact:ReportHazard
301 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 306 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
302 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 307 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
303 308
304 ep-prodact:RestrictedWork 309 ep-prodact:RestrictedWork
...@@ -306,11 +311,11 @@ ep-prodact:RestrictedWork ...@@ -306,11 +311,11 @@ ep-prodact:RestrictedWork
306 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 311 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
307 312
308 ep-prodact:RestrictedWorkInjury 313 ep-prodact:RestrictedWorkInjury
309 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 314 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
310 rdfs:subClassOf ep-prodact:Injury . 315 rdfs:subClassOf ep-prodact:Injury .
311 316
312 ep-prodact:RevisionWellTest 317 ep-prodact:RevisionWellTest
313 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 318 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
314 rdfs:label "revision"^^xsd:string ; 319 rdfs:label "revision"^^xsd:string ;
315 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 320 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
316 321
...@@ -319,7 +324,7 @@ ep-prodact:SafetyActivityType ...@@ -319,7 +324,7 @@ ep-prodact:SafetyActivityType
319 rdfs:subClassOf owl:Class . 324 rdfs:subClassOf owl:Class .
320 325
321 ep-prodact:SafetyMeeting 326 ep-prodact:SafetyMeeting
322 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 327 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
323 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 328 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
324 329
325 ep-prodact:SampleAmountOfSubstance 330 ep-prodact:SampleAmountOfSubstance
...@@ -339,7 +344,7 @@ ep-prodact:SickOnBoard ...@@ -339,7 +344,7 @@ ep-prodact:SickOnBoard
339 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 344 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
340 345
341 ep-prodact:SpillOrLeak 346 ep-prodact:SpillOrLeak
342 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 347 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
343 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 348 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
344 349
345 ep-prodact:TransportationActivity 350 ep-prodact:TransportationActivity
...@@ -347,7 +352,7 @@ ep-prodact:TransportationActivity ...@@ -347,7 +352,7 @@ ep-prodact:TransportationActivity
347 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 352 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
348 353
349 ep-prodact:UnknownReasonWellTest 354 ep-prodact:UnknownReasonWellTest
350 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 355 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
351 rdfs:label "unknown"^^xsd:string ; 356 rdfs:label "unknown"^^xsd:string ;
352 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 357 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
353 358
...@@ -357,7 +362,7 @@ ep-prodact:WaterCleaningOperation ...@@ -357,7 +362,7 @@ ep-prodact:WaterCleaningOperation
357 362
358 ep-prodact:WaterSample 363 ep-prodact:WaterSample
359 rdf:type owl:Class ; 364 rdf:type owl:Class ;
360 - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . 365 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance .
361 366
362 ep-prodact:WellTestReasonType 367 ep-prodact:WellTestReasonType
363 rdf:type rdfs:Class ; 368 rdf:type rdfs:Class ;
...@@ -365,11 +370,11 @@ ep-prodact:WellTestReasonType ...@@ -365,11 +370,11 @@ ep-prodact:WellTestReasonType
365 rdfs:subClassOf owl:Class . 370 rdfs:subClassOf owl:Class .
366 371
367 ep-prodact:WorkingUnderPermit 372 ep-prodact:WorkingUnderPermit
368 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 373 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
369 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 374 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
370 375
371 ep-prodact:WorkingUnderPermitWithSJA 376 ep-prodact:WorkingUnderPermitWithSJA
372 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 377 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
373 rdfs:subClassOf ep-prodact:WorkingUnderPermit . 378 rdfs:subClassOf ep-prodact:WorkingUnderPermit .
374 379
375 ep-prodact:ammoniumDensity 380 ep-prodact:ammoniumDensity
...@@ -421,7 +426,7 @@ ep-prodact:hasPredecessor ...@@ -421,7 +426,7 @@ ep-prodact:hasPredecessor
421 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 426 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
422 427
423 ep-prodact:hasShutInPressure 428 ep-prodact:hasShutInPressure
424 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 429 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
425 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 430 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
426 rdfs:label "has shut-in pressure"^^xsd:string ; 431 rdfs:label "has shut-in pressure"^^xsd:string ;
427 rdfs:range ep-core:Pressure . 432 rdfs:range ep-core:Pressure .
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 # imports: http://www.reportinghub.no/ep/schema/1.0/core 2 # imports: http://www.reportinghub.no/ep/schema/1.0/core
3 3
4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -12,6 +13,25 @@ ...@@ -12,6 +13,25 @@
12 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 15
16 +ep-core:Density
17 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
18 +
19 +ep-core:Frequency
20 + rdf:type rdfs:Class ;
21 + rdfs:subClassOf owl:Class .
22 +
23 +ep-core:GP_cm-1
24 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
25 + rdfs:label "Gigapascals per centimetre"^^xsd:string .
26 +
27 +ep-core:Illuminance
28 + rdf:type rdfs:Class ;
29 + rdfs:subClassOf owl:Class .
30 +
31 +ep-core:LengthPerLength
32 + rdf:type rdfs:Class ;
33 + rdfs:subClassOf owl:Class .
34 +
15 ep-core:MeasureOfFlowOfMaterial 35 ep-core:MeasureOfFlowOfMaterial
16 rdf:type rdfs:Class , ep-core:PropertySpace ; 36 rdf:type rdfs:Class , ep-core:PropertySpace ;
17 rdfs:label "measure of flow of material"^^xsd:string ; 37 rdfs:label "measure of flow of material"^^xsd:string ;
...@@ -36,15 +56,40 @@ ep-core:acre ...@@ -36,15 +56,40 @@ ep-core:acre
36 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 56 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
37 rdfs:label "acres"^^xsd:string . 57 rdfs:label "acres"^^xsd:string .
38 58
59 +ep-core:angstrom
60 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
61 + rdfs:domain ep-core:Length ;
62 + rdfs:label "Angstrom"^^xsd:string .
63 +
39 ep-core:apiDensity 64 ep-core:apiDensity
40 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 65 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
41 rdfs:label "API Density"^^xsd:string . 66 rdfs:label "API Density"^^xsd:string .
42 67
68 +ep-core:atm_100m-1
69 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
70 + rdfs:label "atmospheres per 100 metres"^^xsd:string .
71 +
72 +ep-core:atm_ft-1
73 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
74 + rdfs:label "atmospheres per foot"^^xsd:string .
75 +
76 +ep-core:atm_m-1
77 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
78 + rdfs:label "atmospheres per metre"^^xsd:string .
79 +
43 ep-core:atmosphere 80 ep-core:atmosphere
44 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 81 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
45 rdfs:domain ep-core:Pressure ; 82 rdfs:domain ep-core:Pressure ;
46 rdfs:label "atmosphere"^^xsd:string . 83 rdfs:label "atmosphere"^^xsd:string .
47 84
85 +ep-core:bar_km-1
86 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
87 + rdfs:label "bar per kilometre"^^xsd:string .
88 +
89 +ep-core:bar_m-1
90 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
91 + rdfs:label "bar per metre"^^xsd:string .
92 +
48 ep-core:barn 93 ep-core:barn
49 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 94 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
50 rdfs:label "barn (area)"^^xsd:string . 95 rdfs:label "barn (area)"^^xsd:string .
...@@ -63,6 +108,31 @@ ep-core:centimetre ...@@ -63,6 +108,31 @@ ep-core:centimetre
63 rdfs:domain ep-core:Length ; 108 rdfs:domain ep-core:Length ;
64 rdfs:label "centimetre"^^xsd:string . 109 rdfs:label "centimetre"^^xsd:string .
65 110
111 +ep-core:chain_Benoit_A
112 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
113 + rdfs:domain ep-core:Length ;
114 + rdfs:label "Benoit Chain A"^^xsd:string .
115 +
116 +ep-core:chain_Benoit_B
117 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
118 + rdfs:domain ep-core:Length ;
119 + rdfs:label "Benoit Chain B"^^xsd:string .
120 +
121 +ep-core:chain_Clarke
122 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
123 + rdfs:domain ep-core:Length ;
124 + rdfs:label "Clarke's Chain"^^xsd:string .
125 +
126 +ep-core:chain_Sears
127 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
128 + rdfs:domain ep-core:Length ;
129 + rdfs:label "Sears Chain"^^xsd:string .
130 +
131 +ep-core:chain_US
132 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
133 + rdfs:domain ep-core:Length ;
134 + rdfs:label "US Survey Chain"^^xsd:string .
135 +
66 ep-core:cm2 136 ep-core:cm2
67 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 137 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
68 rdfs:label "square centimetres"^^xsd:string . 138 rdfs:label "square centimetres"^^xsd:string .
...@@ -75,6 +145,16 @@ ep-core:count ...@@ -75,6 +145,16 @@ ep-core:count
75 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 145 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
76 rdfs:label "count"^^xsd:string . 146 rdfs:label "count"^^xsd:string .
77 147
148 +ep-core:cycle_s-1
149 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
150 + rdfs:domain ep-core:Frequency ;
151 + rdfs:label "Cycles per second"^^xsd:string .
152 +
153 +ep-core:decimetre
154 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
155 + rdfs:domain ep-core:Length ;
156 + rdfs:label "Decimetre"^^xsd:string .
157 +
78 ep-core:degreesOfAngle_100ft-1 158 ep-core:degreesOfAngle_100ft-1
79 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 159 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
80 rdfs:label "degrees of angle per 100ft"^^xsd:string . 160 rdfs:label "degrees of angle per 100ft"^^xsd:string .
...@@ -107,6 +187,14 @@ ep-core:degreesOfAngle_s-1 ...@@ -107,6 +187,14 @@ ep-core:degreesOfAngle_s-1
107 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 187 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
108 rdfs:label "degrees of angle per second"^^xsd:string . 188 rdfs:label "degrees of angle per second"^^xsd:string .
109 189
190 +ep-core:dyne
191 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
192 + rdfs:label "Dyne"^^xsd:string .
193 +
194 +ep-core:erg_cm-2
195 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
196 + rdfs:label "ergs per square centimetre"^^xsd:string .
197 +
110 ep-core:euclid 198 ep-core:euclid
111 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 199 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
112 rdfs:label "Euclid"^^xsd:string . 200 rdfs:label "Euclid"^^xsd:string .
...@@ -116,6 +204,81 @@ ep-core:fahrenheit ...@@ -116,6 +204,81 @@ ep-core:fahrenheit
116 rdfs:domain ep-core:Temperature ; 204 rdfs:domain ep-core:Temperature ;
117 rdfs:label "fahrenheit"^^xsd:string . 205 rdfs:label "fahrenheit"^^xsd:string .
118 206
207 +ep-core:fathom
208 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
209 + rdfs:domain ep-core:Length ;
210 + rdfs:label "fathom"^^xsd:string .
211 +
212 +ep-core:femtometre
213 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
214 + rdfs:domain ep-core:Length ;
215 + rdfs:label "femtometre"^^xsd:string .
216 +
217 +ep-core:footCandle
218 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
219 + rdfs:domain ep-core:Illuminance ;
220 + rdfs:label "foot candle"^^xsd:string .
221 +
222 +ep-core:foot_Benoit_A
223 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
224 + rdfs:domain ep-core:Length ;
225 + rdfs:label "Benoit A Foot"^^xsd:string .
226 +
227 +ep-core:foot_Benoit_B
228 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
229 + rdfs:domain ep-core:Length ;
230 + rdfs:label "Benoit B Foot"^^xsd:string .
231 +
232 +ep-core:foot_British_1865
233 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
234 + rdfs:domain ep-core:Length ;
235 + rdfs:label "British Foot (1865)"^^xsd:string .
236 +
237 +ep-core:foot_Clarke
238 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
239 + rdfs:domain ep-core:Length ;
240 + rdfs:label "Clarke Foot"^^xsd:string .
241 +
242 +ep-core:foot_Gold_Coast
243 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
244 + rdfs:domain ep-core:Length ;
245 + rdfs:label "Gold Coast Foot"^^xsd:string .
246 +
247 +ep-core:foot_Indian
248 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
249 + rdfs:domain ep-core:Length ;
250 + rdfs:label "Indian Foot"^^xsd:string .
251 +
252 +ep-core:foot_Indian_1937
253 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
254 + rdfs:domain ep-core:Length ;
255 + rdfs:label "Indian Foot (1937)"^^xsd:string .
256 +
257 +ep-core:foot_Indian_1962
258 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
259 + rdfs:domain ep-core:Length ;
260 + rdfs:label "Indian Foot (1962)"^^xsd:string .
261 +
262 +ep-core:foot_Indian_1975
263 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
264 + rdfs:domain ep-core:Length ;
265 + rdfs:label "Indian Foot (1975)"^^xsd:string .
266 +
267 +ep-core:foot_Modified_American
268 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
269 + rdfs:domain ep-core:Length ;
270 + rdfs:label "Modified American Foot"^^xsd:string .
271 +
272 +ep-core:foot_Sears
273 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
274 + rdfs:domain ep-core:Length ;
275 + rdfs:label "Sears Foot"^^xsd:string .
276 +
277 +ep-core:foot_US_Survey
278 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
279 + rdfs:domain ep-core:Length ;
280 + rdfs:label "US Survey Foot"^^xsd:string .
281 +
119 ep-core:foot_s-2 282 ep-core:foot_s-2
120 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 283 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
121 rdfs:label "feet per second squared"^^xsd:string . 284 rdfs:label "feet per second squared"^^xsd:string .
...@@ -124,10 +287,44 @@ ep-core:ft2 ...@@ -124,10 +287,44 @@ ep-core:ft2
124 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 287 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
125 rdfs:label "square feet"^^xsd:string . 288 rdfs:label "square feet"^^xsd:string .
126 289
290 +ep-core:ft_100ft-1
291 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
292 + rdfs:domain ep-core:LengthPerLength ;
293 + rdfs:label "feet per 100ft"^^xsd:string .
294 +
295 +ep-core:ft_ft-1
296 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
297 + rdfs:domain ep-core:LengthPerLength ;
298 + rdfs:label "feet per foot"^^xsd:string .
299 +
300 +ep-core:ft_in-1
301 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
302 + rdfs:domain ep-core:LengthPerLength ;
303 + rdfs:label "feet per inch"^^xsd:string .
304 +
305 +ep-core:ft_m-1
306 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
307 + rdfs:domain ep-core:LengthPerLength ;
308 + rdfs:label "feet per metre"^^xsd:string .
309 +
310 +ep-core:ft_mi-1
311 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
312 + rdfs:domain ep-core:LengthPerLength ;
313 + rdfs:label "feet per mile"^^xsd:string .
314 +
127 ep-core:galileo 315 ep-core:galileo
128 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 316 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
129 rdfs:label "galileo"^^xsd:string . 317 rdfs:label "galileo"^^xsd:string .
130 318
319 +ep-core:gf
320 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
321 + rdfs:label "Gram (force)"^^xsd:string .
322 +
323 +ep-core:ghz
324 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
325 + rdfs:domain ep-core:Frequency ;
326 + rdfs:label "Gigahertz"^^xsd:string .
327 +
131 ep-core:gn 328 ep-core:gn
132 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 329 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
133 rdfs:label "normal acceleration Gn"^^xsd:string . 330 rdfs:label "normal acceleration Gn"^^xsd:string .
...@@ -173,6 +370,11 @@ ep-core:hectare ...@@ -173,6 +370,11 @@ ep-core:hectare
173 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 370 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
174 rdfs:label "hectares"^^xsd:string . 371 rdfs:label "hectares"^^xsd:string .
175 372
373 +ep-core:hz
374 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
375 + rdfs:domain ep-core:Frequency ;
376 + rdfs:label "Hertz"^^xsd:string .
377 +
176 ep-core:in2 378 ep-core:in2
177 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 379 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
178 rdfs:label "square inches"^^xsd:string . 380 rdfs:label "square inches"^^xsd:string .
...@@ -190,6 +392,41 @@ ep-core:inch_64 ...@@ -190,6 +392,41 @@ ep-core:inch_64
190 rdfs:domain ep-core:Length ; 392 rdfs:domain ep-core:Length ;
191 rdfs:label "inch/64"^^xsd:string . 393 rdfs:label "inch/64"^^xsd:string .
192 394
395 +ep-core:j_cm-2
396 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
397 + rdfs:label "joules per square centimetre"^^xsd:string .
398 +
399 +ep-core:j_m-2
400 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
401 + rdfs:label "joules per square metre"^^xsd:string .
402 +
403 +ep-core:kgf
404 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
405 + rdfs:label "kg (force)"^^xsd:string .
406 +
407 +ep-core:kgf_m_m-2
408 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
409 + rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
410 + rdfs:label "kg (force) meter per square metre"^^xsd:string .
411 +
412 +ep-core:khz
413 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
414 + rdfs:domain ep-core:Frequency ;
415 + rdfs:label "Kilohertz"^^xsd:string .
416 +
417 +ep-core:kiloDyne
418 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
419 + rdfs:label "Kilodyne"^^xsd:string .
420 +
421 +ep-core:kiloLux
422 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
423 + rdfs:domain ep-core:Illuminance ;
424 + rdfs:label "kilolux"^^xsd:string .
425 +
426 +ep-core:kiloNewton
427 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
428 + rdfs:label "Kilonewton"^^xsd:string .
429 +
193 ep-core:kilogram_dm-3 430 ep-core:kilogram_dm-3
194 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 431 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
195 rdfs:label "kilogram dm-3"^^xsd:string . 432 rdfs:label "kilogram dm-3"^^xsd:string .
...@@ -202,14 +439,52 @@ ep-core:kilogram_m-3 ...@@ -202,14 +439,52 @@ ep-core:kilogram_m-3
202 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 439 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
203 rdfs:label "kilogram m-3"^^xsd:string . 440 rdfs:label "kilogram m-3"^^xsd:string .
204 441
442 +ep-core:kilometre
443 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
444 + rdfs:domain ep-core:Length ;
445 + rdfs:label "Kilometre"^^xsd:string .
446 +
205 ep-core:kilovolt 447 ep-core:kilovolt
206 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 448 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
207 rdfs:label "kilovolt"^^xsd:string . 449 rdfs:label "kilovolt"^^xsd:string .
208 450
451 +ep-core:klbf
452 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
453 + rdfs:label "kilopound (force)"^^xsd:string .
454 +
209 ep-core:km2 455 ep-core:km2
210 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 456 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
211 rdfs:label "square kilometres"^^xsd:string . 457 rdfs:label "square kilometres"^^xsd:string .
212 458
459 +ep-core:km_cm-1
460 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
461 + rdfs:domain ep-core:LengthPerLength ;
462 + rdfs:label "kilometres per centimetre"^^xsd:string .
463 +
464 +ep-core:kpa_100m-1
465 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
466 + rdfs:label "Kilopascal per 100 metres"^^xsd:string .
467 +
468 +ep-core:kpa_m-1
469 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
470 + rdfs:label "Kilopascal per metre"^^xsd:string .
471 +
472 +ep-core:lbf
473 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
474 + rdfs:label "Pounds (force)"^^xsd:string .
475 +
476 +ep-core:lbf_ft-3
477 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
478 + rdfs:label "pounds (force) per cubic foot"^^xsd:string .
479 +
480 +ep-core:lbf_ft_in-2
481 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
482 + rdfs:label "pound foot per square inch"^^xsd:string .
483 +
484 +ep-core:lbf_usGal-1
485 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
486 + rdfs:label "pounds (force) per US Gallon"^^xsd:string .
487 +
213 ep-core:lbm_1000bbl-1 488 ep-core:lbm_1000bbl-1
214 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 489 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
215 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 490 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
...@@ -250,6 +525,41 @@ ep-core:lbm_usGallon-1 ...@@ -250,6 +525,41 @@ ep-core:lbm_usGallon-1
250 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 525 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
251 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 526 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
252 527
528 +ep-core:link_Benoit_A
529 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
530 + rdfs:domain ep-core:Length ;
531 + rdfs:label "Benoit Link A"^^xsd:string .
532 +
533 +ep-core:link_Benoit_B
534 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
535 + rdfs:domain ep-core:Length ;
536 + rdfs:label "Benoit Link B"^^xsd:string .
537 +
538 +ep-core:link_Clarke
539 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
540 + rdfs:domain ep-core:Length ;
541 + rdfs:label "Clarke Link"^^xsd:string .
542 +
543 +ep-core:link_Sears
544 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
545 + rdfs:domain ep-core:Length ;
546 + rdfs:label "Sears Link"^^xsd:string .
547 +
548 +ep-core:link_US_Survey
549 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
550 + rdfs:domain ep-core:Length ;
551 + rdfs:label "US Survey Link"^^xsd:string .
552 +
553 +ep-core:lm_m-2
554 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
555 + rdfs:domain ep-core:Illuminance ;
556 + rdfs:label "lumens per square metre"^^xsd:string .
557 +
558 +ep-core:lux
559 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
560 + rdfs:domain ep-core:Illuminance ;
561 + rdfs:label "lux"^^xsd:string .
562 +
253 ep-core:m2 563 ep-core:m2
254 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 564 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
255 rdfs:label "square metres"^^xsd:string . 565 rdfs:label "square metres"^^xsd:string .
...@@ -258,10 +568,60 @@ ep-core:m2_m-2 ...@@ -258,10 +568,60 @@ ep-core:m2_m-2
258 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 568 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
259 rdfs:label "square metres per square metre"^^xsd:string . 569 rdfs:label "square metres per square metre"^^xsd:string .
260 570
571 +ep-core:m_30m-1
572 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
573 + rdfs:domain ep-core:LengthPerLength ;
574 + rdfs:label "metres per 30m"^^xsd:string .
575 +
576 +ep-core:m_cm-2
577 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
578 + rdfs:domain ep-core:LengthPerLength ;
579 + rdfs:label "metres per centimetre"^^xsd:string .
580 +
581 +ep-core:m_km-1
582 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
583 + rdfs:domain ep-core:LengthPerLength ;
584 + rdfs:label "metres per kilometre"^^xsd:string .
585 +
586 +ep-core:m_m-1
587 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
588 + rdfs:domain ep-core:LengthPerLength ;
589 + rdfs:label "metres per metre"^^xsd:string .
590 +
591 +ep-core:masseq_100g
592 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
593 + rdfs:label "mass equivalent (100 grams)"^^xsd:string .
594 +
595 +ep-core:masseq_g
596 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
597 + rdfs:label "mass equivalent (grams)"^^xsd:string .
598 +
599 +ep-core:masseq_kg
600 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
601 + rdfs:label "mass equivalent (kilograms)"^^xsd:string .
602 +
603 +ep-core:megaGramF
604 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
605 + rdfs:label "Megagram (force)"^^xsd:string .
606 +
607 +ep-core:megaNewton
608 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
609 + rdfs:label "Meganewton"^^xsd:string .
610 +
261 ep-core:megagram_m-3 611 ep-core:megagram_m-3
262 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 612 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
263 rdfs:label "Megagram m-3"^^xsd:string . 613 rdfs:label "Megagram m-3"^^xsd:string .
264 614
615 +ep-core:megahertz
616 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
617 + rdfs:domain ep-core:Frequency ;
618 + rdfs:label "Megahertz"^^xsd:string .
619 +
620 +ep-core:megametre
621 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
622 + rdfs:domain ep-core:Length ;
623 + rdfs:label "Megametre"^^xsd:string .
624 +
265 ep-core:megavolt 625 ep-core:megavolt
266 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 626 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
267 rdfs:label "Megavolt"^^xsd:string . 627 rdfs:label "Megavolt"^^xsd:string .
...@@ -271,6 +631,11 @@ ep-core:metre3_hour-1 ...@@ -271,6 +631,11 @@ ep-core:metre3_hour-1
271 rdfs:domain ep-core:VolumetricFlowRate ; 631 rdfs:domain ep-core:VolumetricFlowRate ;
272 rdfs:label "metre3 hour-1"^^xsd:string . 632 rdfs:label "metre3 hour-1"^^xsd:string .
273 633
634 +ep-core:metre_German_Legal
635 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
636 + rdfs:domain ep-core:Length ;
637 + rdfs:label "German Legal Metre"^^xsd:string .
638 +
274 ep-core:metre_s-2 639 ep-core:metre_s-2
275 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 640 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
276 rdfs:label "metres per second squared"^^xsd:string . 641 rdfs:label "metres per second squared"^^xsd:string .
...@@ -283,22 +648,56 @@ ep-core:mi2 ...@@ -283,22 +648,56 @@ ep-core:mi2
283 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 648 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
284 rdfs:label "square miles"^^xsd:string . 649 rdfs:label "square miles"^^xsd:string .
285 650
651 +ep-core:mi_in-1
652 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
653 + rdfs:domain ep-core:LengthPerLength ;
654 + rdfs:label "miles per inch"^^xsd:string .
655 +
286 ep-core:microEuclid 656 ep-core:microEuclid
287 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 657 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
288 rdfs:label "MicroEuclid"^^xsd:string . 658 rdfs:label "MicroEuclid"^^xsd:string .
289 659
660 +ep-core:microNewton
661 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
662 + rdfs:label "MIcronewton"^^xsd:string .
663 +
290 ep-core:microgram_cm-3 664 ep-core:microgram_cm-3
291 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 665 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
292 rdfs:label "microgram cm-3"^^xsd:string . 666 rdfs:label "microgram cm-3"^^xsd:string .
293 667
668 +ep-core:micrometre
669 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
670 + rdfs:domain ep-core:Length ;
671 + rdfs:label "micrometre"^^xsd:string .
672 +
294 ep-core:microvolt 673 ep-core:microvolt
295 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 674 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
296 rdfs:label "microvolt"^^xsd:string . 675 rdfs:label "microvolt"^^xsd:string .
297 676
677 +ep-core:mil
678 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
679 + rdfs:comment "Swedish or Norwegian mile"^^xsd:string ;
680 + rdfs:domain ep-core:Length ;
681 + rdfs:label "mil"^^xsd:string .
682 +
683 +ep-core:mile
684 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
685 + rdfs:domain ep-core:Length ;
686 + rdfs:label "mile"^^xsd:string .
687 +
688 +ep-core:mile_US
689 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
690 + rdfs:domain ep-core:Length ;
691 + rdfs:label "US Mile"^^xsd:string .
692 +
298 ep-core:milliEuclid 693 ep-core:milliEuclid
299 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 694 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
300 rdfs:label "MilliEuclid"^^xsd:string . 695 rdfs:label "MilliEuclid"^^xsd:string .
301 696
697 +ep-core:milliNewton
698 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
699 + rdfs:label "Millinewton"^^xsd:string .
700 +
302 ep-core:milliPa_second 701 ep-core:milliPa_second
303 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 702 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
304 rdfs:domain ep-core:PlasticViscosity ; 703 rdfs:domain ep-core:PlasticViscosity ;
...@@ -324,10 +723,23 @@ ep-core:milligram_usGallon-1 ...@@ -324,10 +723,23 @@ ep-core:milligram_usGallon-1
324 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 723 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
325 rdfs:label "milligrams per US Gallon"^^xsd:string . 724 rdfs:label "milligrams per US Gallon"^^xsd:string .
326 725
726 +ep-core:millihertz
727 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
728 + rdfs:domain ep-core:Frequency ;
729 + rdfs:label "millihertz"^^xsd:string .
730 +
327 ep-core:millivolt 731 ep-core:millivolt
328 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 732 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
329 rdfs:label "millivolt"^^xsd:string . 733 rdfs:label "millivolt"^^xsd:string .
330 734
735 +ep-core:mj_cm-2
736 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
737 + rdfs:label "millijoules per square centimetre"^^xsd:string .
738 +
739 +ep-core:mj_m-2
740 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
741 + rdfs:label "millijoules per square metre"^^xsd:string .
742 +
331 ep-core:mm2 743 ep-core:mm2
332 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 744 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
333 rdfs:label "square millimetres"^^xsd:string . 745 rdfs:label "square millimetres"^^xsd:string .
...@@ -336,10 +748,100 @@ ep-core:mm2_mm-2 ...@@ -336,10 +748,100 @@ ep-core:mm2_mm-2
336 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 748 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
337 rdfs:label "square millimetres per square millimetre"^^xsd:string . 749 rdfs:label "square millimetres per square millimetre"^^xsd:string .
338 750
751 +ep-core:mpa_m-1
752 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
753 + rdfs:label "megapascal per metre"^^xsd:string .
754 +
755 +ep-core:n_m-3
756 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
757 + rdfs:label "Newtons per square metre"^^xsd:string .
758 +
759 +ep-core:n_m-E
760 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
761 + rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
762 + rdfs:label "joules per square centimetre"^^xsd:string .
763 +
339 ep-core:nanoEuclid 764 ep-core:nanoEuclid
340 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 765 rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
341 rdfs:label "NanoEuclid"^^xsd:string . 766 rdfs:label "NanoEuclid"^^xsd:string .
342 767
768 +ep-core:nanometre
769 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
770 + rdfs:domain ep-core:Length ;
771 + rdfs:label "nanometre"^^xsd:string .
772 +
773 +ep-core:nauticalMile
774 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
775 + rdfs:domain ep-core:Length ;
776 + rdfs:label "Nautical Mile"^^xsd:string .
777 +
778 +ep-core:newton
779 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
780 + rdfs:label "Newton"^^xsd:string .
781 +
782 +ep-core:ozf
783 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
784 + rdfs:label "Ounces (force)"^^xsd:string .
785 +
786 +ep-core:pascal_m-1
787 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
788 + rdfs:label "Pascal per metre"^^xsd:string .
789 +
790 +ep-core:pdl
791 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
792 + rdfs:label "Poundal"^^xsd:string .
793 +
794 +ep-core:perAnnum
795 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
796 + rdfs:domain ep-core:Frequency ;
797 + rdfs:label "per annum"^^xsd:string .
798 +
799 +ep-core:perDay
800 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
801 + rdfs:domain ep-core:Frequency ;
802 + rdfs:label "per day"^^xsd:string .
803 +
804 +ep-core:perHour
805 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
806 + rdfs:domain ep-core:Frequency ;
807 + rdfs:label "per hour"^^xsd:string .
808 +
809 +ep-core:perMinute
810 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
811 + rdfs:domain ep-core:Frequency ;
812 + rdfs:label "per minute"^^xsd:string .
813 +
814 +ep-core:perSecond
815 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
816 + rdfs:domain ep-core:Frequency ;
817 + rdfs:label "per second"^^xsd:string .
818 +
819 +ep-core:perWeek
820 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
821 + rdfs:domain ep-core:Frequency ;
822 + rdfs:label "per week"^^xsd:string .
823 +
824 +ep-core:picometre
825 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
826 + rdfs:domain ep-core:Length ;
827 + rdfs:label "picometre"^^xsd:string .
828 +
829 +ep-core:psi_1000ft-1
830 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
831 + rdfs:label "psi per 1000ft"^^xsd:string .
832 +
833 +ep-core:psi_100ft-1
834 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
835 + rdfs:label "psi per 100ft"^^xsd:string .
836 +
837 +ep-core:psi_ft-1
838 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
839 + rdfs:label "psi per ft"^^xsd:string .
840 +
841 +ep-core:psi_m-1
842 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
843 + rdfs:label "psi per metre"^^xsd:string .
844 +
343 ep-core:radian_ft-1 845 ep-core:radian_ft-1
344 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 846 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
345 rdfs:label "radians per ft"^^xsd:string . 847 rdfs:label "radians per ft"^^xsd:string .
...@@ -360,18 +862,51 @@ ep-core:rev_s-1 ...@@ -360,18 +862,51 @@ ep-core:rev_s-1
360 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 862 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
361 rdfs:label "revolutions per second"^^xsd:string . 863 rdfs:label "revolutions per second"^^xsd:string .
362 864
865 +ep-core:sixteenth_inch
866 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
867 + rdfs:domain ep-core:Length ;
868 + rdfs:label "sixteenth of an inch"^^xsd:string .
869 +
870 +ep-core:sixtyFourth_Inch
871 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
872 + rdfs:domain ep-core:Length ;
873 + rdfs:label "Sixty-Fourth of an Inch"^^xsd:string .
874 +
363 ep-core:ten_megagram_m-3 875 ep-core:ten_megagram_m-3
364 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 876 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
365 rdfs:label "10 Megagram m-3"^^xsd:string . 877 rdfs:label "10 Megagram m-3"^^xsd:string .
366 878
879 +ep-core:tenth_inch
880 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
881 + rdfs:domain ep-core:Length ;
882 + rdfs:label "Tenth of an Inch"^^xsd:string .
883 +
884 +ep-core:thirtySecond_inch
885 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
886 + rdfs:domain ep-core:Length ;
887 + rdfs:label "Thirty-Secondth of an inch"^^xsd:string .
888 +
367 ep-core:thousand_barrel 889 ep-core:thousand_barrel
368 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 890 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
369 rdfs:label "thousand barrel"^^xsd:string . 891 rdfs:label "thousand barrel"^^xsd:string .
370 892
893 +ep-core:uhz
894 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
895 + rdfs:domain ep-core:Frequency ;
896 + rdfs:label "microHertz"^^xsd:string .
897 +
898 +ep-core:ukTonF
899 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
900 + rdfs:label "UK Ton (force)"^^xsd:string .
901 +
371 ep-core:um2 902 ep-core:um2
372 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 903 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
373 rdfs:label "square micrometres"^^xsd:string . 904 rdfs:label "square micrometres"^^xsd:string .
374 905
906 +ep-core:usTonF
907 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
908 + rdfs:label "US Ton (force)"^^xsd:string .
909 +
375 ep-core:us_mi2 910 ep-core:us_mi2
376 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 911 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
377 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 912 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
...@@ -381,6 +916,76 @@ ep-core:volt ...@@ -381,6 +916,76 @@ ep-core:volt
381 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 916 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
382 rdfs:label "Volt"^^xsd:string . 917 rdfs:label "Volt"^^xsd:string .
383 918
919 +ep-core:yard
920 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
921 + rdfs:domain ep-core:Length ;
922 + rdfs:label "Yard"^^xsd:string .
923 +
384 ep-core:yd2 924 ep-core:yd2
385 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 925 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
386 rdfs:label "square yards"^^xsd:string . 926 rdfs:label "square yards"^^xsd:string .
927 +
928 +ep-core:yd_Benoit_A
929 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
930 + rdfs:domain ep-core:Length ;
931 + rdfs:label "Benoit A Yard"^^xsd:string .
932 +
933 +ep-core:yd_Benoit_B
934 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
935 + rdfs:domain ep-core:Length ;
936 + rdfs:label "Benoit B Yard"^^xsd:string .
937 +
938 +ep-core:yd_Clarke
939 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
940 + rdfs:domain ep-core:Length ;
941 + rdfs:label "Clarke's Yard"^^xsd:string .
942 +
943 +ep-core:yd_Imperial
944 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
945 + rdfs:domain ep-core:Length ;
946 + rdfs:label "Imperial Yard"^^xsd:string .
947 +
948 +ep-core:yd_Indian
949 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
950 + rdfs:domain ep-core:Length ;
951 + rdfs:label "Indian Yard"^^xsd:string .
952 +
953 +ep-core:yd_Indian_1937
954 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
955 + rdfs:domain ep-core:Length ;
956 + rdfs:label "Indian Yard (1937)"^^xsd:string .
957 +
958 +ep-core:yd_Indian_1962
959 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
960 + rdfs:domain ep-core:Length ;
961 + rdfs:label "Indian Yard (1962)"^^xsd:string .
962 +
963 +ep-core:yd_Indian_1975
964 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
965 + rdfs:domain ep-core:Length ;
966 + rdfs:label "Indian Yard (1975)"^^xsd:string .
967 +
968 +ep-core:yd_Sears
969 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
970 + rdfs:domain ep-core:Length ;
971 + rdfs:label "Sears Yard"^^xsd:string .
972 +
973 +ep-prodcore:DensityAt0degC1atm
974 + rdf:type rdfs:Class , ep-core:PropertySpace ;
975 + rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
976 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
977 +
978 +ep-prodcore:DensityAt15degC1atm
979 + rdf:type ep-core:PropertySpace , rdfs:Class ;
980 + rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
981 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
982 +
983 +ep-prodcore:DensityAt60degF1atm
984 + rdf:type rdfs:Class , ep-core:PropertySpace ;
985 + rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
986 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
987 +
988 +ep-prodcore:MeasureOfDensityOfMaterial
989 + rdf:type ep-core:PropertySpace , rdfs:Class ;
990 + rdfs:label "measure of density of material"^^xsd:string ;
991 + rdfs:subClassOf owl:Class .
......
1 -# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/well 2 # imports: http://www.reportinghub.no/ep/schema/1.0/well
4 3
4 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 @prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . 5 @prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> .
6 +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -12,3 +13,47 @@ ...@@ -12,3 +13,47 @@
12 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; 14 owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 +
17 +ep-prodwell:NaturalGasClass
18 + rdf:type rdfs:Class ;
19 + rdfs:label "natural gas class"^^xsd:string ;
20 + rdfs:subClassOf owl:Class .
21 +
22 +ep-prodwell:Sand
23 + rdf:type ep-well:FluidComponentType , owl:Class ;
24 + rdfs:label "sand"^^xsd:string ;
25 + rdfs:subClassOf ep-well:Fluid .
26 +
27 +ep-prodwell:basicSedimentAndWater
28 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
29 + rdfs:label "basic sediment and water"^^xsd:string ;
30 + rdfs:range ep-core:SpecificVolume .
31 +
32 +ep-prodwell:condensateYield
33 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
34 + rdfs:label "condensate yield"^^xsd:string ;
35 + rdfs:range ep-core:SpecificVolume .
36 +
37 +ep-prodwell:depthOfBaseUsableWaterFromSurface
38 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
39 + rdfs:domain ep-well:Fluid ;
40 + rdfs:label "depth of base of usable water from surface"^^xsd:string ;
41 + rdfs:range ep-core:Length .
42 +
43 +ep-prodwell:depthOfFluidSurfaceFromTopOfWell
44 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
45 + rdfs:domain ep-well:Fluid ;
46 + rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
47 + rdfs:range ep-core:Length .
48 +
49 +ep-prodwell:potentialGasProduction
50 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
51 + rdfs:domain ep-well:WellBore ;
52 + rdfs:label "potential gas production"^^xsd:string ;
53 + rdfs:range ep-core:VolumetricFlowRate .
54 +
55 +ep-prodwell:potentialOilProduction
56 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
57 + rdfs:domain ep-well:WellBore ;
58 + rdfs:label "potential oil production"^^xsd:string ;
59 + rdfs:range ep-core:VolumetricFlowRate .
......
1 -# baseURI: http://www.reportinghub.no/ep/spin/wdr-tables 1 +# baseURI: http://www.reportinghub.no/ep/spin/drilling-tables
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
5 # imports: http://www.reportinghub.no/spin/rh 5 # imports: http://www.reportinghub.no/spin/rh
6 6
7 @prefix arg: <http://spinrdf.org/arg#> . 7 @prefix arg: <http://spinrdf.org/arg#> .
8 +@prefix drilling-tables: <http://www.reportinghub.no/ep/spin/drilling-tables#> .
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#> .
...@@ -13,16 +14,15 @@ ...@@ -13,16 +14,15 @@
13 @prefix spif: <http://spinrdf.org/spif#> . 14 @prefix spif: <http://spinrdf.org/spif#> .
14 @prefix spin: <http://spinrdf.org/spin#> . 15 @prefix spin: <http://spinrdf.org/spin#> .
15 @prefix spl: <http://spinrdf.org/spl#> . 16 @prefix spl: <http://spinrdf.org/spl#> .
16 -@prefix wdr-tables: <http://www.reportinghub.no/ep/spin/wdr-tables#> .
17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18 18
19 -<http://www.reportinghub.no/ep/spin/wdr-tables> 19 +<http://www.reportinghub.no/ep/spin/drilling-tables>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 21 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
22 - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; 22 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ;
23 owl:versionInfo "0.1.0"^^xsd:string . 23 owl:versionInfo "0.1.0"^^xsd:string .
24 24
25 -wdr-tables:DailyAndForecastComments 25 +drilling-tables:DailyAndForecastComments
26 rdf:type rhspin:TableTemplate ; 26 rdf:type rhspin:TableTemplate ;
27 rdfs:label "Daily and Forecast Comments"^^xsd:string ; 27 rdfs:label "Daily and Forecast Comments"^^xsd:string ;
28 rdfs:subClassOf rhspin:WDRTableTemplates ; 28 rdfs:subClassOf rhspin:WDRTableTemplates ;
...@@ -122,7 +122,7 @@ wdr-tables:DailyAndForecastComments ...@@ -122,7 +122,7 @@ wdr-tables:DailyAndForecastComments
122 ] ; 122 ] ;
123 rhspin:tableHeaders ("Day"^^xsd:string "Daily Summary"^^xsd:string "Next Day Forecast"^^xsd:string) . 123 rhspin:tableHeaders ("Day"^^xsd:string "Daily Summary"^^xsd:string "Next Day Forecast"^^xsd:string) .
124 124
125 -wdr-tables:MissedProduction 125 +drilling-tables:MissedProduction
126 rdf:type rhspin:TableTemplate ; 126 rdf:type rhspin:TableTemplate ;
127 rdfs:label "Non Productive Time"^^xsd:string ; 127 rdfs:label "Non Productive Time"^^xsd:string ;
128 rdfs:subClassOf rhspin:WDRTableTemplates ; 128 rdfs:subClassOf rhspin:WDRTableTemplates ;
...@@ -241,7 +241,7 @@ wdr-tables:MissedProduction ...@@ -241,7 +241,7 @@ wdr-tables:MissedProduction
241 ] ; 241 ] ;
242 rhspin:tableHeaders ("Day"^^xsd:string "Start Time"^^xsd:string "Duration Minutes"^^xsd:string "Comment"^^xsd:string) . 242 rhspin:tableHeaders ("Day"^^xsd:string "Start Time"^^xsd:string "Duration Minutes"^^xsd:string "Comment"^^xsd:string) .
243 243
244 -wdr-tables:Test 244 +drilling-tables:Test
245 rdf:type rhspin:TableTemplate ; 245 rdf:type rhspin:TableTemplate ;
246 rdfs:label "Test Table"^^xsd:string ; 246 rdfs:label "Test Table"^^xsd:string ;
247 rdfs:subClassOf rhspin:WDRTableTemplates ; 247 rdfs:subClassOf rhspin:WDRTableTemplates ;
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Tue Oct 25 15:20:37 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector 1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production
3 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume 4 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
4 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 5 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production 6 +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults
6 -# imports: http://spinrdf.org/spin
7 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest 7 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
8 8
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 9 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . 10 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> .
11 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . 11 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> .
12 +@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 14 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 @prefix sp: <http://spinrdf.org/sp#> . 15 @prefix sp: <http://spinrdf.org/sp#> .
...@@ -19,5 +20,5 @@ ...@@ -19,5 +20,5 @@
19 20
20 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> 21 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
21 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
22 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> ; 23 + owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Oct 25 15:20:37 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 +<div>
2 + <hr />
3 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/drilling-tables&gt;">
4 + <h2>{= ui:label(?template) }</h2>
5 + </ui:setContext>
6 + <table class="ddrTable">
7 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/drilling-tables&gt;">
8 + <tr class="ddrTR">
9 + <ui:forEach ui:resultSet="{#
10 + SELECT ?header
11 + WHERE {
12 + ?template rhspin:tableHeaders ?list .
13 + ?list &lt;http://jena.hpl.hp.com/ARQ/list#member&gt; ?header .
14 + }
15 + }">
16 + <th class="ddrTH">{= ?header }</th>
17 + </ui:forEach>
18 + </tr>
19 + </ui:setContext>
20 + <ui:call ui:template="{= ?template }" arg:startDate="{= ?startDate }" arg:wellBore="{= ?wellBore }">
21 + <ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }">
22 + <tr class="ddrTR">
23 + <ui:forEach ui:resultSet="{# SELECT ?cell WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?cellIndex) } }">
24 + <td class="ddrTD">{= ui:label(?cell) }</td>
25 + </ui:forEach>
26 + </tr>
27 + </ui:forEach>
28 + </ui:call>
29 + </table>
30 + <br />
31 +</div>
...\ No newline at end of file ...\ No newline at end of file
1 +<ui:group>
2 + <ui:group >
3 + <h1>Non Productive Time Report</h1>
4 + <h2>Wellbore : {= rhspin:npdName(?wellBore) }</h2>
5 + <h2>Start Date : {= ?startDate }</h2>
6 + <hr />
7 +
8 + <wdrswp:Table arg:startDate="{= ?startDate }" arg:wellBore="{= ?wellBore }" arg:template="drilling-tables:MissedProduction" />
9 +
10 + </ui:group>
11 +</ui:group>
...\ No newline at end of file ...\ No newline at end of file
1 +# baseURI: http://www.reportinghub.no/swp/npt
2 +# imports: http://uispin.org/tui
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
10 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
11 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
12 +# imports: http://www.reportinghub.no/ep/spin/drilling-tables
13 +# imports: http://www.reportinghub.no/spin/rh
14 +
15 +@prefix arg: <http://spinrdf.org/arg#> .
16 +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
17 +@prefix html: <http://uispin.org/html#> .
18 +@prefix let: <http://uispin.org/let#> .
19 +@prefix letrs: <http://uispin.org/letrs#> .
20 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
21 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
22 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
23 +@prefix sp: <http://spinrdf.org/sp#> .
24 +@prefix spin: <http://spinrdf.org/spin#> .
25 +@prefix spl: <http://spinrdf.org/spl#> .
26 +@prefix ui: <http://uispin.org/ui#> .
27 +@prefix nptswp: <http://www.reportinghub.no/swp/npt#> .
28 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
29 +
30 +arg:startDate
31 + rdf:type rdf:Property ;
32 + rdfs:label "startDate"^^xsd:string ;
33 + rdfs:subPropertyOf sp:arg .
34 +
35 +arg:template
36 + rdf:type rdf:Property ;
37 + rdfs:label "template"^^xsd:string ;
38 + rdfs:subPropertyOf sp:arg .
39 +
40 +arg:wellBore
41 + rdf:type rdf:Property ;
42 + rdfs:label "well bore"^^xsd:string ;
43 + rdfs:subPropertyOf sp:arg .
44 +
45 +<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
46 + ui:instanceView
47 + [ rdf:type ui:group ;
48 + let:startDate
49 + [ rdf:type sp:Select ;
50 + sp:resultVariables ([ sp:varName "startDate"^^xsd:string
51 + ]) ;
52 + sp:where ([ rdf:type sp:TriplePath ;
53 + sp:object
54 + [ sp:varName "timeStamp"^^xsd:string
55 + ] ;
56 + sp:path [ rdf:type sp:SeqPath ;
57 + sp:path1 <http://www.reportinghub.no/ep/schema/report#reportOn> ;
58 + sp:path2 <http://www.reportinghub.no/ep/schema/activity#startedAt>
59 + ] ;
60 + sp:subject spin:_this
61 + ] [ rdf:type sp:Bind ;
62 + sp:expression
63 + [ rdf:type xsd:date ;
64 + sp:arg1 [ sp:varName "timeStamp"^^xsd:string
65 + ]
66 + ] ;
67 + sp:variable
68 + [ sp:varName "startDate"^^xsd:string
69 + ]
70 + ])
71 + ] ;
72 + let:wellBore
73 + [ rdf:type sp:Select ;
74 + sp:resultVariables ([ sp:varName "wellBore"^^xsd:string
75 + ]) ;
76 + sp:where ([ rdf:type sp:TriplePath ;
77 + sp:object
78 + [ sp:varName "wellBore"^^xsd:string
79 + ] ;
80 + sp:path [ rdf:type sp:SeqPath ;
81 + sp:path1
82 + [ rdf:type sp:SeqPath ;
83 + sp:path1 <http://www.reportinghub.no/ep/schema/report#reportOn> ;
84 + sp:path2 <http://www.reportinghub.no/ep/schema/activity#onWellBore>
85 + ] ;
86 + sp:path2 <http://www.reportinghub.no/ep/schema/core#temporalPartOf>
87 + ] ;
88 + sp:subject spin:_this
89 + ])
90 + ] ;
91 + ui:child
92 + [ rdf:type nptswp:NonProductiveTimeReportView ;
93 + arg:startDate
94 + [ sp:varName "startDate"^^xsd:string
95 + ] ;
96 + arg:wellBore
97 + [ sp:varName "wellBore"^^xsd:string
98 + ] ;
99 + ui:childIndex 0
100 + ] ;
101 + ui:priority -1
102 + ] .
103 +
104 +<http://www.reportinghub.no/swp/npt>
105 + rdf:type owl:Ontology ;
106 + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ;
107 + owl:versionInfo "0.1.0"^^xsd:string .
108 +
109 +nptswp:Table
110 + rdf:type ui:NodeClass ;
111 + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given npt. The template should also provide rhspin:tableHeaders."^^xsd:string ;
112 + rdfs:label "Table"^^xsd:string ;
113 + rdfs:subClassOf ui:Element ;
114 + spin:constraint
115 + [ rdf:type spl:Argument ;
116 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
117 + spl:predicate arg:template ;
118 + spl:valueType spin:Template
119 + ] ;
120 + spin:constraint
121 + [ rdf:type spl:Argument ;
122 + rdfs:comment "The well bore of the report."^^xsd:string ;
123 + spl:predicate arg:wellBore ;
124 + spl:valueType ep-well:WellBore
125 + ] ;
126 + spin:constraint
127 + [ rdf:type spl:Argument ;
128 + rdfs:comment "The start date of the report."^^xsd:string ;
129 + spl:predicate arg:startDate ;
130 + spl:valueType xsd:date
131 + ] ;
132 + ui:prototype <http://www.reportinghub.no/swp/NPTTable.uispin.html> .
133 +
134 +nptswp:NonProductiveTimeReportView
135 + rdf:type ui:NodeClass ;
136 + rdfs:label "Weekly drilling report view"^^xsd:string ;
137 + rdfs:subClassOf ui:Element ;
138 + spin:constraint
139 + [ rdf:type spl:Argument ;
140 + rdfs:comment "The well bore."^^xsd:string ;
141 + spl:predicate arg:wellBore ;
142 + spl:valueType ep-well:WellBore
143 + ] ;
144 + spin:constraint
145 + [ rdf:type spl:Argument ;
146 + rdfs:comment "The start date of the report to display."^^xsd:string ;
147 + spl:predicate arg:startDate ;
148 + spl:valueType xsd:date
149 + ] ;
150 + ui:headIncludes
151 + [ rdf:type html:Link ;
152 + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
153 + html:rel "stylesheet"^^xsd:string ;
154 + html:type "text/css"^^xsd:string
155 + ] ;
156 + ui:prototype <http://www.reportinghub.no/swp/NonProductiveTimeReport.uispin.html> .
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 9 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
10 # imports: http://www.reportinghub.no/ep/schema/1.0/report 10 # imports: http://www.reportinghub.no/ep/schema/1.0/report
11 # imports: http://www.reportinghub.no/ep/schema/1.0/well 11 # imports: http://www.reportinghub.no/ep/schema/1.0/well
12 -# imports: http://www.reportinghub.no/ep/spin/wdr-tables 12 +# imports: http://www.reportinghub.no/ep/spin/drilling-tables
13 # imports: http://www.reportinghub.no/spin/rh 13 # imports: http://www.reportinghub.no/spin/rh
14 14
15 @prefix arg: <http://spinrdf.org/arg#> . 15 @prefix arg: <http://spinrdf.org/arg#> .
...@@ -103,7 +103,7 @@ arg:wellBore ...@@ -103,7 +103,7 @@ arg:wellBore
103 103
104 <http://www.reportinghub.no/swp/wdr> 104 <http://www.reportinghub.no/swp/wdr>
105 rdf:type owl:Ontology ; 105 rdf:type owl:Ontology ;
106 - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/wdr-tables> , <http://www.reportinghub.no/spin/rh> ; 106 + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ;
107 owl:versionInfo "0.1.0"^^xsd:string . 107 owl:versionInfo "0.1.0"^^xsd:string .
108 108
109 wdrswp:Table 109 wdrswp:Table
...@@ -113,9 +113,9 @@ wdrswp:Table ...@@ -113,9 +113,9 @@ wdrswp:Table
113 rdfs:subClassOf ui:Element ; 113 rdfs:subClassOf ui:Element ;
114 spin:constraint 114 spin:constraint
115 [ rdf:type spl:Argument ; 115 [ rdf:type spl:Argument ;
116 - rdfs:comment "The start date of the report."^^xsd:string ; 116 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
117 - spl:predicate arg:startDate ; 117 + spl:predicate arg:template ;
118 - spl:valueType xsd:date 118 + spl:valueType spin:Template
119 ] ; 119 ] ;
120 spin:constraint 120 spin:constraint
121 [ rdf:type spl:Argument ; 121 [ rdf:type spl:Argument ;
...@@ -125,9 +125,9 @@ wdrswp:Table ...@@ -125,9 +125,9 @@ wdrswp:Table
125 ] ; 125 ] ;
126 spin:constraint 126 spin:constraint
127 [ rdf:type spl:Argument ; 127 [ rdf:type spl:Argument ;
128 - rdfs:comment "The SPIN Template to execute."^^xsd:string ; 128 + rdfs:comment "The start date of the report."^^xsd:string ;
129 - spl:predicate arg:template ; 129 + spl:predicate arg:startDate ;
130 - spl:valueType spin:Template 130 + spl:valueType xsd:date
131 ] ; 131 ] ;
132 ui:prototype <http://www.reportinghub.no/swp/WDRTable.uispin.html> . 132 ui:prototype <http://www.reportinghub.no/swp/WDRTable.uispin.html> .
133 133
...@@ -137,16 +137,16 @@ wdrswp:WeeklyDrillingReportView ...@@ -137,16 +137,16 @@ wdrswp:WeeklyDrillingReportView
137 rdfs:subClassOf ui:Element ; 137 rdfs:subClassOf ui:Element ;
138 spin:constraint 138 spin:constraint
139 [ rdf:type spl:Argument ; 139 [ rdf:type spl:Argument ;
140 - rdfs:comment "The start date of the report to display."^^xsd:string ;
141 - spl:predicate arg:startDate ;
142 - spl:valueType xsd:date
143 - ] ;
144 - spin:constraint
145 - [ rdf:type spl:Argument ;
146 rdfs:comment "The well bore."^^xsd:string ; 140 rdfs:comment "The well bore."^^xsd:string ;
147 spl:predicate arg:wellBore ; 141 spl:predicate arg:wellBore ;
148 spl:valueType ep-well:WellBore 142 spl:valueType ep-well:WellBore
149 ] ; 143 ] ;
144 + spin:constraint
145 + [ rdf:type spl:Argument ;
146 + rdfs:comment "The start date of the report to display."^^xsd:string ;
147 + spl:predicate arg:startDate ;
148 + spl:valueType xsd:date
149 + ] ;
150 ui:headIncludes 150 ui:headIncludes
151 [ rdf:type html:Link ; 151 [ rdf:type html:Link ;
152 html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; 152 html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
......
1 <div> 1 <div>
2 <hr /> 2 <hr />
3 - <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/wdr-tables&gt;"> 3 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/drilling-tables&gt;">
4 <h2>{= ui:label(?template) }</h2> 4 <h2>{= ui:label(?template) }</h2>
5 </ui:setContext> 5 </ui:setContext>
6 <table class="ddrTable"> 6 <table class="ddrTable">
7 - <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/wdr-tables&gt;"> 7 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/drilling-tables&gt;">
8 <tr class="ddrTR"> 8 <tr class="ddrTR">
9 <ui:forEach ui:resultSet="{# 9 <ui:forEach ui:resultSet="{#
10 SELECT ?header 10 SELECT ?header
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
5 <h2>Start Date : {= ?startDate }</h2> 5 <h2>Start Date : {= ?startDate }</h2>
6 <hr /> 6 <hr />
7 7
8 - <wdrswp:Table arg:startDate="{= ?startDate }" arg:wellBore="{= ?wellBore }" arg:template="wdr-tables:DailyAndForecastComments" /> 8 + <wdrswp:Table arg:startDate="{= ?startDate }" arg:wellBore="{= ?wellBore }" arg:template="drilling-tables:DailyAndForecastComments" />
9 -
10 - <wdrswp:Table arg:startDate="{= ?startDate }" arg:wellBore="{= ?wellBore }" arg:template="wdr-tables:MissedProduction" />
11 9
12 </ui:group> 10 </ui:group>
13 </ui:group> 11 </ui:group>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -26,12 +26,12 @@ log:LogEvent ...@@ -26,12 +26,12 @@ log:LogEvent
26 rdfs:subClassOf 26 rdfs:subClassOf
27 [ rdf:type owl:Restriction ; 27 [ rdf:type owl:Restriction ;
28 owl:cardinality "1"^^xsd:nonNegativeInteger ; 28 owl:cardinality "1"^^xsd:nonNegativeInteger ;
29 - owl:onProperty <http://purl.org/dc/terms/created> 29 + owl:onProperty rdfs:comment
30 ] ; 30 ] ;
31 rdfs:subClassOf 31 rdfs:subClassOf
32 [ rdf:type owl:Restriction ; 32 [ rdf:type owl:Restriction ;
33 - owl:allValuesFrom xsd:dateTime ; 33 + owl:allValuesFrom xsd:string ;
34 - owl:onProperty <http://purl.org/dc/terms/created> 34 + owl:onProperty <http://rdfs.org/sioc/ns#id>
35 ] ; 35 ] ;
36 rdfs:subClassOf 36 rdfs:subClassOf
37 [ rdf:type owl:Restriction ; 37 [ rdf:type owl:Restriction ;
...@@ -40,13 +40,13 @@ log:LogEvent ...@@ -40,13 +40,13 @@ log:LogEvent
40 ] ; 40 ] ;
41 rdfs:subClassOf 41 rdfs:subClassOf
42 [ rdf:type owl:Restriction ; 42 [ rdf:type owl:Restriction ;
43 - owl:allValuesFrom xsd:string ; 43 + owl:allValuesFrom xsd:dateTime ;
44 - owl:onProperty <http://rdfs.org/sioc/ns#id> 44 + owl:onProperty <http://purl.org/dc/terms/created>
45 ] ; 45 ] ;
46 rdfs:subClassOf 46 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 47 [ rdf:type owl:Restriction ;
48 owl:cardinality "1"^^xsd:nonNegativeInteger ; 48 owl:cardinality "1"^^xsd:nonNegativeInteger ;
49 - owl:onProperty rdfs:comment 49 + owl:onProperty <http://purl.org/dc/terms/created>
50 ] . 50 ] .
51 51
52 log:PasswordChangeEvent 52 log:PasswordChangeEvent
...@@ -66,12 +66,12 @@ log:ReportDownloadEvent ...@@ -66,12 +66,12 @@ log:ReportDownloadEvent
66 rdfs:subClassOf 66 rdfs:subClassOf
67 [ rdf:type owl:Restriction ; 67 [ rdf:type owl:Restriction ;
68 owl:cardinality "1"^^xsd:nonNegativeInteger ; 68 owl:cardinality "1"^^xsd:nonNegativeInteger ;
69 - owl:onProperty <http://www.reportinghub.no/system/schema/reporting#wellBoreId> 69 + owl:onProperty <http://www.reportinghub.no/system/schema/reporting#format>
70 ] ; 70 ] ;
71 rdfs:subClassOf 71 rdfs:subClassOf
72 [ rdf:type owl:Restriction ; 72 [ rdf:type owl:Restriction ;
73 owl:cardinality "1"^^xsd:nonNegativeInteger ; 73 owl:cardinality "1"^^xsd:nonNegativeInteger ;
74 - owl:onProperty <http://www.reportinghub.no/system/schema/reporting#format> 74 + owl:onProperty <http://www.reportinghub.no/system/schema/reporting#wellBoreId>
75 ] . 75 ] .
76 76
77 log:ReportEvent 77 log:ReportEvent
...@@ -144,6 +144,13 @@ log:url ...@@ -144,6 +144,13 @@ log:url
144 rdfs:label "url"^^xsd:string ; 144 rdfs:label "url"^^xsd:string ;
145 rdfs:range xsd:string . 145 rdfs:range xsd:string .
146 146
147 +log:xml
148 + rdf:type owl:DatatypeProperty ;
149 + rdfs:comment "The complete source of the submitted XML document."^^xsd:string ;
150 + rdfs:domain log:ReportUploadEvent ;
151 + rdfs:label "xml"^^xsd:string ;
152 + rdfs:range xsd:string .
153 +
147 <http://www.reportinghub.no/system/schema/reporting#uploadedDocument> 154 <http://www.reportinghub.no/system/schema/reporting#uploadedDocument>
148 rdf:type owl:ObjectProperty ; 155 rdf:type owl:ObjectProperty ;
149 rdfs:domain log:ReportUploadEvent ; 156 rdfs:domain log:ReportUploadEvent ;
......
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd">
3 + <witsml:documentInfo>
4 + <witsml:documentName>Drill Report</witsml:documentName>
5 + <witsml:documentDate>2011-10-25T14:42:14.001Z</witsml:documentDate>
6 + <witsml:owner>ConocoPhillips</witsml:owner>
7 + </witsml:documentInfo>
8 + <witsml:drillReport>
9 + <witsml:nameWell xmlns:witsml="http://www.witsml.org/schemas/1series">2/4-X-43 A</witsml:nameWell>
10 + <witsml:nameWellbore xmlns:witsml="http://www.witsml.org/schemas/1series">2/4-X-43 A</witsml:nameWellbore>
11 + <witsml:name xmlns:witsml="http://www.witsml.org/schemas/1series">2/4-X-43</witsml:name>
12 + <witsml:dTimStart xmlns:witsml="http://www.witsml.org/schemas/1series">2010-05-20T00:00:00.001Z</witsml:dTimStart>
13 + <witsml:dTimEnd xmlns:witsml="http://www.witsml.org/schemas/1series">2010-05-21T00:00:00.001Z</witsml:dTimEnd>
14 + <witsml:versionKind xmlns:witsml="http://www.witsml.org/schemas/1series">normal</witsml:versionKind>
15 + <witsml:createDate xmlns:witsml="http://www.witsml.org/schemas/1series">2011-10-25T14:42:14.001Z</witsml:createDate>
16 + <witsml:wellAlias xmlns:witsml="http://www.witsml.org/schemas/1series">
17 + <witsml:name>2/4-X-43 A</witsml:name>
18 + <witsml:namingSystem>NPD code</witsml:namingSystem>
19 + </witsml:wellAlias>
20 + <witsml:wellboreAlias xmlns:witsml="http://www.witsml.org/schemas/1series">
21 + <witsml:name>2/4-X-43 A</witsml:name>
22 + <witsml:namingSystem>NPD code</witsml:namingSystem>
23 + </witsml:wellboreAlias>
24 + <witsml:wellboreAlias xmlns:witsml="http://www.witsml.org/schemas/1series">
25 + <witsml:name>6310</witsml:name>
26 + <witsml:namingSystem>NPD number</witsml:namingSystem>
27 + </witsml:wellboreAlias>
28 + <witsml:wellDatum xmlns:witsml="http://www.witsml.org/schemas/1series">
29 + <witsml:name>Kelly Bushing</witsml:name>
30 + <witsml:code>KB</witsml:code>
31 + <witsml:elevation uom="m" datum="SL">21.946</witsml:elevation>
32 + </witsml:wellDatum>
33 + <witsml:wellDatum xmlns:witsml="http://www.witsml.org/schemas/1series">
34 + <witsml:name>Sea Level</witsml:name>
35 + <witsml:code>SL</witsml:code>
36 + </witsml:wellDatum>
37 + <witsml:wellCRS xmlns:witsml="http://www.witsml.org/schemas/1series">
38 + <witsml:name>ED50</witsml:name>
39 + <witsml:geographic>
40 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
41 + </witsml:geographic>
42 + </witsml:wellCRS>
43 + <witsml:wellboreInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
44 + <witsml:dTimSpud>2010-03-31T09:00:00.001Z</witsml:dTimSpud>
45 + <witsml:dateDrillComplete>2010-07-28</witsml:dateDrillComplete>
46 + <witsml:operator>ConocoPhillips</witsml:operator>
47 + <witsml:drillContractor>ODFJELL DRILLING MANAGEMENT AS</witsml:drillContractor>
48 + <witsml:rigAlias>
49 + <witsml:name>EKOFISK X</witsml:name>
50 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
51 + </witsml:rigAlias>
52 + <witsml:rigAlias>
53 + <witsml:name>278525</witsml:name>
54 + <witsml:namingSystem>NPD code</witsml:namingSystem>
55 + </witsml:rigAlias>
56 + </witsml:wellboreInfo>
57 + <witsml:statusInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
58 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
59 + <witsml:md uom="m">3263.494</witsml:md>
60 + <witsml:tvd uom="m">3107.553</witsml:tvd>
61 + <witsml:diaPilot uom="in">0</witsml:diaPilot>
62 + <witsml:mdDiaPilotPlan uom="m">0</witsml:mdDiaPilotPlan>
63 + <witsml:tvdDiaPilotPlan uom="m">0</witsml:tvdDiaPilotPlan>
64 + <witsml:typeWellbore>sidetrack</witsml:typeWellbore>
65 + <witsml:mdKickoff uom="m">1627.937</witsml:mdKickoff>
66 + <witsml:tvdKickoff uom="m">1554.396</witsml:tvdKickoff>
67 + <witsml:mdStrengthForm uom="m">0</witsml:mdStrengthForm>
68 + <witsml:diaCsgLast uom="in">7</witsml:diaCsgLast>
69 + <witsml:mdCsgLast uom="m">3275.686</witsml:mdCsgLast>
70 + <witsml:tvdCsgLast uom="m">3106.639</witsml:tvdCsgLast>
71 + <witsml:presTestType>formation integrity test</witsml:presTestType>
72 + <witsml:mdPlanned uom="m">0</witsml:mdPlanned>
73 + <witsml:distDrill uom="m">0</witsml:distDrill>
74 + <witsml:elevKelly uom="m">57.302</witsml:elevKelly>
75 + <witsml:sum24Hr>RIH tag 7 3/4" landing collar at 10629ft. Test csg to 3500psi OK. Slip &amp; Cut drilling line. Light drilling of cement from 10631ft to float collar at 10702ft. Drill float, observed rapid increase in return flow. Close in well observe pressures.</witsml:sum24Hr>
76 + <witsml:forecast24Hr>Drill shoe track, Drill Tor formation.</witsml:forecast24Hr>
77 + </witsml:statusInfo>
78 + <witsml:bitRecord xmlns:witsml="http://www.witsml.org/schemas/1series">
79 + <witsml:numBit>1</witsml:numBit>
80 + <witsml:diaBit uom="in">6.5</witsml:diaBit>
81 + <witsml:manufacturer>Hughes Christensen  </witsml:manufacturer>
82 + <witsml:codeMfg>MX-20  </witsml:codeMfg>
83 + </witsml:bitRecord>
84 + <witsml:bitRecord xmlns:witsml="http://www.witsml.org/schemas/1series">
85 + <witsml:numBit>1</witsml:numBit>
86 + <witsml:diaBit uom="in">6.5</witsml:diaBit>
87 + <witsml:manufacturer>Hughes Christensen</witsml:manufacturer>
88 + <witsml:codeMfg>MX-1</witsml:codeMfg>
89 + </witsml:bitRecord>
90 + <witsml:bitRecord xmlns:witsml="http://www.witsml.org/schemas/1series">
91 + <witsml:numBit>1</witsml:numBit>
92 + <witsml:diaBit uom="in">6.5</witsml:diaBit>
93 + <witsml:manufacturer>Hughes Christensen  </witsml:manufacturer>
94 + <witsml:codeMfg>MX-18  </witsml:codeMfg>
95 + </witsml:bitRecord>
96 + <witsml:fluid xmlns:witsml="http://www.witsml.org/schemas/1series">
97 + <witsml:type>Oil Base</witsml:type>
98 + <witsml:dTim>2010-05-20T22:00:00.001Z</witsml:dTim>
99 + <witsml:md uom="m">3276.6</witsml:md>
100 + <witsml:tvd uom="m">3107.553</witsml:tvd>
101 + <witsml:presBopRating uom="bar">689.476</witsml:presBopRating>
102 + <witsml:mudClass>oil based</witsml:mudClass>
103 + <witsml:density uom="g/cm3">1.438</witsml:density>
104 + <witsml:pv uom="mPa.s">25</witsml:pv>
105 + <witsml:yp uom="Pa">7.182</witsml:yp>
106 + </witsml:fluid>
107 + <witsml:porePressure xmlns:witsml="http://www.witsml.org/schemas/1series">
108 + <witsml:readingKind>estimated</witsml:readingKind>
109 + <witsml:equivalentMudWeight uom="g/cm3">1.318</witsml:equivalentMudWeight>
110 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
111 + <witsml:md uom="m">3297.936</witsml:md>
112 + <witsml:tvd uom="m">3128.889</witsml:tvd>
113 + </witsml:porePressure>
114 + <witsml:extendedReport dTim="2010-05-21T05:00:00.001Z" xmlns:witsml="http://www.witsml.org/schemas/1series">Circulate well to even MW 12.0ppg</witsml:extendedReport>
115 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
116 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
117 + <witsml:md uom="m">3155.808</witsml:md>
118 + <witsml:tvd uom="m">2986.765</witsml:tvd>
119 + <witsml:incl uom="dega">0.72</witsml:incl>
120 + <witsml:azi uom="dega">79.25</witsml:azi>
121 + </witsml:surveyStation>
122 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
123 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
124 + <witsml:md uom="m">3186.745</witsml:md>
125 + <witsml:tvd uom="m">3017.7</witsml:tvd>
126 + <witsml:incl uom="dega">0.58</witsml:incl>
127 + <witsml:azi uom="dega">91.26</witsml:azi>
128 + </witsml:surveyStation>
129 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
130 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
131 + <witsml:md uom="m">3214.939</witsml:md>
132 + <witsml:tvd uom="m">3045.893</witsml:tvd>
133 + <witsml:incl uom="dega">0.44</witsml:incl>
134 + <witsml:azi uom="dega">98.41</witsml:azi>
135 + </witsml:surveyStation>
136 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
137 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
138 + <witsml:md uom="m">3243.59</witsml:md>
139 + <witsml:tvd uom="m">3074.544</witsml:tvd>
140 + <witsml:incl uom="dega">0.31</witsml:incl>
141 + <witsml:azi uom="dega">33.98</witsml:azi>
142 + </witsml:surveyStation>
143 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
144 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
145 + <witsml:md uom="m">3267.334</witsml:md>
146 + <witsml:tvd uom="m">3098.288</witsml:tvd>
147 + <witsml:incl uom="dega">0.25</witsml:incl>
148 + <witsml:azi uom="dega">5.29</witsml:azi>
149 + </witsml:surveyStation>
150 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
151 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
152 + <witsml:md uom="m">3289.92</witsml:md>
153 + <witsml:tvd uom="m">3120.873</witsml:tvd>
154 + <witsml:incl uom="dega">0.26</witsml:incl>
155 + <witsml:azi uom="dega">280.95</witsml:azi>
156 + </witsml:surveyStation>
157 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
158 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
159 + <witsml:md uom="m">3318.754</witsml:md>
160 + <witsml:tvd uom="m">3149.707</witsml:tvd>
161 + <witsml:incl uom="dega">0.36</witsml:incl>
162 + <witsml:azi uom="dega">290.92</witsml:azi>
163 + </witsml:surveyStation>
164 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
165 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
166 + <witsml:md uom="m">3347.253</witsml:md>
167 + <witsml:tvd uom="m">3178.205</witsml:tvd>
168 + <witsml:incl uom="dega">0.5</witsml:incl>
169 + <witsml:azi uom="dega">277.83</witsml:azi>
170 + </witsml:surveyStation>
171 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
172 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
173 + <witsml:md uom="m">3376.361</witsml:md>
174 + <witsml:tvd uom="m">3207.312</witsml:tvd>
175 + <witsml:incl uom="dega">0.69</witsml:incl>
176 + <witsml:azi uom="dega">282.69</witsml:azi>
177 + </witsml:surveyStation>
178 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
179 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
180 + <witsml:md uom="m">3405.317</witsml:md>
181 + <witsml:tvd uom="m">3236.265</witsml:tvd>
182 + <witsml:incl uom="dega">0.8</witsml:incl>
183 + <witsml:azi uom="dega">278.48</witsml:azi>
184 + </witsml:surveyStation>
185 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
186 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
187 + <witsml:md uom="m">3434.06</witsml:md>
188 + <witsml:tvd uom="m">3265.004</witsml:tvd>
189 + <witsml:incl uom="dega">1.11</witsml:incl>
190 + <witsml:azi uom="dega">282.6</witsml:azi>
191 + </witsml:surveyStation>
192 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
193 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
194 + <witsml:md uom="m">3462.467</witsml:md>
195 + <witsml:tvd uom="m">3293.405</witsml:tvd>
196 + <witsml:incl uom="dega">1.24</witsml:incl>
197 + <witsml:azi uom="dega">284.83</witsml:azi>
198 + </witsml:surveyStation>
199 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
200 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
201 + <witsml:md uom="m">3488.497</witsml:md>
202 + <witsml:tvd uom="m">3319.428</witsml:tvd>
203 + <witsml:incl uom="dega">1.35</witsml:incl>
204 + <witsml:azi uom="dega">278.47</witsml:azi>
205 + </witsml:surveyStation>
206 + <witsml:surveyStation xmlns:witsml="http://www.witsml.org/schemas/1series">
207 + <witsml:dTim>2010-05-20T00:15:00.001Z</witsml:dTim>
208 + <witsml:md uom="m">3494.532</witsml:md>
209 + <witsml:tvd uom="m">3325.462</witsml:tvd>
210 + <witsml:incl uom="dega">1.35</witsml:incl>
211 + <witsml:azi uom="dega">278.47</witsml:azi>
212 + </witsml:surveyStation>
213 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
214 + <witsml:dTimStart>2010-05-20T00:00:00.001Z</witsml:dTimStart>
215 + <witsml:dTimEnd>2010-05-20T04:15:00.001Z</witsml:dTimEnd>
216 + <witsml:md uom="m">3165.043</witsml:md>
217 + <witsml:tvd uom="m">0</witsml:tvd>
218 + <witsml:phase>fixed</witsml:phase>
219 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
220 + <witsml:state>ok</witsml:state>
221 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
222 + <witsml:comments>RIH from 4124ft to 10384ft</witsml:comments>
223 + </witsml:activity>
224 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
225 + <witsml:dTimStart>2010-05-20T04:15:00.001Z</witsml:dTimStart>
226 + <witsml:dTimEnd>2010-05-20T05:15:00.001Z</witsml:dTimEnd>
227 + <witsml:md uom="m">3239.11</witsml:md>
228 + <witsml:tvd uom="m">0</witsml:tvd>
229 + <witsml:phase>fixed</witsml:phase>
230 + <witsml:proprietaryCode>drilling -- ream</witsml:proprietaryCode>
231 + <witsml:state>ok</witsml:state>
232 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
233 + <witsml:comments>Wash down from 10384ft and tag landing collar at 10627ft with 200gpm 1440 psi</witsml:comments>
234 + </witsml:activity>
235 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
236 + <witsml:dTimStart>2010-05-20T05:15:00.001Z</witsml:dTimStart>
237 + <witsml:dTimEnd>2010-05-20T05:45:00.001Z</witsml:dTimEnd>
238 + <witsml:md uom="m">3239.11</witsml:md>
239 + <witsml:tvd uom="m">0</witsml:tvd>
240 + <witsml:phase>fixed</witsml:phase>
241 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
242 + <witsml:state>ok</witsml:state>
243 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
244 + <witsml:comments>Rack back stand, make up TIW and circ sub for casing test.</witsml:comments>
245 + </witsml:activity>
246 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
247 + <witsml:dTimStart>2010-05-20T05:45:00.001Z</witsml:dTimStart>
248 + <witsml:dTimEnd>2010-05-20T06:15:00.001Z</witsml:dTimEnd>
249 + <witsml:md uom="m">3239.11</witsml:md>
250 + <witsml:tvd uom="m">0</witsml:tvd>
251 + <witsml:phase>fixed</witsml:phase>
252 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
253 + <witsml:state>ok</witsml:state>
254 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
255 + <witsml:comments>Test csg to 3500psi with 12.7ppg mud. Meanwhile prepare for Slip&amp;Cut Drilling line.</witsml:comments>
256 + </witsml:activity>
257 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
258 + <witsml:dTimStart>2010-05-20T06:15:00.001Z</witsml:dTimStart>
259 + <witsml:dTimEnd>2010-05-20T08:15:00.001Z</witsml:dTimEnd>
260 + <witsml:md uom="m">3239.11</witsml:md>
261 + <witsml:tvd uom="m">0</witsml:tvd>
262 + <witsml:phase>fixed</witsml:phase>
263 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
264 + <witsml:state>ok</witsml:state>
265 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
266 + <witsml:comments>Slip &amp;cut drilling line.</witsml:comments>
267 + </witsml:activity>
268 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
269 + <witsml:dTimStart>2010-05-20T08:15:00.001Z</witsml:dTimStart>
270 + <witsml:dTimEnd>2010-05-20T09:00:00.001Z</witsml:dTimEnd>
271 + <witsml:md uom="m">3239.11</witsml:md>
272 + <witsml:tvd uom="m">0</witsml:tvd>
273 + <witsml:phase>fixed</witsml:phase>
274 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
275 + <witsml:state>ok</witsml:state>
276 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
277 + <witsml:comments>Resett block position, check and test crow. o. matic</witsml:comments>
278 + </witsml:activity>
279 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
280 + <witsml:dTimStart>2010-05-20T09:00:00.001Z</witsml:dTimStart>
281 + <witsml:dTimEnd>2010-05-20T09:15:00.001Z</witsml:dTimEnd>
282 + <witsml:md uom="m">3239.11</witsml:md>
283 + <witsml:tvd uom="m">0</witsml:tvd>
284 + <witsml:phase>fixed</witsml:phase>
285 + <witsml:proprietaryCode>drilling -- other</witsml:proprietaryCode>
286 + <witsml:state>ok</witsml:state>
287 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
288 + <witsml:comments>Hold pre-job meeting prior to displace.</witsml:comments>
289 + </witsml:activity>
290 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
291 + <witsml:dTimStart>2010-05-20T09:15:00.001Z</witsml:dTimStart>
292 + <witsml:dTimEnd>2010-05-20T10:00:00.001Z</witsml:dTimEnd>
293 + <witsml:md uom="m">3239.11</witsml:md>
294 + <witsml:tvd uom="m">0</witsml:tvd>
295 + <witsml:phase>fixed</witsml:phase>
296 + <witsml:proprietaryCode>drilling -- other</witsml:proprietaryCode>
297 + <witsml:state>ok</witsml:state>
298 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
299 + <witsml:comments>Hold choke drill with crew</witsml:comments>
300 + </witsml:activity>
301 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
302 + <witsml:dTimStart>2010-05-20T10:00:00.001Z</witsml:dTimStart>
303 + <witsml:dTimEnd>2010-05-20T13:00:00.001Z</witsml:dTimEnd>
304 + <witsml:md uom="m">3240.024</witsml:md>
305 + <witsml:tvd uom="m">0</witsml:tvd>
306 + <witsml:phase>fixed</witsml:phase>
307 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
308 + <witsml:state>ok</witsml:state>
309 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
310 + <witsml:comments>Displace well from 12.7 to 9.5 ppm Vesatec OBM. With 265gpm, 1700-2800psi.Meanwhile drill 3 ft cmt and Landing Collar at 10630ft, with 60 rpm 3-10 wob 60 rpm 9 kftlbs.</witsml:comments>
311 + </witsml:activity>
312 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
313 + <witsml:dTimStart>2010-05-20T13:00:00.001Z</witsml:dTimStart>
314 + <witsml:dTimEnd>2010-05-20T14:30:00.001Z</witsml:dTimEnd>
315 + <witsml:md uom="m">3261.055</witsml:md>
316 + <witsml:tvd uom="m">0</witsml:tvd>
317 + <witsml:phase>fixed</witsml:phase>
318 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
319 + <witsml:state>ok</witsml:state>
320 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
321 + <witsml:comments>Drill soft cement from 10630ft to Float Colar at 10699ft with 300 gpm,0-2 klbs wob, 60 rpm, torque 9 kftlbs. Rop 50-80 fph.</witsml:comments>
322 + </witsml:activity>
323 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
324 + <witsml:dTimStart>2010-05-20T14:30:00.001Z</witsml:dTimStart>
325 + <witsml:dTimEnd>2010-05-20T20:00:00.001Z</witsml:dTimEnd>
326 + <witsml:md uom="m">3262.579</witsml:md>
327 + <witsml:tvd uom="m">0</witsml:tvd>
328 + <witsml:phase>fixed</witsml:phase>
329 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
330 + <witsml:state>ok</witsml:state>
331 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
332 + <witsml:comments>Drill float collar from 10699ft to 10704ft with 285gpm 1775psi, 30/80rpm 8/10kftlbs torque, 2/16klbs WOB.</witsml:comments>
333 + </witsml:activity>
334 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
335 + <witsml:dTimStart>2010-05-20T20:00:00.001Z</witsml:dTimStart>
336 + <witsml:dTimEnd>2010-05-20T23:00:00.001Z</witsml:dTimEnd>
337 + <witsml:md uom="m">3263.494</witsml:md>
338 + <witsml:tvd uom="m">0</witsml:tvd>
339 + <witsml:phase>fixed</witsml:phase>
340 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
341 + <witsml:state>fail</witsml:state>
342 + <witsml:stateDetailActivity>kick</witsml:stateDetailActivity>
343 + <witsml:comments>Obseved sudden increase in return flow, drop in WOB, increase in SPP. Picked off BTM. Flowcheck, positiv flow. Close in well on upper pipe Ram and closed choke. Observed pressure. SICP at 20:05, 866psi. At 20:30, 1236psi. At 21:00 1260psi. At 22:00 1274psi. Pump slowly into pipe to open float valve to establish SIDPP. Stopped pump when confirmed 50psi increase on casing gauge. SICP 1320psi and SIDPP 1320psi. Calculate Kill mud to be 12.0ppg. Pit gain 1.5bbl. Prepare Kill mud. Kick taken at 10707ft MD 10153ft TVD.</witsml:comments>
344 + </witsml:activity>
345 + <witsml:activity xmlns:witsml="http://www.witsml.org/schemas/1series">
346 + <witsml:dTimStart>2010-05-20T23:00:00.001Z</witsml:dTimStart>
347 + <witsml:dTimEnd>2010-05-21T00:00:00.001Z</witsml:dTimEnd>
348 + <witsml:md uom="m">3263.494</witsml:md>
349 + <witsml:tvd uom="m">0</witsml:tvd>
350 + <witsml:phase>fixed</witsml:phase>
351 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
352 + <witsml:state>fail</witsml:state>
353 + <witsml:stateDetailActivity>kick</witsml:stateDetailActivity>
354 + <witsml:comments>Before start killing the well reduce SIDPP from 1320psi to 1270psi. Start pumping at 30spm holding csg press at 1270psi, ICP at 1740psi Pump kill fluid according to pump schedule from surface to Bit. FCP 640psi. Kill well using W&amp;W method.</witsml:comments>
355 + </witsml:activity>
356 + <witsml:logInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
357 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
358 + <witsml:runNumber>3</witsml:runNumber>
359 + <witsml:serviceCompany>Baker Atlas</witsml:serviceCompany>
360 + <witsml:mdTop uom="m">2133.6</witsml:mdTop>
361 + <witsml:mdBottom uom="m">2438.4</witsml:mdBottom>
362 + <witsml:tool>*COPY* *COPY* Acoustic</witsml:tool>
363 + <witsml:mdTempTool uom="m">4588.1</witsml:mdTempTool>
364 + </witsml:logInfo>
365 + <witsml:logInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
366 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
367 + <witsml:runNumber>2</witsml:runNumber>
368 + <witsml:serviceCompany>Baker Atlas</witsml:serviceCompany>
369 + <witsml:mdTop uom="m">1828.8</witsml:mdTop>
370 + <witsml:mdBottom uom="m">2133.6</witsml:mdBottom>
371 + <witsml:tool>*COPY* Acoustic</witsml:tool>
372 + <witsml:mdTempTool uom="m">4566.2</witsml:mdTempTool>
373 + </witsml:logInfo>
374 + <witsml:logInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
375 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
376 + <witsml:runNumber>1</witsml:runNumber>
377 + <witsml:serviceCompany>Baker Atlas</witsml:serviceCompany>
378 + <witsml:mdTop uom="m">1524</witsml:mdTop>
379 + <witsml:mdBottom uom="m">1828.8</witsml:mdBottom>
380 + <witsml:tool>Acoustic</witsml:tool>
381 + <witsml:mdTempTool uom="m">5112.6</witsml:mdTempTool>
382 + </witsml:logInfo>
383 + <witsml:coreInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
384 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
385 + <witsml:coreNumber>1</witsml:coreNumber>
386 + <witsml:mdTop uom="m">1524</witsml:mdTop>
387 + <witsml:mdBottom uom="m">1828.8</witsml:mdBottom>
388 + <witsml:tvdTop uom="m">1462.309</witsml:tvdTop>
389 + <witsml:tvdBottom uom="m">1741.274</witsml:tvdBottom>
390 + <witsml:lenRecovered uom="m">304.495</witsml:lenRecovered>
391 + <witsml:recoverPc uom="%">99.9</witsml:recoverPc>
392 + <witsml:lenBarrel uom="m">230</witsml:lenBarrel>
393 + <witsml:innerBarrelType>aluminum</witsml:innerBarrelType>
394 + <witsml:coreDescription>testing core no 1 data for ERH</witsml:coreDescription>
395 + </witsml:coreInfo>
396 + <witsml:coreInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
397 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
398 + <witsml:coreNumber>2</witsml:coreNumber>
399 + <witsml:mdTop uom="m">1828.8</witsml:mdTop>
400 + <witsml:mdBottom uom="m">2133.6</witsml:mdBottom>
401 + <witsml:tvdTop uom="m">1741.274</witsml:tvdTop>
402 + <witsml:tvdBottom uom="m">2023.381</witsml:tvdBottom>
403 + <witsml:lenRecovered uom="m">169.164</witsml:lenRecovered>
404 + <witsml:recoverPc uom="%">55.5</witsml:recoverPc>
405 + <witsml:lenBarrel uom="m">180</witsml:lenBarrel>
406 + <witsml:innerBarrelType>fiberglass</witsml:innerBarrelType>
407 + <witsml:coreDescription>testing core no 2 data for ERH</witsml:coreDescription>
408 + </witsml:coreInfo>
409 + <witsml:wellTestInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
410 + <witsml:dTim>2010-05-20T14:00:00.001Z</witsml:dTim>
411 + <witsml:testType>production test</witsml:testType>
412 + <witsml:testNumber>1</witsml:testNumber>
413 + <witsml:mdTop uom="m">1828.8</witsml:mdTop>
414 + <witsml:mdBottom uom="m">1981.2</witsml:mdBottom>
415 + <witsml:tvdTop uom="m">1741.274</witsml:tvdTop>
416 + <witsml:tvdBottom uom="m">1882.3</witsml:tvdBottom>
417 + <witsml:chokeOrificeSize uom="mm">304.8</witsml:chokeOrificeSize>
418 + <witsml:densityOil uom="g/cm3">0.979</witsml:densityOil>
419 + <witsml:densityWater uom="g/cm3">1.678</witsml:densityWater>
420 + <witsml:densityGas uom="g/cm3">0</witsml:densityGas>
421 + <witsml:flowRateOil uom="m3/d">8.744</witsml:flowRateOil>
422 + <witsml:flowRateWater uom="m3/d">8.744</witsml:flowRateWater>
423 + <witsml:flowRateGas uom="M(m3)/d">124.594</witsml:flowRateGas>
424 + <witsml:presShutIn uom="MPa">2</witsml:presShutIn>
425 + <witsml:presFlowing uom="MPa">34.474</witsml:presFlowing>
426 + <witsml:presBottom uom="MPa">35.853</witsml:presBottom>
427 + <witsml:gasOilRatio uom="m3/m3">12</witsml:gasOilRatio>
428 + <witsml:waterOilRatio uom="m3/m3">22</witsml:waterOilRatio>
429 + <witsml:chloride uom="ppm">8</witsml:chloride>
430 + <witsml:carbonDioxide uom="ppm">6</witsml:carbonDioxide>
431 + <witsml:hydrogenSulfide uom="ppm">7</witsml:hydrogenSulfide>
432 + <witsml:volOilTotal uom="m3">6.995</witsml:volOilTotal>
433 + <witsml:volGasTotal uom="M(m3)">93.446</witsml:volGasTotal>
434 + <witsml:volWaterTotal uom="m3">9.539</witsml:volWaterTotal>
435 + <witsml:volOilStored uom="m3">33</witsml:volOilStored>
436 + </witsml:wellTestInfo>
437 + <witsml:formTestInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
438 + <witsml:dTim>2010-05-20T14:00:00.001Z</witsml:dTim>
439 + <witsml:md uom="m">1524</witsml:md>
440 + <witsml:tvd uom="m">1462.309</witsml:tvd>
441 + <witsml:presPore uom="MPa">17.754</witsml:presPore>
442 + <witsml:goodSeal>true</witsml:goodSeal>
443 + <witsml:mdSample uom="m">1524</witsml:mdSample>
444 + <witsml:dominateComponent>gas</witsml:dominateComponent>
445 + <witsml:densityHC uom="g/cm3">1.558</witsml:densityHC>
446 + <witsml:volumeSample uom="dm3">2861.771</witsml:volumeSample>
447 + <witsml:description>Testing of the Formation Test Information to ERH</witsml:description>
448 + </witsml:formTestInfo>
449 + <witsml:lithShowInfo>
450 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
451 + <witsml:mdTop uom="m">1524</witsml:mdTop>
452 + <witsml:mdBottom uom="m">1981.2</witsml:mdBottom>
453 + <witsml:tvdTop uom="m">1462.309</witsml:tvdTop>
454 + <witsml:tvdBottom uom="m">1882.3</witsml:tvdBottom>
455 + <witsml:show>Shows text description as</witsml:show>
456 + <witsml:lithology>Description of lithology ..... as</witsml:lithology>
457 + </witsml:lithShowInfo>
458 + <witsml:equipFailureInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
459 + <witsml:dTim>2010-05-20T10:30:00.001Z</witsml:dTim>
460 + <witsml:md uom="m">2845.918</witsml:md>
461 + <witsml:equipClass>service equ -- cementing unit</witsml:equipClass>
462 + <witsml:eTimMissProduction uom="min">45</witsml:eTimMissProduction>
463 + <witsml:dTimRepair>2010-05-20T11:15:00.001Z</witsml:dTimRepair>
464 + <witsml:description>Leak when attempting to leak test to 5000 psi. Repair same.</witsml:description>
465 + </witsml:equipFailureInfo>
466 + <witsml:controlIncidentInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
467 + <witsml:dTim>2010-05-20T20:00:00.001Z</witsml:dTim>
468 + <witsml:mdInflow uom="m">3263.494</witsml:mdInflow>
469 + <witsml:tvdInflow uom="m">3094.447</witsml:tvdInflow>
470 + <witsml:phase>fixed</witsml:phase>
471 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
472 + <witsml:eTimLost uom="min">483.75</witsml:eTimLost>
473 + <witsml:dTimRegained>2010-05-21T04:00:00.001Z</witsml:dTimRegained>
474 + <witsml:diaBit uom="in">6.5</witsml:diaBit>
475 + <witsml:mdBit uom="m">3263.494</witsml:mdBit>
476 + <witsml:wtMud uom="g/cm3">1.438</witsml:wtMud>
477 + <witsml:porePressure uom="g/cm3">1.366</witsml:porePressure>
478 + <witsml:diaCsgLast uom="in">7</witsml:diaCsgLast>
479 + <witsml:mdCsgLast uom="m">3275.686</witsml:mdCsgLast>
480 + <witsml:volMudGained uom="m3">0.238</witsml:volMudGained>
481 + <witsml:presShutInCasing uom="bar">84.806</witsml:presShutInCasing>
482 + <witsml:presShutInDrill uom="bar">84.806</witsml:presShutInDrill>
483 + <witsml:incidentType>oil kick</witsml:incidentType>
484 + <witsml:killingType>wait and weight</witsml:killingType>
485 + <witsml:formation>EE</witsml:formation>
486 + <witsml:tempBottom uom="degC">121.111</witsml:tempBottom>
487 + <witsml:presMaxChoke uom="bar">84.806</witsml:presMaxChoke>
488 + <witsml:description>Drilled out 7 3/4" float collar at 10704ft, observed rapid increase in the return flow. Increase in DP pressure and loss of WOB. Closed in well on upper pipe ram. observed pressures. SICP increased to 1230psi, Established SIDPP to 1230psi.Circulate 12.0 ppg kill fluid from surface to bit according to pumping schedule.Pump 2000 stks with pump pressure decreasing from ICP 1730 psi to FCP 640 psi at 30 spm.Pumped 500 stks past the bit and kill fluid above 7 3/4" PBR increase kill rate to 40 spm.New FCP 980psi. Gain/losses steady. No expanding gas. After 4500 stks observe slight gas increase after poor boy from 65 to 129 units. Well killed. Open BOP. Slight gain decreasing. Circulate with 285 gpm 2405 psi. ECD 12,3 steady, MWT in return 10.9 ppg for a short period. Circulate and condition mud to even weight of 12.ppg. Flow check well for 30 minutes. Well stable. Circulate b/u, no gas in returns. Kill operation completed.</witsml:description>
489 + </witsml:controlIncidentInfo>
490 + <witsml:stratInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
491 + <witsml:dTim>2010-05-20T16:00:00.001Z</witsml:dTim>
492 + <witsml:mdTop uom="m">3356.762</witsml:mdTop>
493 + <witsml:tvdTop uom="m">3187.714</witsml:tvdTop>
494 + <witsml:description>Preliminary stratigraphy test text as</witsml:description>
495 + </witsml:stratInfo>
496 + <witsml:perfInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
497 + <witsml:dTimOpen>2010-05-20T05:00:00.001Z</witsml:dTimOpen>
498 + <witsml:mdTop uom="m">3366.668</witsml:mdTop>
499 + <witsml:mdBottom uom="m">3378.708</witsml:mdBottom>
500 + <witsml:tvdTop uom="m">3197.62</witsml:tvdTop>
501 + <witsml:tvdBottom uom="m">3209.658</witsml:tvdBottom>
502 + </witsml:perfInfo>
503 + <witsml:perfInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
504 + <witsml:dTimOpen>2010-05-20T07:00:00.001Z</witsml:dTimOpen>
505 + <witsml:mdTop uom="m">3392.576</witsml:mdTop>
506 + <witsml:mdBottom uom="m">3404.616</witsml:mdBottom>
507 + <witsml:tvdTop uom="m">3223.525</witsml:tvdTop>
508 + <witsml:tvdBottom uom="m">3235.564</witsml:tvdBottom>
509 + </witsml:perfInfo>
510 + <witsml:gasReadingInfo xmlns:witsml="http://www.witsml.org/schemas/1series">
511 + <witsml:dTim>2010-05-20T00:00:00.001Z</witsml:dTim>
512 + <witsml:readingType>connection gas</witsml:readingType>
513 + <witsml:mdTop uom="m">1524</witsml:mdTop>
514 + <witsml:mdBottom uom="m">1981.2</witsml:mdBottom>
515 + <witsml:tvdTop uom="m">1462.309</witsml:tvdTop>
516 + <witsml:tvdBottom uom="m">1882.3</witsml:tvdBottom>
517 + <witsml:gasHigh uom="%">66</witsml:gasHigh>
518 + <witsml:gasLow uom="%">33</witsml:gasLow>
519 + <witsml:meth uom="ppm">7</witsml:meth>
520 + <witsml:eth uom="ppm">5</witsml:eth>
521 + <witsml:prop uom="ppm">7</witsml:prop>
522 + <witsml:ibut uom="ppm">6</witsml:ibut>
523 + <witsml:nbut uom="ppm">8</witsml:nbut>
524 + <witsml:ipent uom="ppm">9</witsml:ipent>
525 + </witsml:gasReadingInfo>
526 + </witsml:drillReport>
527 +</witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file