Showing
8 changed files
with
493 additions
and
113 deletions
... | @@ -15,81 +15,81 @@ | ... | @@ -15,81 +15,81 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
22 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 22 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
23 | rdfs:label "physical thing at instant"^^xsd:string ; | 23 | rdfs:label "physical thing at instant"^^xsd:string ; |
24 | rdfs:subClassOf ep-core:PhysicalThing . | 24 | rdfs:subClassOf ep-core:PhysicalThing . |
25 | 25 | ||
26 | ep-core:PhysicalThingDuringGasYearToDate | 26 | ep-core:PhysicalThingDuringGasYearToDate |
27 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 27 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
29 | rdfs:subClassOf ep-core:PhysicalThing . | 29 | rdfs:subClassOf ep-core:PhysicalThing . |
30 | 30 | ||
31 | ep-core:PhysicalThingDuringMonthToDate | 31 | ep-core:PhysicalThingDuringMonthToDate |
32 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 32 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
33 | rdfs:label "physical thing during month to date"^^xsd:string ; | 33 | rdfs:label "physical thing during month to date"^^xsd:string ; |
34 | rdfs:subClassOf ep-core:PhysicalThing . | 34 | rdfs:subClassOf ep-core:PhysicalThing . |
35 | 35 | ||
36 | ep-core:PhysicalThingDuringOneDay | 36 | ep-core:PhysicalThingDuringOneDay |
37 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 37 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
38 | rdfs:label "physical thing during one day"^^xsd:string ; | 38 | rdfs:label "physical thing during one day"^^xsd:string ; |
39 | rdfs:subClassOf ep-core:PhysicalThing . | 39 | rdfs:subClassOf ep-core:PhysicalThing . |
40 | 40 | ||
41 | ep-core:PhysicalThingDuringOneGasDay | 41 | ep-core:PhysicalThingDuringOneGasDay |
42 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 42 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
43 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 43 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
44 | rdfs:subClassOf ep-core:PhysicalThing . | 44 | rdfs:subClassOf ep-core:PhysicalThing . |
45 | 45 | ||
46 | ep-core:PhysicalThingDuringOneGasMonth | 46 | ep-core:PhysicalThingDuringOneGasMonth |
47 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 47 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
48 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
50 | 50 | ||
51 | ep-core:PhysicalThingDuringOneGasYear | 51 | ep-core:PhysicalThingDuringOneGasYear |
52 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 52 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
53 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 53 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
54 | rdfs:subClassOf ep-core:PhysicalThing . | 54 | rdfs:subClassOf ep-core:PhysicalThing . |
55 | 55 | ||
56 | ep-core:PhysicalThingDuringOneMonth | 56 | ep-core:PhysicalThingDuringOneMonth |
57 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 57 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
58 | rdfs:label "physical thing during one month"^^xsd:string ; | 58 | rdfs:label "physical thing during one month"^^xsd:string ; |
59 | rdfs:subClassOf ep-core:PhysicalThing . | 59 | rdfs:subClassOf ep-core:PhysicalThing . |
60 | 60 | ||
61 | ep-core:PhysicalThingDuringOneWeek | 61 | ep-core:PhysicalThingDuringOneWeek |
62 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 62 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
63 | rdfs:label "physical thing during one week"^^xsd:string ; | 63 | rdfs:label "physical thing during one week"^^xsd:string ; |
64 | rdfs:subClassOf ep-core:PhysicalThing . | 64 | rdfs:subClassOf ep-core:PhysicalThing . |
65 | 65 | ||
66 | ep-core:PhysicalThingDuringOneYear | 66 | ep-core:PhysicalThingDuringOneYear |
67 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 67 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
68 | rdfs:label "physical thing during one year"^^xsd:string ; | 68 | rdfs:label "physical thing during one year"^^xsd:string ; |
69 | rdfs:subClassOf ep-core:PhysicalThing . | 69 | rdfs:subClassOf ep-core:PhysicalThing . |
70 | 70 | ||
71 | ep-core:PhysicalThingDuringYearToDate | 71 | ep-core:PhysicalThingDuringYearToDate |
72 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 72 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
73 | rdfs:label "physical thing during year to date"^^xsd:string ; | 73 | rdfs:label "physical thing during year to date"^^xsd:string ; |
74 | rdfs:subClassOf ep-core:PhysicalThing . | 74 | rdfs:subClassOf ep-core:PhysicalThing . |
75 | 75 | ||
76 | ep-flow:AllocatedFlow | 76 | ep-flow:AllocatedFlow |
77 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 77 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
78 | rdfs:label "allocated flow"^^xsd:string ; | 78 | rdfs:label "allocated flow"^^xsd:string ; |
79 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 79 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
80 | 80 | ||
81 | ep-flow:AllocatedInventory | 81 | ep-flow:AllocatedInventory |
82 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 82 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
83 | rdfs:label "allocated inventory"^^xsd:string ; | 83 | rdfs:label "allocated inventory"^^xsd:string ; |
84 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 84 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
85 | 85 | ||
86 | ep-flow:BudgetFlow | 86 | ep-flow:BudgetFlow |
87 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 87 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
88 | rdfs:label "budget flow"^^xsd:string ; | 88 | rdfs:label "budget flow"^^xsd:string ; |
89 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 89 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
90 | 90 | ||
91 | ep-flow:BudgetInventory | 91 | ep-flow:BudgetInventory |
92 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 92 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
93 | rdfs:label "budget inventory"^^xsd:string ; | 93 | rdfs:label "budget inventory"^^xsd:string ; |
94 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 94 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
95 | 95 | ||
... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion |
99 | rdfs:subClassOf owl:Class . | 99 | rdfs:subClassOf owl:Class . |
100 | 100 | ||
101 | ep-flow:ConstraintFlow | 101 | ep-flow:ConstraintFlow |
102 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 102 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
103 | rdfs:label "constraint flow"^^xsd:string ; | 103 | rdfs:label "constraint flow"^^xsd:string ; |
104 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 104 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
105 | 105 | ||
106 | ep-flow:ConstraintFlow-fixed | 106 | ep-flow:ConstraintFlow-fixed |
107 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 107 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
108 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
109 | rdfs:subClassOf ep-flow:ConstraintFlow . | 109 | rdfs:subClassOf ep-flow:ConstraintFlow . |
110 | 110 | ||
111 | ep-flow:ConstraintFlow-maximum | 111 | ep-flow:ConstraintFlow-maximum |
112 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
113 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
114 | rdfs:subClassOf ep-flow:ConstraintFlow . | 114 | rdfs:subClassOf ep-flow:ConstraintFlow . |
115 | 115 | ||
116 | ep-flow:ConstraintFlow-minimum | 116 | ep-flow:ConstraintFlow-minimum |
117 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 117 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
118 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
119 | rdfs:subClassOf ep-flow:ConstraintFlow . | 119 | rdfs:subClassOf ep-flow:ConstraintFlow . |
120 | 120 | ||
121 | ep-flow:ConstraintInventory | 121 | ep-flow:ConstraintInventory |
122 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 122 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
123 | rdfs:label "constraint inventory"^^xsd:string ; | 123 | rdfs:label "constraint inventory"^^xsd:string ; |
124 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 124 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
125 | 125 | ||
126 | ep-flow:Consume | 126 | ep-flow:Consume |
127 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 127 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
128 | rdfs:label "consume"^^xsd:string ; | 128 | rdfs:label "consume"^^xsd:string ; |
129 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 129 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
130 | 130 | ||
131 | ep-flow:Consume-HPflare | 131 | ep-flow:Consume-HPflare |
132 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 132 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
133 | rdfs:label "consume - HP flare"^^xsd:string ; | 133 | rdfs:label "consume - HP flare"^^xsd:string ; |
134 | rdfs:subClassOf ep-flow:Consume-flare . | 134 | rdfs:subClassOf ep-flow:Consume-flare . |
135 | 135 | ||
136 | ep-flow:Consume-LPflare | 136 | ep-flow:Consume-LPflare |
137 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 137 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
138 | rdfs:label "consume - LP flare"^^xsd:string ; | 138 | rdfs:label "consume - LP flare"^^xsd:string ; |
139 | rdfs:subClassOf ep-flow:Consume-flare . | 139 | rdfs:subClassOf ep-flow:Consume-flare . |
140 | 140 | ||
141 | ep-flow:Consume-blackstart | 141 | ep-flow:Consume-blackstart |
142 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
143 | rdfs:label "consume - blackstart"^^xsd:string ; | 143 | rdfs:label "consume - blackstart"^^xsd:string ; |
144 | rdfs:subClassOf ep-flow:Consume . | 144 | rdfs:subClassOf ep-flow:Consume . |
145 | 145 | ||
146 | ep-flow:Consume-compressor | 146 | ep-flow:Consume-compressor |
147 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 147 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
148 | rdfs:label "consume - compressor"^^xsd:string ; | 148 | rdfs:label "consume - compressor"^^xsd:string ; |
149 | rdfs:subClassOf ep-flow:Consume . | 149 | rdfs:subClassOf ep-flow:Consume . |
150 | 150 | ||
151 | ep-flow:Consume-emitted | 151 | ep-flow:Consume-emitted |
152 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 152 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
153 | rdfs:label "consume - emitted"^^xsd:string ; | 153 | rdfs:label "consume - emitted"^^xsd:string ; |
154 | rdfs:subClassOf ep-flow:Consume . | 154 | rdfs:subClassOf ep-flow:Consume . |
155 | 155 | ||
156 | ep-flow:Consume-flare | 156 | ep-flow:Consume-flare |
157 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 157 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
158 | rdfs:label "consume - flare"^^xsd:string ; | 158 | rdfs:label "consume - flare"^^xsd:string ; |
159 | rdfs:subClassOf ep-flow:Consume . | 159 | rdfs:subClassOf ep-flow:Consume . |
160 | 160 | ||
161 | ep-flow:Consume-fuel | 161 | ep-flow:Consume-fuel |
162 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 162 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
163 | rdfs:label "consume - fuel"^^xsd:string ; | 163 | rdfs:label "consume - fuel"^^xsd:string ; |
164 | rdfs:subClassOf ep-flow:Consume . | 164 | rdfs:subClassOf ep-flow:Consume . |
165 | 165 | ||
166 | ep-flow:Consume-noncompressor | 166 | ep-flow:Consume-noncompressor |
167 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 167 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
168 | rdfs:label "consume - non-compressor"^^xsd:string ; | 168 | rdfs:label "consume - non-compressor"^^xsd:string ; |
169 | rdfs:subClassOf ep-flow:Consume . | 169 | rdfs:subClassOf ep-flow:Consume . |
170 | 170 | ||
171 | ep-flow:Consume-venting | 171 | ep-flow:Consume-venting |
172 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 172 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
173 | rdfs:label "consume - venting"^^xsd:string ; | 173 | rdfs:label "consume - venting"^^xsd:string ; |
174 | rdfs:subClassOf ep-flow:Consume . | 174 | rdfs:subClassOf ep-flow:Consume . |
175 | 175 | ||
... | @@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow | ... | @@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow |
184 | rdfs:subClassOf ep-flow:ProductionFlow . | 184 | rdfs:subClassOf ep-flow:ProductionFlow . |
185 | 185 | ||
186 | ep-flow:DerivedFlow | 186 | ep-flow:DerivedFlow |
187 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 187 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
188 | rdfs:label "derived flow"^^xsd:string ; | 188 | rdfs:label "derived flow"^^xsd:string ; |
189 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 189 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
190 | 190 | ||
191 | ep-flow:DerivedFlow-difference | 191 | ep-flow:DerivedFlow-difference |
192 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 192 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
193 | rdfs:label "derived flow - difference"^^xsd:string ; | 193 | rdfs:label "derived flow - difference"^^xsd:string ; |
194 | rdfs:subClassOf ep-flow:DerivedFlow . | 194 | rdfs:subClassOf ep-flow:DerivedFlow . |
195 | 195 | ||
196 | ep-flow:DerivedInventory | 196 | ep-flow:DerivedInventory |
197 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 197 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
198 | rdfs:label "derived inventory"^^xsd:string ; | 198 | rdfs:label "derived inventory"^^xsd:string ; |
199 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 199 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
200 | 200 | ||
201 | ep-flow:DifferenceFlow | 201 | ep-flow:DifferenceFlow |
202 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 202 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
203 | rdfs:label "difference flow"^^xsd:string ; | 203 | rdfs:label "difference flow"^^xsd:string ; |
204 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 204 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
205 | 205 | ||
206 | ep-flow:DifferenceInventory | 206 | ep-flow:DifferenceInventory |
207 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 207 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
208 | rdfs:label "difference inventory"^^xsd:string ; | 208 | rdfs:label "difference inventory"^^xsd:string ; |
209 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 209 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
210 | 210 | ||
... | @@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow | ... | @@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow |
214 | rdfs:subClassOf ep-flow:Flow . | 214 | rdfs:subClassOf ep-flow:Flow . |
215 | 215 | ||
216 | ep-flow:EstimatedFlow | 216 | ep-flow:EstimatedFlow |
217 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 217 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
218 | rdfs:label "estimated flow"^^xsd:string ; | 218 | rdfs:label "estimated flow"^^xsd:string ; |
219 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 219 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
220 | 220 | ||
221 | ep-flow:EstimatedInventory | 221 | ep-flow:EstimatedInventory |
222 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 222 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
223 | rdfs:label "estimated inventory"^^xsd:string ; | 223 | rdfs:label "estimated inventory"^^xsd:string ; |
224 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 224 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
225 | 225 | ||
226 | ep-flow:Export | 226 | ep-flow:Export |
227 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 227 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
228 | rdfs:label "export"^^xsd:string ; | 228 | rdfs:label "export"^^xsd:string ; |
229 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 229 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
230 | 230 | ||
231 | ep-flow:Export-nominated | 231 | ep-flow:Export-nominated |
232 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 232 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
233 | rdfs:label "export nominated"^^xsd:string ; | 233 | rdfs:label "export nominated"^^xsd:string ; |
234 | rdfs:subClassOf ep-flow:Export . | 234 | rdfs:subClassOf ep-flow:Export . |
235 | 235 | ||
236 | ep-flow:Export-requested | 236 | ep-flow:Export-requested |
237 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 237 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
238 | rdfs:label "export requested"^^xsd:string ; | 238 | rdfs:label "export requested"^^xsd:string ; |
239 | rdfs:subClassOf ep-flow:Export . | 239 | rdfs:subClassOf ep-flow:Export . |
240 | 240 | ||
241 | ep-flow:Export-shortfall | 241 | ep-flow:Export-shortfall |
242 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 242 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
243 | rdfs:label "export shortfall"^^xsd:string ; | 243 | rdfs:label "export shortfall"^^xsd:string ; |
244 | rdfs:subClassOf ep-flow:Export . | 244 | rdfs:subClassOf ep-flow:Export . |
245 | 245 | ||
... | @@ -249,42 +249,42 @@ ep-flow:Flow | ... | @@ -249,42 +249,42 @@ ep-flow:Flow |
249 | rdfs:subClassOf ep-core:PhysicalThing . | 249 | rdfs:subClassOf ep-core:PhysicalThing . |
250 | 250 | ||
251 | ep-flow:FlowAtInstant | 251 | ep-flow:FlowAtInstant |
252 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 252 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
253 | rdfs:label "flow at instant"^^xsd:string ; | 253 | rdfs:label "flow at instant"^^xsd:string ; |
254 | rdfs:subClassOf ep-flow:Flow . | 254 | rdfs:subClassOf ep-flow:Flow . |
255 | 255 | ||
256 | ep-flow:FlowDuringDay | 256 | ep-flow:FlowDuringDay |
257 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 257 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
258 | rdfs:label "flow during day"^^xsd:string ; | 258 | rdfs:label "flow during day"^^xsd:string ; |
259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
260 | 260 | ||
261 | ep-flow:FlowDuringMonth | 261 | ep-flow:FlowDuringMonth |
262 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 262 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
263 | rdfs:label "flow during month"^^xsd:string ; | 263 | rdfs:label "flow during month"^^xsd:string ; |
264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
265 | 265 | ||
266 | ep-flow:FlowDuringMonthToDate | 266 | ep-flow:FlowDuringMonthToDate |
267 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 267 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
268 | rdfs:label "flow during month to date"^^xsd:string ; | 268 | rdfs:label "flow during month to date"^^xsd:string ; |
269 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 269 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
270 | 270 | ||
271 | ep-flow:FlowDuringPeriod | 271 | ep-flow:FlowDuringPeriod |
272 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 272 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
273 | rdfs:label "flow during period"^^xsd:string ; | 273 | rdfs:label "flow during period"^^xsd:string ; |
274 | rdfs:subClassOf ep-flow:Flow . | 274 | rdfs:subClassOf ep-flow:Flow . |
275 | 275 | ||
276 | ep-flow:FlowDuringWeek | 276 | ep-flow:FlowDuringWeek |
277 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 277 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
278 | rdfs:label "flow during week"^^xsd:string ; | 278 | rdfs:label "flow during week"^^xsd:string ; |
279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
280 | 280 | ||
281 | ep-flow:FlowDuringYear | 281 | ep-flow:FlowDuringYear |
282 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 282 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
283 | rdfs:label "flow during year"^^xsd:string ; | 283 | rdfs:label "flow during year"^^xsd:string ; |
284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
285 | 285 | ||
286 | ep-flow:FlowDuringYearToDate | 286 | ep-flow:FlowDuringYearToDate |
287 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 287 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
288 | rdfs:label "flow during year to date"^^xsd:string ; | 288 | rdfs:label "flow during year to date"^^xsd:string ; |
289 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 289 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
290 | 290 | ||
... | @@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid | ... | @@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid |
299 | rdfs:subClassOf ep-flow:Flow . | 299 | rdfs:subClassOf ep-flow:Flow . |
300 | 300 | ||
301 | ep-flow:ForecastFlow | 301 | ep-flow:ForecastFlow |
302 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 302 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
303 | rdfs:label "forecast flow"^^xsd:string ; | 303 | rdfs:label "forecast flow"^^xsd:string ; |
304 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 304 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
305 | 305 | ||
306 | ep-flow:ForecastFlow-declineCurve | 306 | ep-flow:ForecastFlow-declineCurve |
307 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 307 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
308 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 308 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
309 | rdfs:subClassOf ep-flow:ForecastFlow . | 309 | rdfs:subClassOf ep-flow:ForecastFlow . |
310 | 310 | ||
311 | ep-flow:ForecastFlow-standard | 311 | ep-flow:ForecastFlow-standard |
312 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 312 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
313 | rdfs:label "forecast flow - standard"^^xsd:string ; | 313 | rdfs:label "forecast flow - standard"^^xsd:string ; |
314 | rdfs:subClassOf ep-flow:ForecastFlow . | 314 | rdfs:subClassOf ep-flow:ForecastFlow . |
315 | 315 | ||
316 | ep-flow:ForecastInventory | 316 | ep-flow:ForecastInventory |
317 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 317 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
318 | rdfs:label "forecast inventory"^^xsd:string ; | 318 | rdfs:label "forecast inventory"^^xsd:string ; |
319 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 319 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
320 | 320 | ||
321 | ep-flow:Gaslift | 321 | ep-flow:Gaslift |
322 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 322 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
323 | rdfs:label "gas lift"^^xsd:string ; | 323 | rdfs:label "gas lift"^^xsd:string ; |
324 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 324 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
325 | 325 | ||
326 | ep-flow:GrossProductFlow | 326 | ep-flow:GrossProductFlow |
327 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 327 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
328 | rdfs:label "gross product flow"^^xsd:string ; | 328 | rdfs:label "gross product flow"^^xsd:string ; |
329 | rdfs:subClassOf ep-flow:ProductFlow . | 329 | rdfs:subClassOf ep-flow:ProductFlow . |
330 | 330 | ||
331 | ep-flow:HydrocarbonAccounting | 331 | ep-flow:HydrocarbonAccounting |
332 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 332 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
333 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 333 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
334 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 334 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
335 | 335 | ||
336 | ep-flow:Import | 336 | ep-flow:Import |
337 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 337 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
338 | rdfs:label "import"^^xsd:string ; | 338 | rdfs:label "import"^^xsd:string ; |
339 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 339 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
340 | 340 | ||
341 | ep-flow:Injection | 341 | ep-flow:Injection |
342 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 342 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
343 | rdfs:label "injection"^^xsd:string ; | 343 | rdfs:label "injection"^^xsd:string ; |
344 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 344 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
345 | 345 | ||
... | @@ -349,67 +349,67 @@ ep-flow:Inventory | ... | @@ -349,67 +349,67 @@ ep-flow:Inventory |
349 | rdfs:subClassOf ep-core:PhysicalObject . | 349 | rdfs:subClassOf ep-core:PhysicalObject . |
350 | 350 | ||
351 | ep-flow:MassAdjustedFlow | 351 | ep-flow:MassAdjustedFlow |
352 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 352 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
353 | rdfs:label "mass adjusted flow"^^xsd:string ; | 353 | rdfs:label "mass adjusted flow"^^xsd:string ; |
354 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 354 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
355 | 355 | ||
356 | ep-flow:MeasuredFlow | 356 | ep-flow:MeasuredFlow |
357 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 357 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
358 | rdfs:label "measured flow"^^xsd:string ; | 358 | rdfs:label "measured flow"^^xsd:string ; |
359 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 359 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
360 | 360 | ||
361 | ep-flow:MeasuredFlow-fiscal | 361 | ep-flow:MeasuredFlow-fiscal |
362 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 362 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
363 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 363 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
364 | rdfs:subClassOf ep-flow:MeasuredFlow . | 364 | rdfs:subClassOf ep-flow:MeasuredFlow . |
365 | 365 | ||
366 | ep-flow:MeasuredFlow-raw | 366 | ep-flow:MeasuredFlow-raw |
367 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 367 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
368 | rdfs:label "measured flow - raw"^^xsd:string ; | 368 | rdfs:label "measured flow - raw"^^xsd:string ; |
369 | rdfs:subClassOf ep-flow:MeasuredFlow . | 369 | rdfs:subClassOf ep-flow:MeasuredFlow . |
370 | 370 | ||
371 | ep-flow:MeasuredFlow-recalibrated | 371 | ep-flow:MeasuredFlow-recalibrated |
372 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 372 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
373 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 373 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
374 | rdfs:subClassOf ep-flow:MeasuredFlow . | 374 | rdfs:subClassOf ep-flow:MeasuredFlow . |
375 | 375 | ||
376 | ep-flow:MeasuredInventory | 376 | ep-flow:MeasuredInventory |
377 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 377 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
378 | rdfs:label "measured inventory"^^xsd:string ; | 378 | rdfs:label "measured inventory"^^xsd:string ; |
379 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 379 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
380 | 380 | ||
381 | ep-flow:MeteredFlowFiscal | 381 | ep-flow:MeteredFlowFiscal |
382 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 382 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
383 | rdfs:label "metered flow fiscal"^^xsd:string ; | 383 | rdfs:label "metered flow fiscal"^^xsd:string ; |
384 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 384 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
385 | 385 | ||
386 | ep-flow:NetProductFlow | 386 | ep-flow:NetProductFlow |
387 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 387 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
388 | rdfs:label "net product flow"^^xsd:string ; | 388 | rdfs:label "net product flow"^^xsd:string ; |
389 | rdfs:subClassOf ep-flow:ProductFlow . | 389 | rdfs:subClassOf ep-flow:ProductFlow . |
390 | 390 | ||
391 | ep-flow:NominatedFlow | 391 | ep-flow:NominatedFlow |
392 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 392 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
393 | rdfs:label "nominated flow"^^xsd:string ; | 393 | rdfs:label "nominated flow"^^xsd:string ; |
394 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 394 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
395 | 395 | ||
396 | ep-flow:NominatedInventory | 396 | ep-flow:NominatedInventory |
397 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 397 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
398 | rdfs:label "nominated inventory"^^xsd:string ; | 398 | rdfs:label "nominated inventory"^^xsd:string ; |
399 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 399 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
400 | 400 | ||
401 | ep-flow:Overboard | 401 | ep-flow:Overboard |
402 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 402 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
403 | rdfs:label "overboard"^^xsd:string ; | 403 | rdfs:label "overboard"^^xsd:string ; |
404 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 404 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
405 | 405 | ||
406 | ep-flow:PotentialFlow | 406 | ep-flow:PotentialFlow |
407 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 407 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
408 | rdfs:label "potential flow"^^xsd:string ; | 408 | rdfs:label "potential flow"^^xsd:string ; |
409 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 409 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
410 | 410 | ||
411 | ep-flow:PotentialInventory | 411 | ep-flow:PotentialInventory |
412 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 412 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
413 | rdfs:label "potential inventory"^^xsd:string ; | 413 | rdfs:label "potential inventory"^^xsd:string ; |
414 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 414 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
415 | 415 | ||
... | @@ -424,12 +424,12 @@ ep-flow:PrecipitationType | ... | @@ -424,12 +424,12 @@ ep-flow:PrecipitationType |
424 | rdfs:subClassOf owl:Class . | 424 | rdfs:subClassOf owl:Class . |
425 | 425 | ||
426 | ep-flow:ProcessedFlow | 426 | ep-flow:ProcessedFlow |
427 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 427 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
428 | rdfs:label "processed flow"^^xsd:string ; | 428 | rdfs:label "processed flow"^^xsd:string ; |
429 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 429 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
430 | 430 | ||
431 | ep-flow:ProcessedInventory | 431 | ep-flow:ProcessedInventory |
432 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 432 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
433 | rdfs:label "processed inventory"^^xsd:string ; | 433 | rdfs:label "processed inventory"^^xsd:string ; |
434 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 434 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
435 | 435 | ||
... | @@ -454,27 +454,27 @@ ep-flow:ProductInventory | ... | @@ -454,27 +454,27 @@ ep-flow:ProductInventory |
454 | rdfs:subClassOf ep-flow:Inventory . | 454 | rdfs:subClassOf ep-flow:Inventory . |
455 | 455 | ||
456 | ep-flow:ProductInventoryAdjustedClosingBalance | 456 | ep-flow:ProductInventoryAdjustedClosingBalance |
457 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 457 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
458 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 458 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
459 | rdfs:subClassOf ep-flow:ProductInventory . | 459 | rdfs:subClassOf ep-flow:ProductInventory . |
460 | 460 | ||
461 | ep-flow:ProductInventoryClosingBalance | 461 | ep-flow:ProductInventoryClosingBalance |
462 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 462 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
463 | rdfs:label "product inventory closing balance"^^xsd:string ; | 463 | rdfs:label "product inventory closing balance"^^xsd:string ; |
464 | rdfs:subClassOf ep-flow:ProductInventory . | 464 | rdfs:subClassOf ep-flow:ProductInventory . |
465 | 465 | ||
466 | ep-flow:ProductInventoryClosingStorageBalance | 466 | ep-flow:ProductInventoryClosingStorageBalance |
467 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 467 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
469 | rdfs:subClassOf ep-flow:ProductInventory . | 469 | rdfs:subClassOf ep-flow:ProductInventory . |
470 | 470 | ||
471 | ep-flow:ProductInventoryOpFlex | 471 | ep-flow:ProductInventoryOpFlex |
472 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 472 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
473 | rdfs:label "product inventory opFlex"^^xsd:string ; | 473 | rdfs:label "product inventory opFlex"^^xsd:string ; |
474 | rdfs:subClassOf ep-flow:ProductInventory . | 474 | rdfs:subClassOf ep-flow:ProductInventory . |
475 | 475 | ||
476 | ep-flow:ProductInventoryOpeningBalance | 476 | ep-flow:ProductInventoryOpeningBalance |
477 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 477 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
478 | rdfs:label "product inventory opening balance"^^xsd:string ; | 478 | rdfs:label "product inventory opening balance"^^xsd:string ; |
479 | rdfs:subClassOf ep-flow:ProductInventory . | 479 | rdfs:subClassOf ep-flow:ProductInventory . |
480 | 480 | ||
... | @@ -489,7 +489,7 @@ ep-flow:ProductMaterialType | ... | @@ -489,7 +489,7 @@ ep-flow:ProductMaterialType |
489 | rdfs:subClassOf owl:Class . | 489 | rdfs:subClassOf owl:Class . |
490 | 490 | ||
491 | ep-flow:Production | 491 | ep-flow:Production |
492 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 492 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
493 | rdfs:label "production"^^xsd:string ; | 493 | rdfs:label "production"^^xsd:string ; |
494 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 494 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
495 | 495 | ||
... | @@ -574,37 +574,37 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -574,37 +574,37 @@ ep-flow:ProductionTestWellHeadFlow |
574 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 574 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
575 | 575 | ||
576 | ep-flow:QuotaFlow | 576 | ep-flow:QuotaFlow |
577 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 577 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
578 | rdfs:label "quota flow"^^xsd:string ; | 578 | rdfs:label "quota flow"^^xsd:string ; |
579 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 579 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
580 | 580 | ||
581 | ep-flow:QuotaInventory | 581 | ep-flow:QuotaInventory |
582 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 582 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
583 | rdfs:label "quota inventory"^^xsd:string ; | 583 | rdfs:label "quota inventory"^^xsd:string ; |
584 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 584 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
585 | 585 | ||
586 | ep-flow:RecommendedFlow | 586 | ep-flow:RecommendedFlow |
587 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 587 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
588 | rdfs:label "recommended flow"^^xsd:string ; | 588 | rdfs:label "recommended flow"^^xsd:string ; |
589 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 589 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
590 | 590 | ||
591 | ep-flow:RecommendedInventory | 591 | ep-flow:RecommendedInventory |
592 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 592 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
593 | rdfs:label "recommended inventory"^^xsd:string ; | 593 | rdfs:label "recommended inventory"^^xsd:string ; |
594 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 594 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
595 | 595 | ||
596 | ep-flow:Sale | 596 | ep-flow:Sale |
597 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 597 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
598 | rdfs:label "sale"^^xsd:string ; | 598 | rdfs:label "sale"^^xsd:string ; |
599 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 599 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
600 | 600 | ||
601 | ep-flow:SaleableFlow | 601 | ep-flow:SaleableFlow |
602 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 602 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
603 | rdfs:label "saleable flow"^^xsd:string ; | 603 | rdfs:label "saleable flow"^^xsd:string ; |
604 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 604 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
605 | 605 | ||
606 | ep-flow:SaleableInventory | 606 | ep-flow:SaleableInventory |
607 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 607 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
608 | rdfs:label "saleable inventory"^^xsd:string ; | 608 | rdfs:label "saleable inventory"^^xsd:string ; |
609 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 609 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
610 | 610 | ||
... | @@ -614,32 +614,32 @@ ep-flow:SampleOfMaterial | ... | @@ -614,32 +614,32 @@ ep-flow:SampleOfMaterial |
614 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 614 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
615 | 615 | ||
616 | ep-flow:SimulatedFlow | 616 | ep-flow:SimulatedFlow |
617 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 617 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
618 | rdfs:label "simulated flow"^^xsd:string ; | 618 | rdfs:label "simulated flow"^^xsd:string ; |
619 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 619 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
620 | 620 | ||
621 | ep-flow:SimulatedInventory | 621 | ep-flow:SimulatedInventory |
622 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 622 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
623 | rdfs:label "simulated inventory"^^xsd:string ; | 623 | rdfs:label "simulated inventory"^^xsd:string ; |
624 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 624 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
625 | 625 | ||
626 | ep-flow:Storage | 626 | ep-flow:Storage |
627 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 627 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
628 | rdfs:label "storage"^^xsd:string ; | 628 | rdfs:label "storage"^^xsd:string ; |
629 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 629 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
630 | 630 | ||
631 | ep-flow:TargetFlow | 631 | ep-flow:TargetFlow |
632 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 632 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
633 | rdfs:label "target flow"^^xsd:string ; | 633 | rdfs:label "target flow"^^xsd:string ; |
634 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 634 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
635 | 635 | ||
636 | ep-flow:TargetInventory | 636 | ep-flow:TargetInventory |
637 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 637 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
638 | rdfs:label "target inventory"^^xsd:string ; | 638 | rdfs:label "target inventory"^^xsd:string ; |
639 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 639 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
640 | 640 | ||
641 | ep-flow:TariffBasisFlow | 641 | ep-flow:TariffBasisFlow |
642 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 642 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
643 | rdfs:label "tariff basis flow"^^xsd:string ; | 643 | rdfs:label "tariff basis flow"^^xsd:string ; |
644 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 644 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
645 | 645 | ||
... | @@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType |
654 | rdfs:subClassOf owl:Class . | 654 | rdfs:subClassOf owl:Class . |
655 | 655 | ||
656 | ep-flow:ValueAdjustedFlow | 656 | ep-flow:ValueAdjustedFlow |
657 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 657 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
658 | rdfs:label "value adjusted flow"^^xsd:string ; | 658 | rdfs:label "value adjusted flow"^^xsd:string ; |
659 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 659 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
660 | 660 | ||
... | @@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory | ... | @@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory |
671 | ep-flow:WholeLifeProductFlow | 671 | ep-flow:WholeLifeProductFlow |
672 | rdf:type owl:Class ; | 672 | rdf:type owl:Class ; |
673 | rdfs:label "whole life product flow"^^xsd:string ; | 673 | rdfs:label "whole life product flow"^^xsd:string ; |
674 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . | 674 | + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
675 | 675 | ||
676 | ep-flow:WholeLifeProductInventory | 676 | ep-flow:WholeLifeProductInventory |
677 | rdf:type owl:Class ; | 677 | rdf:type owl:Class ; |
... | @@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory |
681 | ep-flow:WholeLifeProductionFlow | 681 | ep-flow:WholeLifeProductionFlow |
682 | rdf:type owl:Class ; | 682 | rdf:type owl:Class ; |
683 | rdfs:label "whole life production flow"^^xsd:string ; | 683 | rdfs:label "whole life production flow"^^xsd:string ; |
684 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 684 | + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
685 | 685 | ||
686 | ep-flow:WholeLifeProductionFlowNetwork | 686 | ep-flow:WholeLifeProductionFlowNetwork |
687 | rdf:type owl:Class ; | 687 | rdf:type owl:Class ; |
... | @@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork | ... | @@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork |
691 | ep-flow:WholeLifeProductionInventory | 691 | ep-flow:WholeLifeProductionInventory |
692 | rdf:type owl:Class ; | 692 | rdf:type owl:Class ; |
693 | rdfs:label "(whole life) production inventory"^^xsd:string ; | 693 | rdfs:label "(whole life) production inventory"^^xsd:string ; |
694 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . | 694 | + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . |
695 | 695 | ||
696 | ep-flow:WholeLifeProductionInventoryCollection | 696 | ep-flow:WholeLifeProductionInventoryCollection |
697 | rdf:type owl:Class ; | 697 | rdf:type owl:Class ; |
... | @@ -704,7 +704,7 @@ ep-flow:Wind | ... | @@ -704,7 +704,7 @@ ep-flow:Wind |
704 | rdfs:subClassOf ep-flow:Flow . | 704 | rdfs:subClassOf ep-flow:Flow . |
705 | 705 | ||
706 | ep-flow:allocatedTo | 706 | ep-flow:allocatedTo |
707 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 707 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
708 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; | 708 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; |
709 | rdfs:domain ep-core:PhysicalObject ; | 709 | rdfs:domain ep-core:PhysicalObject ; |
710 | rdfs:label "allocatedTo"^^xsd:string ; | 710 | rdfs:label "allocatedTo"^^xsd:string ; |
... | @@ -712,19 +712,19 @@ ep-flow:allocatedTo | ... | @@ -712,19 +712,19 @@ ep-flow:allocatedTo |
712 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 712 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
713 | 713 | ||
714 | ep-flow:amountOfPrecipitation | 714 | ep-flow:amountOfPrecipitation |
715 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 715 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
716 | rdfs:domain ep-flow:Flow ; | 716 | rdfs:domain ep-flow:Flow ; |
717 | rdfs:label "amount of precipitation"^^xsd:string ; | 717 | rdfs:label "amount of precipitation"^^xsd:string ; |
718 | rdfs:range ep-core:Length . | 718 | rdfs:range ep-core:Length . |
719 | 719 | ||
720 | ep-flow:dailyAverageAmountOfMaterial | 720 | ep-flow:dailyAverageAmountOfMaterial |
721 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 721 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
722 | rdfs:domain ep-flow:Flow ; | 722 | rdfs:domain ep-flow:Flow ; |
723 | rdfs:label "daily average amount of material"^^xsd:string ; | 723 | rdfs:label "daily average amount of material"^^xsd:string ; |
724 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 724 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
725 | 725 | ||
726 | ep-flow:energyContent | 726 | ep-flow:energyContent |
727 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 727 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
728 | rdfs:domain ep-material:QuantityOfMaterial ; | 728 | rdfs:domain ep-material:QuantityOfMaterial ; |
729 | rdfs:label "energy content"^^xsd:string ; | 729 | rdfs:label "energy content"^^xsd:string ; |
730 | rdfs:range ep-core:Work . | 730 | rdfs:range ep-core:Work . |
... | @@ -755,6 +755,12 @@ ep-flow:flowMeasuredBy | ... | @@ -755,6 +755,12 @@ ep-flow:flowMeasuredBy |
755 | rdfs:label "flow measured by"^^xsd:string ; | 755 | rdfs:label "flow measured by"^^xsd:string ; |
756 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 756 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
757 | 757 | ||
758 | +ep-flow:flowMeasuredOrCalculatedAt | ||
759 | + rdf:type owl:ObjectProperty ; | ||
760 | + rdfs:domain ep-flow:Flow ; | ||
761 | + rdfs:label "flow measured or calculated at"^^xsd:string ; | ||
762 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
763 | + | ||
758 | ep-flow:flowOutOf | 764 | ep-flow:flowOutOf |
759 | rdf:type owl:ObjectProperty ; | 765 | rdf:type owl:ObjectProperty ; |
760 | rdfs:domain ep-flow:WholeLifeFlow ; | 766 | rdfs:domain ep-flow:WholeLifeFlow ; |
... | @@ -763,7 +769,7 @@ ep-flow:flowOutOf | ... | @@ -763,7 +769,7 @@ ep-flow:flowOutOf |
763 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 769 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
764 | 770 | ||
765 | ep-flow:grossCalorificValue | 771 | ep-flow:grossCalorificValue |
766 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 772 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
767 | rdfs:domain ep-material:QuantityOfMaterial ; | 773 | rdfs:domain ep-material:QuantityOfMaterial ; |
768 | rdfs:label "gross calorific value"^^xsd:string ; | 774 | rdfs:label "gross calorific value"^^xsd:string ; |
769 | rdfs:range ep-core:EnergyPerVolume . | 775 | rdfs:range ep-core:EnergyPerVolume . |
... | @@ -783,34 +789,34 @@ ep-flow:hasNetworkPart | ... | @@ -783,34 +789,34 @@ ep-flow:hasNetworkPart |
783 | rdfs:subPropertyOf ep-core:hasPart . | 789 | rdfs:subPropertyOf ep-core:hasPart . |
784 | 790 | ||
785 | ep-flow:horizontalDirectionAzimuth | 791 | ep-flow:horizontalDirectionAzimuth |
786 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 792 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
787 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 793 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
788 | rdfs:range ep-core:PlaneAngle . | 794 | rdfs:range ep-core:PlaneAngle . |
789 | 795 | ||
790 | ep-flow:materialThatFlows | 796 | ep-flow:materialThatFlows |
791 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 797 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
792 | rdfs:domain ep-flow:Flow ; | 798 | rdfs:domain ep-flow:Flow ; |
793 | rdfs:label "material that flows"^^xsd:string ; | 799 | rdfs:label "material that flows"^^xsd:string ; |
794 | rdfs:range ep-material:QuantityOfMaterial . | 800 | rdfs:range ep-material:QuantityOfMaterial . |
795 | 801 | ||
796 | ep-flow:rateOfFlowOfMaterial | 802 | ep-flow:rateOfFlowOfMaterial |
797 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 803 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
798 | rdfs:label "rate of flow of material"^^xsd:string ; | 804 | rdfs:label "rate of flow of material"^^xsd:string ; |
799 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 805 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
800 | 806 | ||
801 | ep-flow:summedDailyMass | 807 | ep-flow:summedDailyMass |
802 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 808 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
803 | rdfs:domain ep-flow:Inventory ; | 809 | rdfs:domain ep-flow:Inventory ; |
804 | rdfs:label "summed daily mass"^^xsd:string ; | 810 | rdfs:label "summed daily mass"^^xsd:string ; |
805 | rdfs:range ep-core:Mass . | 811 | rdfs:range ep-core:Mass . |
806 | 812 | ||
807 | ep-flow:totalVolumeOfMaterial-deprecated | 813 | ep-flow:totalVolumeOfMaterial-deprecated |
808 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 814 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
809 | rdfs:label "total volume of material"^^xsd:string ; | 815 | rdfs:label "total volume of material"^^xsd:string ; |
810 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 816 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
811 | 817 | ||
812 | ep-flow:yearlyAverageAmountOfMaterial | 818 | ep-flow:yearlyAverageAmountOfMaterial |
813 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 819 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
814 | rdfs:domain ep-flow:Flow ; | 820 | rdfs:domain ep-flow:Flow ; |
815 | rdfs:label "yearly average amount of material"^^xsd:string ; | 821 | rdfs:label "yearly average amount of material"^^xsd:string ; |
816 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 822 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 26 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | ep-mpr-spin-lib:Function | 29 | ep-mpr-spin-lib:Function |
... | @@ -4051,7 +4051,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionSubType | ... | @@ -4051,7 +4051,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionSubType |
4051 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FSQ_standard> | 4051 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FSQ_standard> |
4052 | ] ; | 4052 | ] ; |
4053 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ForecastFlow-standard> ; | 4053 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ForecastFlow-standard> ; |
4054 | - sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> | 4054 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> |
4055 | ] | 4055 | ] |
4056 | ] | 4056 | ] |
4057 | ] | 4057 | ] |
... | @@ -4191,7 +4191,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -4191,7 +4191,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType |
4191 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_massadjusted> | 4191 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_massadjusted> |
4192 | ] ; | 4192 | ] ; |
4193 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MassAdjustedFlow> ; | 4193 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MassAdjustedFlow> ; |
4194 | - sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> | 4194 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> |
4195 | ] | 4195 | ] |
4196 | ] | 4196 | ] |
4197 | ] | 4197 | ] |
... | @@ -4432,8 +4432,8 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -4432,8 +4432,8 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType |
4432 | sp:arg1 spin:_arg1 ; | 4432 | sp:arg1 spin:_arg1 ; |
4433 | sp:arg2 <http://www.epim.no/schemas/mprml/1#ReportingFlow_RF_unknown> | 4433 | sp:arg2 <http://www.epim.no/schemas/mprml/1#ReportingFlow_RF_unknown> |
4434 | ] ; | 4434 | ] ; |
4435 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> ; | 4435 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; |
4436 | - sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> | 4436 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> |
4437 | ] | 4437 | ] |
4438 | ] | 4438 | ] |
4439 | ] | 4439 | ] | ... | ... |
This diff could not be displayed because it is too large.
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
3 | + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)"> | ||
4 | + <documentInfo> | ||
5 | + <DocumentName namingSystem="EC">TRYM February 2012</DocumentName> | ||
6 | + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias> | ||
7 | + <DocumentDate>2012-03-04T00:00:00.0Z</DocumentDate> | ||
8 | + <documentClass namingSystem="EC">Dong E&P Norge AS</documentClass> | ||
9 | + <documentClass namingSystem="EC">DPR 2.0</documentClass> | ||
10 | + <documentClass namingSystem="ERH">dpr2</documentClass> | ||
11 | + <FileCreationInformation> | ||
12 | + | ||
13 | + <FileCreationDate>2012-03-14T00:00:00.0Z</FileCreationDate> | ||
14 | + | ||
15 | + <SoftwareName>Energy Components</SoftwareName> | ||
16 | + <FileCreator>Dong E&P Norge AS</FileCreator> | ||
17 | + <Comment>NA</Comment> | ||
18 | + </FileCreationInformation> | ||
19 | + <Owner>Dong E&P Norge AS</Owner> | ||
20 | + </documentInfo> | ||
21 | + <context xsi:type="obj_report"> | ||
22 | + <kind>DPR 2.0</kind> | ||
23 | + <title>OSELVAR</title> | ||
24 | + <date>2012-02-28</date> | ||
25 | + <dateEnd>2012-02-28</dateEnd> | ||
26 | + <month>2012-02</month> | ||
27 | + <year>2012</year> | ||
28 | + <reportVersion>1.2</reportVersion> | ||
29 | + <reportStatus>final</reportStatus> | ||
30 | + <installation kind="field" namingSystem="NPD">OSELVAR</installation> | ||
31 | + <operator> | ||
32 | + <name>Dong E&P Norge AS</name> | ||
33 | + <role>Operating company</role> | ||
34 | + </operator> | ||
35 | + </context> | ||
36 | + <object xsi:type="obj_productVolume"> | ||
37 | + <name>OSELVAR</name> | ||
38 | + <installation kind="field" namingSystem="NPD">OSELVAR</installation> | ||
39 | + <standardTempPres>0 degC 1 atm</standardTempPres> | ||
40 | + <facility> | ||
41 | + <name kind="tank" namingSystem="DONG" uidRef="NaN">TK0420</name> | ||
42 | + <flow> | ||
43 | + <name>OSL MEG TANK1 CONS MEAS CHEM</name> | ||
44 | + <kind>consume</kind> | ||
45 | + <qualifier>measured</qualifier> | ||
46 | + <version>2012-02-28T21:00:00.0Z</version> | ||
47 | + <versionSource>version src 726</versionSource> | ||
48 | + <gor uom="Euc">55.81</gor> | ||
49 | + <gorMTD uom="m3/m3">95.86</gorMTD> | ||
50 | + <waterConcMass uom="%">99.52</waterConcMass> | ||
51 | + <waterConcVol uom="ppm">27.17</waterConcVol> | ||
52 | + <atmosphere uom="Pa">41.37</atmosphere> | ||
53 | + <volumeValue> | ||
54 | + <volume status="comm failure" uom="m3">339.12</volume> | ||
55 | + <grossCalorificValue uom="J/m3">987.06</grossCalorificValue> | ||
56 | + <temp uom="K">66.34</temp> | ||
57 | + <pres uom="Pa">58.84</pres> | ||
58 | + </volumeValue> | ||
59 | + <volume status="bad calibration" uom="m3">95.52</volume> | ||
60 | + <volumeStd status="bad calibration" uom="m3">40.08</volumeStd> | ||
61 | + <flowRate status="bad calibration" uom="m3/s">82.26</flowRate> | ||
62 | + <product> | ||
63 | + <kind>oil - gross</kind> | ||
64 | + <name namingSystem="TEST484">Test product name 791</name> | ||
65 | + <splitFactor>0.29</splitFactor> | ||
66 | + <gor uom="Euc">43.79</gor> | ||
67 | + <gorMTD uom="m3/m3">38.14</gorMTD> | ||
68 | + <waterConcMass uom="%">46.18</waterConcMass> | ||
69 | + <waterConcVol uom="ppm">39.2</waterConcVol> | ||
70 | + <atmosphere uom="Pa">79.21</atmosphere> | ||
71 | + <volumeValue> | ||
72 | + <volume status="comm failure" uom="m3">915.72</volume> | ||
73 | + <grossCalorificValue uom="J/m3">244.95</grossCalorificValue> | ||
74 | + <temp uom="K">68.94</temp> | ||
75 | + <pres uom="Pa">33.34</pres> | ||
76 | + </volumeValue> | ||
77 | + <volume status="bad calibration" uom="m3">23.78</volume> | ||
78 | + <volumeStd status="bad calibration" uom="m3">77.03</volumeStd> | ||
79 | + <flowRate status="bad calibration" uom="m3/s">46.36</flowRate> | ||
80 | + <temp uom="K">13.23</temp> | ||
81 | + <pres uom="Pa">34.92</pres> | ||
82 | + <absoluteMinPres uom="Pa">36.61</absoluteMinPres> | ||
83 | + <portDiff uid="f69e9f51-12d9-11e2-b954-d067e534860e"> | ||
84 | + <port uidRef="f69e9f52-12d9-11e2-b96d-d067e534860e">Port 1</port> | ||
85 | + <presDiff uom="Pa">29.48</presDiff> | ||
86 | + <tempDiff uom="K">35.77</tempDiff> | ||
87 | + <chokeSize uom="in/32">65.85</chokeSize> | ||
88 | + <chokeRelative uom="%">65.02</chokeRelative> | ||
89 | + </portDiff> | ||
90 | + <portDiff uid="f69e9f53-12d9-11e2-b64e-d067e534860e"> | ||
91 | + <port uidRef="f69e9f54-12d9-11e2-bbea-d067e534860e">Port 2</port> | ||
92 | + <presDiff uom="Pa">54.02</presDiff> | ||
93 | + <tempDiff uom="K">99.07</tempDiff> | ||
94 | + <chokeSize uom="in/32">64.92</chokeSize> | ||
95 | + <chokeRelative uom="%">60.85</chokeRelative> | ||
96 | + </portDiff> | ||
97 | + <mass uom="kg">195.62</mass> | ||
98 | + <work uom="MJ">728.23</work> | ||
99 | + <efficiency uom="%">23.73</efficiency> | ||
100 | + <rvp uom="Pa">150.85</rvp> | ||
101 | + <tvp uom="bar">772.75</tvp> | ||
102 | + <bsw uom="%">39.02</bsw> | ||
103 | + <bswPrevious uom="m3/m3">34.27</bswPrevious> | ||
104 | + <densityValue> | ||
105 | + <density uom="kg/m3">552.48</density> | ||
106 | + <temp uom="K">39.99</temp> | ||
107 | + <pres uom="Pa">26.03</pres> | ||
108 | + </densityValue> | ||
109 | + <density uom="kg/m3">378.88</density> | ||
110 | + <densityFlowRate uom="Mg/a">496.24</densityFlowRate> | ||
111 | + <densityStd uom="kg/m3">300.14</densityStd> | ||
112 | + <concentration uom="ppm">28.08</concentration> | ||
113 | + <molecularWeight>90.61</molecularWeight> | ||
114 | + <weightPercent uom="%">65.51</weightPercent> | ||
115 | + <molePercent uom="%">57.58</molePercent> | ||
116 | + <moleAmt uom="kmol">16.98</moleAmt> | ||
117 | + <sg uom="Euc">18.21</sg> | ||
118 | + <hcDewpoint uom="K">261.68</hcDewpoint> | ||
119 | + <waterDewpoint uom="K">664.2</waterDewpoint> | ||
120 | + <wobbeIndex uom="J/m3">635.05</wobbeIndex> | ||
121 | + <grossCalorificValueStd uom="J/m3">976.34</grossCalorificValueStd> | ||
122 | + <rvpStabilizedCrude uom="Pa">931.43</rvpStabilizedCrude> | ||
123 | + <bswStabilizedCrude uom="Euc">596.37</bswStabilizedCrude> | ||
124 | + <densityStabilizedCrude uom="kg/m3">678.95</densityStabilizedCrude> | ||
125 | + <componentContent uid="f69e9f55-12d9-11e2-bda3-d067e534860e"> | ||
126 | + <kind>oil - net</kind> | ||
127 | + <referenceKind>vapor</referenceKind> | ||
128 | + <gor uom="Euc">64.75</gor> | ||
129 | + <gorMTD uom="m3/m3">70.72</gorMTD> | ||
130 | + <waterConcMass uom="%">31.95</waterConcMass> | ||
131 | + <waterConcVol uom="ppm">88.44</waterConcVol> | ||
132 | + <atmosphere uom="Pa">87.8</atmosphere> | ||
133 | + <volumeValue> | ||
134 | + <volume status="questionable" uom="m3">758.79</volume> | ||
135 | + <grossCalorificValue uom="J/m3">743.79</grossCalorificValue> | ||
136 | + <temp uom="K">28.91</temp> | ||
137 | + <pres uom="Pa">37.78</pres> | ||
138 | + </volumeValue> | ||
139 | + <volume status="bad calibration" uom="m3">27.49</volume> | ||
140 | + <volumeStd status="bad calibration" uom="m3">16.75</volumeStd> | ||
141 | + <flowRate status="bad calibration" uom="m3/s">44.69</flowRate> | ||
142 | + <temp uom="K">23.86</temp> | ||
143 | + <pres uom="Pa">42.98</pres> | ||
144 | + <absoluteMinPres uom="Pa">13.58</absoluteMinPres> | ||
145 | + <portDiff uid="f69ec661-12d9-11e2-a856-d067e534860e"> | ||
146 | + <port uidRef="f69ec662-12d9-11e2-ba09-d067e534860e">Port 1</port> | ||
147 | + <presDiff uom="Pa">68.14</presDiff> | ||
148 | + <tempDiff uom="K">30.85</tempDiff> | ||
149 | + <chokeSize uom="in/32">19.01</chokeSize> | ||
150 | + <chokeRelative uom="%">35.48</chokeRelative> | ||
151 | + </portDiff> | ||
152 | + <portDiff uid="f69ec663-12d9-11e2-896f-d067e534860e"> | ||
153 | + <port uidRef="f69ec664-12d9-11e2-9f42-d067e534860e">Port 2</port> | ||
154 | + <presDiff uom="Pa">38.84</presDiff> | ||
155 | + <tempDiff uom="K">51.72</tempDiff> | ||
156 | + <chokeSize uom="in/32">56.47</chokeSize> | ||
157 | + <chokeRelative uom="%">53.79</chokeRelative> | ||
158 | + </portDiff> | ||
159 | + <mass uom="kg">349.36</mass> | ||
160 | + <work uom="MJ">235.95</work> | ||
161 | + <efficiency uom="%">62.82</efficiency> | ||
162 | + <rvp uom="Pa">975.21</rvp> | ||
163 | + <tvp uom="bar">878.48</tvp> | ||
164 | + <bsw uom="%">26.81</bsw> | ||
165 | + <bswPrevious uom="m3/m3">35.68</bswPrevious> | ||
166 | + <densityValue> | ||
167 | + <density uom="kg/m3">74.09</density> | ||
168 | + <temp uom="K">83.37</temp> | ||
169 | + <pres uom="Pa">15.41</pres> | ||
170 | + </densityValue> | ||
171 | + <density uom="kg/m3">414.68</density> | ||
172 | + <densityFlowRate uom="Mg/a">621.95</densityFlowRate> | ||
173 | + <densityStd uom="kg/m3">618.24</densityStd> | ||
174 | + <concentration uom="ppm">25.04</concentration> | ||
175 | + <molecularWeight>92.78</molecularWeight> | ||
176 | + <weightPercent uom="%">42.47</weightPercent> | ||
177 | + <molePercent uom="%">64.66</molePercent> | ||
178 | + <moleAmt uom="kmol">98.37</moleAmt> | ||
179 | + <sg uom="Euc">77.2</sg> | ||
180 | + <hcDewpoint uom="K">84.09</hcDewpoint> | ||
181 | + <waterDewpoint uom="K">576.56</waterDewpoint> | ||
182 | + <wobbeIndex uom="J/m3">568.53</wobbeIndex> | ||
183 | + <grossCalorificValueStd uom="J/m3">925.43</grossCalorificValueStd> | ||
184 | + <rvpStabilizedCrude uom="Pa">324.93</rvpStabilizedCrude> | ||
185 | + <bswStabilizedCrude uom="Euc">268.91</bswStabilizedCrude> | ||
186 | + <densityStabilizedCrude uom="kg/m3">703.27</densityStabilizedCrude> | ||
187 | + </componentContent> | ||
188 | + <period> | ||
189 | + <kind>day</kind> | ||
190 | + <dateStart>2012-02-28</dateStart> | ||
191 | + <dateEnd>2012-02-28</dateEnd> | ||
192 | + <gor uom="Euc">91.18</gor> | ||
193 | + <gorMTD uom="m3/m3">50.18</gorMTD> | ||
194 | + <waterConcMass uom="%">18.4</waterConcMass> | ||
195 | + <waterConcVol uom="ppm">99.56</waterConcVol> | ||
196 | + <atmosphere uom="Pa">82.72</atmosphere> | ||
197 | + <volumeValue> | ||
198 | + | ||
199 | + <volume uom="m3">1844.83</volume><temp uom="degC">15</temp> | ||
200 | + <pres uom="atm">1</pres> | ||
201 | + </volumeValue> | ||
202 | + <volume status="bad calibration" uom="m3">21.98</volume> | ||
203 | + <volumeStd status="bad calibration" uom="m3">83.58</volumeStd> | ||
204 | + <flowRate status="bad calibration" uom="m3/s">44.68</flowRate> | ||
205 | + <temp uom="K">62.0</temp> | ||
206 | + <pres uom="Pa">57.99</pres> | ||
207 | + <absoluteMinPres uom="Pa">98.21</absoluteMinPres> | ||
208 | + | ||
209 | + <mass uom="kg">900.4</mass> | ||
210 | + <work uom="J">510.98</work> | ||
211 | + <efficiency uom="%">56.43</efficiency> | ||
212 | + <rvp uom="Pa">942.18</rvp> | ||
213 | + <tvp uom="bar">171.81</tvp> | ||
214 | + <bsw uom="%">21.04</bsw> | ||
215 | + <bswPrevious uom="m3/m3">76.96</bswPrevious> | ||
216 | + <densityValue> | ||
217 | + | ||
218 | + <density uom="kg/m3">701.36</density> | ||
219 | + <temp uom="degC">15</temp> | ||
220 | + <pres uom="atm">1</pres> | ||
221 | + </densityValue> | ||
222 | + <density uom="kg/m3">329.8</density> | ||
223 | + <densityFlowRate uom="Mg/a">466.61</densityFlowRate> | ||
224 | + <densityStd uom="kg/m3">139.14</densityStd> | ||
225 | + <concentration uom="ppm">28.48</concentration> | ||
226 | + <molecularWeight>84.1</molecularWeight> | ||
227 | + <weightPercent uom="%">90.22</weightPercent> | ||
228 | + <molePercent uom="%">19.83</molePercent> | ||
229 | + <moleAmt uom="kmol">30.7</moleAmt> | ||
230 | + <sg uom="Euc">60.02</sg> | ||
231 | + <hcDewpoint uom="K">143.79</hcDewpoint> | ||
232 | + <waterDewpoint uom="K">551.42</waterDewpoint> | ||
233 | + <wobbeIndex uom="J/m3">327.48</wobbeIndex> | ||
234 | + <grossCalorificValueStd uom="J/m3">501.58</grossCalorificValueStd> | ||
235 | + <rvpStabilizedCrude uom="Pa">376.43</rvpStabilizedCrude> | ||
236 | + <bswStabilizedCrude uom="Euc">498.53</bswStabilizedCrude> | ||
237 | + <densityStabilizedCrude uom="kg/m3">528.55</densityStabilizedCrude> | ||
238 | + </period> | ||
239 | + </product> | ||
240 | + </flow> | ||
241 | + </facility> | ||
242 | + </object> | ||
243 | +</objects> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +# baseURI: http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema | ||
2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow | ||
3 | + | ||
4 | +@prefix flowFacts: <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema#> . | ||
5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
9 | + | ||
10 | +<http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema> | ||
11 | + rdf:type owl:Ontology ; | ||
12 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> ; | ||
13 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
14 | + | ||
15 | +flowFacts:possibleTemporalPartName | ||
16 | + rdf:type owl:DatatypeProperty ; | ||
17 | + rdfs:domain <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
18 | + rdfs:label "possible temporal part name"^^xsd:string . |
1 | +# baseURI: http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest | ||
2 | +# imports: http://spinrdf.org/spin | ||
3 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | ||
4 | +# imports: http://www.reportinghub.no/np/data/npd | ||
5 | +# imports: http://www.reportinghub.no/test/flow_facts_examples/flow_facts | ||
6 | + | ||
7 | +@prefix : <http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest#> . | ||
8 | +@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | ||
9 | +@prefix TRYM-DPR2.0-28-FEB-2012-dpr2-ONE-VOLUME: <file:///www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/tqedits/TRYM-DPR2.0-28-FEB-2012-dpr2-ONE-VOLUME.xml#> . | ||
10 | +@prefix flow_facts: <http://www.reportinghub.no/test/flow_facts_examples/flow_facts#> . | ||
11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
14 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
15 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
16 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
18 | + | ||
19 | +<http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest> | ||
20 | + rdf:type owl:Ontology ; | ||
21 | + owl:imports <http://www.reportinghub.no/test/flow_facts_examples/flow_facts> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ; | ||
22 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
16 | + "singlePass" ; | ||
17 | + composite:index "0"^^xsd:int | ||
18 | + ] ; | ||
19 | + inference:completeMode | ||
20 | + "true"^^xsd:boolean . |
1 | +# baseURI: http://www.reportinghub.no/test/flow_facts_examples/flow_facts | ||
2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling | ||
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | ||
7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow | ||
10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/geography | ||
11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
12 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization | ||
13 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | ||
14 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | ||
15 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | ||
16 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well | ||
17 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report | ||
18 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
19 | +# imports: http://www.reportinghub.no/np/data/npd | ||
20 | +# imports: http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema | ||
21 | + | ||
22 | +@prefix : <http://www.reportinghub.no/test/flow_facts_examples/flow_facts#> . | ||
23 | +@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | ||
24 | +@prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . | ||
25 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
26 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
27 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
28 | +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | ||
29 | +@prefix flowFacts: <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema#> . | ||
30 | +@prefix npd: <http://www.reportinghub.no/np/schema/npd#> . | ||
31 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
32 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
33 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
34 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
35 | + | ||
36 | +<http://www.reportinghub.no/test/flow_facts_examples/flow_facts> | ||
37 | + rdf:type owl:Ontology ; | ||
38 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/drilling> ; | ||
39 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
40 | + | ||
41 | +<https://reportinghub.no/ep/schema/flowRegistry#Flow-000001> | ||
42 | + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow , ep-flow:Production , ep-flow:Flow ; | ||
43 | + rdfs:comment "Fiscal metered total gross gas in Nm3 for Oselvar -> stream pipe 1 and 2 combined"^^xsd:string ; | ||
44 | + rdfs:label "flow 000001"^^xsd:string ; | ||
45 | + ep-activity:startedAt | ||
46 | + "2013-02-11T00:00:00.0Z"^^xsd:dateTime ; | ||
47 | + ep-core:name "000001"^^xsd:string ; | ||
48 | + ep-flow:flowIntoOrOutOf | ||
49 | + <http://www.reportinghub.no/np/data/npd/Field-5506919> ; | ||
50 | + flowFacts:possibleTemporalPartName | ||
51 | + "OSL GAS STATION PROD FISCAL GAS"^^xsd:string . | ||
52 | + | ||
53 | +<https://reportinghub.no/ep/schema/flowRegistry#Flow-000002> | ||
54 | + rdf:type ep-flow:Flow , ep-flow:Consume , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow ; | ||
55 | + rdfs:label "flow 000002"^^xsd:string ; | ||
56 | + ep-activity:startedAt | ||
57 | + "2013-02-11T00:00:00.0Z"^^xsd:dateTime ; | ||
58 | + ep-core:name "000002"^^xsd:string ; | ||
59 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-5506919> ; | ||
60 | + ep-flow:flowIntoOrOutOf | ||
61 | + <http://www.reportinghub.no/np/data/npd/Field-5506919> ; | ||
62 | + flowFacts:possibleTemporalPartName | ||
63 | + "OSL MEG TANK1 CONS MEAS CHEM"^^xsd:string , "OSL MEG TANK2 CONS MEAS CHEM"^^xsd:string . | ||
64 | + | ||
65 | +<https://www.reportinghub.no/ep/data/tank/DONG$TK0420> | ||
66 | + rdf:type ep-eqt:Tank ; | ||
67 | + ep-core:name "TK0420"^^xsd:string . | ||
68 | + | ||
69 | +<https://www.reportinghub.no/ep/data/tank/DONG$TK0421> | ||
70 | + rdf:type ep-eqt:Tank ; | ||
71 | + ep-core:name "TK0421"^^xsd:string . |
-
Please register or login to post a comment