David Leal

More work on productVolume

1 -# Saved by TopBraid on Mon Oct 10 13:10:48 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 17:40:23 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -14,137 +14,137 @@ ...@@ -14,137 +14,137 @@
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
...@@ -196,100 +196,100 @@ ep-flow:FlowOfLiquid ...@@ -196,100 +196,100 @@ ep-flow:FlowOfLiquid
196 ep-flow:FlowOfMaterial 196 ep-flow:FlowOfMaterial
197 rdf:type owl:Class ; 197 rdf:type owl:Class ;
198 rdfs:label "flow of material"^^xsd:string ; 198 rdfs:label "flow of material"^^xsd:string ;
199 - rdfs:subClassOf ep-flow:TemporalPartOfAFlowOfMaterial , ep-flow:Flow . 199 + rdfs:subClassOf ep-flow:Flow , ep-flow:TemporalPartOfAFlowOfMaterial .
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
...@@ -299,7 +299,7 @@ ep-flow:ProductType ...@@ -299,7 +299,7 @@ ep-flow:ProductType
299 rdfs:subClassOf rdfs:Class . 299 rdfs:subClassOf rdfs:Class .
300 300
301 ep-flow:Production 301 ep-flow:Production
302 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 302 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
303 rdfs:label "production"^^xsd:string ; 303 rdfs:label "production"^^xsd:string ;
304 rdfs:subClassOf ep-flow:Flow . 304 rdfs:subClassOf ep-flow:Flow .
305 305
...@@ -319,17 +319,17 @@ ep-flow:ProductionFlowPurposeType ...@@ -319,17 +319,17 @@ ep-flow:ProductionFlowPurposeType
319 rdfs:subClassOf rdfs:Class . 319 rdfs:subClassOf rdfs:Class .
320 320
321 ep-flow:Propane-componentFlow 321 ep-flow:Propane-componentFlow
322 - rdf:type owl:Class , ep-flow:ProductType ; 322 + rdf:type ep-flow:ProductType , owl:Class ;
323 rdfs:label "propane - component flow"^^xsd:string ; 323 rdfs:label "propane - component flow"^^xsd:string ;
324 rdfs:subClassOf ep-flow:Flow . 324 rdfs:subClassOf ep-flow:Flow .
325 325
326 ep-flow:QuotaFlow 326 ep-flow:QuotaFlow
327 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 327 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
328 rdfs:label "quota flow"^^xsd:string ; 328 rdfs:label "quota flow"^^xsd:string ;
329 rdfs:subClassOf ep-flow:Flow . 329 rdfs:subClassOf ep-flow:Flow .
330 330
331 ep-flow:SimulatedFlow 331 ep-flow:SimulatedFlow
332 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 332 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
333 rdfs:label "simulated flow"^^xsd:string ; 333 rdfs:label "simulated flow"^^xsd:string ;
334 rdfs:subClassOf ep-flow:Flow . 334 rdfs:subClassOf ep-flow:Flow .
335 335
...@@ -349,33 +349,53 @@ ep-flow:TemporalPartOfAFlowOfMaterial ...@@ -349,33 +349,53 @@ ep-flow:TemporalPartOfAFlowOfMaterial
349 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . 349 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .
350 350
351 ep-flow:VapourFlow 351 ep-flow:VapourFlow
352 - rdf:type owl:Class , ep-flow:ProductType ; 352 + rdf:type ep-flow:ProductType , owl:Class ;
353 rdfs:label "vapour flow"^^xsd:string ; 353 rdfs:label "vapour flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:Flow . 354 rdfs:subClassOf ep-flow:Flow .
355 355
356 ep-flow:Water-dischargeFlow 356 ep-flow:Water-dischargeFlow
357 - rdf:type owl:Class , ep-flow:ProductType ; 357 + rdf:type ep-flow:ProductType , owl:Class ;
358 rdfs:label "water - discharge flow"^^xsd:string ; 358 rdfs:label "water - discharge flow"^^xsd:string ;
359 rdfs:subClassOf ep-flow:Flow . 359 rdfs:subClassOf ep-flow:Flow .
360 360
361 ep-flow:Water-processedFlow 361 ep-flow:Water-processedFlow
362 - rdf:type owl:Class , ep-flow:ProductType ; 362 + rdf:type ep-flow:ProductType , owl:Class ;
363 rdfs:label "water - processed flow"^^xsd:string ; 363 rdfs:label "water - processed flow"^^xsd:string ;
364 rdfs:subClassOf ep-flow:Flow . 364 rdfs:subClassOf ep-flow:Flow .
365 365
366 ep-flow:WaterFlow 366 ep-flow:WaterFlow
367 - rdf:type owl:Class , ep-flow:ProductType ; 367 + rdf:type ep-flow:ProductType , owl:Class ;
368 rdfs:label "water flow"^^xsd:string ; 368 rdfs:label "water flow"^^xsd:string ;
369 rdfs:subClassOf ep-flow:Flow . 369 rdfs:subClassOf ep-flow:Flow .
370 370
371 ep-flow:dailyAverageAmountOfMaterial 371 ep-flow:dailyAverageAmountOfMaterial
372 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 372 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
373 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; 373 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
374 rdfs:label "daily average amount of material"^^xsd:string ; 374 rdfs:label "daily average amount of material"^^xsd:string ;
375 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 375 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
376 376
377 +ep-flow:flowInto
378 + rdf:type owl:ObjectProperty ;
379 + rdfs:domain ep-flow:Flow ;
380 + rdfs:label "flow into"^^xsd:string ;
381 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
382 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
383 +
384 +ep-flow:flowIntoOrOutOf
385 + rdf:type owl:ObjectProperty ;
386 + rdfs:domain ep-flow:Flow ;
387 + rdfs:label "flow into"^^xsd:string ;
388 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .
389 +
390 +ep-flow:flowOutOf
391 + rdf:type owl:ObjectProperty ;
392 + rdfs:domain ep-flow:Flow ;
393 + rdfs:label "flow into"^^xsd:string ;
394 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
395 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
396 +
377 ep-flow:totalAmountOfMaterial 397 ep-flow:totalAmountOfMaterial
378 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 398 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
379 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; 399 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
380 rdfs:label "total amount of material"^^xsd:string ; 400 rdfs:label "total amount of material"^^xsd:string ;
381 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 401 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
......
1 -# Saved by TopBraid on Sat Oct 08 12:56:19 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 17:12:54 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
5 - 5 +
6 -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 6 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
7 -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . 7 +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
8 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 - 12 +
13 -<http://www.reportinghub.no/ep/schema/1.0/geography> 13 +<http://www.reportinghub.no/ep/schema/1.0/geography>
14 - rdf:type owl:Ontology ; 14 + rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
16 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 - 17 +
18 -ep-geo:Country 18 +ep-geo:Country
19 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 19 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
20 - rdfs:label "country"^^xsd:string ; 20 + rdfs:label "country"^^xsd:string ;
21 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 21 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
22 - owl:disjointWith ep-geo:State , ep-geo:County . 22 + owl:disjointWith ep-geo:County , ep-geo:State .
23 - 23 +
24 -ep-geo:County 24 +ep-geo:County
25 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 25 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
26 - rdfs:label "county"^^xsd:string ; 26 + rdfs:label "county"^^xsd:string ;
27 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 27 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
28 - owl:disjointWith ep-geo:Country , ep-geo:State . 28 + owl:disjointWith ep-geo:State , ep-geo:Country .
29 - 29 +
30 -ep-geo:PartOfTheSurfaceOfTheEarth 30 +ep-geo:PartOfTheSurfaceOfTheEarth
31 - rdf:type owl:Class ; 31 + rdf:type owl:Class ;
32 - rdfs:label "part of the surface of the earth"^^xsd:string ; 32 + rdfs:label "part of the surface of the earth"^^xsd:string ;
33 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 33 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
34 - 34 +
35 -ep-geo:State 35 +ep-geo:State
36 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 36 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
37 - rdfs:label "state"^^xsd:string ; 37 + rdfs:label "state"^^xsd:string ;
38 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 38 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
39 - owl:disjointWith ep-geo:Country , ep-geo:County . 39 + owl:disjointWith ep-geo:County , ep-geo:Country .
40 +
41 +ep-geo:locatedWithin
42 + rdf:type owl:ObjectProperty ;
43 + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
44 + rdfs:label "located within"^^xsd:string ;
45 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
......
1 +# Saved by TopBraid on Tue Oct 11 17:22:53 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 +
5 +@prefix : <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> .
6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +<http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed>
13 + rdf:type owl:Ontology ;
14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
15 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 +
17 +ep-core:thousand_barrel
18 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
19 + rdfs:label "thousand barrel"^^xsd:string .
1 -# Saved by TopBraid on Tue Oct 11 10:16:15 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 19:15:55 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 - 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
5 -@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . 5 +
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 +@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 - 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 -<http://www.reportinghub.no/ep/schema/1.0/production-facility> 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 - rdf:type owl:Ontology ; 12 +
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ; 13 +<http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 + rdf:type owl:Ontology ;
15 - 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 -ep-prodfac:numberOfBedsAvailable 16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 - rdf:type owl:DatatypeProperty ; 17 +
18 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 18 +<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
19 - rdfs:range xsd:integer . 19 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
20 - 20 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
21 -ep-prodfac:numberOfCateringCrew 21 + rdfs:label "facility operator"^^xsd:string ;
22 - rdf:type owl:DatatypeProperty ; 22 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
23 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 23 +
24 - rdfs:range xsd:integer . 24 +ep-prodfac:numberOfBedsAvailable
25 - 25 + rdf:type owl:DatatypeProperty ;
26 -ep-prodfac:numberOfContractorCrew 26 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
27 - rdf:type owl:DatatypeProperty ; 27 + rdfs:range xsd:integer .
28 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 28 +
29 - rdfs:range xsd:integer . 29 +ep-prodfac:numberOfCateringCrew
30 - 30 + rdf:type owl:DatatypeProperty ;
31 -ep-prodfac:numberOfDayVisitors 31 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
32 - rdf:type owl:DatatypeProperty ; 32 + rdfs:range xsd:integer .
33 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 33 +
34 - rdfs:range xsd:integer . 34 +ep-prodfac:numberOfContractorCrew
35 - 35 + rdf:type owl:DatatypeProperty ;
36 -ep-prodfac:numberOfDrillingContractCrew 36 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
37 - rdf:type owl:DatatypeProperty ; 37 + rdfs:range xsd:integer .
38 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 38 +
39 - rdfs:range xsd:integer . 39 +ep-prodfac:numberOfDayVisitors
40 - 40 + rdf:type owl:DatatypeProperty ;
41 -ep-prodfac:numberOfOtherCrew 41 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
42 - rdf:type owl:DatatypeProperty ; 42 + rdfs:range xsd:integer .
43 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 43 +
44 - rdfs:range xsd:integer . 44 +ep-prodfac:numberOfDrillingContractCrew
45 - 45 + rdf:type owl:DatatypeProperty ;
46 -ep-prodfac:numberOfOwnCrew 46 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
47 - rdf:type owl:DatatypeProperty ; 47 + rdfs:range xsd:integer .
48 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 48 +
49 - rdfs:range xsd:integer . 49 +ep-prodfac:numberOfOtherCrew
50 - 50 + rdf:type owl:DatatypeProperty ;
51 -ep-prodfac:numberOfOwnOtherCrew 51 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
52 - rdf:type owl:DatatypeProperty ; 52 + rdfs:range xsd:integer .
53 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 53 +
54 - rdfs:range xsd:integer . 54 +ep-prodfac:numberOfOwnCrew
55 - 55 + rdf:type owl:DatatypeProperty ;
56 -ep-prodfac:numberOfPersonnelOnBoard 56 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
57 - rdf:type owl:DatatypeProperty ; 57 + rdfs:range xsd:integer .
58 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 58 +
59 - rdfs:range xsd:integer . 59 +ep-prodfac:numberOfOwnOtherCrew
60 + rdf:type owl:DatatypeProperty ;
61 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
62 + rdfs:range xsd:integer .
63 +
64 +ep-prodfac:numberOfPersonnelOnBoard
65 + rdf:type owl:DatatypeProperty ;
66 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
67 + rdfs:range xsd:integer .
......
1 -# Saved by TopBraid on Mon Oct 10 16:49:41 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 17:41:41 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/geography 3 # imports: http://www.reportinghub.no/ep/schema/1.0/geography
4 # imports: http://www.reportinghub.no/ep/schema/1.0/well 4 # imports: http://www.reportinghub.no/ep/schema/1.0/well
5 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 5 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
6 +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed
6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 7 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
7 # imports: http://spinrdf.org/spin 8 # imports: http://spinrdf.org/spin
8 # imports: http://www.witsml.org/schemas/131/addendum/combo 9 # imports: http://www.witsml.org/schemas/131/addendum/combo
...@@ -17,11 +18,12 @@ ...@@ -17,11 +18,12 @@
17 @prefix sp: <http://spinrdf.org/sp#> . 18 @prefix sp: <http://spinrdf.org/sp#> .
18 @prefix spin: <http://spinrdf.org/spin#> . 19 @prefix spin: <http://spinrdf.org/spin#> .
19 @prefix spl: <http://spinrdf.org/spl#> . 20 @prefix spl: <http://spinrdf.org/spl#> .
21 +@prefix unnamed: <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> .
20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 22 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 23
22 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 24 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
23 rdf:type owl:Ontology ; 25 rdf:type owl:Ontology ;
24 - owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 26 + owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 28
27 ep-dpr-spin-lib:Function 29 ep-dpr-spin-lib:Function
...@@ -587,13 +589,69 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -587,13 +589,69 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
587 ]) 589 ])
588 ] . 590 ] .
589 591
592 +ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
593 + rdf:type spin:Function ;
594 + rdfs:label "select ProductionFlowDirectionInverseRelationshipType"^^xsd:string ;
595 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
596 + spin:body
597 + [ rdf:type sp:Select ;
598 + sp:resultVariables (_:b8) ;
599 + sp:where ([ rdf:type sp:Bind ;
600 + sp:expression
601 + [ rdf:type sp:if ;
602 + sp:arg1 [ rdf:type sp:eq ;
603 + sp:arg1 spin:_arg1 ;
604 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PFPT_inlet>
605 + ] ;
606 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ;
607 + sp:arg3 [ rdf:type sp:if ;
608 + sp:arg1 [ rdf:type sp:eq ;
609 + sp:arg1 spin:_arg1 ;
610 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PFPT_outlet>
611 + ] ;
612 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#flowInto> ;
613 + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
614 + ]
615 + ] ;
616 + sp:variable _:b8
617 + ])
618 + ] .
619 +
620 +ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
621 + rdf:type spin:Function ;
622 + rdfs:label "select ProductionFlowDirectionRelationshipType"^^xsd:string ;
623 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
624 + spin:body
625 + [ rdf:type sp:Select ;
626 + sp:resultVariables (_:b9) ;
627 + sp:where ([ rdf:type sp:Bind ;
628 + sp:expression
629 + [ rdf:type sp:if ;
630 + sp:arg1 [ rdf:type sp:eq ;
631 + sp:arg1 spin:_arg1 ;
632 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PFPT_inlet>
633 + ] ;
634 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#flowInto> ;
635 + sp:arg3 [ rdf:type sp:if ;
636 + sp:arg1 [ rdf:type sp:eq ;
637 + sp:arg1 spin:_arg1 ;
638 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PFPT_outlet>
639 + ] ;
640 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ;
641 + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
642 + ]
643 + ] ;
644 + sp:variable _:b9
645 + ])
646 + ] .
647 +
590 ep-dpr-spin-lib:selectProductionFlowPurposeType 648 ep-dpr-spin-lib:selectProductionFlowPurposeType
591 rdf:type spin:Function ; 649 rdf:type spin:Function ;
592 rdfs:label "select ProductionFlowPurposeType"^^xsd:string ; 650 rdfs:label "select ProductionFlowPurposeType"^^xsd:string ;
593 rdfs:subClassOf ep-dpr-spin-lib:Function ; 651 rdfs:subClassOf ep-dpr-spin-lib:Function ;
594 spin:body 652 spin:body
595 [ rdf:type sp:Select ; 653 [ rdf:type sp:Select ;
596 - sp:resultVariables (_:b8) ; 654 + sp:resultVariables (_:b10) ;
597 sp:where ([ rdf:type sp:Bind ; 655 sp:where ([ rdf:type sp:Bind ;
598 sp:expression 656 sp:expression
599 [ rdf:type sp:if ; 657 [ rdf:type sp:if ;
...@@ -744,7 +802,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -744,7 +802,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
744 ] 802 ]
745 ] 803 ]
746 ] ; 804 ] ;
747 - sp:variable _:b8 805 + sp:variable _:b10
748 ]) 806 ])
749 ] . 807 ] .
750 808
...@@ -754,7 +812,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -754,7 +812,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
754 rdfs:subClassOf ep-dpr-spin-lib:Function ; 812 rdfs:subClassOf ep-dpr-spin-lib:Function ;
755 spin:body 813 spin:body
756 [ rdf:type sp:Select ; 814 [ rdf:type sp:Select ;
757 - sp:resultVariables (_:b9) ; 815 + sp:resultVariables (_:b11) ;
758 sp:where ([ rdf:type sp:Bind ; 816 sp:where ([ rdf:type sp:Bind ;
759 sp:expression 817 sp:expression
760 [ rdf:type sp:if ; 818 [ rdf:type sp:if ;
...@@ -828,7 +886,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -828,7 +886,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
828 ] 886 ]
829 ] 887 ]
830 ] ; 888 ] ;
831 - sp:variable _:b9 889 + sp:variable _:b11
832 ]) 890 ])
833 ] . 891 ] .
834 892
...@@ -838,7 +896,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -838,7 +896,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
838 rdfs:subClassOf ep-dpr-spin-lib:Function ; 896 rdfs:subClassOf ep-dpr-spin-lib:Function ;
839 spin:body 897 spin:body
840 [ rdf:type sp:Select ; 898 [ rdf:type sp:Select ;
841 - sp:resultVariables (_:b10) ; 899 + sp:resultVariables (_:b12) ;
842 sp:where ([ rdf:type sp:Bind ; 900 sp:where ([ rdf:type sp:Bind ;
843 sp:expression 901 sp:expression
844 [ rdf:type sp:if ; 902 [ rdf:type sp:if ;
...@@ -912,7 +970,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -912,7 +970,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
912 ] 970 ]
913 ] 971 ]
914 ] ; 972 ] ;
915 - sp:variable _:b10 973 + sp:variable _:b12
916 ]) 974 ])
917 ] . 975 ] .
918 976
...@@ -922,7 +980,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -922,7 +980,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
922 rdfs:subClassOf ep-dpr-spin-lib:Function ; 980 rdfs:subClassOf ep-dpr-spin-lib:Function ;
923 spin:body 981 spin:body
924 [ rdf:type sp:Select ; 982 [ rdf:type sp:Select ;
925 - sp:resultVariables (_:b11) ; 983 + sp:resultVariables (_:b13) ;
926 sp:where ([ rdf:type sp:Bind ; 984 sp:where ([ rdf:type sp:Bind ;
927 sp:expression 985 sp:expression
928 [ rdf:type sp:if ; 986 [ rdf:type sp:if ;
...@@ -947,7 +1005,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -947,7 +1005,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
947 ] 1005 ]
948 ] 1006 ]
949 ] ; 1007 ] ;
950 - sp:variable _:b11 1008 + sp:variable _:b13
951 ]) 1009 ])
952 ] . 1010 ] .
953 1011
...@@ -957,7 +1015,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -957,7 +1015,7 @@ ep-dpr-spin-lib:selectVolumeScale
957 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1015 rdfs:subClassOf ep-dpr-spin-lib:Function ;
958 spin:body 1016 spin:body
959 [ rdf:type sp:Select ; 1017 [ rdf:type sp:Select ;
960 - sp:resultVariables (_:b12) ; 1018 + sp:resultVariables (_:b14) ;
961 sp:where ([ rdf:type sp:Bind ; 1019 sp:where ([ rdf:type sp:Bind ;
962 sp:expression 1020 sp:expression
963 [ rdf:type sp:if ; 1021 [ rdf:type sp:if ;
...@@ -1025,7 +1083,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1025,7 +1083,7 @@ ep-dpr-spin-lib:selectVolumeScale
1025 sp:arg1 spin:_arg1 ; 1083 sp:arg1 spin:_arg1 ;
1026 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_Mbbl> 1084 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_Mbbl>
1027 ] ; 1085 ] ;
1028 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_barrel> ; 1086 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#thousand_barrel> ;
1029 sp:arg3 [ rdf:type sp:if ; 1087 sp:arg3 [ rdf:type sp:if ;
1030 sp:arg1 [ rdf:type sp:eq ; 1088 sp:arg1 [ rdf:type sp:eq ;
1031 sp:arg1 spin:_arg1 ; 1089 sp:arg1 spin:_arg1 ;
...@@ -1127,7 +1185,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1127,7 +1185,7 @@ ep-dpr-spin-lib:selectVolumeScale
1127 sp:arg1 spin:_arg1 ; 1185 sp:arg1 spin:_arg1 ;
1128 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_MMbbl> 1186 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VU_MMbbl>
1129 ] ; 1187 ] ;
1130 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1188 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_barrel> ;
1131 sp:arg3 [ rdf:type sp:if ; 1189 sp:arg3 [ rdf:type sp:if ;
1132 sp:arg1 [ rdf:type sp:eq ; 1190 sp:arg1 [ rdf:type sp:eq ;
1133 sp:arg1 spin:_arg1 ; 1191 sp:arg1 spin:_arg1 ;
...@@ -1185,33 +1243,39 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1185,33 +1243,39 @@ ep-dpr-spin-lib:selectVolumeScale
1185 ] 1243 ]
1186 ] 1244 ]
1187 ] ; 1245 ] ;
1188 - sp:variable _:b12 1246 + sp:variable _:b14
1189 ]) 1247 ])
1190 ] . 1248 ] .
1191 1249
1192 -_:b5 sp:varName "productType"^^xsd:string . 1250 +_:b9 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
1193 1251
1194 -_:b12 1252 +_:b8 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
1195 - sp:varName "volumeScale"^^xsd:string .
1196 1253
1197 -_:b11 1254 +_:b13
1198 sp:varName "volumeAtStdType"^^xsd:string . 1255 sp:varName "volumeAtStdType"^^xsd:string .
1199 1256
1200 -_:b10 1257 +_:b12
1201 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . 1258 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
1202 1259
1203 -_:b9 sp:varName "relationshipToMeasure"^^xsd:string . 1260 +_:b11
1261 + sp:varName "relationshipToMeasure"^^xsd:string .
1204 1262
1205 -_:b8 sp:varName "productionFlowPurposeType"^^xsd:string . 1263 +_:b10
1264 + sp:varName "productionFlowPurposeType"^^xsd:string .
1206 1265
1207 _:b7 sp:varName "productionFlowDefinitionType"^^xsd:string . 1266 _:b7 sp:varName "productionFlowDefinitionType"^^xsd:string .
1208 1267
1209 _:b6 sp:varName "productionFacilityType"^^xsd:string . 1268 _:b6 sp:varName "productionFacilityType"^^xsd:string .
1210 1269
1270 +_:b5 sp:varName "productType"^^xsd:string .
1271 +
1272 +_:b4 sp:varName "uri"^^xsd:string .
1273 +
1211 _:b3 sp:varName "uri"^^xsd:string . 1274 _:b3 sp:varName "uri"^^xsd:string .
1212 1275
1213 _:b2 sp:varName "uri"^^xsd:string . 1276 _:b2 sp:varName "uri"^^xsd:string .
1214 1277
1215 -_:b4 sp:varName "uri"^^xsd:string .
1216 -
1217 _:b1 sp:varName "uri"^^xsd:string . 1278 _:b1 sp:varName "uri"^^xsd:string .
1279 +
1280 +_:b14
1281 + sp:varName "volumeScale"^^xsd:string .
......