David Leal

More updates for productVolume transform

1 -# Saved by TopBraid on Wed Oct 12 16:13:12 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 12:40:03 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 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 4 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
...@@ -11,141 +11,141 @@ ...@@ -11,141 +11,141 @@
11 11
12 <http://www.reportinghub.no/ep/schema/1.0/flow> 12 <http://www.reportinghub.no/ep/schema/1.0/flow>
13 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
14 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 16
17 ep-flow:AllocatedFlow 17 ep-flow:AllocatedFlow
18 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 18 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
19 rdfs:label "allocated flow"^^xsd:string ; 19 rdfs:label "allocated flow"^^xsd:string ;
20 rdfs:subClassOf ep-flow:Flow . 20 rdfs:subClassOf ep-flow:Flow .
21 21
22 ep-flow:AqueousFlow 22 ep-flow:AqueousFlow
23 - rdf:type owl:Class , ep-flow:ProductType ; 23 + rdf:type ep-flow:ProductType , owl:Class ;
24 rdfs:label "aqueous flow"^^xsd:string ; 24 rdfs:label "aqueous flow"^^xsd:string ;
25 rdfs:subClassOf ep-flow:Flow . 25 rdfs:subClassOf ep-flow:Flow .
26 26
27 ep-flow:BudgetFlow 27 ep-flow:BudgetFlow
28 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 28 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
29 rdfs:label "budget flow"^^xsd:string ; 29 rdfs:label "budget flow"^^xsd:string ;
30 rdfs:subClassOf ep-flow:Flow . 30 rdfs:subClassOf ep-flow:Flow .
31 31
32 ep-flow:CarbonDioxideGasFlow 32 ep-flow:CarbonDioxideGasFlow
33 - rdf:type owl:Class , ep-flow:ProductType ; 33 + rdf:type ep-flow:ProductType , owl:Class ;
34 rdfs:label "carbon dioxide gas flow"^^xsd:string ; 34 rdfs:label "carbon dioxide gas flow"^^xsd:string ;
35 rdfs:subClassOf ep-flow:Flow . 35 rdfs:subClassOf ep-flow:Flow .
36 36
37 ep-flow:CarbonMonoxideGasFlow 37 ep-flow:CarbonMonoxideGasFlow
38 - rdf:type owl:Class , ep-flow:ProductType ; 38 + rdf:type ep-flow:ProductType , owl:Class ;
39 rdfs:label "carbon monoxide gas flow"^^xsd:string ; 39 rdfs:label "carbon monoxide gas flow"^^xsd:string ;
40 rdfs:subClassOf ep-flow:Flow . 40 rdfs:subClassOf ep-flow:Flow .
41 41
42 ep-flow:ChemicalFlow 42 ep-flow:ChemicalFlow
43 - rdf:type owl:Class , ep-flow:ProductType ; 43 + rdf:type ep-flow:ProductType , owl:Class ;
44 rdfs:label "chemical flow"^^xsd:string ; 44 rdfs:label "chemical flow"^^xsd:string ;
45 rdfs:subClassOf ep-flow:Flow . 45 rdfs:subClassOf ep-flow:Flow .
46 46
47 ep-flow:CondensateFlow 47 ep-flow:CondensateFlow
48 - rdf:type owl:Class , ep-flow:ProductType ; 48 + rdf:type ep-flow:ProductType , owl:Class ;
49 rdfs:label "condensate flow"^^xsd:string ; 49 rdfs:label "condensate flow"^^xsd:string ;
50 rdfs:subClassOf ep-flow:Flow . 50 rdfs:subClassOf ep-flow:Flow .
51 51
52 ep-flow:ConstraintFlow 52 ep-flow:ConstraintFlow
53 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 53 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
54 rdfs:label "constraint flow"^^xsd:string ; 54 rdfs:label "constraint flow"^^xsd:string ;
55 rdfs:subClassOf ep-flow:Flow . 55 rdfs:subClassOf ep-flow:Flow .
56 56
57 ep-flow:Consume 57 ep-flow:Consume
58 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 58 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
59 rdfs:label "consume"^^xsd:string ; 59 rdfs:label "consume"^^xsd:string ;
60 rdfs:subClassOf ep-flow:Flow . 60 rdfs:subClassOf ep-flow:Flow .
61 61
62 ep-flow:Consume-HPflare 62 ep-flow:Consume-HPflare
63 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 63 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
64 rdfs:label "consume - HP flare"^^xsd:string ; 64 rdfs:label "consume - HP flare"^^xsd:string ;
65 rdfs:subClassOf ep-flow:Consume-flare . 65 rdfs:subClassOf ep-flow:Consume-flare .
66 66
67 ep-flow:Consume-LPflare 67 ep-flow:Consume-LPflare
68 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 68 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
69 rdfs:label "consume - LP flare"^^xsd:string ; 69 rdfs:label "consume - LP flare"^^xsd:string ;
70 rdfs:subClassOf ep-flow:Consume-flare . 70 rdfs:subClassOf ep-flow:Consume-flare .
71 71
72 ep-flow:Consume-blackstart 72 ep-flow:Consume-blackstart
73 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 73 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
74 rdfs:label "consume - blackstart"^^xsd:string ; 74 rdfs:label "consume - blackstart"^^xsd:string ;
75 rdfs:subClassOf ep-flow:Consume . 75 rdfs:subClassOf ep-flow:Consume .
76 76
77 ep-flow:Consume-compressor 77 ep-flow:Consume-compressor
78 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 78 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
79 rdfs:label "consume - compressor"^^xsd:string ; 79 rdfs:label "consume - compressor"^^xsd:string ;
80 rdfs:subClassOf ep-flow:Consume . 80 rdfs:subClassOf ep-flow:Consume .
81 81
82 ep-flow:Consume-emitted 82 ep-flow:Consume-emitted
83 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 83 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
84 rdfs:label "consume - emitted"^^xsd:string ; 84 rdfs:label "consume - emitted"^^xsd:string ;
85 rdfs:subClassOf ep-flow:Consume . 85 rdfs:subClassOf ep-flow:Consume .
86 86
87 ep-flow:Consume-flare 87 ep-flow:Consume-flare
88 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 88 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
89 rdfs:label "consume - flare"^^xsd:string ; 89 rdfs:label "consume - flare"^^xsd:string ;
90 rdfs:subClassOf ep-flow:Consume . 90 rdfs:subClassOf ep-flow:Consume .
91 91
92 ep-flow:Consume-fuel 92 ep-flow:Consume-fuel
93 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 93 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
94 rdfs:label "consume - fuel"^^xsd:string ; 94 rdfs:label "consume - fuel"^^xsd:string ;
95 rdfs:subClassOf ep-flow:Consume . 95 rdfs:subClassOf ep-flow:Consume .
96 96
97 ep-flow:Consume-noncompressor 97 ep-flow:Consume-noncompressor
98 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 98 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
99 rdfs:label "consume - non-compressor"^^xsd:string ; 99 rdfs:label "consume - non-compressor"^^xsd:string ;
100 rdfs:subClassOf ep-flow:Consume . 100 rdfs:subClassOf ep-flow:Consume .
101 101
102 ep-flow:Consume-venting 102 ep-flow:Consume-venting
103 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 103 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
104 rdfs:label "consume - venting"^^xsd:string ; 104 rdfs:label "consume - venting"^^xsd:string ;
105 rdfs:subClassOf ep-flow:Consume . 105 rdfs:subClassOf ep-flow:Consume .
106 106
107 ep-flow:CuttingsFlow 107 ep-flow:CuttingsFlow
108 - rdf:type ep-flow:ProductType , owl:Class ; 108 + rdf:type owl:Class , ep-flow:ProductType ;
109 rdfs:label "cuttings flow"^^xsd:string ; 109 rdfs:label "cuttings flow"^^xsd:string ;
110 rdfs:subClassOf ep-flow:Flow . 110 rdfs:subClassOf ep-flow:Flow .
111 111
112 ep-flow:DerivedFlow 112 ep-flow:DerivedFlow
113 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 113 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
114 rdfs:label "derived flow"^^xsd:string ; 114 rdfs:label "derived flow"^^xsd:string ;
115 rdfs:subClassOf ep-flow:Flow . 115 rdfs:subClassOf ep-flow:Flow .
116 116
117 ep-flow:DieselFlow 117 ep-flow:DieselFlow
118 - rdf:type owl:Class , ep-flow:ProductType ; 118 + rdf:type ep-flow:ProductType , owl:Class ;
119 rdfs:label "diesel flow"^^xsd:string ; 119 rdfs:label "diesel flow"^^xsd:string ;
120 rdfs:subClassOf ep-flow:Flow . 120 rdfs:subClassOf ep-flow:Flow .
121 121
122 ep-flow:EstimatedFlow 122 ep-flow:EstimatedFlow
123 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 123 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
124 rdfs:label "estimated flow"^^xsd:string ; 124 rdfs:label "estimated flow"^^xsd:string ;
125 rdfs:subClassOf ep-flow:Flow . 125 rdfs:subClassOf ep-flow:Flow .
126 126
127 ep-flow:Ethane-componentFlow 127 ep-flow:Ethane-componentFlow
128 - rdf:type owl:Class , ep-flow:ProductType ; 128 + rdf:type ep-flow:ProductType , owl:Class ;
129 rdfs:label "ethane - component flow"^^xsd:string ; 129 rdfs:label "ethane - component flow"^^xsd:string ;
130 rdfs:subClassOf ep-flow:Flow . 130 rdfs:subClassOf ep-flow:Flow .
131 131
132 ep-flow:Export 132 ep-flow:Export
133 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 133 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
134 rdfs:label "export"^^xsd:string ; 134 rdfs:label "export"^^xsd:string ;
135 rdfs:subClassOf ep-flow:Flow . 135 rdfs:subClassOf ep-flow:Flow .
136 136
137 ep-flow:Export-nominated 137 ep-flow:Export-nominated
138 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 138 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
139 rdfs:label "export nominated"^^xsd:string ; 139 rdfs:label "export nominated"^^xsd:string ;
140 rdfs:subClassOf ep-flow:Export . 140 rdfs:subClassOf ep-flow:Export .
141 141
142 ep-flow:Export-requested 142 ep-flow:Export-requested
143 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 143 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
144 rdfs:label "export requested"^^xsd:string ; 144 rdfs:label "export requested"^^xsd:string ;
145 rdfs:subClassOf ep-flow:Export . 145 rdfs:subClassOf ep-flow:Export .
146 146
147 ep-flow:Export-shortfall 147 ep-flow:Export-shortfall
148 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 148 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
149 rdfs:label "export shortfall"^^xsd:string ; 149 rdfs:label "export shortfall"^^xsd:string ;
150 rdfs:subClassOf ep-flow:Export . 150 rdfs:subClassOf ep-flow:Export .
151 151
...@@ -155,32 +155,32 @@ ep-flow:Flow ...@@ -155,32 +155,32 @@ ep-flow:Flow
155 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 155 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
156 156
157 ep-flow:FlowDuringDay 157 ep-flow:FlowDuringDay
158 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 158 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
159 rdfs:label "flow during day"^^xsd:string ; 159 rdfs:label "flow during day"^^xsd:string ;
160 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 160 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
161 161
162 ep-flow:FlowDuringMonth 162 ep-flow:FlowDuringMonth
163 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 163 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
164 rdfs:label "flow during month"^^xsd:string ; 164 rdfs:label "flow during month"^^xsd:string ;
165 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 165 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
166 166
167 ep-flow:FlowDuringMonthToDate 167 ep-flow:FlowDuringMonthToDate
168 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 168 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
169 rdfs:label "flow during month to date"^^xsd:string ; 169 rdfs:label "flow during month to date"^^xsd:string ;
170 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 170 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
171 171
172 ep-flow:FlowDuringWeek 172 ep-flow:FlowDuringWeek
173 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 173 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
174 rdfs:label "flow during week"^^xsd:string ; 174 rdfs:label "flow during week"^^xsd:string ;
175 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 175 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
176 176
177 ep-flow:FlowDuringYear 177 ep-flow:FlowDuringYear
178 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 178 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
179 rdfs:label "flow during year"^^xsd:string ; 179 rdfs:label "flow during year"^^xsd:string ;
180 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 180 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
181 181
182 ep-flow:FlowDuringYearToDate 182 ep-flow:FlowDuringYearToDate
183 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 183 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
184 rdfs:label "flow during year to date"^^xsd:string ; 184 rdfs:label "flow during year to date"^^xsd:string ;
185 rdfs:subClassOf ep-flow:TemporalPartOfAFlow . 185 rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
186 186
...@@ -197,100 +197,100 @@ ep-flow:FlowOfLiquid ...@@ -197,100 +197,100 @@ ep-flow:FlowOfLiquid
197 ep-flow:FlowOfMaterial 197 ep-flow:FlowOfMaterial
198 rdf:type owl:Class ; 198 rdf:type owl:Class ;
199 rdfs:label "flow of material"^^xsd:string ; 199 rdfs:label "flow of material"^^xsd:string ;
200 - rdfs:subClassOf ep-flow:TemporalPartOfAFlowOfMaterial , ep-flow:Flow . 200 + rdfs:subClassOf ep-flow:Flow , ep-flow:TemporalPartOfAFlowOfMaterial .
201 201
202 ep-flow:Gas-componentInOilFlow 202 ep-flow:Gas-componentInOilFlow
203 - rdf:type owl:Class , ep-flow:ProductType ; 203 + rdf:type ep-flow:ProductType , owl:Class ;
204 rdfs:label "gas - component in oil flow"^^xsd:string ; 204 rdfs:label "gas - component in oil flow"^^xsd:string ;
205 rdfs:subClassOf ep-flow:Flow . 205 rdfs:subClassOf ep-flow:Flow .
206 206
207 ep-flow:Gas-richFlow 207 ep-flow:Gas-richFlow
208 - rdf:type owl:Class , ep-flow:ProductType ; 208 + rdf:type ep-flow:ProductType , owl:Class ;
209 rdfs:label "gas - rich flow"^^xsd:string ; 209 rdfs:label "gas - rich flow"^^xsd:string ;
210 rdfs:subClassOf ep-flow:Flow . 210 rdfs:subClassOf ep-flow:Flow .
211 211
212 ep-flow:GasFlow 212 ep-flow:GasFlow
213 - rdf:type owl:Class , ep-flow:ProductType ; 213 + rdf:type ep-flow:ProductType , owl:Class ;
214 rdfs:label "gas flow"^^xsd:string ; 214 rdfs:label "gas flow"^^xsd:string ;
215 rdfs:subClassOf ep-flow:Flow . 215 rdfs:subClassOf ep-flow:Flow .
216 216
217 ep-flow:Gaslift 217 ep-flow:Gaslift
218 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 218 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
219 rdfs:label "gas lift"^^xsd:string ; 219 rdfs:label "gas lift"^^xsd:string ;
220 rdfs:subClassOf ep-flow:Flow . 220 rdfs:subClassOf ep-flow:Flow .
221 221
222 ep-flow:I-butane-componentFlow 222 ep-flow:I-butane-componentFlow
223 - rdf:type owl:Class , ep-flow:ProductType ; 223 + rdf:type ep-flow:ProductType , owl:Class ;
224 rdfs:label "i-butane - component flow"^^xsd:string ; 224 rdfs:label "i-butane - component flow"^^xsd:string ;
225 rdfs:subClassOf ep-flow:Flow . 225 rdfs:subClassOf ep-flow:Flow .
226 226
227 ep-flow:Import 227 ep-flow:Import
228 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 228 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
229 rdfs:label "import"^^xsd:string ; 229 rdfs:label "import"^^xsd:string ;
230 rdfs:subClassOf ep-flow:Flow . 230 rdfs:subClassOf ep-flow:Flow .
231 231
232 ep-flow:Injection 232 ep-flow:Injection
233 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 233 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
234 rdfs:label "injection"^^xsd:string ; 234 rdfs:label "injection"^^xsd:string ;
235 rdfs:subClassOf ep-flow:Flow . 235 rdfs:subClassOf ep-flow:Flow .
236 236
237 ep-flow:Inventory 237 ep-flow:Inventory
238 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 238 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
239 rdfs:label "inventory"^^xsd:string ; 239 rdfs:label "inventory"^^xsd:string ;
240 rdfs:subClassOf ep-flow:Flow . 240 rdfs:subClassOf ep-flow:Flow .
241 241
242 ep-flow:MeasuredFlow 242 ep-flow:MeasuredFlow
243 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 243 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
244 rdfs:label "measured flow"^^xsd:string ; 244 rdfs:label "measured flow"^^xsd:string ;
245 rdfs:subClassOf ep-flow:Flow . 245 rdfs:subClassOf ep-flow:Flow .
246 246
247 ep-flow:N-butane-componentFlow 247 ep-flow:N-butane-componentFlow
248 - rdf:type owl:Class , ep-flow:ProductType ; 248 + rdf:type ep-flow:ProductType , owl:Class ;
249 rdfs:label "n-butane - component flow"^^xsd:string ; 249 rdfs:label "n-butane - component flow"^^xsd:string ;
250 rdfs:subClassOf ep-flow:Flow . 250 rdfs:subClassOf ep-flow:Flow .
251 251
252 ep-flow:NGL-componentInGasFlow 252 ep-flow:NGL-componentInGasFlow
253 - rdf:type owl:Class , ep-flow:ProductType ; 253 + rdf:type ep-flow:ProductType , owl:Class ;
254 rdfs:label "NGL - component in gas flow"^^xsd:string ; 254 rdfs:label "NGL - component in gas flow"^^xsd:string ;
255 rdfs:subClassOf ep-flow:Flow . 255 rdfs:subClassOf ep-flow:Flow .
256 256
257 ep-flow:NaturalGasLiquidFlow 257 ep-flow:NaturalGasLiquidFlow
258 - rdf:type owl:Class , ep-flow:ProductType ; 258 + rdf:type ep-flow:ProductType , owl:Class ;
259 rdfs:label "natural gas liquid flow"^^xsd:string ; 259 rdfs:label "natural gas liquid flow"^^xsd:string ;
260 rdfs:subClassOf ep-flow:Flow . 260 rdfs:subClassOf ep-flow:Flow .
261 261
262 ep-flow:NitrogenOxideGasFlow 262 ep-flow:NitrogenOxideGasFlow
263 - rdf:type owl:Class , ep-flow:ProductType ; 263 + rdf:type ep-flow:ProductType , owl:Class ;
264 rdfs:label "nitrogen oxide gas flow"^^xsd:string ; 264 rdfs:label "nitrogen oxide gas flow"^^xsd:string ;
265 rdfs:subClassOf ep-flow:Flow . 265 rdfs:subClassOf ep-flow:Flow .
266 266
267 ep-flow:Oil-componentInWaterFlow 267 ep-flow:Oil-componentInWaterFlow
268 - rdf:type owl:Class , ep-flow:ProductType ; 268 + rdf:type ep-flow:ProductType , owl:Class ;
269 rdfs:label "oil - component in water flow"^^xsd:string ; 269 rdfs:label "oil - component in water flow"^^xsd:string ;
270 rdfs:subClassOf ep-flow:Flow . 270 rdfs:subClassOf ep-flow:Flow .
271 271
272 ep-flow:Oil-netFlow 272 ep-flow:Oil-netFlow
273 - rdf:type owl:Class , ep-flow:ProductType ; 273 + rdf:type ep-flow:ProductType , owl:Class ;
274 rdfs:label "oil - net flow"^^xsd:string ; 274 rdfs:label "oil - net flow"^^xsd:string ;
275 rdfs:subClassOf ep-flow:Flow . 275 rdfs:subClassOf ep-flow:Flow .
276 276
277 ep-flow:OilAndGasFlow 277 ep-flow:OilAndGasFlow
278 - rdf:type owl:Class , ep-flow:ProductType ; 278 + rdf:type ep-flow:ProductType , owl:Class ;
279 rdfs:label "oil and gas flow"^^xsd:string ; 279 rdfs:label "oil and gas flow"^^xsd:string ;
280 rdfs:subClassOf ep-flow:Flow . 280 rdfs:subClassOf ep-flow:Flow .
281 281
282 ep-flow:OilFlow 282 ep-flow:OilFlow
283 - rdf:type ep-flow:ProductType , owl:Class ; 283 + rdf:type owl:Class , ep-flow:ProductType ;
284 rdfs:label "oil flow"^^xsd:string ; 284 rdfs:label "oil flow"^^xsd:string ;
285 rdfs:subClassOf ep-flow:Flow . 285 rdfs:subClassOf ep-flow:Flow .
286 286
287 ep-flow:OleicFlow 287 ep-flow:OleicFlow
288 - rdf:type owl:Class , ep-flow:ProductType ; 288 + rdf:type ep-flow:ProductType , owl:Class ;
289 rdfs:label "oleic flow"^^xsd:string ; 289 rdfs:label "oleic flow"^^xsd:string ;
290 rdfs:subClassOf ep-flow:Flow . 290 rdfs:subClassOf ep-flow:Flow .
291 291
292 ep-flow:Overboard 292 ep-flow:Overboard
293 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 293 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
294 rdfs:label "overboard"^^xsd:string ; 294 rdfs:label "overboard"^^xsd:string ;
295 rdfs:subClassOf ep-flow:Flow . 295 rdfs:subClassOf ep-flow:Flow .
296 296
...@@ -300,7 +300,7 @@ ep-flow:ProductType ...@@ -300,7 +300,7 @@ ep-flow:ProductType
300 rdfs:subClassOf rdfs:Class . 300 rdfs:subClassOf rdfs:Class .
301 301
302 ep-flow:Production 302 ep-flow:Production
303 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 303 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
304 rdfs:label "production"^^xsd:string ; 304 rdfs:label "production"^^xsd:string ;
305 rdfs:subClassOf ep-flow:Flow . 305 rdfs:subClassOf ep-flow:Flow .
306 306
...@@ -319,13 +319,18 @@ ep-flow:ProductionFlowPurposeType ...@@ -319,13 +319,18 @@ ep-flow:ProductionFlowPurposeType
319 rdfs:label " production flow purpose type"^^xsd:string ; 319 rdfs:label " production flow purpose type"^^xsd:string ;
320 rdfs:subClassOf rdfs:Class . 320 rdfs:subClassOf rdfs:Class .
321 321
322 +ep-flow:ProductionFlowToDate
323 + rdf:type owl:Class ;
324 + rdfs:label "production flow to date"^^xsd:string ;
325 + rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
326 +
322 ep-flow:Propane-componentFlow 327 ep-flow:Propane-componentFlow
323 - rdf:type owl:Class , ep-flow:ProductType ; 328 + rdf:type ep-flow:ProductType , owl:Class ;
324 rdfs:label "propane - component flow"^^xsd:string ; 329 rdfs:label "propane - component flow"^^xsd:string ;
325 rdfs:subClassOf ep-flow:Flow . 330 rdfs:subClassOf ep-flow:Flow .
326 331
327 ep-flow:QuotaFlow 332 ep-flow:QuotaFlow
328 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 333 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
329 rdfs:label "quota flow"^^xsd:string ; 334 rdfs:label "quota flow"^^xsd:string ;
330 rdfs:subClassOf ep-flow:Flow . 335 rdfs:subClassOf ep-flow:Flow .
331 336
...@@ -335,7 +340,7 @@ ep-flow:SeparatorFlow ...@@ -335,7 +340,7 @@ ep-flow:SeparatorFlow
335 rdfs:subClassOf ep-flow:Flow . 340 rdfs:subClassOf ep-flow:Flow .
336 341
337 ep-flow:SimulatedFlow 342 ep-flow:SimulatedFlow
338 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 343 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
339 rdfs:label "simulated flow"^^xsd:string ; 344 rdfs:label "simulated flow"^^xsd:string ;
340 rdfs:subClassOf ep-flow:Flow . 345 rdfs:subClassOf ep-flow:Flow .
341 346
...@@ -352,25 +357,25 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -352,25 +357,25 @@ ep-flow:TemporalPartOfAFlowDurationType
352 ep-flow:TemporalPartOfAFlowOfMaterial 357 ep-flow:TemporalPartOfAFlowOfMaterial
353 rdf:type owl:Class ; 358 rdf:type owl:Class ;
354 rdfs:label "temporal part of a flow of material"^^xsd:string ; 359 rdfs:label "temporal part of a flow of material"^^xsd:string ;
355 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . 360 + rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
356 361
357 ep-flow:VapourFlow 362 ep-flow:VapourFlow
358 - rdf:type owl:Class , ep-flow:ProductType ; 363 + rdf:type ep-flow:ProductType , owl:Class ;
359 rdfs:label "vapour flow"^^xsd:string ; 364 rdfs:label "vapour flow"^^xsd:string ;
360 rdfs:subClassOf ep-flow:Flow . 365 rdfs:subClassOf ep-flow:Flow .
361 366
362 ep-flow:Water-dischargeFlow 367 ep-flow:Water-dischargeFlow
363 - rdf:type owl:Class , ep-flow:ProductType ; 368 + rdf:type ep-flow:ProductType , owl:Class ;
364 rdfs:label "water - discharge flow"^^xsd:string ; 369 rdfs:label "water - discharge flow"^^xsd:string ;
365 rdfs:subClassOf ep-flow:Flow . 370 rdfs:subClassOf ep-flow:Flow .
366 371
367 ep-flow:Water-processedFlow 372 ep-flow:Water-processedFlow
368 - rdf:type owl:Class , ep-flow:ProductType ; 373 + rdf:type ep-flow:ProductType , owl:Class ;
369 rdfs:label "water - processed flow"^^xsd:string ; 374 rdfs:label "water - processed flow"^^xsd:string ;
370 rdfs:subClassOf ep-flow:Flow . 375 rdfs:subClassOf ep-flow:Flow .
371 376
372 ep-flow:WaterFlow 377 ep-flow:WaterFlow
373 - rdf:type owl:Class , ep-flow:ProductType ; 378 + rdf:type ep-flow:ProductType , owl:Class ;
374 rdfs:label "water flow"^^xsd:string ; 379 rdfs:label "water flow"^^xsd:string ;
375 rdfs:subClassOf ep-flow:Flow . 380 rdfs:subClassOf ep-flow:Flow .
376 381
...@@ -380,7 +385,7 @@ ep-flow:WellHeadFlow ...@@ -380,7 +385,7 @@ ep-flow:WellHeadFlow
380 rdfs:subClassOf ep-flow:Flow . 385 rdfs:subClassOf ep-flow:Flow .
381 386
382 ep-flow:dailyAverageAmountOfMaterial 387 ep-flow:dailyAverageAmountOfMaterial
383 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 388 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
384 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; 389 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
385 rdfs:label "daily average amount of material"^^xsd:string ; 390 rdfs:label "daily average amount of material"^^xsd:string ;
386 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 391 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
...@@ -426,7 +431,7 @@ ep-flow:hasNetworkPart ...@@ -426,7 +431,7 @@ ep-flow:hasNetworkPart
426 rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . 431 rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> .
427 432
428 ep-flow:totalAmountOfMaterial 433 ep-flow:totalAmountOfMaterial
429 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 434 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
430 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; 435 rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
431 rdfs:label "total amount of material"^^xsd:string ; 436 rdfs:label "total amount of material"^^xsd:string ;
432 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . 437 rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
......
1 -# Saved by TopBraid on Wed Oct 12 19:46:30 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 12:41:06 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/organization 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
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-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . 7 +@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> .
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/production-facility> 13 +<http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 - rdf:type owl:Ontology ; 14 + rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 - 17 +
18 -<http://www.reportinghub.no/ep/schema/facility#facilityOperator> 18 +<http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
19 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 19 + rdf:type owl:Class ;
20 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 20 + rdfs:label "production facility to date"^^xsd:string ;
21 - rdfs:label "facility operator"^^xsd:string ; 21 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
22 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 22 +
23 - 23 +<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
24 -ep-prodfac:Boat 24 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
25 - rdf:type owl:Class ; 25 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
26 - rdfs:subClassOf ep-prodfac:ShipOrBoat . 26 + rdfs:label "facility operator"^^xsd:string ;
27 - 27 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
28 -ep-prodfac:Ship 28 +
29 - rdf:type owl:Class ; 29 +ep-prodfac:Boat
30 - rdfs:subClassOf ep-prodfac:ShipOrBoat . 30 + rdf:type owl:Class ;
31 - 31 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
32 -ep-prodfac:ShipOrBoat 32 +
33 - rdf:type owl:Class ; 33 +ep-prodfac:Ship
34 - rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . 34 + rdf:type owl:Class ;
35 - 35 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
36 -ep-prodfac:TemporalPartOfAShipOrBoat 36 +
37 - rdf:type owl:Class ; 37 +ep-prodfac:ShipOrBoat
38 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 38 + rdf:type owl:Class ;
39 - 39 + rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
40 -ep-prodfac:numberOfBedsAvailable 40 +
41 - rdf:type owl:DatatypeProperty ; 41 +ep-prodfac:TemporalPartOfAShipOrBoat
42 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 42 + rdf:type owl:Class ;
43 - rdfs:range xsd:integer . 43 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
44 - 44 +
45 -ep-prodfac:numberOfCateringCrew 45 +ep-prodfac:numberOfBedsAvailable
46 - rdf:type owl:DatatypeProperty ; 46 + rdf:type owl:DatatypeProperty ;
47 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 47 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
48 - rdfs:range xsd:integer . 48 + rdfs:range xsd:integer .
49 - 49 +
50 -ep-prodfac:numberOfContractorCrew 50 +ep-prodfac:numberOfCateringCrew
51 - rdf:type owl:DatatypeProperty ; 51 + rdf:type owl:DatatypeProperty ;
52 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 52 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
53 - rdfs:range xsd:integer . 53 + rdfs:range xsd:integer .
54 - 54 +
55 -ep-prodfac:numberOfDayVisitors 55 +ep-prodfac:numberOfContractorCrew
56 - rdf:type owl:DatatypeProperty ; 56 + rdf:type owl:DatatypeProperty ;
57 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 57 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
58 - rdfs:range xsd:integer . 58 + rdfs:range xsd:integer .
59 - 59 +
60 -ep-prodfac:numberOfDrillingContractCrew 60 +ep-prodfac:numberOfDayVisitors
61 - rdf:type owl:DatatypeProperty ; 61 + rdf:type owl:DatatypeProperty ;
62 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 62 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
63 - rdfs:range xsd:integer . 63 + rdfs:range xsd:integer .
64 - 64 +
65 -ep-prodfac:numberOfOtherCrew 65 +ep-prodfac:numberOfDrillingContractCrew
66 - rdf:type owl:DatatypeProperty ; 66 + rdf:type owl:DatatypeProperty ;
67 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 67 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
68 - rdfs:range xsd:integer . 68 + rdfs:range xsd:integer .
69 - 69 +
70 -ep-prodfac:numberOfOwnCrew 70 +ep-prodfac:numberOfOtherCrew
71 - rdf:type owl:DatatypeProperty ; 71 + rdf:type owl:DatatypeProperty ;
72 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 72 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
73 - rdfs:range xsd:integer . 73 + rdfs:range xsd:integer .
74 - 74 +
75 -ep-prodfac:numberOfOwnOtherCrew 75 +ep-prodfac:numberOfOwnCrew
76 - rdf:type owl:DatatypeProperty ; 76 + rdf:type owl:DatatypeProperty ;
77 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 77 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
78 - rdfs:range xsd:integer . 78 + rdfs:range xsd:integer .
79 - 79 +
80 -ep-prodfac:numberOfPersonnelOnBoard 80 +ep-prodfac:numberOfOwnOtherCrew
81 - rdf:type owl:DatatypeProperty ; 81 + rdf:type owl:DatatypeProperty ;
82 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 82 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
83 - rdfs:range xsd:integer . 83 + rdfs:range xsd:integer .
84 +
85 +ep-prodfac:numberOfPersonnelOnBoard
86 + rdf:type owl:DatatypeProperty ;
87 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
88 + rdfs:range xsd:integer .
......