Showing
5 changed files
with
329 additions
and
211 deletions
| ... | @@ -75,23 +75,27 @@ ep-core:PhysicalThingDuringYearToDate | ... | @@ -75,23 +75,27 @@ ep-core:PhysicalThingDuringYearToDate |
| 75 | 75 | ||
| 76 | ep-flow:AllocatedFlow | 76 | ep-flow:AllocatedFlow |
| 77 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 77 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 78 | + rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; | ||
| 78 | rdfs:label "allocated flow"^^xsd:string ; | 79 | rdfs:label "allocated flow"^^xsd:string ; |
| 79 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 80 | + rdfs:subClassOf ep-flow:Flow . |
| 80 | 81 | ||
| 81 | ep-flow:AllocatedInventory | 82 | ep-flow:AllocatedInventory |
| 82 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 83 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 84 | + rdfs:comment "is \"allocated\" valid for an inventory"^^xsd:string ; | ||
| 83 | rdfs:label "allocated inventory"^^xsd:string ; | 85 | rdfs:label "allocated inventory"^^xsd:string ; |
| 84 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 86 | + rdfs:subClassOf ep-flow:Inventory . |
| 85 | 87 | ||
| 86 | ep-flow:BudgetFlow | 88 | ep-flow:BudgetFlow |
| 87 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 89 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 90 | + rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; | ||
| 88 | rdfs:label "budget flow"^^xsd:string ; | 91 | rdfs:label "budget flow"^^xsd:string ; |
| 89 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 92 | + rdfs:subClassOf ep-flow:Flow . |
| 90 | 93 | ||
| 91 | ep-flow:BudgetInventory | 94 | ep-flow:BudgetInventory |
| 92 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 95 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 96 | + rdfs:comment "inventory that is a performance requirement determined by a budget (source: MPR-XSD)"^^xsd:string ; | ||
| 93 | rdfs:label "budget inventory"^^xsd:string ; | 97 | rdfs:label "budget inventory"^^xsd:string ; |
| 94 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 98 | + rdfs:subClassOf ep-flow:Inventory . |
| 95 | 99 | ||
| 96 | ep-flow:ClassOfMaterialWithMassCriterion | 100 | ep-flow:ClassOfMaterialWithMassCriterion |
| 97 | rdf:type rdfs:Class ; | 101 | rdf:type rdfs:Class ; |
| ... | @@ -100,321 +104,397 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -100,321 +104,397 @@ ep-flow:ClassOfMaterialWithMassCriterion |
| 100 | 104 | ||
| 101 | ep-flow:ConstraintFlow | 105 | ep-flow:ConstraintFlow |
| 102 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 106 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 107 | + rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; | ||
| 103 | rdfs:label "constraint flow"^^xsd:string ; | 108 | rdfs:label "constraint flow"^^xsd:string ; |
| 104 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 109 | + rdfs:subClassOf ep-flow:Flow . |
| 105 | 110 | ||
| 106 | ep-flow:ConstraintFlow-fixed | 111 | ep-flow:ConstraintFlow-fixed |
| 107 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 112 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 113 | + rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; | ||
| 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 114 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
| 109 | rdfs:subClassOf ep-flow:ConstraintFlow . | 115 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 110 | 116 | ||
| 111 | ep-flow:ConstraintFlow-maximum | 117 | ep-flow:ConstraintFlow-maximum |
| 112 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 118 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 119 | + rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; | ||
| 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 120 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
| 114 | rdfs:subClassOf ep-flow:ConstraintFlow . | 121 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 115 | 122 | ||
| 116 | ep-flow:ConstraintFlow-minimum | 123 | ep-flow:ConstraintFlow-minimum |
| 117 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 124 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 125 | + rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; | ||
| 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 126 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
| 119 | rdfs:subClassOf ep-flow:ConstraintFlow . | 127 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 120 | 128 | ||
| 121 | ep-flow:ConstraintInventory | 129 | ep-flow:ConstraintInventory |
| 122 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 130 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 131 | + rdfs:comment "is \"constraint\" valid for an inventory"^^xsd:string ; | ||
| 123 | rdfs:label "constraint inventory"^^xsd:string ; | 132 | rdfs:label "constraint inventory"^^xsd:string ; |
| 124 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 133 | + rdfs:subClassOf ep-flow:Inventory . |
| 125 | 134 | ||
| 126 | -ep-flow:Consume | 135 | +ep-flow:ConsumptionFlow |
| 127 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 136 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 128 | - rdfs:label "consume"^^xsd:string ; | 137 | + rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; |
| 129 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 138 | + rdfs:label "consumption flow"^^xsd:string ; |
| 139 | + rdfs:subClassOf ep-flow:Flow . | ||
| 130 | 140 | ||
| 131 | -ep-flow:Consume-HPflare | 141 | +ep-flow:ConsumptionFlow-HPflare |
| 132 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 133 | - rdfs:label "consume - HP flare"^^xsd:string ; | 143 | + rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; |
| 134 | - rdfs:subClassOf ep-flow:Consume-flare . | 144 | + rdfs:label "consumption flow - HP flare"^^xsd:string ; |
| 145 | + rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | ||
| 135 | 146 | ||
| 136 | -ep-flow:Consume-LPflare | 147 | +ep-flow:ConsumptionFlow-LPflare |
| 137 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 148 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 138 | - rdfs:label "consume - LP flare"^^xsd:string ; | 149 | + rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; |
| 139 | - rdfs:subClassOf ep-flow:Consume-flare . | 150 | + rdfs:label "consumption flow - LP flare"^^xsd:string ; |
| 151 | + rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | ||
| 140 | 152 | ||
| 141 | -ep-flow:Consume-blackstart | 153 | +ep-flow:ConsumptionFlow-blackstart |
| 142 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 154 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 143 | - rdfs:label "consume - blackstart"^^xsd:string ; | 155 | + rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; |
| 144 | - rdfs:subClassOf ep-flow:Consume . | 156 | + rdfs:label "consumption flow - blackstart"^^xsd:string ; |
| 157 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 145 | 158 | ||
| 146 | -ep-flow:Consume-compressor | 159 | +ep-flow:ConsumptionFlow-compressor |
| 147 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 160 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 148 | - rdfs:label "consume - compressor"^^xsd:string ; | 161 | + rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; |
| 149 | - rdfs:subClassOf ep-flow:Consume . | 162 | + rdfs:label "consumption flow - compressor"^^xsd:string ; |
| 163 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 150 | 164 | ||
| 151 | -ep-flow:Consume-emitted | 165 | +ep-flow:ConsumptionFlow-emitted |
| 152 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 166 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 153 | - rdfs:label "consume - emitted"^^xsd:string ; | 167 | + rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; |
| 154 | - rdfs:subClassOf ep-flow:Consume . | 168 | + rdfs:label "consumption flow - emitted"^^xsd:string ; |
| 169 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 155 | 170 | ||
| 156 | -ep-flow:Consume-flare | 171 | +ep-flow:ConsumptionFlow-flare |
| 157 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 172 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 158 | - rdfs:label "consume - flare"^^xsd:string ; | 173 | + rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; |
| 159 | - rdfs:subClassOf ep-flow:Consume . | 174 | + rdfs:label "consumption flow - flare"^^xsd:string ; |
| 175 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 160 | 176 | ||
| 161 | -ep-flow:Consume-fuel | 177 | +ep-flow:ConsumptionFlow-fuel |
| 162 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 178 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 163 | - rdfs:label "consume - fuel"^^xsd:string ; | 179 | + rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; |
| 164 | - rdfs:subClassOf ep-flow:Consume . | 180 | + rdfs:label "consumption flow - fuel"^^xsd:string ; |
| 181 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 165 | 182 | ||
| 166 | -ep-flow:Consume-noncompressor | 183 | +ep-flow:ConsumptionFlow-noncompressor |
| 167 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 184 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 168 | - rdfs:label "consume - non-compressor"^^xsd:string ; | 185 | + rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; |
| 169 | - rdfs:subClassOf ep-flow:Consume . | 186 | + rdfs:label "consumption flow - non-compressor"^^xsd:string ; |
| 187 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 170 | 188 | ||
| 171 | -ep-flow:Consume-venting | 189 | +ep-flow:ConsumptionFlow-venting |
| 172 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 190 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 173 | - rdfs:label "consume - venting"^^xsd:string ; | 191 | + rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; |
| 174 | - rdfs:subClassOf ep-flow:Consume . | 192 | + rdfs:label "consumption flow - venting"^^xsd:string ; |
| 193 | + rdfs:subClassOf ep-flow:ConsumptionFlow . | ||
| 175 | 194 | ||
| 176 | -ep-flow:Current | 195 | +ep-flow:CurrentInWater |
| 177 | rdf:type owl:Class ; | 196 | rdf:type owl:Class ; |
| 197 | + rdfs:comment "flow that is the natural movement of water"^^xsd:string ; | ||
| 178 | rdfs:label "current"^^xsd:string ; | 198 | rdfs:label "current"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-flow:Flow . | 199 | rdfs:subClassOf ep-flow:Flow . |
| 180 | 200 | ||
| 181 | ep-flow:DailyProductionFlow | 201 | ep-flow:DailyProductionFlow |
| 182 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
| 203 | + rdfs:comment "production flow that exists during a day"^^xsd:string ; | ||
| 183 | rdfs:label "daily production flow"^^xsd:string ; | 204 | rdfs:label "daily production flow"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-flow:ProductionFlow . | 205 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 185 | 206 | ||
| 186 | ep-flow:DerivedFlow | 207 | ep-flow:DerivedFlow |
| 187 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 208 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 209 | + rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; | ||
| 188 | rdfs:label "derived flow"^^xsd:string ; | 210 | rdfs:label "derived flow"^^xsd:string ; |
| 189 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 211 | + rdfs:subClassOf ep-flow:Flow . |
| 190 | 212 | ||
| 191 | ep-flow:DerivedFlow-difference | 213 | ep-flow:DerivedFlow-difference |
| 192 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 214 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 215 | + rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; | ||
| 193 | rdfs:label "derived flow - difference"^^xsd:string ; | 216 | rdfs:label "derived flow - difference"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-flow:DerivedFlow . | 217 | rdfs:subClassOf ep-flow:DerivedFlow . |
| 195 | 218 | ||
| 196 | ep-flow:DerivedInventory | 219 | ep-flow:DerivedInventory |
| 197 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 220 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 221 | + rdfs:comment "is \"derived\" valid for an inventory"^^xsd:string ; | ||
| 198 | rdfs:label "derived inventory"^^xsd:string ; | 222 | rdfs:label "derived inventory"^^xsd:string ; |
| 199 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 223 | + rdfs:subClassOf ep-flow:Inventory . |
| 200 | 224 | ||
| 201 | ep-flow:DifferenceFlow | 225 | ep-flow:DifferenceFlow |
| 202 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 226 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 227 | + rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; | ||
| 203 | rdfs:label "difference flow"^^xsd:string ; | 228 | rdfs:label "difference flow"^^xsd:string ; |
| 204 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 229 | + rdfs:subClassOf ep-flow:Flow . |
| 205 | 230 | ||
| 206 | ep-flow:DifferenceInventory | 231 | ep-flow:DifferenceInventory |
| 207 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 232 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 233 | + rdfs:comment "is \"difference\" valid for an inventory"^^xsd:string ; | ||
| 208 | rdfs:label "difference inventory"^^xsd:string ; | 234 | rdfs:label "difference inventory"^^xsd:string ; |
| 209 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 235 | + rdfs:subClassOf ep-flow:Inventory . |
| 210 | 236 | ||
| 211 | ep-flow:ElectricPowerFlow | 237 | ep-flow:ElectricPowerFlow |
| 212 | rdf:type owl:Class ; | 238 | rdf:type owl:Class ; |
| 239 | + rdfs:comment "flow that is of electric power along a circuit"^^xsd:string ; | ||
| 213 | rdfs:label "flow of electricity"^^xsd:string ; | 240 | rdfs:label "flow of electricity"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-flow:Flow . | 241 | rdfs:subClassOf ep-flow:Flow . |
| 215 | 242 | ||
| 216 | ep-flow:EstimatedFlow | 243 | ep-flow:EstimatedFlow |
| 217 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 244 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 245 | + rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | ||
| 218 | rdfs:label "estimated flow"^^xsd:string ; | 246 | rdfs:label "estimated flow"^^xsd:string ; |
| 219 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 247 | + rdfs:subClassOf ep-flow:Flow . |
| 220 | 248 | ||
| 221 | ep-flow:EstimatedInventory | 249 | ep-flow:EstimatedInventory |
| 222 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 250 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 251 | + rdfs:comment "is \"estimated\" valid for an inventory"^^xsd:string ; | ||
| 223 | rdfs:label "estimated inventory"^^xsd:string ; | 252 | rdfs:label "estimated inventory"^^xsd:string ; |
| 224 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 253 | + rdfs:subClassOf ep-flow:Inventory . |
| 225 | 254 | ||
| 226 | -ep-flow:Export | 255 | +ep-flow:ExportFlow |
| 227 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 256 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 257 | + rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | ||
| 228 | rdfs:label "export"^^xsd:string ; | 258 | rdfs:label "export"^^xsd:string ; |
| 229 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 259 | + rdfs:subClassOf ep-flow:Flow . |
| 230 | 260 | ||
| 231 | -ep-flow:Export-nominated | 261 | +ep-flow:ExportFlow-nominated |
| 232 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 262 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 233 | - rdfs:label "export nominated"^^xsd:string ; | 263 | + rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; |
| 234 | - rdfs:subClassOf ep-flow:Export . | 264 | + rdfs:label "export flow nominated"^^xsd:string ; |
| 265 | + rdfs:subClassOf ep-flow:ExportFlow . | ||
| 235 | 266 | ||
| 236 | -ep-flow:Export-requested | 267 | +ep-flow:ExportFlow-requested |
| 237 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 268 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 238 | - rdfs:label "export requested"^^xsd:string ; | 269 | + rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; |
| 239 | - rdfs:subClassOf ep-flow:Export . | 270 | + rdfs:label "export flow requested"^^xsd:string ; |
| 271 | + rdfs:subClassOf ep-flow:ExportFlow . | ||
| 240 | 272 | ||
| 241 | -ep-flow:Export-shortfall | 273 | +ep-flow:ExportFlow-shortfall |
| 242 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 274 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 243 | - rdfs:label "export shortfall"^^xsd:string ; | 275 | + rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; |
| 244 | - rdfs:subClassOf ep-flow:Export . | 276 | + rdfs:label "export flow shortfall"^^xsd:string ; |
| 277 | + rdfs:subClassOf ep-flow:ExportFlow . | ||
| 245 | 278 | ||
| 246 | ep-flow:Flow | 279 | ep-flow:Flow |
| 247 | rdf:type owl:Class ; | 280 | rdf:type owl:Class ; |
| 248 | - rdfs:label "(temporal part of a) flow"^^xsd:string ; | 281 | + rdfs:comment "physical thing that is the movement of matter or energy along a path"^^xsd:string ; |
| 282 | + rdfs:label "flow"^^xsd:string ; | ||
| 249 | rdfs:subClassOf ep-core:PhysicalThing . | 283 | rdfs:subClassOf ep-core:PhysicalThing . |
| 250 | 284 | ||
| 251 | ep-flow:FlowAtInstant | 285 | ep-flow:FlowAtInstant |
| 252 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 286 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 287 | + rdfs:comment "flow that is at an instant in time"^^xsd:string ; | ||
| 253 | rdfs:label "flow at instant"^^xsd:string ; | 288 | rdfs:label "flow at instant"^^xsd:string ; |
| 254 | rdfs:subClassOf ep-flow:Flow . | 289 | rdfs:subClassOf ep-flow:Flow . |
| 255 | 290 | ||
| 256 | ep-flow:FlowDuringDay | 291 | ep-flow:FlowDuringDay |
| 257 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 292 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 293 | + rdfs:comment "flow that is during a day"^^xsd:string ; | ||
| 258 | rdfs:label "flow during day"^^xsd:string ; | 294 | rdfs:label "flow during day"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 295 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 260 | 296 | ||
| 261 | ep-flow:FlowDuringMonth | 297 | ep-flow:FlowDuringMonth |
| 262 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 298 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 299 | + rdfs:comment "flow that is during a month"^^xsd:string ; | ||
| 263 | rdfs:label "flow during month"^^xsd:string ; | 300 | rdfs:label "flow during month"^^xsd:string ; |
| 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 301 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 265 | 302 | ||
| 266 | ep-flow:FlowDuringMonthToDate | 303 | ep-flow:FlowDuringMonthToDate |
| 267 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 304 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 305 | + rdfs:comment "flow that exists from the beginning of a month to a point in time within it"^^xsd:string ; | ||
| 268 | rdfs:label "flow during month to date"^^xsd:string ; | 306 | rdfs:label "flow during month to date"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 307 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 270 | 308 | ||
| 271 | ep-flow:FlowDuringPeriod | 309 | ep-flow:FlowDuringPeriod |
| 272 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 310 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 311 | + rdfs:comment "flow that is during a period of time"^^xsd:string ; | ||
| 273 | rdfs:label "flow during period"^^xsd:string ; | 312 | rdfs:label "flow during period"^^xsd:string ; |
| 274 | rdfs:subClassOf ep-flow:Flow . | 313 | rdfs:subClassOf ep-flow:Flow . |
| 275 | 314 | ||
| 276 | ep-flow:FlowDuringWeek | 315 | ep-flow:FlowDuringWeek |
| 277 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 316 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 317 | + rdfs:comment "flow that is during a week"^^xsd:string ; | ||
| 278 | rdfs:label "flow during week"^^xsd:string ; | 318 | rdfs:label "flow during week"^^xsd:string ; |
| 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 319 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 280 | 320 | ||
| 281 | ep-flow:FlowDuringYear | 321 | ep-flow:FlowDuringYear |
| 282 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 322 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 323 | + rdfs:comment "flow that is during a year"^^xsd:string ; | ||
| 283 | rdfs:label "flow during year"^^xsd:string ; | 324 | rdfs:label "flow during year"^^xsd:string ; |
| 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 325 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 285 | 326 | ||
| 286 | ep-flow:FlowDuringYearToDate | 327 | ep-flow:FlowDuringYearToDate |
| 287 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 328 | rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 329 | + rdfs:comment "flow that exists from the beginning of a year to a point in time within it"^^xsd:string ; | ||
| 288 | rdfs:label "flow during year to date"^^xsd:string ; | 330 | rdfs:label "flow during year to date"^^xsd:string ; |
| 289 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 331 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 290 | 332 | ||
| 291 | ep-flow:FlowInAStandardState | 333 | ep-flow:FlowInAStandardState |
| 292 | rdf:type owl:Class ; | 334 | rdf:type owl:Class ; |
| 335 | + rdfs:comment "flow that is in a standard pressure and temperature state"^^xsd:string ; | ||
| 293 | rdfs:label "flow in a standard state"^^xsd:string ; | 336 | rdfs:label "flow in a standard state"^^xsd:string ; |
| 294 | rdfs:subClassOf ep-flow:Flow . | 337 | rdfs:subClassOf ep-flow:Flow . |
| 295 | 338 | ||
| 296 | ep-flow:FlowOfLiquid | 339 | ep-flow:FlowOfLiquid |
| 297 | rdf:type owl:Class ; | 340 | rdf:type owl:Class ; |
| 341 | + rdfs:comment "flow that is of liquid"^^xsd:string ; | ||
| 298 | rdfs:label "flow of liquid"^^xsd:string ; | 342 | rdfs:label "flow of liquid"^^xsd:string ; |
| 299 | rdfs:subClassOf ep-flow:Flow . | 343 | rdfs:subClassOf ep-flow:Flow . |
| 300 | 344 | ||
| 345 | +ep-flow:FlowToSale | ||
| 346 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | ||
| 347 | + rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; | ||
| 348 | + rdfs:label "flow to sale"^^xsd:string ; | ||
| 349 | + rdfs:subClassOf ep-flow:Flow . | ||
| 350 | + | ||
| 351 | +ep-flow:FlowToStorage | ||
| 352 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | ||
| 353 | + rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; | ||
| 354 | + rdfs:label "flow to storage"^^xsd:string ; | ||
| 355 | + rdfs:subClassOf ep-flow:Flow . | ||
| 356 | + | ||
| 301 | ep-flow:ForecastFlow | 357 | ep-flow:ForecastFlow |
| 302 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 358 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 359 | + rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; | ||
| 303 | rdfs:label "forecast flow"^^xsd:string ; | 360 | rdfs:label "forecast flow"^^xsd:string ; |
| 304 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 361 | + rdfs:subClassOf ep-flow:Flow . |
| 305 | 362 | ||
| 306 | ep-flow:ForecastFlow-declineCurve | 363 | ep-flow:ForecastFlow-declineCurve |
| 307 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 364 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 365 | + rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; | ||
| 308 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 366 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
| 309 | rdfs:subClassOf ep-flow:ForecastFlow . | 367 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 310 | 368 | ||
| 311 | ep-flow:ForecastFlow-standard | 369 | ep-flow:ForecastFlow-standard |
| 312 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 370 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 371 | + rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; | ||
| 313 | rdfs:label "forecast flow - standard"^^xsd:string ; | 372 | rdfs:label "forecast flow - standard"^^xsd:string ; |
| 314 | rdfs:subClassOf ep-flow:ForecastFlow . | 373 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 315 | 374 | ||
| 316 | ep-flow:ForecastInventory | 375 | ep-flow:ForecastInventory |
| 317 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 376 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 377 | + rdfs:comment "inventory that is a forecast (source: MPR-XSD)"^^xsd:string ; | ||
| 318 | rdfs:label "forecast inventory"^^xsd:string ; | 378 | rdfs:label "forecast inventory"^^xsd:string ; |
| 319 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 379 | + rdfs:subClassOf ep-flow:Inventory . |
| 320 | 380 | ||
| 321 | -ep-flow:Gaslift | 381 | +ep-flow:GasLiftFlow |
| 322 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 382 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 323 | - rdfs:label "gas lift"^^xsd:string ; | 383 | + rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; |
| 324 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 384 | + rdfs:label "gas lift flow"^^xsd:string ; |
| 385 | + rdfs:subClassOf ep-flow:InjectionFlow . | ||
| 325 | 386 | ||
| 326 | ep-flow:GrossProductFlow | 387 | ep-flow:GrossProductFlow |
| 327 | rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 388 | rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 389 | + rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; | ||
| 328 | rdfs:label "gross product flow"^^xsd:string ; | 390 | rdfs:label "gross product flow"^^xsd:string ; |
| 329 | rdfs:subClassOf ep-flow:ProductFlow . | 391 | rdfs:subClassOf ep-flow:ProductFlow . |
| 330 | 392 | ||
| 331 | -ep-flow:HydrocarbonAccounting | 393 | +ep-flow:HydrocarbonAccountingFlow |
| 332 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 394 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 395 | + rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; | ||
| 333 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 396 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
| 334 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 397 | + rdfs:subClassOf ep-flow:Flow . |
| 335 | 398 | ||
| 336 | -ep-flow:Import | 399 | +ep-flow:ImportFlow |
| 337 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 400 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 401 | + rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | ||
| 338 | rdfs:label "import"^^xsd:string ; | 402 | rdfs:label "import"^^xsd:string ; |
| 339 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 403 | + rdfs:subClassOf ep-flow:Flow . |
| 340 | 404 | ||
| 341 | -ep-flow:Injection | 405 | +ep-flow:InjectionFlow |
| 342 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 406 | rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 343 | - rdfs:label "injection"^^xsd:string ; | 407 | + rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; |
| 344 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 408 | + rdfs:label "injection flow"^^xsd:string ; |
| 409 | + rdfs:subClassOf ep-flow:Flow . | ||
| 345 | 410 | ||
| 346 | ep-flow:Inventory | 411 | ep-flow:Inventory |
| 347 | rdf:type owl:Class ; | 412 | rdf:type owl:Class ; |
| 413 | + rdfs:comment "physical object that is a managed store of material"^^xsd:string ; | ||
| 348 | rdfs:label "inventory"^^xsd:string ; | 414 | rdfs:label "inventory"^^xsd:string ; |
| 349 | rdfs:subClassOf ep-core:PhysicalObject . | 415 | rdfs:subClassOf ep-core:PhysicalObject . |
| 350 | 416 | ||
| 351 | ep-flow:MassAdjustedFlow | 417 | ep-flow:MassAdjustedFlow |
| 352 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 418 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 419 | + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | ||
| 353 | rdfs:label "mass adjusted flow"^^xsd:string ; | 420 | rdfs:label "mass adjusted flow"^^xsd:string ; |
| 354 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 421 | + rdfs:subClassOf ep-flow:Flow . |
| 355 | 422 | ||
| 356 | ep-flow:MeasuredFlow | 423 | ep-flow:MeasuredFlow |
| 357 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 424 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 425 | + rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; | ||
| 358 | rdfs:label "measured flow"^^xsd:string ; | 426 | rdfs:label "measured flow"^^xsd:string ; |
| 359 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 427 | + rdfs:subClassOf ep-flow:Flow . |
| 360 | 428 | ||
| 361 | ep-flow:MeasuredFlow-fiscal | 429 | ep-flow:MeasuredFlow-fiscal |
| 362 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 430 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 431 | + rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; | ||
| 363 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 432 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
| 364 | rdfs:subClassOf ep-flow:MeasuredFlow . | 433 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 365 | 434 | ||
| 366 | ep-flow:MeasuredFlow-raw | 435 | ep-flow:MeasuredFlow-raw |
| 367 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 436 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 437 | + rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; | ||
| 368 | rdfs:label "measured flow - raw"^^xsd:string ; | 438 | rdfs:label "measured flow - raw"^^xsd:string ; |
| 369 | rdfs:subClassOf ep-flow:MeasuredFlow . | 439 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 370 | 440 | ||
| 371 | ep-flow:MeasuredFlow-recalibrated | 441 | ep-flow:MeasuredFlow-recalibrated |
| 372 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 442 | rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 443 | + rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; | ||
| 373 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 444 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
| 374 | rdfs:subClassOf ep-flow:MeasuredFlow . | 445 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 375 | 446 | ||
| 376 | ep-flow:MeasuredInventory | 447 | ep-flow:MeasuredInventory |
| 377 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 448 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 449 | + rdfs:comment "inventory that is actually measured (source: MPR-XSD)"^^xsd:string ; | ||
| 378 | rdfs:label "measured inventory"^^xsd:string ; | 450 | rdfs:label "measured inventory"^^xsd:string ; |
| 379 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 451 | + rdfs:subClassOf ep-flow:Inventory . |
| 380 | 452 | ||
| 381 | ep-flow:MeteredFlowFiscal | 453 | ep-flow:MeteredFlowFiscal |
| 382 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 454 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 455 | + rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; | ||
| 383 | rdfs:label "metered flow fiscal"^^xsd:string ; | 456 | rdfs:label "metered flow fiscal"^^xsd:string ; |
| 384 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 457 | + rdfs:subClassOf ep-flow:Flow . |
| 385 | 458 | ||
| 386 | ep-flow:NetProductFlow | 459 | ep-flow:NetProductFlow |
| 387 | rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 460 | rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 461 | + rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; | ||
| 388 | rdfs:label "net product flow"^^xsd:string ; | 462 | rdfs:label "net product flow"^^xsd:string ; |
| 389 | rdfs:subClassOf ep-flow:ProductFlow . | 463 | rdfs:subClassOf ep-flow:ProductFlow . |
| 390 | 464 | ||
| 391 | ep-flow:NominatedFlow | 465 | ep-flow:NominatedFlow |
| 392 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 466 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 467 | + rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; | ||
| 393 | rdfs:label "nominated flow"^^xsd:string ; | 468 | rdfs:label "nominated flow"^^xsd:string ; |
| 394 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 469 | + rdfs:subClassOf ep-flow:Flow . |
| 395 | 470 | ||
| 396 | ep-flow:NominatedInventory | 471 | ep-flow:NominatedInventory |
| 397 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 472 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 473 | + rdfs:comment "is \"nominated\" valid for an inventory"^^xsd:string ; | ||
| 398 | rdfs:label "nominated inventory"^^xsd:string ; | 474 | rdfs:label "nominated inventory"^^xsd:string ; |
| 399 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 475 | + rdfs:subClassOf ep-flow:Inventory . |
| 400 | 476 | ||
| 401 | -ep-flow:Overboard | 477 | +ep-flow:OverboardFlow |
| 402 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 478 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 479 | + rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; | ||
| 403 | rdfs:label "overboard"^^xsd:string ; | 480 | rdfs:label "overboard"^^xsd:string ; |
| 404 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 481 | + rdfs:subClassOf ep-flow:Flow . |
| 405 | 482 | ||
| 406 | ep-flow:PotentialFlow | 483 | ep-flow:PotentialFlow |
| 407 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 484 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 485 | + rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; | ||
| 408 | rdfs:label "potential flow"^^xsd:string ; | 486 | rdfs:label "potential flow"^^xsd:string ; |
| 409 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 487 | + rdfs:subClassOf ep-flow:Flow . |
| 410 | 488 | ||
| 411 | ep-flow:PotentialInventory | 489 | ep-flow:PotentialInventory |
| 412 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 490 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 491 | + rdfs:comment "inventory that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; | ||
| 413 | rdfs:label "potential inventory"^^xsd:string ; | 492 | rdfs:label "potential inventory"^^xsd:string ; |
| 414 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 493 | + rdfs:subClassOf ep-flow:Inventory . |
| 415 | 494 | ||
| 416 | ep-flow:Precipitation | 495 | ep-flow:Precipitation |
| 417 | rdf:type owl:Class ; | 496 | rdf:type owl:Class ; |
| 497 | + rdfs:comment "flow that is of rain, hail or snow from the atmoshere to the earths surface"^^xsd:string ; | ||
| 418 | rdfs:label "precipitation"^^xsd:string ; | 498 | rdfs:label "precipitation"^^xsd:string ; |
| 419 | rdfs:subClassOf ep-flow:Flow . | 499 | rdfs:subClassOf ep-flow:Flow . |
| 420 | 500 | ||
| ... | @@ -425,17 +505,20 @@ ep-flow:PrecipitationType | ... | @@ -425,17 +505,20 @@ ep-flow:PrecipitationType |
| 425 | 505 | ||
| 426 | ep-flow:ProcessedFlow | 506 | ep-flow:ProcessedFlow |
| 427 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 507 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 508 | + rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; | ||
| 428 | rdfs:label "processed flow"^^xsd:string ; | 509 | rdfs:label "processed flow"^^xsd:string ; |
| 429 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 510 | + rdfs:subClassOf ep-flow:Flow . |
| 430 | 511 | ||
| 431 | ep-flow:ProcessedInventory | 512 | ep-flow:ProcessedInventory |
| 432 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 513 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 514 | + rdfs:comment "inventory that is defined by processing measured values. This is different from a derived inventory because it is fundamentally a variation of the original. (source: MPR-XSD)"^^xsd:string ; | ||
| 433 | rdfs:label "processed inventory"^^xsd:string ; | 515 | rdfs:label "processed inventory"^^xsd:string ; |
| 434 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 516 | + rdfs:subClassOf ep-flow:Inventory . |
| 435 | 517 | ||
| 436 | ep-flow:ProductFlow | 518 | ep-flow:ProductFlow |
| 437 | rdf:type owl:Class ; | 519 | rdf:type owl:Class ; |
| 438 | - rdfs:label "(temporal part of a) product flow"^^xsd:string ; | 520 | + rdfs:comment "flow that is of product"^^xsd:string ; |
| 521 | + rdfs:label "product flow"^^xsd:string ; | ||
| 439 | rdfs:subClassOf ep-flow:Flow . | 522 | rdfs:subClassOf ep-flow:Flow . |
| 440 | 523 | ||
| 441 | ep-flow:ProductFlowGrossOrNetType | 524 | ep-flow:ProductFlowGrossOrNetType |
| ... | @@ -445,36 +528,43 @@ ep-flow:ProductFlowGrossOrNetType | ... | @@ -445,36 +528,43 @@ ep-flow:ProductFlowGrossOrNetType |
| 445 | 528 | ||
| 446 | ep-flow:ProductFlowToDate | 529 | ep-flow:ProductFlowToDate |
| 447 | rdf:type owl:Class ; | 530 | rdf:type owl:Class ; |
| 531 | + rdfs:comment "product flow that is the whole life of a flow of material up to a point in time"^^xsd:string ; | ||
| 448 | rdfs:label "product flow to date"^^xsd:string ; | 532 | rdfs:label "product flow to date"^^xsd:string ; |
| 449 | rdfs:subClassOf ep-flow:ProductFlow . | 533 | rdfs:subClassOf ep-flow:ProductFlow . |
| 450 | 534 | ||
| 451 | ep-flow:ProductInventory | 535 | ep-flow:ProductInventory |
| 452 | rdf:type owl:Class ; | 536 | rdf:type owl:Class ; |
| 453 | - rdfs:label "(temporal part of a) product inventory"^^xsd:string ; | 537 | + rdfs:comment "inventory that is a store of product"^^xsd:string ; |
| 538 | + rdfs:label "product inventory"^^xsd:string ; | ||
| 454 | rdfs:subClassOf ep-flow:Inventory . | 539 | rdfs:subClassOf ep-flow:Inventory . |
| 455 | 540 | ||
| 456 | ep-flow:ProductInventoryAdjustedClosingBalance | 541 | ep-flow:ProductInventoryAdjustedClosingBalance |
| 457 | rdf:type ep-flow:ProductInventoryType , owl:Class ; | 542 | rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 543 | + rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; | ||
| 458 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 544 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
| 459 | rdfs:subClassOf ep-flow:ProductInventory . | 545 | rdfs:subClassOf ep-flow:ProductInventory . |
| 460 | 546 | ||
| 461 | ep-flow:ProductInventoryClosingBalance | 547 | ep-flow:ProductInventoryClosingBalance |
| 462 | rdf:type ep-flow:ProductInventoryType , owl:Class ; | 548 | rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 549 | + rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; | ||
| 463 | rdfs:label "product inventory closing balance"^^xsd:string ; | 550 | rdfs:label "product inventory closing balance"^^xsd:string ; |
| 464 | rdfs:subClassOf ep-flow:ProductInventory . | 551 | rdfs:subClassOf ep-flow:ProductInventory . |
| 465 | 552 | ||
| 466 | ep-flow:ProductInventoryClosingStorageBalance | 553 | ep-flow:ProductInventoryClosingStorageBalance |
| 467 | rdf:type ep-flow:ProductInventoryType , owl:Class ; | 554 | rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 555 | + rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; | ||
| 468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 556 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
| 469 | rdfs:subClassOf ep-flow:ProductInventory . | 557 | rdfs:subClassOf ep-flow:ProductInventory . |
| 470 | 558 | ||
| 471 | ep-flow:ProductInventoryOpFlex | 559 | ep-flow:ProductInventoryOpFlex |
| 472 | rdf:type ep-flow:ProductInventoryType , owl:Class ; | 560 | rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 561 | + rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; | ||
| 473 | rdfs:label "product inventory opFlex"^^xsd:string ; | 562 | rdfs:label "product inventory opFlex"^^xsd:string ; |
| 474 | rdfs:subClassOf ep-flow:ProductInventory . | 563 | rdfs:subClassOf ep-flow:ProductInventory . |
| 475 | 564 | ||
| 476 | ep-flow:ProductInventoryOpeningBalance | 565 | ep-flow:ProductInventoryOpeningBalance |
| 477 | rdf:type ep-flow:ProductInventoryType , owl:Class ; | 566 | rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 567 | + rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; | ||
| 478 | rdfs:label "product inventory opening balance"^^xsd:string ; | 568 | rdfs:label "product inventory opening balance"^^xsd:string ; |
| 479 | rdfs:subClassOf ep-flow:ProductInventory . | 569 | rdfs:subClassOf ep-flow:ProductInventory . |
| 480 | 570 | ||
| ... | @@ -488,14 +578,16 @@ ep-flow:ProductMaterialType | ... | @@ -488,14 +578,16 @@ ep-flow:ProductMaterialType |
| 488 | rdfs:label "product material type"^^xsd:string ; | 578 | rdfs:label "product material type"^^xsd:string ; |
| 489 | rdfs:subClassOf owl:Class . | 579 | rdfs:subClassOf owl:Class . |
| 490 | 580 | ||
| 491 | -ep-flow:Production | 581 | +ep-flow:ProductionExploitation |
| 492 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 582 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 493 | - rdfs:label "production"^^xsd:string ; | 583 | + rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; |
| 494 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 584 | + rdfs:label "production exploitation"^^xsd:string ; |
| 585 | + rdfs:subClassOf ep-flow:Flow . | ||
| 495 | 586 | ||
| 496 | ep-flow:ProductionFlow | 587 | ep-flow:ProductionFlow |
| 497 | rdf:type owl:Class ; | 588 | rdf:type owl:Class ; |
| 498 | - rdfs:label "(temporal part of a) production flow"^^xsd:string ; | 589 | + rdfs:comment "flow that is of produced material, consisting of one or more products"^^xsd:string ; |
| 590 | + rdfs:label "production flow"^^xsd:string ; | ||
| 499 | rdfs:subClassOf ep-flow:Flow . | 591 | rdfs:subClassOf ep-flow:Flow . |
| 500 | 592 | ||
| 501 | ep-flow:ProductionFlowDefinitionSubType | 593 | ep-flow:ProductionFlowDefinitionSubType |
| ... | @@ -510,11 +602,13 @@ ep-flow:ProductionFlowDefinitionType | ... | @@ -510,11 +602,13 @@ ep-flow:ProductionFlowDefinitionType |
| 510 | 602 | ||
| 511 | ep-flow:ProductionFlowNetwork | 603 | ep-flow:ProductionFlowNetwork |
| 512 | rdf:type owl:Class ; | 604 | rdf:type owl:Class ; |
| 513 | - rdfs:label "(temporal part of a) production flow network"^^xsd:string ; | 605 | + rdfs:comment "flow that is a network of production flows"^^xsd:string ; |
| 606 | + rdfs:label "production flow network"^^xsd:string ; | ||
| 514 | rdfs:subClassOf ep-flow:Flow . | 607 | rdfs:subClassOf ep-flow:Flow . |
| 515 | 608 | ||
| 516 | ep-flow:ProductionFlowNetworkToDate | 609 | ep-flow:ProductionFlowNetworkToDate |
| 517 | rdf:type owl:Class ; | 610 | rdf:type owl:Class ; |
| 611 | + rdfs:comment "flow that is the whole life of a network of production flows up to a point in time"^^xsd:string ; | ||
| 518 | rdfs:label "production flow network to date"^^xsd:string ; | 612 | rdfs:label "production flow network to date"^^xsd:string ; |
| 519 | rdfs:subClassOf ep-flow:ProductionFlowNetwork . | 613 | rdfs:subClassOf ep-flow:ProductionFlowNetwork . |
| 520 | 614 | ||
| ... | @@ -525,21 +619,25 @@ ep-flow:ProductionFlowPurposeType | ... | @@ -525,21 +619,25 @@ ep-flow:ProductionFlowPurposeType |
| 525 | 619 | ||
| 526 | ep-flow:ProductionFlowToDate | 620 | ep-flow:ProductionFlowToDate |
| 527 | rdf:type owl:Class ; | 621 | rdf:type owl:Class ; |
| 622 | + rdfs:comment "production flow that is the whole life of a flow of produced material up to a point in time"^^xsd:string ; | ||
| 528 | rdfs:label "production flow to date"^^xsd:string ; | 623 | rdfs:label "production flow to date"^^xsd:string ; |
| 529 | rdfs:subClassOf ep-flow:ProductionFlow . | 624 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 530 | 625 | ||
| 531 | ep-flow:ProductionInventory | 626 | ep-flow:ProductionInventory |
| 532 | rdf:type owl:Class ; | 627 | rdf:type owl:Class ; |
| 533 | - rdfs:label "(temporal part of a) production inventory"^^xsd:string ; | 628 | + rdfs:comment "inventory that is a managed store of produced material, consisting of one or more products"^^xsd:string ; |
| 629 | + rdfs:label "production inventory"^^xsd:string ; | ||
| 534 | rdfs:subClassOf ep-flow:Inventory . | 630 | rdfs:subClassOf ep-flow:Inventory . |
| 535 | 631 | ||
| 536 | ep-flow:ProductionInventoryCollection | 632 | ep-flow:ProductionInventoryCollection |
| 537 | rdf:type owl:Class ; | 633 | rdf:type owl:Class ; |
| 538 | - rdfs:label "(temporal part of a) production inventory collection"^^xsd:string ; | 634 | + rdfs:comment "inventory that is an assembly of one or more production inventories"^^xsd:string ; |
| 635 | + rdfs:label "production inventory collection"^^xsd:string ; | ||
| 539 | rdfs:subClassOf ep-flow:Inventory . | 636 | rdfs:subClassOf ep-flow:Inventory . |
| 540 | 637 | ||
| 541 | ep-flow:ProductionInventoryCollectionToDate | 638 | ep-flow:ProductionInventoryCollectionToDate |
| 542 | rdf:type owl:Class ; | 639 | rdf:type owl:Class ; |
| 640 | + rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories up to a point in time"^^xsd:string ; | ||
| 543 | rdfs:label "production inventory collection to date"^^xsd:string ; | 641 | rdfs:label "production inventory collection to date"^^xsd:string ; |
| 544 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . | 642 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . |
| 545 | 643 | ||
| ... | @@ -550,98 +648,99 @@ ep-flow:ProductionInventoryDefinitionType | ... | @@ -550,98 +648,99 @@ ep-flow:ProductionInventoryDefinitionType |
| 550 | 648 | ||
| 551 | ep-flow:ProductionInventoryToDate | 649 | ep-flow:ProductionInventoryToDate |
| 552 | rdf:type owl:Class ; | 650 | rdf:type owl:Class ; |
| 651 | + rdfs:comment "production inventory that is the whole life of a store of produced material up to a point in time"^^xsd:string ; | ||
| 553 | rdfs:label "production inventory to date"^^xsd:string ; | 652 | rdfs:label "production inventory to date"^^xsd:string ; |
| 554 | rdfs:subClassOf ep-flow:ProductionInventory . | 653 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 555 | 654 | ||
| 556 | ep-flow:ProductionTestFlowLineFlow | 655 | ep-flow:ProductionTestFlowLineFlow |
| 557 | rdf:type owl:Class ; | 656 | rdf:type owl:Class ; |
| 657 | + rdfs:comment "flow that is in a flow line during a production test"^^xsd:string ; | ||
| 558 | rdfs:label "production test flow line flow"^^xsd:string ; | 658 | rdfs:label "production test flow line flow"^^xsd:string ; |
| 559 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 659 | + rdfs:subClassOf ep-flow:Flow . |
| 560 | 660 | ||
| 561 | ep-flow:ProductionTestGasLiftFlow | 661 | ep-flow:ProductionTestGasLiftFlow |
| 562 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
| 663 | + rdfs:comment "gas lift flow that is during a production test"^^xsd:string ; | ||
| 563 | rdfs:label "production test gas lift flow"^^xsd:string ; | 664 | rdfs:label "production test gas lift flow"^^xsd:string ; |
| 564 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 665 | + rdfs:subClassOf ep-flow:GasLiftFlow . |
| 565 | 666 | ||
| 566 | ep-flow:ProductionTestSeparatorFlow | 667 | ep-flow:ProductionTestSeparatorFlow |
| 567 | rdf:type owl:Class ; | 668 | rdf:type owl:Class ; |
| 669 | + rdfs:comment "flow that is in a separator during a production test"^^xsd:string ; | ||
| 568 | rdfs:label "production test separator flow"^^xsd:string ; | 670 | rdfs:label "production test separator flow"^^xsd:string ; |
| 569 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 671 | + rdfs:subClassOf ep-flow:Flow . |
| 570 | 672 | ||
| 571 | ep-flow:ProductionTestWellHeadFlow | 673 | ep-flow:ProductionTestWellHeadFlow |
| 572 | rdf:type owl:Class ; | 674 | rdf:type owl:Class ; |
| 675 | + rdfs:comment "flow that is at a well head during a production test"^^xsd:string ; | ||
| 573 | rdfs:label "production test well head flow"^^xsd:string ; | 676 | rdfs:label "production test well head flow"^^xsd:string ; |
| 574 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 677 | + rdfs:subClassOf ep-flow:Flow . |
| 575 | 678 | ||
| 576 | ep-flow:QuotaFlow | 679 | ep-flow:QuotaFlow |
| 577 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 680 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 681 | + rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; | ||
| 578 | rdfs:label "quota flow"^^xsd:string ; | 682 | rdfs:label "quota flow"^^xsd:string ; |
| 579 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 683 | + rdfs:subClassOf ep-flow:Flow . |
| 580 | 684 | ||
| 581 | ep-flow:QuotaInventory | 685 | ep-flow:QuotaInventory |
| 582 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 686 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 687 | + rdfs:comment "inventory set by some authority, which may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; | ||
| 583 | rdfs:label "quota inventory"^^xsd:string ; | 688 | rdfs:label "quota inventory"^^xsd:string ; |
| 584 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 689 | + rdfs:subClassOf ep-flow:Inventory . |
| 585 | 690 | ||
| 586 | ep-flow:RecommendedFlow | 691 | ep-flow:RecommendedFlow |
| 587 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 692 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 693 | + rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; | ||
| 588 | rdfs:label "recommended flow"^^xsd:string ; | 694 | rdfs:label "recommended flow"^^xsd:string ; |
| 589 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 695 | + rdfs:subClassOf ep-flow:Flow . |
| 590 | 696 | ||
| 591 | ep-flow:RecommendedInventory | 697 | ep-flow:RecommendedInventory |
| 592 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 698 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 699 | + rdfs:comment "inventory that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this. (source: MPR-XSD)"^^xsd:string ; | ||
| 593 | rdfs:label "recommended inventory"^^xsd:string ; | 700 | rdfs:label "recommended inventory"^^xsd:string ; |
| 594 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 701 | + rdfs:subClassOf ep-flow:Inventory . |
| 595 | - | ||
| 596 | -ep-flow:Sale | ||
| 597 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | ||
| 598 | - rdfs:label "sale"^^xsd:string ; | ||
| 599 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | ||
| 600 | 702 | ||
| 601 | ep-flow:SaleableFlow | 703 | ep-flow:SaleableFlow |
| 602 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 704 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 705 | + rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; | ||
| 603 | rdfs:label "saleable flow"^^xsd:string ; | 706 | rdfs:label "saleable flow"^^xsd:string ; |
| 604 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 707 | + rdfs:subClassOf ep-flow:Flow . |
| 605 | 708 | ||
| 606 | ep-flow:SaleableInventory | 709 | ep-flow:SaleableInventory |
| 607 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 710 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 711 | + rdfs:comment "inventory that is of marked as being saleable. Hence the final destination of the material would be a sale. (source: MPR-XSD)"^^xsd:string ; | ||
| 608 | rdfs:label "saleable inventory"^^xsd:string ; | 712 | rdfs:label "saleable inventory"^^xsd:string ; |
| 609 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 713 | + rdfs:subClassOf ep-flow:Inventory . |
| 610 | - | ||
| 611 | -ep-flow:SampleOfMaterial | ||
| 612 | - rdf:type owl:Class ; | ||
| 613 | - rdfs:label "sample of material"^^xsd:string ; | ||
| 614 | - rdfs:subClassOf ep-material:QuantityOfMaterial . | ||
| 615 | 714 | ||
| 616 | ep-flow:SimulatedFlow | 715 | ep-flow:SimulatedFlow |
| 617 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 716 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 717 | + rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | ||
| 618 | rdfs:label "simulated flow"^^xsd:string ; | 718 | rdfs:label "simulated flow"^^xsd:string ; |
| 619 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 719 | + rdfs:subClassOf ep-flow:Flow . |
| 620 | 720 | ||
| 621 | ep-flow:SimulatedInventory | 721 | ep-flow:SimulatedInventory |
| 622 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 722 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 723 | + rdfs:comment "inventory that is an estimate based upon a simulation (source: MPR-XSD)"^^xsd:string ; | ||
| 623 | rdfs:label "simulated inventory"^^xsd:string ; | 724 | rdfs:label "simulated inventory"^^xsd:string ; |
| 624 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 725 | + rdfs:subClassOf ep-flow:Inventory . |
| 625 | - | ||
| 626 | -ep-flow:Storage | ||
| 627 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | ||
| 628 | - rdfs:label "storage"^^xsd:string ; | ||
| 629 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | ||
| 630 | 726 | ||
| 631 | ep-flow:TargetFlow | 727 | ep-flow:TargetFlow |
| 632 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 728 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 729 | + rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; | ||
| 633 | rdfs:label "target flow"^^xsd:string ; | 730 | rdfs:label "target flow"^^xsd:string ; |
| 634 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 731 | + rdfs:subClassOf ep-flow:Flow . |
| 635 | 732 | ||
| 636 | ep-flow:TargetInventory | 733 | ep-flow:TargetInventory |
| 637 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 734 | rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 735 | + rdfs:comment "inventory that is desired (source: MPR-XSD)"^^xsd:string ; | ||
| 638 | rdfs:label "target inventory"^^xsd:string ; | 736 | rdfs:label "target inventory"^^xsd:string ; |
| 639 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 737 | + rdfs:subClassOf ep-flow:Inventory . |
| 640 | 738 | ||
| 641 | ep-flow:TariffBasisFlow | 739 | ep-flow:TariffBasisFlow |
| 642 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 740 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 741 | + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | ||
| 643 | rdfs:label "tariff basis flow"^^xsd:string ; | 742 | rdfs:label "tariff basis flow"^^xsd:string ; |
| 644 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 743 | + rdfs:subClassOf ep-flow:Flow . |
| 645 | 744 | ||
| 646 | ep-flow:TemporalPartDurationType | 745 | ep-flow:TemporalPartDurationType |
| 647 | rdf:type rdfs:Class ; | 746 | rdf:type rdfs:Class ; |
| ... | @@ -655,96 +754,111 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -655,96 +754,111 @@ ep-flow:TemporalPartOfAFlowDurationType |
| 655 | 754 | ||
| 656 | ep-flow:ValueAdjustedFlow | 755 | ep-flow:ValueAdjustedFlow |
| 657 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 756 | rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 757 | + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | ||
| 658 | rdfs:label "value adjusted flow"^^xsd:string ; | 758 | rdfs:label "value adjusted flow"^^xsd:string ; |
| 659 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 759 | + rdfs:subClassOf ep-flow:Flow . |
| 660 | 760 | ||
| 661 | ep-flow:WholeLifeFlow | 761 | ep-flow:WholeLifeFlow |
| 662 | rdf:type owl:Class ; | 762 | rdf:type owl:Class ; |
| 763 | + rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; | ||
| 663 | rdfs:label "whole life flow"^^xsd:string ; | 764 | rdfs:label "whole life flow"^^xsd:string ; |
| 664 | rdfs:subClassOf ep-flow:Flow . | 765 | rdfs:subClassOf ep-flow:Flow . |
| 665 | 766 | ||
| 666 | ep-flow:WholeLifeInventory | 767 | ep-flow:WholeLifeInventory |
| 667 | rdf:type owl:Class ; | 768 | rdf:type owl:Class ; |
| 769 | + rdfs:comment "inventory that is the whole life of a managed store of material"^^xsd:string ; | ||
| 668 | rdfs:label "whole life inventory"^^xsd:string ; | 770 | rdfs:label "whole life inventory"^^xsd:string ; |
| 669 | rdfs:subClassOf ep-flow:Inventory . | 771 | rdfs:subClassOf ep-flow:Inventory . |
| 670 | 772 | ||
| 671 | ep-flow:WholeLifeProductFlow | 773 | ep-flow:WholeLifeProductFlow |
| 672 | rdf:type owl:Class ; | 774 | rdf:type owl:Class ; |
| 775 | + rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; | ||
| 673 | rdfs:label "whole life product flow"^^xsd:string ; | 776 | rdfs:label "whole life product flow"^^xsd:string ; |
| 674 | rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 777 | rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
| 675 | 778 | ||
| 676 | ep-flow:WholeLifeProductInventory | 779 | ep-flow:WholeLifeProductInventory |
| 677 | rdf:type owl:Class ; | 780 | rdf:type owl:Class ; |
| 678 | - rdfs:label "(whole life) product inventory"^^xsd:string ; | 781 | + rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; |
| 679 | - rdfs:subClassOf ep-flow:ProductInventory . | 782 | + rdfs:label "whole life product inventory"^^xsd:string ; |
| 783 | + rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . | ||
| 680 | 784 | ||
| 681 | ep-flow:WholeLifeProductionFlow | 785 | ep-flow:WholeLifeProductionFlow |
| 682 | rdf:type owl:Class ; | 786 | rdf:type owl:Class ; |
| 787 | + rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; | ||
| 683 | rdfs:label "whole life production flow"^^xsd:string ; | 788 | rdfs:label "whole life production flow"^^xsd:string ; |
| 684 | rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 789 | rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
| 685 | 790 | ||
| 686 | ep-flow:WholeLifeProductionFlowNetwork | 791 | ep-flow:WholeLifeProductionFlowNetwork |
| 687 | rdf:type owl:Class ; | 792 | rdf:type owl:Class ; |
| 793 | + rdfs:comment "flow that is the whole life of a network of production flows"^^xsd:string ; | ||
| 688 | rdfs:label "whole life production flow network"^^xsd:string ; | 794 | rdfs:label "whole life production flow network"^^xsd:string ; |
| 689 | rdfs:subClassOf ep-flow:ProductionFlowNetwork . | 795 | rdfs:subClassOf ep-flow:ProductionFlowNetwork . |
| 690 | 796 | ||
| 691 | ep-flow:WholeLifeProductionInventory | 797 | ep-flow:WholeLifeProductionInventory |
| 692 | rdf:type owl:Class ; | 798 | rdf:type owl:Class ; |
| 693 | - rdfs:label "(whole life) production inventory"^^xsd:string ; | 799 | + rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; |
| 800 | + rdfs:label "whole life production inventory"^^xsd:string ; | ||
| 694 | rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . | 801 | rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . |
| 695 | 802 | ||
| 696 | ep-flow:WholeLifeProductionInventoryCollection | 803 | ep-flow:WholeLifeProductionInventoryCollection |
| 697 | rdf:type owl:Class ; | 804 | rdf:type owl:Class ; |
| 805 | + rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories"^^xsd:string ; | ||
| 698 | rdfs:label "whole life production inventory collection"^^xsd:string ; | 806 | rdfs:label "whole life production inventory collection"^^xsd:string ; |
| 699 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . | 807 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . |
| 700 | 808 | ||
| 701 | ep-flow:Wind | 809 | ep-flow:Wind |
| 702 | rdf:type owl:Class ; | 810 | rdf:type owl:Class ; |
| 811 | + rdfs:comment "flow that is the natural movement of air"^^xsd:string ; | ||
| 703 | rdfs:label "wind"^^xsd:string ; | 812 | rdfs:label "wind"^^xsd:string ; |
| 704 | rdfs:subClassOf ep-flow:Flow . | 813 | rdfs:subClassOf ep-flow:Flow . |
| 705 | 814 | ||
| 706 | ep-flow:allocatedTo | 815 | ep-flow:allocatedTo |
| 707 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 816 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 708 | - rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; | 817 | + rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; |
| 709 | rdfs:domain ep-core:PhysicalObject ; | 818 | rdfs:domain ep-core:PhysicalObject ; |
| 710 | rdfs:label "allocatedTo"^^xsd:string ; | 819 | rdfs:label "allocatedTo"^^xsd:string ; |
| 711 | - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 820 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 712 | - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | ||
| 713 | 821 | ||
| 714 | ep-flow:amountOfPrecipitation | 822 | ep-flow:amountOfPrecipitation |
| 715 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 823 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 716 | - rdfs:domain ep-flow:Flow ; | 824 | + rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; |
| 825 | + rdfs:domain ep-flow:Precipitation ; | ||
| 717 | rdfs:label "amount of precipitation"^^xsd:string ; | 826 | rdfs:label "amount of precipitation"^^xsd:string ; |
| 718 | rdfs:range ep-core:Length . | 827 | rdfs:range ep-core:Length . |
| 719 | 828 | ||
| 720 | ep-flow:dailyAverageAmountOfMaterial | 829 | ep-flow:dailyAverageAmountOfMaterial |
| 721 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 830 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 831 | + rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; | ||
| 722 | rdfs:domain ep-flow:Flow ; | 832 | rdfs:domain ep-flow:Flow ; |
| 723 | rdfs:label "daily average amount of material"^^xsd:string ; | 833 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 724 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 834 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
| 725 | 835 | ||
| 726 | ep-flow:energyContent | 836 | ep-flow:energyContent |
| 727 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 837 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 838 | + rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; | ||
| 728 | rdfs:domain ep-material:QuantityOfMaterial ; | 839 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 729 | rdfs:label "energy content"^^xsd:string ; | 840 | rdfs:label "energy content"^^xsd:string ; |
| 730 | rdfs:range ep-core:Work . | 841 | rdfs:range ep-core:Work . |
| 731 | 842 | ||
| 732 | ep-flow:facilityContainsFlow | 843 | ep-flow:facilityContainsFlow |
| 733 | rdf:type owl:ObjectProperty ; | 844 | rdf:type owl:ObjectProperty ; |
| 845 | + rdfs:comment "flow that is within a facility"^^xsd:string ; | ||
| 734 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 846 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 735 | rdfs:label "facility contains flow"^^xsd:string ; | 847 | rdfs:label "facility contains flow"^^xsd:string ; |
| 736 | - rdfs:range ep-flow:WholeLifeFlow . | 848 | + rdfs:range ep-flow:Flow . |
| 737 | 849 | ||
| 738 | ep-flow:flowInto | 850 | ep-flow:flowInto |
| 739 | rdf:type owl:ObjectProperty ; | 851 | rdf:type owl:ObjectProperty ; |
| 740 | - rdfs:domain ep-flow:WholeLifeFlow ; | 852 | + rdfs:comment "physical thing that a flow is into"^^xsd:string ; |
| 853 | + rdfs:domain ep-flow:Flow ; | ||
| 741 | rdfs:label "flow into"^^xsd:string ; | 854 | rdfs:label "flow into"^^xsd:string ; |
| 742 | rdfs:range ep-core:PhysicalThing ; | 855 | rdfs:range ep-core:PhysicalThing ; |
| 743 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 856 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 744 | 857 | ||
| 745 | ep-flow:flowIntoOrOutOf | 858 | ep-flow:flowIntoOrOutOf |
| 746 | rdf:type owl:ObjectProperty ; | 859 | rdf:type owl:ObjectProperty ; |
| 747 | - rdfs:domain ep-flow:WholeLifeFlow ; | 860 | + rdfs:comment "physical thing that a flow is into or out of"^^xsd:string ; |
| 861 | + rdfs:domain ep-flow:Flow ; | ||
| 748 | rdfs:label "flow into or out of"^^xsd:string ; | 862 | rdfs:label "flow into or out of"^^xsd:string ; |
| 749 | rdfs:range ep-core:PhysicalThing . | 863 | rdfs:range ep-core:PhysicalThing . |
| 750 | 864 | ||
| ... | @@ -757,19 +871,22 @@ ep-flow:flowMeasuredBy | ... | @@ -757,19 +871,22 @@ ep-flow:flowMeasuredBy |
| 757 | 871 | ||
| 758 | ep-flow:flowMeasuredOrCalculatedAt | 872 | ep-flow:flowMeasuredOrCalculatedAt |
| 759 | rdf:type owl:ObjectProperty ; | 873 | rdf:type owl:ObjectProperty ; |
| 874 | + rdfs:comment "facility at which a flow is measured or calculated"^^xsd:string ; | ||
| 760 | rdfs:domain ep-flow:Flow ; | 875 | rdfs:domain ep-flow:Flow ; |
| 761 | rdfs:label "flow measured or calculated at"^^xsd:string ; | 876 | rdfs:label "flow measured or calculated at"^^xsd:string ; |
| 762 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 877 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 763 | 878 | ||
| 764 | ep-flow:flowOutOf | 879 | ep-flow:flowOutOf |
| 765 | rdf:type owl:ObjectProperty ; | 880 | rdf:type owl:ObjectProperty ; |
| 766 | - rdfs:domain ep-flow:WholeLifeFlow ; | 881 | + rdfs:comment "physical thing that a flow is out of"^^xsd:string ; |
| 882 | + rdfs:domain ep-flow:Flow ; | ||
| 767 | rdfs:label "flow out of"^^xsd:string ; | 883 | rdfs:label "flow out of"^^xsd:string ; |
| 768 | rdfs:range ep-core:PhysicalThing ; | 884 | rdfs:range ep-core:PhysicalThing ; |
| 769 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 885 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 770 | 886 | ||
| 771 | ep-flow:grossCalorificValue | 887 | ep-flow:grossCalorificValue |
| 772 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 888 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 889 | + rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; | ||
| 773 | rdfs:domain ep-material:QuantityOfMaterial ; | 890 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 774 | rdfs:label "gross calorific value"^^xsd:string ; | 891 | rdfs:label "gross calorific value"^^xsd:string ; |
| 775 | rdfs:range ep-core:EnergyPerVolume . | 892 | rdfs:range ep-core:EnergyPerVolume . |
| ... | @@ -790,17 +907,21 @@ ep-flow:hasNetworkPart | ... | @@ -790,17 +907,21 @@ ep-flow:hasNetworkPart |
| 790 | 907 | ||
| 791 | ep-flow:horizontalDirectionAzimuth | 908 | ep-flow:horizontalDirectionAzimuth |
| 792 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 909 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 910 | + rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; | ||
| 911 | + rdfs:domain ep-flow:Flow ; | ||
| 793 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 912 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
| 794 | rdfs:range ep-core:PlaneAngle . | 913 | rdfs:range ep-core:PlaneAngle . |
| 795 | 914 | ||
| 796 | ep-flow:materialThatFlows | 915 | ep-flow:materialThatFlows |
| 797 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 916 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 917 | + rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; | ||
| 798 | rdfs:domain ep-flow:Flow ; | 918 | rdfs:domain ep-flow:Flow ; |
| 799 | rdfs:label "material that flows"^^xsd:string ; | 919 | rdfs:label "material that flows"^^xsd:string ; |
| 800 | rdfs:range ep-material:QuantityOfMaterial . | 920 | rdfs:range ep-material:QuantityOfMaterial . |
| 801 | 921 | ||
| 802 | ep-flow:rateOfFlowOfMaterial | 922 | ep-flow:rateOfFlowOfMaterial |
| 803 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 923 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 924 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 804 | rdfs:label "rate of flow of material"^^xsd:string ; | 925 | rdfs:label "rate of flow of material"^^xsd:string ; |
| 805 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 926 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
| 806 | 927 | ||
| ... | @@ -810,13 +931,9 @@ ep-flow:summedDailyMass | ... | @@ -810,13 +931,9 @@ ep-flow:summedDailyMass |
| 810 | rdfs:label "summed daily mass"^^xsd:string ; | 931 | rdfs:label "summed daily mass"^^xsd:string ; |
| 811 | rdfs:range ep-core:Mass . | 932 | rdfs:range ep-core:Mass . |
| 812 | 933 | ||
| 813 | -ep-flow:totalVolumeOfMaterial-deprecated | ||
| 814 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 815 | - rdfs:label "total volume of material"^^xsd:string ; | ||
| 816 | - rdfs:range ep-core:MeasureOfAmountOfMaterial . | ||
| 817 | - | ||
| 818 | ep-flow:yearlyAverageAmountOfMaterial | 934 | ep-flow:yearlyAverageAmountOfMaterial |
| 819 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 935 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 936 | + rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; | ||
| 820 | rdfs:domain ep-flow:Flow ; | 937 | rdfs:domain ep-flow:Flow ; |
| 821 | rdfs:label "yearly average amount of material"^^xsd:string ; | 938 | rdfs:label "yearly average amount of material"^^xsd:string ; |
| 822 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 939 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
| ... | @@ -67,8 +67,9 @@ | ... | @@ -67,8 +67,9 @@ |
| 67 | 67 | ||
| 68 | <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> | 68 | <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> |
| 69 | rdf:type owl:Class ; | 69 | rdf:type owl:Class ; |
| 70 | + rdfs:comment "flow that is of energy in the form of surface waves"^^xsd:string ; | ||
| 70 | rdfs:label "surface waves"^^xsd:string ; | 71 | rdfs:label "surface waves"^^xsd:string ; |
| 71 | - rdfs:subClassOf ep-core:PhysicalFeature . | 72 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 72 | 73 | ||
| 73 | <http://www.reportinghub.no/ep/schema/facility#Template> | 74 | <http://www.reportinghub.no/ep/schema/facility#Template> |
| 74 | rdf:type ep-prodfac:ReportingFacilityType . | 75 | rdf:type ep-prodfac:ReportingFacilityType . |
| ... | @@ -77,49 +78,49 @@ | ... | @@ -77,49 +78,49 @@ |
| 77 | rdf:type ep-prodfac:ReportingFacilityType . | 78 | rdf:type ep-prodfac:ReportingFacilityType . |
| 78 | 79 | ||
| 79 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> | 80 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
| 80 | - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 81 | + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
| 81 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 82 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 82 | rdfs:label "average highest third wave height"^^xsd:string ; | 83 | rdfs:label "average highest third wave height"^^xsd:string ; |
| 83 | rdfs:range ep-core:Length . | 84 | rdfs:range ep-core:Length . |
| 84 | 85 | ||
| 85 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | 86 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> |
| 86 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 87 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 87 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 88 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 88 | rdfs:label "average wave height"^^xsd:string ; | 89 | rdfs:label "average wave height"^^xsd:string ; |
| 89 | rdfs:range ep-core:Length . | 90 | rdfs:range ep-core:Length . |
| 90 | 91 | ||
| 91 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | 92 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> |
| 92 | - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 93 | + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
| 93 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 94 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
| 94 | rdfs:label "cloud ceiling height"^^xsd:string ; | 95 | rdfs:label "cloud ceiling height"^^xsd:string ; |
| 95 | rdfs:range ep-core:Length . | 96 | rdfs:range ep-core:Length . |
| 96 | 97 | ||
| 97 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 98 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
| 98 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 99 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 100 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 100 | rdfs:label "facility operator"^^xsd:string ; | 101 | rdfs:label "facility operator"^^xsd:string ; |
| 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 102 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 102 | 103 | ||
| 103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | 104 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> |
| 104 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 105 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 105 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 106 | rdfs:label "maximum wave height"^^xsd:string ; | 107 | rdfs:label "maximum wave height"^^xsd:string ; |
| 107 | rdfs:range ep-core:Length . | 108 | rdfs:range ep-core:Length . |
| 108 | 109 | ||
| 109 | <http://www.reportinghub.no/ep/schema/facility#period> | 110 | <http://www.reportinghub.no/ep/schema/facility#period> |
| 110 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 111 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 111 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 112 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 112 | rdfs:label "period"^^xsd:string ; | 113 | rdfs:label "period"^^xsd:string ; |
| 113 | rdfs:range ep-core:Length . | 114 | rdfs:range ep-core:Length . |
| 114 | 115 | ||
| 115 | <http://www.reportinghub.no/ep/schema/facility#visibility> | 116 | <http://www.reportinghub.no/ep/schema/facility#visibility> |
| 116 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 117 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 117 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 118 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 118 | rdfs:label "visibility"^^xsd:string ; | 119 | rdfs:label "visibility"^^xsd:string ; |
| 119 | rdfs:range ep-core:Length . | 120 | rdfs:range ep-core:Length . |
| 120 | 121 | ||
| 121 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | 122 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> |
| 122 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 123 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 123 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 124 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 124 | rdfs:label "wind chill temperature"^^xsd:string ; | 125 | rdfs:label "wind chill temperature"^^xsd:string ; |
| 125 | rdfs:range ep-core:Temperature . | 126 | rdfs:range ep-core:Temperature . |
| ... | @@ -264,7 +265,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -264,7 +265,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
| 264 | rdfs:range xsd:integer . | 265 | rdfs:range xsd:integer . |
| 265 | 266 | ||
| 266 | ep-prodfac:operatingTime | 267 | ep-prodfac:operatingTime |
| 267 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 268 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 268 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 269 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 269 | rdfs:label "operating time"^^xsd:string ; | 270 | rdfs:label "operating time"^^xsd:string ; |
| 270 | rdfs:range ep-core:TimeDuration . | 271 | rdfs:range ep-core:TimeDuration . | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-dpr-spin-lib:Function | 25 | ep-dpr-spin-lib:Function |
| ... | @@ -5217,103 +5217,103 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -5217,103 +5217,103 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 5217 | sp:arg1 spin:_arg1 ; | 5217 | sp:arg1 spin:_arg1 ; |
| 5218 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-HPflare> | 5218 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-HPflare> |
| 5219 | ] ; | 5219 | ] ; |
| 5220 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-HPflare> ; | 5220 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-HPflare> ; |
| 5221 | sp:arg3 [ rdf:type sp:if ; | 5221 | sp:arg3 [ rdf:type sp:if ; |
| 5222 | sp:arg1 [ rdf:type sp:eq ; | 5222 | sp:arg1 [ rdf:type sp:eq ; |
| 5223 | sp:arg1 spin:_arg1 ; | 5223 | sp:arg1 spin:_arg1 ; |
| 5224 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-LPflare> | 5224 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-LPflare> |
| 5225 | ] ; | 5225 | ] ; |
| 5226 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-LPflare> ; | 5226 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-LPflare> ; |
| 5227 | sp:arg3 [ rdf:type sp:if ; | 5227 | sp:arg3 [ rdf:type sp:if ; |
| 5228 | sp:arg1 [ rdf:type sp:eq ; | 5228 | sp:arg1 [ rdf:type sp:eq ; |
| 5229 | sp:arg1 spin:_arg1 ; | 5229 | sp:arg1 spin:_arg1 ; |
| 5230 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-blackstart> | 5230 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-blackstart> |
| 5231 | ] ; | 5231 | ] ; |
| 5232 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-blackstart> ; | 5232 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-blackstart> ; |
| 5233 | sp:arg3 [ rdf:type sp:if ; | 5233 | sp:arg3 [ rdf:type sp:if ; |
| 5234 | sp:arg1 [ rdf:type sp:eq ; | 5234 | sp:arg1 [ rdf:type sp:eq ; |
| 5235 | sp:arg1 spin:_arg1 ; | 5235 | sp:arg1 spin:_arg1 ; |
| 5236 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-compressor> | 5236 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-compressor> |
| 5237 | ] ; | 5237 | ] ; |
| 5238 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-compressor> ; | 5238 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-compressor> ; |
| 5239 | sp:arg3 [ rdf:type sp:if ; | 5239 | sp:arg3 [ rdf:type sp:if ; |
| 5240 | sp:arg1 [ rdf:type sp:eq ; | 5240 | sp:arg1 [ rdf:type sp:eq ; |
| 5241 | sp:arg1 spin:_arg1 ; | 5241 | sp:arg1 spin:_arg1 ; |
| 5242 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-emitted> | 5242 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-emitted> |
| 5243 | ] ; | 5243 | ] ; |
| 5244 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-emitted> ; | 5244 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-emitted> ; |
| 5245 | sp:arg3 [ rdf:type sp:if ; | 5245 | sp:arg3 [ rdf:type sp:if ; |
| 5246 | sp:arg1 [ rdf:type sp:eq ; | 5246 | sp:arg1 [ rdf:type sp:eq ; |
| 5247 | sp:arg1 spin:_arg1 ; | 5247 | sp:arg1 spin:_arg1 ; |
| 5248 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-flare> | 5248 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-flare> |
| 5249 | ] ; | 5249 | ] ; |
| 5250 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-flare> ; | 5250 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-flare> ; |
| 5251 | sp:arg3 [ rdf:type sp:if ; | 5251 | sp:arg3 [ rdf:type sp:if ; |
| 5252 | sp:arg1 [ rdf:type sp:eq ; | 5252 | sp:arg1 [ rdf:type sp:eq ; |
| 5253 | sp:arg1 spin:_arg1 ; | 5253 | sp:arg1 spin:_arg1 ; |
| 5254 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-fuel> | 5254 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-fuel> |
| 5255 | ] ; | 5255 | ] ; |
| 5256 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-fuel> ; | 5256 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-fuel> ; |
| 5257 | sp:arg3 [ rdf:type sp:if ; | 5257 | sp:arg3 [ rdf:type sp:if ; |
| 5258 | sp:arg1 [ rdf:type sp:eq ; | 5258 | sp:arg1 [ rdf:type sp:eq ; |
| 5259 | sp:arg1 spin:_arg1 ; | 5259 | sp:arg1 spin:_arg1 ; |
| 5260 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-noncompressor> | 5260 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-noncompressor> |
| 5261 | ] ; | 5261 | ] ; |
| 5262 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-noncompressor> ; | 5262 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-noncompressor> ; |
| 5263 | sp:arg3 [ rdf:type sp:if ; | 5263 | sp:arg3 [ rdf:type sp:if ; |
| 5264 | sp:arg1 [ rdf:type sp:eq ; | 5264 | sp:arg1 [ rdf:type sp:eq ; |
| 5265 | sp:arg1 spin:_arg1 ; | 5265 | sp:arg1 spin:_arg1 ; |
| 5266 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-venting> | 5266 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume-venting> |
| 5267 | ] ; | 5267 | ] ; |
| 5268 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-venting> ; | 5268 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-venting> ; |
| 5269 | sp:arg3 [ rdf:type sp:if ; | 5269 | sp:arg3 [ rdf:type sp:if ; |
| 5270 | sp:arg1 [ rdf:type sp:eq ; | 5270 | sp:arg1 [ rdf:type sp:eq ; |
| 5271 | sp:arg1 spin:_arg1 ; | 5271 | sp:arg1 spin:_arg1 ; |
| 5272 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume> | 5272 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_consume> |
| 5273 | ] ; | 5273 | ] ; |
| 5274 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume> ; | 5274 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow> ; |
| 5275 | sp:arg3 [ rdf:type sp:if ; | 5275 | sp:arg3 [ rdf:type sp:if ; |
| 5276 | sp:arg1 [ rdf:type sp:eq ; | 5276 | sp:arg1 [ rdf:type sp:eq ; |
| 5277 | sp:arg1 spin:_arg1 ; | 5277 | sp:arg1 spin:_arg1 ; |
| 5278 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-nominated> | 5278 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-nominated> |
| 5279 | ] ; | 5279 | ] ; |
| 5280 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-nominated> ; | 5280 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-nominated> ; |
| 5281 | sp:arg3 [ rdf:type sp:if ; | 5281 | sp:arg3 [ rdf:type sp:if ; |
| 5282 | sp:arg1 [ rdf:type sp:eq ; | 5282 | sp:arg1 [ rdf:type sp:eq ; |
| 5283 | sp:arg1 spin:_arg1 ; | 5283 | sp:arg1 spin:_arg1 ; |
| 5284 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-requested> | 5284 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-requested> |
| 5285 | ] ; | 5285 | ] ; |
| 5286 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-requested> ; | 5286 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-requested> ; |
| 5287 | sp:arg3 [ rdf:type sp:if ; | 5287 | sp:arg3 [ rdf:type sp:if ; |
| 5288 | sp:arg1 [ rdf:type sp:eq ; | 5288 | sp:arg1 [ rdf:type sp:eq ; |
| 5289 | sp:arg1 spin:_arg1 ; | 5289 | sp:arg1 spin:_arg1 ; |
| 5290 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-shortfall> | 5290 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export-shortfall> |
| 5291 | ] ; | 5291 | ] ; |
| 5292 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-shortfall> ; | 5292 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-shortfall> ; |
| 5293 | sp:arg3 [ rdf:type sp:if ; | 5293 | sp:arg3 [ rdf:type sp:if ; |
| 5294 | sp:arg1 [ rdf:type sp:eq ; | 5294 | sp:arg1 [ rdf:type sp:eq ; |
| 5295 | sp:arg1 spin:_arg1 ; | 5295 | sp:arg1 spin:_arg1 ; |
| 5296 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export> | 5296 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_export> |
| 5297 | ] ; | 5297 | ] ; |
| 5298 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export> ; | 5298 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow> ; |
| 5299 | sp:arg3 [ rdf:type sp:if ; | 5299 | sp:arg3 [ rdf:type sp:if ; |
| 5300 | sp:arg1 [ rdf:type sp:eq ; | 5300 | sp:arg1 [ rdf:type sp:eq ; |
| 5301 | sp:arg1 spin:_arg1 ; | 5301 | sp:arg1 spin:_arg1 ; |
| 5302 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_gaslift> | 5302 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_gaslift> |
| 5303 | ] ; | 5303 | ] ; |
| 5304 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Gaslift> ; | 5304 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#GasLiftFlow> ; |
| 5305 | sp:arg3 [ rdf:type sp:if ; | 5305 | sp:arg3 [ rdf:type sp:if ; |
| 5306 | sp:arg1 [ rdf:type sp:eq ; | 5306 | sp:arg1 [ rdf:type sp:eq ; |
| 5307 | sp:arg1 spin:_arg1 ; | 5307 | sp:arg1 spin:_arg1 ; |
| 5308 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_import> | 5308 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_import> |
| 5309 | ] ; | 5309 | ] ; |
| 5310 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Import> ; | 5310 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ImportFlow> ; |
| 5311 | sp:arg3 [ rdf:type sp:if ; | 5311 | sp:arg3 [ rdf:type sp:if ; |
| 5312 | sp:arg1 [ rdf:type sp:eq ; | 5312 | sp:arg1 [ rdf:type sp:eq ; |
| 5313 | sp:arg1 spin:_arg1 ; | 5313 | sp:arg1 spin:_arg1 ; |
| 5314 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_injection> | 5314 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_injection> |
| 5315 | ] ; | 5315 | ] ; |
| 5316 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Injection> ; | 5316 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#InjectionFlow> ; |
| 5317 | sp:arg3 [ rdf:type sp:if ; | 5317 | sp:arg3 [ rdf:type sp:if ; |
| 5318 | sp:arg1 [ rdf:type sp:eq ; | 5318 | sp:arg1 [ rdf:type sp:eq ; |
| 5319 | sp:arg1 spin:_arg1 ; | 5319 | sp:arg1 spin:_arg1 ; |
| ... | @@ -5325,13 +5325,13 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -5325,13 +5325,13 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 5325 | sp:arg1 spin:_arg1 ; | 5325 | sp:arg1 spin:_arg1 ; |
| 5326 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_overboard> | 5326 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_overboard> |
| 5327 | ] ; | 5327 | ] ; |
| 5328 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Overboard> ; | 5328 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OverboardFlow> ; |
| 5329 | sp:arg3 [ rdf:type sp:if ; | 5329 | sp:arg3 [ rdf:type sp:if ; |
| 5330 | sp:arg1 [ rdf:type sp:eq ; | 5330 | sp:arg1 [ rdf:type sp:eq ; |
| 5331 | sp:arg1 spin:_arg1 ; | 5331 | sp:arg1 spin:_arg1 ; |
| 5332 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_production> | 5332 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_production> |
| 5333 | ] ; | 5333 | ] ; |
| 5334 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Production> ; | 5334 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ProductionExploitation> ; |
| 5335 | sp:arg3 [ rdf:type sp:if ; | 5335 | sp:arg3 [ rdf:type sp:if ; |
| 5336 | sp:arg1 [ rdf:type sp:eq ; | 5336 | sp:arg1 [ rdf:type sp:eq ; |
| 5337 | sp:arg1 spin:_arg1 ; | 5337 | sp:arg1 spin:_arg1 ; |
| ... | @@ -5874,22 +5874,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5874,22 +5874,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5874 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5874 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5875 | spin:body | 5875 | spin:body |
| 5876 | [ rdf:type sp:Select ; | 5876 | [ rdf:type sp:Select ; |
| 5877 | - sp:resultVariables (_:b21) ; | ||
| 5878 | - sp:where ([ rdf:type sp:Bind ; | ||
| 5879 | - sp:expression | ||
| 5880 | - [ rdf:type sp:if ; | ||
| 5881 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5882 | - sp:arg1 spin:_arg1 ; | ||
| 5883 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5884 | - ] ; | ||
| 5885 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5886 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5887 | - ] ; | ||
| 5888 | - sp:variable _:b21 | ||
| 5889 | - ]) | ||
| 5890 | - ] ; | ||
| 5891 | - spin:body | ||
| 5892 | - [ rdf:type sp:Select ; | ||
| 5893 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5877 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5894 | ]) ; | 5878 | ]) ; |
| 5895 | sp:where ([ rdf:type sp:Bind ; | 5879 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -5969,6 +5953,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5969,6 +5953,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5969 | [ sp:varName "myVar"^^xsd:string | 5953 | [ sp:varName "myVar"^^xsd:string |
| 5970 | ] | 5954 | ] |
| 5971 | ]) | 5955 | ]) |
| 5956 | + ] ; | ||
| 5957 | + spin:body | ||
| 5958 | + [ rdf:type sp:Select ; | ||
| 5959 | + sp:resultVariables (_:b21) ; | ||
| 5960 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5961 | + sp:expression | ||
| 5962 | + [ rdf:type sp:if ; | ||
| 5963 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5964 | + sp:arg1 spin:_arg1 ; | ||
| 5965 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5966 | + ] ; | ||
| 5967 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5968 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5969 | + ] ; | ||
| 5970 | + sp:variable _:b21 | ||
| 5971 | + ]) | ||
| 5972 | ] . | 5972 | ] . |
| 5973 | 5973 | ||
| 5974 | ep-dpr-spin-lib:selectTemperatureScale | 5974 | ep-dpr-spin-lib:selectTemperatureScale | ... | ... |
| ... | @@ -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://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> ; | 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> ; |
| 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 |
| ... | @@ -4294,109 +4294,109 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -4294,109 +4294,109 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType |
| 4294 | sp:arg1 spin:_arg1 ; | 4294 | sp:arg1 spin:_arg1 ; |
| 4295 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-HPflare> | 4295 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-HPflare> |
| 4296 | ] ; | 4296 | ] ; |
| 4297 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-HPflare> ; | 4297 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-HPflare> ; |
| 4298 | sp:arg3 [ rdf:type sp:if ; | 4298 | sp:arg3 [ rdf:type sp:if ; |
| 4299 | sp:arg1 [ rdf:type sp:eq ; | 4299 | sp:arg1 [ rdf:type sp:eq ; |
| 4300 | sp:arg1 spin:_arg1 ; | 4300 | sp:arg1 spin:_arg1 ; |
| 4301 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-LPflare> | 4301 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-LPflare> |
| 4302 | ] ; | 4302 | ] ; |
| 4303 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-LPflare> ; | 4303 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-LPflare> ; |
| 4304 | sp:arg3 [ rdf:type sp:if ; | 4304 | sp:arg3 [ rdf:type sp:if ; |
| 4305 | sp:arg1 [ rdf:type sp:eq ; | 4305 | sp:arg1 [ rdf:type sp:eq ; |
| 4306 | sp:arg1 spin:_arg1 ; | 4306 | sp:arg1 spin:_arg1 ; |
| 4307 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-blackstart> | 4307 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-blackstart> |
| 4308 | ] ; | 4308 | ] ; |
| 4309 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-blackstart> ; | 4309 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-blackstart> ; |
| 4310 | sp:arg3 [ rdf:type sp:if ; | 4310 | sp:arg3 [ rdf:type sp:if ; |
| 4311 | sp:arg1 [ rdf:type sp:eq ; | 4311 | sp:arg1 [ rdf:type sp:eq ; |
| 4312 | sp:arg1 spin:_arg1 ; | 4312 | sp:arg1 spin:_arg1 ; |
| 4313 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-compressor> | 4313 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-compressor> |
| 4314 | ] ; | 4314 | ] ; |
| 4315 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-compressor> ; | 4315 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-compressor> ; |
| 4316 | sp:arg3 [ rdf:type sp:if ; | 4316 | sp:arg3 [ rdf:type sp:if ; |
| 4317 | sp:arg1 [ rdf:type sp:eq ; | 4317 | sp:arg1 [ rdf:type sp:eq ; |
| 4318 | sp:arg1 spin:_arg1 ; | 4318 | sp:arg1 spin:_arg1 ; |
| 4319 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-emitted> | 4319 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-emitted> |
| 4320 | ] ; | 4320 | ] ; |
| 4321 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-emitted> ; | 4321 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-emitted> ; |
| 4322 | sp:arg3 [ rdf:type sp:if ; | 4322 | sp:arg3 [ rdf:type sp:if ; |
| 4323 | sp:arg1 [ rdf:type sp:eq ; | 4323 | sp:arg1 [ rdf:type sp:eq ; |
| 4324 | sp:arg1 spin:_arg1 ; | 4324 | sp:arg1 spin:_arg1 ; |
| 4325 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-flare> | 4325 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-flare> |
| 4326 | ] ; | 4326 | ] ; |
| 4327 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-flare> ; | 4327 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-flare> ; |
| 4328 | sp:arg3 [ rdf:type sp:if ; | 4328 | sp:arg3 [ rdf:type sp:if ; |
| 4329 | sp:arg1 [ rdf:type sp:eq ; | 4329 | sp:arg1 [ rdf:type sp:eq ; |
| 4330 | sp:arg1 spin:_arg1 ; | 4330 | sp:arg1 spin:_arg1 ; |
| 4331 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-fuel> | 4331 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-fuel> |
| 4332 | ] ; | 4332 | ] ; |
| 4333 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-fuel> ; | 4333 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-fuel> ; |
| 4334 | sp:arg3 [ rdf:type sp:if ; | 4334 | sp:arg3 [ rdf:type sp:if ; |
| 4335 | sp:arg1 [ rdf:type sp:eq ; | 4335 | sp:arg1 [ rdf:type sp:eq ; |
| 4336 | sp:arg1 spin:_arg1 ; | 4336 | sp:arg1 spin:_arg1 ; |
| 4337 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-noncompressor> | 4337 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-noncompressor> |
| 4338 | ] ; | 4338 | ] ; |
| 4339 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-noncompressor> ; | 4339 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-noncompressor> ; |
| 4340 | sp:arg3 [ rdf:type sp:if ; | 4340 | sp:arg3 [ rdf:type sp:if ; |
| 4341 | sp:arg1 [ rdf:type sp:eq ; | 4341 | sp:arg1 [ rdf:type sp:eq ; |
| 4342 | sp:arg1 spin:_arg1 ; | 4342 | sp:arg1 spin:_arg1 ; |
| 4343 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-venting> | 4343 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume-venting> |
| 4344 | ] ; | 4344 | ] ; |
| 4345 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume-venting> ; | 4345 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow-venting> ; |
| 4346 | sp:arg3 [ rdf:type sp:if ; | 4346 | sp:arg3 [ rdf:type sp:if ; |
| 4347 | sp:arg1 [ rdf:type sp:eq ; | 4347 | sp:arg1 [ rdf:type sp:eq ; |
| 4348 | sp:arg1 spin:_arg1 ; | 4348 | sp:arg1 spin:_arg1 ; |
| 4349 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume> | 4349 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_consume> |
| 4350 | ] ; | 4350 | ] ; |
| 4351 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Consume> ; | 4351 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConsumptionFlow> ; |
| 4352 | sp:arg3 [ rdf:type sp:if ; | 4352 | sp:arg3 [ rdf:type sp:if ; |
| 4353 | sp:arg1 [ rdf:type sp:eq ; | 4353 | sp:arg1 [ rdf:type sp:eq ; |
| 4354 | sp:arg1 spin:_arg1 ; | 4354 | sp:arg1 spin:_arg1 ; |
| 4355 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-nominated> | 4355 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-nominated> |
| 4356 | ] ; | 4356 | ] ; |
| 4357 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-nominated> ; | 4357 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-nominated> ; |
| 4358 | sp:arg3 [ rdf:type sp:if ; | 4358 | sp:arg3 [ rdf:type sp:if ; |
| 4359 | sp:arg1 [ rdf:type sp:eq ; | 4359 | sp:arg1 [ rdf:type sp:eq ; |
| 4360 | sp:arg1 spin:_arg1 ; | 4360 | sp:arg1 spin:_arg1 ; |
| 4361 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-requested> | 4361 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-requested> |
| 4362 | ] ; | 4362 | ] ; |
| 4363 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-requested> ; | 4363 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-requested> ; |
| 4364 | sp:arg3 [ rdf:type sp:if ; | 4364 | sp:arg3 [ rdf:type sp:if ; |
| 4365 | sp:arg1 [ rdf:type sp:eq ; | 4365 | sp:arg1 [ rdf:type sp:eq ; |
| 4366 | sp:arg1 spin:_arg1 ; | 4366 | sp:arg1 spin:_arg1 ; |
| 4367 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-shortfall> | 4367 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export-shortfall> |
| 4368 | ] ; | 4368 | ] ; |
| 4369 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export-shortfall> ; | 4369 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow-shortfall> ; |
| 4370 | sp:arg3 [ rdf:type sp:if ; | 4370 | sp:arg3 [ rdf:type sp:if ; |
| 4371 | sp:arg1 [ rdf:type sp:eq ; | 4371 | sp:arg1 [ rdf:type sp:eq ; |
| 4372 | sp:arg1 spin:_arg1 ; | 4372 | sp:arg1 spin:_arg1 ; |
| 4373 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export> | 4373 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_export> |
| 4374 | ] ; | 4374 | ] ; |
| 4375 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Export> ; | 4375 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ExportFlow> ; |
| 4376 | sp:arg3 [ rdf:type sp:if ; | 4376 | sp:arg3 [ rdf:type sp:if ; |
| 4377 | sp:arg1 [ rdf:type sp:eq ; | 4377 | sp:arg1 [ rdf:type sp:eq ; |
| 4378 | sp:arg1 spin:_arg1 ; | 4378 | sp:arg1 spin:_arg1 ; |
| 4379 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_gaslift> | 4379 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_gaslift> |
| 4380 | ] ; | 4380 | ] ; |
| 4381 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Gaslift> ; | 4381 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#GasLiftFlow> ; |
| 4382 | sp:arg3 [ rdf:type sp:if ; | 4382 | sp:arg3 [ rdf:type sp:if ; |
| 4383 | sp:arg1 [ rdf:type sp:eq ; | 4383 | sp:arg1 [ rdf:type sp:eq ; |
| 4384 | sp:arg1 spin:_arg1 ; | 4384 | sp:arg1 spin:_arg1 ; |
| 4385 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_hydrocarbonaccounting> | 4385 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_hydrocarbonaccounting> |
| 4386 | ] ; | 4386 | ] ; |
| 4387 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccounting> ; | 4387 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ; |
| 4388 | sp:arg3 [ rdf:type sp:if ; | 4388 | sp:arg3 [ rdf:type sp:if ; |
| 4389 | sp:arg1 [ rdf:type sp:eq ; | 4389 | sp:arg1 [ rdf:type sp:eq ; |
| 4390 | sp:arg1 spin:_arg1 ; | 4390 | sp:arg1 spin:_arg1 ; |
| 4391 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_import> | 4391 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_import> |
| 4392 | ] ; | 4392 | ] ; |
| 4393 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Import> ; | 4393 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ImportFlow> ; |
| 4394 | sp:arg3 [ rdf:type sp:if ; | 4394 | sp:arg3 [ rdf:type sp:if ; |
| 4395 | sp:arg1 [ rdf:type sp:eq ; | 4395 | sp:arg1 [ rdf:type sp:eq ; |
| 4396 | sp:arg1 spin:_arg1 ; | 4396 | sp:arg1 spin:_arg1 ; |
| 4397 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_injection> | 4397 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_injection> |
| 4398 | ] ; | 4398 | ] ; |
| 4399 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Injection> ; | 4399 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#InjectionFlow> ; |
| 4400 | sp:arg3 [ rdf:type sp:if ; | 4400 | sp:arg3 [ rdf:type sp:if ; |
| 4401 | sp:arg1 [ rdf:type sp:eq ; | 4401 | sp:arg1 [ rdf:type sp:eq ; |
| 4402 | sp:arg1 spin:_arg1 ; | 4402 | sp:arg1 spin:_arg1 ; |
| ... | @@ -4408,25 +4408,25 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -4408,25 +4408,25 @@ ep-mpr-spin-lib:selectProductionFlowPurposeType |
| 4408 | sp:arg1 spin:_arg1 ; | 4408 | sp:arg1 spin:_arg1 ; |
| 4409 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_overboard> | 4409 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_overboard> |
| 4410 | ] ; | 4410 | ] ; |
| 4411 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Overboard> ; | 4411 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OverboardFlow> ; |
| 4412 | sp:arg3 [ rdf:type sp:if ; | 4412 | sp:arg3 [ rdf:type sp:if ; |
| 4413 | sp:arg1 [ rdf:type sp:eq ; | 4413 | sp:arg1 [ rdf:type sp:eq ; |
| 4414 | sp:arg1 spin:_arg1 ; | 4414 | sp:arg1 spin:_arg1 ; |
| 4415 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_production> | 4415 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_production> |
| 4416 | ] ; | 4416 | ] ; |
| 4417 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Production> ; | 4417 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ProductionExploitation> ; |
| 4418 | sp:arg3 [ rdf:type sp:if ; | 4418 | sp:arg3 [ rdf:type sp:if ; |
| 4419 | sp:arg1 [ rdf:type sp:eq ; | 4419 | sp:arg1 [ rdf:type sp:eq ; |
| 4420 | sp:arg1 spin:_arg1 ; | 4420 | sp:arg1 spin:_arg1 ; |
| 4421 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_sale> | 4421 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_sale> |
| 4422 | ] ; | 4422 | ] ; |
| 4423 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Sale> ; | 4423 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ; |
| 4424 | sp:arg3 [ rdf:type sp:if ; | 4424 | sp:arg3 [ rdf:type sp:if ; |
| 4425 | sp:arg1 [ rdf:type sp:eq ; | 4425 | sp:arg1 [ rdf:type sp:eq ; |
| 4426 | sp:arg1 spin:_arg1 ; | 4426 | sp:arg1 spin:_arg1 ; |
| 4427 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_storage> | 4427 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_storage> |
| 4428 | ] ; | 4428 | ] ; |
| 4429 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Storage> ; | 4429 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowToStorage> ; |
| 4430 | sp:arg3 [ rdf:type sp:if ; | 4430 | sp:arg3 [ rdf:type sp:if ; |
| 4431 | sp:arg1 [ rdf:type sp:eq ; | 4431 | sp:arg1 [ rdf:type sp:eq ; |
| 4432 | sp:arg1 spin:_arg1 ; | 4432 | sp:arg1 spin:_arg1 ; | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment