Showing
2 changed files
with
84 additions
and
71 deletions
1 | -# Saved by TopBraid on Thu Oct 13 12:40:03 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 14:27:22 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/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 18 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 23 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 28 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 33 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 38 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 43 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 48 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 53 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 58 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 63 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 68 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 73 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 78 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 83 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 88 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 93 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 98 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 103 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductType ; | 108 | + rdf:type ep-flow:ProductType , owl:Class ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 113 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductType , owl:Class ; | 118 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 123 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 128 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 133 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 138 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 143 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 148 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 158 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 163 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 168 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 173 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 178 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 183 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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,117 +197,127 @@ ep-flow:FlowOfLiquid | ... | @@ -197,117 +197,127 @@ 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:Flow , ep-flow:TemporalPartOfAFlowOfMaterial . | 200 | + rdfs:subClassOf ep-flow:Flow . |
201 | 201 | ||
202 | ep-flow:Gas-componentInOilFlow | 202 | ep-flow:Gas-componentInOilFlow |
203 | - rdf:type ep-flow:ProductType , owl:Class ; | 203 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 208 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 213 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 218 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 223 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 228 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 233 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 238 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 243 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 248 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 253 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 258 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 263 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 268 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 273 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 ep-flow:ProductType , owl:Class ; | 278 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductType ; | 283 | + rdf:type ep-flow:ProductType , owl:Class ; |
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 ep-flow:ProductType , owl:Class ; | 288 | + rdf:type owl:Class , ep-flow:ProductType ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 293 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 | ||
297 | +ep-flow:ProductFlow | ||
298 | + rdf:type owl:Class ; | ||
299 | + rdfs:label "product flow"^^xsd:string ; | ||
300 | + rdfs:subClassOf ep-flow:TemporalPartOfAProductFlow . | ||
301 | + | ||
302 | +ep-flow:ProductFlowToDate | ||
303 | + rdf:type owl:Class ; | ||
304 | + rdfs:label "product flow to date"^^xsd:string ; | ||
305 | + rdfs:subClassOf ep-flow:TemporalPartOfAProductFlow . | ||
306 | + | ||
297 | ep-flow:ProductType | 307 | ep-flow:ProductType |
298 | rdf:type rdfs:Class ; | 308 | rdf:type rdfs:Class ; |
299 | rdfs:label " product type"^^xsd:string ; | 309 | rdfs:label " product type"^^xsd:string ; |
300 | rdfs:subClassOf rdfs:Class . | 310 | rdfs:subClassOf rdfs:Class . |
301 | 311 | ||
302 | ep-flow:Production | 312 | ep-flow:Production |
303 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 313 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
304 | rdfs:label "production"^^xsd:string ; | 314 | rdfs:label "production"^^xsd:string ; |
305 | rdfs:subClassOf ep-flow:Flow . | 315 | rdfs:subClassOf ep-flow:Flow . |
306 | 316 | ||
307 | ep-flow:ProductionFlow | 317 | ep-flow:ProductionFlow |
308 | rdf:type owl:Class ; | 318 | rdf:type owl:Class ; |
309 | rdfs:label "production flow"^^xsd:string ; | 319 | rdfs:label "production flow"^^xsd:string ; |
310 | - rdfs:subClassOf ep-flow:Flow . | 320 | + rdfs:subClassOf ep-flow:TemporalPartOfAProductionFlow . |
311 | 321 | ||
312 | ep-flow:ProductionFlowDefinitionType | 322 | ep-flow:ProductionFlowDefinitionType |
313 | rdf:type rdfs:Class ; | 323 | rdf:type rdfs:Class ; |
... | @@ -322,15 +332,15 @@ ep-flow:ProductionFlowPurposeType | ... | @@ -322,15 +332,15 @@ ep-flow:ProductionFlowPurposeType |
322 | ep-flow:ProductionFlowToDate | 332 | ep-flow:ProductionFlowToDate |
323 | rdf:type owl:Class ; | 333 | rdf:type owl:Class ; |
324 | rdfs:label "production flow to date"^^xsd:string ; | 334 | rdfs:label "production flow to date"^^xsd:string ; |
325 | - rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 335 | + rdfs:subClassOf ep-flow:TemporalPartOfAProductionFlow . |
326 | 336 | ||
327 | ep-flow:Propane-componentFlow | 337 | ep-flow:Propane-componentFlow |
328 | - rdf:type ep-flow:ProductType , owl:Class ; | 338 | + rdf:type owl:Class , ep-flow:ProductType ; |
329 | rdfs:label "propane - component flow"^^xsd:string ; | 339 | rdfs:label "propane - component flow"^^xsd:string ; |
330 | rdfs:subClassOf ep-flow:Flow . | 340 | rdfs:subClassOf ep-flow:Flow . |
331 | 341 | ||
332 | ep-flow:QuotaFlow | 342 | ep-flow:QuotaFlow |
333 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 343 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
334 | rdfs:label "quota flow"^^xsd:string ; | 344 | rdfs:label "quota flow"^^xsd:string ; |
335 | rdfs:subClassOf ep-flow:Flow . | 345 | rdfs:subClassOf ep-flow:Flow . |
336 | 346 | ||
... | @@ -340,7 +350,7 @@ ep-flow:SeparatorFlow | ... | @@ -340,7 +350,7 @@ ep-flow:SeparatorFlow |
340 | rdfs:subClassOf ep-flow:Flow . | 350 | rdfs:subClassOf ep-flow:Flow . |
341 | 351 | ||
342 | ep-flow:SimulatedFlow | 352 | ep-flow:SimulatedFlow |
343 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 353 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
344 | rdfs:label "simulated flow"^^xsd:string ; | 354 | rdfs:label "simulated flow"^^xsd:string ; |
345 | rdfs:subClassOf ep-flow:Flow . | 355 | rdfs:subClassOf ep-flow:Flow . |
346 | 356 | ||
... | @@ -354,28 +364,33 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -354,28 +364,33 @@ ep-flow:TemporalPartOfAFlowDurationType |
354 | rdfs:label "temporal part of a flow duration type"^^xsd:string ; | 364 | rdfs:label "temporal part of a flow duration type"^^xsd:string ; |
355 | rdfs:subClassOf rdfs:Class . | 365 | rdfs:subClassOf rdfs:Class . |
356 | 366 | ||
357 | -ep-flow:TemporalPartOfAFlowOfMaterial | 367 | +ep-flow:TemporalPartOfAProductFlow |
368 | + rdf:type owl:Class ; | ||
369 | + rdfs:label "temporal part of a product flow"^^xsd:string ; | ||
370 | + rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | ||
371 | + | ||
372 | +ep-flow:TemporalPartOfAProductionFlow | ||
358 | rdf:type owl:Class ; | 373 | rdf:type owl:Class ; |
359 | - rdfs:label "temporal part of a flow of material"^^xsd:string ; | 374 | + rdfs:label "temporal part of a production flow"^^xsd:string ; |
360 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 375 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
361 | 376 | ||
362 | ep-flow:VapourFlow | 377 | ep-flow:VapourFlow |
363 | - rdf:type ep-flow:ProductType , owl:Class ; | 378 | + rdf:type owl:Class , ep-flow:ProductType ; |
364 | rdfs:label "vapour flow"^^xsd:string ; | 379 | rdfs:label "vapour flow"^^xsd:string ; |
365 | rdfs:subClassOf ep-flow:Flow . | 380 | rdfs:subClassOf ep-flow:Flow . |
366 | 381 | ||
367 | ep-flow:Water-dischargeFlow | 382 | ep-flow:Water-dischargeFlow |
368 | - rdf:type ep-flow:ProductType , owl:Class ; | 383 | + rdf:type owl:Class , ep-flow:ProductType ; |
369 | rdfs:label "water - discharge flow"^^xsd:string ; | 384 | rdfs:label "water - discharge flow"^^xsd:string ; |
370 | rdfs:subClassOf ep-flow:Flow . | 385 | rdfs:subClassOf ep-flow:Flow . |
371 | 386 | ||
372 | ep-flow:Water-processedFlow | 387 | ep-flow:Water-processedFlow |
373 | - rdf:type ep-flow:ProductType , owl:Class ; | 388 | + rdf:type owl:Class , ep-flow:ProductType ; |
374 | rdfs:label "water - processed flow"^^xsd:string ; | 389 | rdfs:label "water - processed flow"^^xsd:string ; |
375 | rdfs:subClassOf ep-flow:Flow . | 390 | rdfs:subClassOf ep-flow:Flow . |
376 | 391 | ||
377 | ep-flow:WaterFlow | 392 | ep-flow:WaterFlow |
378 | - rdf:type ep-flow:ProductType , owl:Class ; | 393 | + rdf:type owl:Class , ep-flow:ProductType ; |
379 | rdfs:label "water flow"^^xsd:string ; | 394 | rdfs:label "water flow"^^xsd:string ; |
380 | rdfs:subClassOf ep-flow:Flow . | 395 | rdfs:subClassOf ep-flow:Flow . |
381 | 396 | ||
... | @@ -385,8 +400,7 @@ ep-flow:WellHeadFlow | ... | @@ -385,8 +400,7 @@ ep-flow:WellHeadFlow |
385 | rdfs:subClassOf ep-flow:Flow . | 400 | rdfs:subClassOf ep-flow:Flow . |
386 | 401 | ||
387 | ep-flow:dailyAverageAmountOfMaterial | 402 | ep-flow:dailyAverageAmountOfMaterial |
388 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 403 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
389 | - rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; | ||
390 | rdfs:label "daily average amount of material"^^xsd:string ; | 404 | rdfs:label "daily average amount of material"^^xsd:string ; |
391 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 405 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
392 | 406 | ||
... | @@ -431,7 +445,6 @@ ep-flow:hasNetworkPart | ... | @@ -431,7 +445,6 @@ ep-flow:hasNetworkPart |
431 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | 445 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
432 | 446 | ||
433 | ep-flow:totalAmountOfMaterial | 447 | ep-flow:totalAmountOfMaterial |
434 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 448 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
435 | - rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; | ||
436 | rdfs:label "total amount of material"^^xsd:string ; | 449 | rdfs:label "total amount of material"^^xsd:string ; |
437 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 450 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment