Showing
2 changed files
with
197 additions
and
192 deletions
| ... | @@ -19,16 +19,16 @@ | ... | @@ -19,16 +19,16 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 20 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-flow:AllocatedFlow | 25 | ep-flow:AllocatedFlow |
| 26 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 26 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 27 | rdfs:label "allocated flow"^^xsd:string ; | 27 | rdfs:label "allocated flow"^^xsd:string ; |
| 28 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 28 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 29 | 29 | ||
| 30 | ep-flow:BudgetFlow | 30 | ep-flow:BudgetFlow |
| 31 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 31 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 32 | rdfs:label "budget flow"^^xsd:string ; | 32 | rdfs:label "budget flow"^^xsd:string ; |
| 33 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 33 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 34 | 34 | ||
| ... | @@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion |
| 38 | rdfs:subClassOf owl:Class . | 38 | rdfs:subClassOf owl:Class . |
| 39 | 39 | ||
| 40 | ep-flow:Condensate-grossFlow | 40 | ep-flow:Condensate-grossFlow |
| 41 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 41 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
| 42 | rdfs:label "condensate - gross flow"^^xsd:string ; | 42 | rdfs:label "condensate - gross flow"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 43 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 44 | 44 | ||
| 45 | ep-flow:Condensate-netFlow | 45 | ep-flow:Condensate-netFlow |
| 46 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 46 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
| 47 | rdfs:label "condensate - net flow"^^xsd:string ; | 47 | rdfs:label "condensate - net flow"^^xsd:string ; |
| 48 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 48 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 49 | 49 | ||
| 50 | ep-flow:ConstraintFlow | 50 | ep-flow:ConstraintFlow |
| 51 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 51 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 52 | rdfs:label "constraint flow"^^xsd:string ; | 52 | rdfs:label "constraint flow"^^xsd:string ; |
| 53 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 53 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 54 | 54 | ||
| 55 | ep-flow:ConstraintFlow-fixed | 55 | ep-flow:ConstraintFlow-fixed |
| 56 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 56 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 57 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 57 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
| 58 | rdfs:subClassOf ep-flow:ConstraintFlow . | 58 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 59 | 59 | ||
| 60 | ep-flow:ConstraintFlow-maximum | 60 | ep-flow:ConstraintFlow-maximum |
| 61 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 61 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 62 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 62 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
| 63 | rdfs:subClassOf ep-flow:ConstraintFlow . | 63 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 64 | 64 | ||
| 65 | ep-flow:ConstraintFlow-minimum | 65 | ep-flow:ConstraintFlow-minimum |
| 66 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 66 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 67 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 67 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
| 68 | rdfs:subClassOf ep-flow:ConstraintFlow . | 68 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 69 | 69 | ||
| 70 | ep-flow:Consume | 70 | ep-flow:Consume |
| 71 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 71 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 72 | rdfs:label "consume"^^xsd:string ; | 72 | rdfs:label "consume"^^xsd:string ; |
| 73 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 73 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 74 | 74 | ||
| 75 | ep-flow:Consume-HPflare | 75 | ep-flow:Consume-HPflare |
| 76 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 76 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 77 | rdfs:label "consume - HP flare"^^xsd:string ; | 77 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 78 | rdfs:subClassOf ep-flow:Consume-flare . | 78 | rdfs:subClassOf ep-flow:Consume-flare . |
| 79 | 79 | ||
| 80 | ep-flow:Consume-LPflare | 80 | ep-flow:Consume-LPflare |
| 81 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 81 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 82 | rdfs:label "consume - LP flare"^^xsd:string ; | 82 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 83 | rdfs:subClassOf ep-flow:Consume-flare . | 83 | rdfs:subClassOf ep-flow:Consume-flare . |
| 84 | 84 | ||
| 85 | ep-flow:Consume-blackstart | 85 | ep-flow:Consume-blackstart |
| 86 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 86 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 87 | rdfs:label "consume - blackstart"^^xsd:string ; | 87 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 88 | rdfs:subClassOf ep-flow:Consume . | 88 | rdfs:subClassOf ep-flow:Consume . |
| 89 | 89 | ||
| 90 | ep-flow:Consume-compressor | 90 | ep-flow:Consume-compressor |
| 91 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 91 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 92 | rdfs:label "consume - compressor"^^xsd:string ; | 92 | rdfs:label "consume - compressor"^^xsd:string ; |
| 93 | rdfs:subClassOf ep-flow:Consume . | 93 | rdfs:subClassOf ep-flow:Consume . |
| 94 | 94 | ||
| 95 | ep-flow:Consume-emitted | 95 | ep-flow:Consume-emitted |
| 96 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 96 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 97 | rdfs:label "consume - emitted"^^xsd:string ; | 97 | rdfs:label "consume - emitted"^^xsd:string ; |
| 98 | rdfs:subClassOf ep-flow:Consume . | 98 | rdfs:subClassOf ep-flow:Consume . |
| 99 | 99 | ||
| 100 | ep-flow:Consume-flare | 100 | ep-flow:Consume-flare |
| 101 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 101 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 102 | rdfs:label "consume - flare"^^xsd:string ; | 102 | rdfs:label "consume - flare"^^xsd:string ; |
| 103 | rdfs:subClassOf ep-flow:Consume . | 103 | rdfs:subClassOf ep-flow:Consume . |
| 104 | 104 | ||
| 105 | ep-flow:Consume-fuel | 105 | ep-flow:Consume-fuel |
| 106 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 106 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 107 | rdfs:label "consume - fuel"^^xsd:string ; | 107 | rdfs:label "consume - fuel"^^xsd:string ; |
| 108 | rdfs:subClassOf ep-flow:Consume . | 108 | rdfs:subClassOf ep-flow:Consume . |
| 109 | 109 | ||
| 110 | ep-flow:Consume-noncompressor | 110 | ep-flow:Consume-noncompressor |
| 111 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 111 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 112 | rdfs:label "consume - non-compressor"^^xsd:string ; | 112 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 113 | rdfs:subClassOf ep-flow:Consume . | 113 | rdfs:subClassOf ep-flow:Consume . |
| 114 | 114 | ||
| 115 | ep-flow:Consume-venting | 115 | ep-flow:Consume-venting |
| 116 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 116 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 117 | rdfs:label "consume - venting"^^xsd:string ; | 117 | rdfs:label "consume - venting"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-flow:Consume . | 118 | rdfs:subClassOf ep-flow:Consume . |
| 119 | 119 | ||
| ... | @@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow | ... | @@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow |
| 123 | rdfs:subClassOf ep-flow:ProductionFlow . | 123 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 124 | 124 | ||
| 125 | ep-flow:DerivedFlow | 125 | ep-flow:DerivedFlow |
| 126 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 126 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 127 | rdfs:label "derived flow"^^xsd:string ; | 127 | rdfs:label "derived flow"^^xsd:string ; |
| 128 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 128 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 129 | 129 | ||
| 130 | ep-flow:DerivedFlow-difference | 130 | ep-flow:DerivedFlow-difference |
| 131 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 131 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 132 | rdfs:label "derived flow - difference"^^xsd:string ; | 132 | rdfs:label "derived flow - difference"^^xsd:string ; |
| 133 | rdfs:subClassOf ep-flow:DerivedFlow . | 133 | rdfs:subClassOf ep-flow:DerivedFlow . |
| 134 | 134 | ||
| 135 | ep-flow:DifferenceFlow | 135 | ep-flow:DifferenceFlow |
| 136 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 136 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 137 | rdfs:label "difference flow"^^xsd:string ; | 137 | rdfs:label "difference flow"^^xsd:string ; |
| 138 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 138 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 139 | 139 | ||
| ... | @@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow | ... | @@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow |
| 143 | rdfs:subClassOf ep-flow:Flow . | 143 | rdfs:subClassOf ep-flow:Flow . |
| 144 | 144 | ||
| 145 | ep-flow:EstimatedFlow | 145 | ep-flow:EstimatedFlow |
| 146 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 146 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 147 | rdfs:label "estimated flow"^^xsd:string ; | 147 | rdfs:label "estimated flow"^^xsd:string ; |
| 148 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 148 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 149 | 149 | ||
| 150 | ep-flow:Export | 150 | ep-flow:Export |
| 151 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 151 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 152 | rdfs:label "export"^^xsd:string ; | 152 | rdfs:label "export"^^xsd:string ; |
| 153 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 153 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 154 | 154 | ||
| 155 | ep-flow:Export-nominated | 155 | ep-flow:Export-nominated |
| 156 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 156 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 157 | rdfs:label "export nominated"^^xsd:string ; | 157 | rdfs:label "export nominated"^^xsd:string ; |
| 158 | rdfs:subClassOf ep-flow:Export . | 158 | rdfs:subClassOf ep-flow:Export . |
| 159 | 159 | ||
| 160 | ep-flow:Export-requested | 160 | ep-flow:Export-requested |
| 161 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 161 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 162 | rdfs:label "export requested"^^xsd:string ; | 162 | rdfs:label "export requested"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-flow:Export . | 163 | rdfs:subClassOf ep-flow:Export . |
| 164 | 164 | ||
| 165 | ep-flow:Export-shortfall | 165 | ep-flow:Export-shortfall |
| 166 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 166 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 167 | rdfs:label "export shortfall"^^xsd:string ; | 167 | rdfs:label "export shortfall"^^xsd:string ; |
| 168 | rdfs:subClassOf ep-flow:Export . | 168 | rdfs:subClassOf ep-flow:Export . |
| 169 | 169 | ||
| ... | @@ -173,42 +173,42 @@ ep-flow:Flow | ... | @@ -173,42 +173,42 @@ ep-flow:Flow |
| 173 | rdfs:subClassOf ep-core:PhysicalThing . | 173 | rdfs:subClassOf ep-core:PhysicalThing . |
| 174 | 174 | ||
| 175 | ep-flow:FlowAtInstant | 175 | ep-flow:FlowAtInstant |
| 176 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 176 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 177 | rdfs:label "flow at instant"^^xsd:string ; | 177 | rdfs:label "flow at instant"^^xsd:string ; |
| 178 | rdfs:subClassOf ep-flow:Flow . | 178 | rdfs:subClassOf ep-flow:Flow . |
| 179 | 179 | ||
| 180 | ep-flow:FlowDuringDay | 180 | ep-flow:FlowDuringDay |
| 181 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 181 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 182 | rdfs:label "flow during day"^^xsd:string ; | 182 | rdfs:label "flow during day"^^xsd:string ; |
| 183 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 183 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 184 | 184 | ||
| 185 | ep-flow:FlowDuringMonth | 185 | ep-flow:FlowDuringMonth |
| 186 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 186 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 187 | rdfs:label "flow during month"^^xsd:string ; | 187 | rdfs:label "flow during month"^^xsd:string ; |
| 188 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 188 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 189 | 189 | ||
| 190 | ep-flow:FlowDuringMonthToDate | 190 | ep-flow:FlowDuringMonthToDate |
| 191 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 191 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 192 | rdfs:label "flow during month to date"^^xsd:string ; | 192 | rdfs:label "flow during month to date"^^xsd:string ; |
| 193 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 193 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 194 | 194 | ||
| 195 | ep-flow:FlowDuringPeriod | 195 | ep-flow:FlowDuringPeriod |
| 196 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 196 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 197 | rdfs:label "flow during period"^^xsd:string ; | 197 | rdfs:label "flow during period"^^xsd:string ; |
| 198 | rdfs:subClassOf ep-flow:Flow . | 198 | rdfs:subClassOf ep-flow:Flow . |
| 199 | 199 | ||
| 200 | ep-flow:FlowDuringWeek | 200 | ep-flow:FlowDuringWeek |
| 201 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 201 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 202 | rdfs:label "flow during week"^^xsd:string ; | 202 | rdfs:label "flow during week"^^xsd:string ; |
| 203 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 203 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 204 | 204 | ||
| 205 | ep-flow:FlowDuringYear | 205 | ep-flow:FlowDuringYear |
| 206 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 206 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 207 | rdfs:label "flow during year"^^xsd:string ; | 207 | rdfs:label "flow during year"^^xsd:string ; |
| 208 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 208 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 209 | 209 | ||
| 210 | ep-flow:FlowDuringYearToDate | 210 | ep-flow:FlowDuringYearToDate |
| 211 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 211 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 212 | rdfs:label "flow during year to date"^^xsd:string ; | 212 | rdfs:label "flow during year to date"^^xsd:string ; |
| 213 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 213 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 214 | 214 | ||
| ... | @@ -218,122 +218,122 @@ ep-flow:FlowOfLiquid | ... | @@ -218,122 +218,122 @@ ep-flow:FlowOfLiquid |
| 218 | rdfs:subClassOf ep-core:PhysicalThing . | 218 | rdfs:subClassOf ep-core:PhysicalThing . |
| 219 | 219 | ||
| 220 | ep-flow:ForecastFlow | 220 | ep-flow:ForecastFlow |
| 221 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 221 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 222 | rdfs:label "forecast flow"^^xsd:string ; | 222 | rdfs:label "forecast flow"^^xsd:string ; |
| 223 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 223 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 224 | 224 | ||
| 225 | ep-flow:ForecastFlow-declineCurve | 225 | ep-flow:ForecastFlow-declineCurve |
| 226 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 226 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 227 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 227 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
| 228 | rdfs:subClassOf ep-flow:ForecastFlow . | 228 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 229 | 229 | ||
| 230 | ep-flow:ForecastFlow-standard | 230 | ep-flow:ForecastFlow-standard |
| 231 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 231 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 232 | rdfs:label "forecast flow - standard"^^xsd:string ; | 232 | rdfs:label "forecast flow - standard"^^xsd:string ; |
| 233 | rdfs:subClassOf ep-flow:ForecastFlow . | 233 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 234 | 234 | ||
| 235 | ep-flow:Gaslift | 235 | ep-flow:Gaslift |
| 236 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 236 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 237 | rdfs:label "gas lift"^^xsd:string ; | 237 | rdfs:label "gas lift"^^xsd:string ; |
| 238 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 238 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 239 | 239 | ||
| 240 | ep-flow:GrossProductFlow | 240 | ep-flow:GrossProductFlow |
| 241 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 241 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 242 | rdfs:label "gross product flow"^^xsd:string ; | 242 | rdfs:label "gross product flow"^^xsd:string ; |
| 243 | rdfs:subClassOf ep-flow:ProductFlow . | 243 | rdfs:subClassOf ep-flow:ProductFlow . |
| 244 | 244 | ||
| 245 | ep-flow:HydrocarbonAccounting | 245 | ep-flow:HydrocarbonAccounting |
| 246 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 246 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 247 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 247 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
| 248 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 248 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 249 | 249 | ||
| 250 | ep-flow:Import | 250 | ep-flow:Import |
| 251 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 251 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 252 | rdfs:label "import"^^xsd:string ; | 252 | rdfs:label "import"^^xsd:string ; |
| 253 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 253 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 254 | 254 | ||
| 255 | ep-flow:Injection | 255 | ep-flow:Injection |
| 256 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 256 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 257 | rdfs:label "injection"^^xsd:string ; | 257 | rdfs:label "injection"^^xsd:string ; |
| 258 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 258 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 259 | 259 | ||
| 260 | ep-flow:Inventory | 260 | ep-flow:Inventory |
| 261 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 261 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 262 | rdfs:label "inventory"^^xsd:string ; | 262 | rdfs:label "inventory"^^xsd:string ; |
| 263 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 263 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 264 | 264 | ||
| 265 | ep-flow:MeasuredFlow | 265 | ep-flow:MeasuredFlow |
| 266 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 266 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 267 | rdfs:label "measured flow"^^xsd:string ; | 267 | rdfs:label "measured flow"^^xsd:string ; |
| 268 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 268 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 269 | 269 | ||
| 270 | ep-flow:MeasuredFlow-fiscal | 270 | ep-flow:MeasuredFlow-fiscal |
| 271 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 271 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 272 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 272 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
| 273 | rdfs:subClassOf ep-flow:MeasuredFlow . | 273 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 274 | 274 | ||
| 275 | ep-flow:MeasuredFlow-raw | 275 | ep-flow:MeasuredFlow-raw |
| 276 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 276 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 277 | rdfs:label "measured flow - raw"^^xsd:string ; | 277 | rdfs:label "measured flow - raw"^^xsd:string ; |
| 278 | rdfs:subClassOf ep-flow:MeasuredFlow . | 278 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 279 | 279 | ||
| 280 | ep-flow:MeasuredFlow-recalibrated | 280 | ep-flow:MeasuredFlow-recalibrated |
| 281 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 281 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 282 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 282 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
| 283 | rdfs:subClassOf ep-flow:MeasuredFlow . | 283 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 284 | 284 | ||
| 285 | ep-flow:NetProductFlow | 285 | ep-flow:NetProductFlow |
| 286 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 286 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 287 | rdfs:label "net product flow"^^xsd:string ; | 287 | rdfs:label "net product flow"^^xsd:string ; |
| 288 | rdfs:subClassOf ep-flow:ProductFlow . | 288 | rdfs:subClassOf ep-flow:ProductFlow . |
| 289 | 289 | ||
| 290 | ep-flow:NominatedFlow | 290 | ep-flow:NominatedFlow |
| 291 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 291 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 292 | rdfs:label "nominated flow"^^xsd:string ; | 292 | rdfs:label "nominated flow"^^xsd:string ; |
| 293 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 293 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 294 | 294 | ||
| 295 | ep-flow:ObjectThatLastsOneDay | 295 | ep-flow:ObjectThatLastsOneDay |
| 296 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 296 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 297 | rdfs:label "object that lasts one day"^^xsd:string ; | 297 | rdfs:label "object that lasts one day"^^xsd:string ; |
| 298 | rdfs:subClassOf ep-core:PhysicalObject . | 298 | rdfs:subClassOf ep-core:PhysicalObject . |
| 299 | 299 | ||
| 300 | ep-flow:ObjectThatLastsOneMonth | 300 | ep-flow:ObjectThatLastsOneMonth |
| 301 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 301 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 302 | rdfs:label "object that lasts one month"^^xsd:string ; | 302 | rdfs:label "object that lasts one month"^^xsd:string ; |
| 303 | rdfs:subClassOf ep-core:PhysicalObject . | 303 | rdfs:subClassOf ep-core:PhysicalObject . |
| 304 | 304 | ||
| 305 | ep-flow:ObjectThatLastsOneWeek | 305 | ep-flow:ObjectThatLastsOneWeek |
| 306 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 306 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 307 | rdfs:label "object that lasts one week"^^xsd:string ; | 307 | rdfs:label "object that lasts one week"^^xsd:string ; |
| 308 | rdfs:subClassOf ep-core:PhysicalObject . | 308 | rdfs:subClassOf ep-core:PhysicalObject . |
| 309 | 309 | ||
| 310 | ep-flow:ObjectThatLastsOneYear | 310 | ep-flow:ObjectThatLastsOneYear |
| 311 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 311 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 312 | rdfs:label "object that lasts one year"^^xsd:string ; | 312 | rdfs:label "object that lasts one year"^^xsd:string ; |
| 313 | rdfs:subClassOf ep-core:PhysicalObject . | 313 | rdfs:subClassOf ep-core:PhysicalObject . |
| 314 | 314 | ||
| 315 | ep-flow:Oil-grossFlow | 315 | ep-flow:Oil-grossFlow |
| 316 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 316 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
| 317 | rdfs:label "oil - gross flow"^^xsd:string ; | 317 | rdfs:label "oil - gross flow"^^xsd:string ; |
| 318 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 318 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 319 | 319 | ||
| 320 | ep-flow:Oil-netFlow | 320 | ep-flow:Oil-netFlow |
| 321 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 321 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
| 322 | rdfs:label "oil - net flow"^^xsd:string ; | 322 | rdfs:label "oil - net flow"^^xsd:string ; |
| 323 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 323 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 324 | 324 | ||
| 325 | ep-flow:Overboard | 325 | ep-flow:Overboard |
| 326 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 326 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 327 | rdfs:label "overboard"^^xsd:string ; | 327 | rdfs:label "overboard"^^xsd:string ; |
| 328 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 328 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 329 | 329 | ||
| 330 | ep-flow:PotentialFlow | 330 | ep-flow:PotentialFlow |
| 331 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 331 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 332 | rdfs:label "potential flow"^^xsd:string ; | 332 | rdfs:label "potential flow"^^xsd:string ; |
| 333 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 333 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 334 | 334 | ||
| 335 | ep-flow:ProcessedFlow | 335 | ep-flow:ProcessedFlow |
| 336 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 336 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 337 | rdfs:label "processed flow"^^xsd:string ; | 337 | rdfs:label "processed flow"^^xsd:string ; |
| 338 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 338 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 339 | 339 | ||
| ... | @@ -358,27 +358,27 @@ ep-flow:ProductInventory | ... | @@ -358,27 +358,27 @@ ep-flow:ProductInventory |
| 358 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 358 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 359 | 359 | ||
| 360 | ep-flow:ProductInventoryAdjustedClosingBalance | 360 | ep-flow:ProductInventoryAdjustedClosingBalance |
| 361 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 361 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 362 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 362 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
| 363 | rdfs:subClassOf ep-flow:ProductInventory . | 363 | rdfs:subClassOf ep-flow:ProductInventory . |
| 364 | 364 | ||
| 365 | ep-flow:ProductInventoryClosingBalance | 365 | ep-flow:ProductInventoryClosingBalance |
| 366 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 366 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 367 | rdfs:label "product inventory closing balance"^^xsd:string ; | 367 | rdfs:label "product inventory closing balance"^^xsd:string ; |
| 368 | rdfs:subClassOf ep-flow:ProductInventory . | 368 | rdfs:subClassOf ep-flow:ProductInventory . |
| 369 | 369 | ||
| 370 | ep-flow:ProductInventoryClosingStorageBalance | 370 | ep-flow:ProductInventoryClosingStorageBalance |
| 371 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 371 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 372 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 372 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
| 373 | rdfs:subClassOf ep-flow:ProductInventory . | 373 | rdfs:subClassOf ep-flow:ProductInventory . |
| 374 | 374 | ||
| 375 | ep-flow:ProductInventoryOpFlex | 375 | ep-flow:ProductInventoryOpFlex |
| 376 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 376 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 377 | rdfs:label "product inventory opFlex"^^xsd:string ; | 377 | rdfs:label "product inventory opFlex"^^xsd:string ; |
| 378 | rdfs:subClassOf ep-flow:ProductInventory . | 378 | rdfs:subClassOf ep-flow:ProductInventory . |
| 379 | 379 | ||
| 380 | ep-flow:ProductInventoryOpeningBalance | 380 | ep-flow:ProductInventoryOpeningBalance |
| 381 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 381 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 382 | rdfs:label "product inventory opening balance"^^xsd:string ; | 382 | rdfs:label "product inventory opening balance"^^xsd:string ; |
| 383 | rdfs:subClassOf ep-flow:ProductInventory . | 383 | rdfs:subClassOf ep-flow:ProductInventory . |
| 384 | 384 | ||
| ... | @@ -393,7 +393,7 @@ ep-flow:ProductMaterialType | ... | @@ -393,7 +393,7 @@ ep-flow:ProductMaterialType |
| 393 | rdfs:subClassOf owl:Class . | 393 | rdfs:subClassOf owl:Class . |
| 394 | 394 | ||
| 395 | ep-flow:Production | 395 | ep-flow:Production |
| 396 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 396 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 397 | rdfs:label "production"^^xsd:string ; | 397 | rdfs:label "production"^^xsd:string ; |
| 398 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 398 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 399 | 399 | ||
| ... | @@ -402,6 +402,11 @@ ep-flow:ProductionFlow | ... | @@ -402,6 +402,11 @@ ep-flow:ProductionFlow |
| 402 | rdfs:label "(temporal part of a) production flow"^^xsd:string ; | 402 | rdfs:label "(temporal part of a) production flow"^^xsd:string ; |
| 403 | rdfs:subClassOf ep-flow:Flow . | 403 | rdfs:subClassOf ep-flow:Flow . |
| 404 | 404 | ||
| 405 | +ep-flow:ProductionFlowDefinitionSubType | ||
| 406 | + rdf:type rdfs:Class ; | ||
| 407 | + rdfs:label " production flow definition subtype"^^xsd:string ; | ||
| 408 | + rdfs:subClassOf owl:Class . | ||
| 409 | + | ||
| 405 | ep-flow:ProductionFlowDefinitionType | 410 | ep-flow:ProductionFlowDefinitionType |
| 406 | rdf:type rdfs:Class ; | 411 | rdf:type rdfs:Class ; |
| 407 | rdfs:label " production flow definition type"^^xsd:string ; | 412 | rdfs:label " production flow definition type"^^xsd:string ; |
| ... | @@ -423,37 +428,37 @@ ep-flow:ProductionInventory | ... | @@ -423,37 +428,37 @@ ep-flow:ProductionInventory |
| 423 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 428 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 424 | 429 | ||
| 425 | ep-flow:ProductionInventoryAllocatedMaterial | 430 | ep-flow:ProductionInventoryAllocatedMaterial |
| 426 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 431 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 427 | rdfs:label "production inventory allocated material"^^xsd:string ; | 432 | rdfs:label "production inventory allocated material"^^xsd:string ; |
| 428 | rdfs:subClassOf ep-flow:ProductionInventory . | 433 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 429 | 434 | ||
| 430 | ep-flow:ProductionInventoryBudgetMaterial | 435 | ep-flow:ProductionInventoryBudgetMaterial |
| 431 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 436 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 432 | rdfs:label "production inventory budget material"^^xsd:string ; | 437 | rdfs:label "production inventory budget material"^^xsd:string ; |
| 433 | rdfs:subClassOf ep-flow:ProductionInventory . | 438 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 434 | 439 | ||
| 435 | ep-flow:ProductionInventoryConstraintMaterial | 440 | ep-flow:ProductionInventoryConstraintMaterial |
| 436 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 441 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 437 | rdfs:label "production inventory constraint material"^^xsd:string ; | 442 | rdfs:label "production inventory constraint material"^^xsd:string ; |
| 438 | rdfs:subClassOf ep-flow:ProductionInventory . | 443 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 439 | 444 | ||
| 440 | ep-flow:ProductionInventoryDerivedMaterial | 445 | ep-flow:ProductionInventoryDerivedMaterial |
| 441 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 446 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 442 | rdfs:label "production inventory derived material"^^xsd:string ; | 447 | rdfs:label "production inventory derived material"^^xsd:string ; |
| 443 | rdfs:subClassOf ep-flow:ProductionInventory . | 448 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 444 | 449 | ||
| 445 | ep-flow:ProductionInventoryDifferenceMaterial | 450 | ep-flow:ProductionInventoryDifferenceMaterial |
| 446 | - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; | 451 | + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; |
| 447 | rdfs:label "production inventory difference material"^^xsd:string ; | 452 | rdfs:label "production inventory difference material"^^xsd:string ; |
| 448 | rdfs:subClassOf ep-flow:ProductionInventory . | 453 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 449 | 454 | ||
| 450 | ep-flow:ProductionInventoryEstimatedMaterial | 455 | ep-flow:ProductionInventoryEstimatedMaterial |
| 451 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 456 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 452 | rdfs:label "production inventory estimated material"^^xsd:string ; | 457 | rdfs:label "production inventory estimated material"^^xsd:string ; |
| 453 | rdfs:subClassOf ep-flow:ProductionInventory . | 458 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 454 | 459 | ||
| 455 | ep-flow:ProductionInventoryForecastMaterial | 460 | ep-flow:ProductionInventoryForecastMaterial |
| 456 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 461 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 457 | rdfs:label "production inventory forecast material"^^xsd:string ; | 462 | rdfs:label "production inventory forecast material"^^xsd:string ; |
| 458 | rdfs:subClassOf ep-flow:ProductionInventory . | 463 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 459 | 464 | ||
| ... | @@ -463,47 +468,47 @@ ep-flow:ProductionInventoryMaterialType | ... | @@ -463,47 +468,47 @@ ep-flow:ProductionInventoryMaterialType |
| 463 | rdfs:subClassOf owl:Class . | 468 | rdfs:subClassOf owl:Class . |
| 464 | 469 | ||
| 465 | ep-flow:ProductionInventoryMeasuredMaterial | 470 | ep-flow:ProductionInventoryMeasuredMaterial |
| 466 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 471 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 467 | rdfs:label "production inventory measured material"^^xsd:string ; | 472 | rdfs:label "production inventory measured material"^^xsd:string ; |
| 468 | rdfs:subClassOf ep-flow:ProductionInventory . | 473 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 469 | 474 | ||
| 470 | ep-flow:ProductionInventoryNominatedMaterial | 475 | ep-flow:ProductionInventoryNominatedMaterial |
| 471 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 476 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 472 | rdfs:label "production inventory nominated material"^^xsd:string ; | 477 | rdfs:label "production inventory nominated material"^^xsd:string ; |
| 473 | rdfs:subClassOf ep-flow:ProductionInventory . | 478 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 474 | 479 | ||
| 475 | ep-flow:ProductionInventoryPotentialMaterial | 480 | ep-flow:ProductionInventoryPotentialMaterial |
| 476 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 481 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 477 | rdfs:label "production inventory potential material"^^xsd:string ; | 482 | rdfs:label "production inventory potential material"^^xsd:string ; |
| 478 | rdfs:subClassOf ep-flow:ProductionInventory . | 483 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 479 | 484 | ||
| 480 | ep-flow:ProductionInventoryProcessedMaterial | 485 | ep-flow:ProductionInventoryProcessedMaterial |
| 481 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 486 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 482 | rdfs:label "production inventory processed material"^^xsd:string ; | 487 | rdfs:label "production inventory processed material"^^xsd:string ; |
| 483 | rdfs:subClassOf ep-flow:ProductionInventory . | 488 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 484 | 489 | ||
| 485 | ep-flow:ProductionInventoryQuotaMaterial | 490 | ep-flow:ProductionInventoryQuotaMaterial |
| 486 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 491 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 487 | rdfs:label "production inventory quota material"^^xsd:string ; | 492 | rdfs:label "production inventory quota material"^^xsd:string ; |
| 488 | rdfs:subClassOf ep-flow:ProductionInventory . | 493 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 489 | 494 | ||
| 490 | ep-flow:ProductionInventoryRecommendedMaterial | 495 | ep-flow:ProductionInventoryRecommendedMaterial |
| 491 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 496 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 492 | rdfs:label "production inventory recommended material"^^xsd:string ; | 497 | rdfs:label "production inventory recommended material"^^xsd:string ; |
| 493 | rdfs:subClassOf ep-flow:ProductionInventory . | 498 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 494 | 499 | ||
| 495 | ep-flow:ProductionInventorySaleableMaterial | 500 | ep-flow:ProductionInventorySaleableMaterial |
| 496 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 501 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 497 | rdfs:label "production inventory saleable material"^^xsd:string ; | 502 | rdfs:label "production inventory saleable material"^^xsd:string ; |
| 498 | rdfs:subClassOf ep-flow:ProductionInventory . | 503 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 499 | 504 | ||
| 500 | ep-flow:ProductionInventorySimulatedMaterial | 505 | ep-flow:ProductionInventorySimulatedMaterial |
| 501 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 506 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 502 | rdfs:label "production inventory simulated material"^^xsd:string ; | 507 | rdfs:label "production inventory simulated material"^^xsd:string ; |
| 503 | rdfs:subClassOf ep-flow:ProductionInventory . | 508 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 504 | 509 | ||
| 505 | ep-flow:ProductionInventoryTargetMaterial | 510 | ep-flow:ProductionInventoryTargetMaterial |
| 506 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 511 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
| 507 | rdfs:label "production inventory target material"^^xsd:string ; | 512 | rdfs:label "production inventory target material"^^xsd:string ; |
| 508 | rdfs:subClassOf ep-flow:ProductionInventory . | 513 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 509 | 514 | ||
| ... | @@ -533,22 +538,22 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -533,22 +538,22 @@ ep-flow:ProductionTestWellHeadFlow |
| 533 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 538 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 534 | 539 | ||
| 535 | ep-flow:QuotaFlow | 540 | ep-flow:QuotaFlow |
| 536 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 541 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 537 | rdfs:label "quota flow"^^xsd:string ; | 542 | rdfs:label "quota flow"^^xsd:string ; |
| 538 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 543 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 539 | 544 | ||
| 540 | ep-flow:RecommendedFlow | 545 | ep-flow:RecommendedFlow |
| 541 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 546 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 542 | rdfs:label "recommended flow"^^xsd:string ; | 547 | rdfs:label "recommended flow"^^xsd:string ; |
| 543 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 548 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 544 | 549 | ||
| 545 | ep-flow:Sale | 550 | ep-flow:Sale |
| 546 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 551 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 547 | rdfs:label "sale"^^xsd:string ; | 552 | rdfs:label "sale"^^xsd:string ; |
| 548 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 553 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 549 | 554 | ||
| 550 | ep-flow:SaleableFlow | 555 | ep-flow:SaleableFlow |
| 551 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 556 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 552 | rdfs:label "saleable flow"^^xsd:string ; | 557 | rdfs:label "saleable flow"^^xsd:string ; |
| 553 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 558 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 554 | 559 | ||
| ... | @@ -557,17 +562,17 @@ ep-flow:SampleOfMaterial | ... | @@ -557,17 +562,17 @@ ep-flow:SampleOfMaterial |
| 557 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 562 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 558 | 563 | ||
| 559 | ep-flow:SimulatedFlow | 564 | ep-flow:SimulatedFlow |
| 560 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 565 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 561 | rdfs:label "simulated flow"^^xsd:string ; | 566 | rdfs:label "simulated flow"^^xsd:string ; |
| 562 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 567 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 563 | 568 | ||
| 564 | ep-flow:Storage | 569 | ep-flow:Storage |
| 565 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 570 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 566 | rdfs:label "storage"^^xsd:string ; | 571 | rdfs:label "storage"^^xsd:string ; |
| 567 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 572 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 568 | 573 | ||
| 569 | ep-flow:TargetFlow | 574 | ep-flow:TargetFlow |
| 570 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 575 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 571 | rdfs:label "target flow"^^xsd:string ; | 576 | rdfs:label "target flow"^^xsd:string ; |
| 572 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 577 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 573 | 578 | ||
| ... | @@ -589,7 +594,7 @@ ep-flow:WholeLifeFlow | ... | @@ -589,7 +594,7 @@ ep-flow:WholeLifeFlow |
| 589 | ep-flow:WholeLifeProductFlow | 594 | ep-flow:WholeLifeProductFlow |
| 590 | rdf:type owl:Class ; | 595 | rdf:type owl:Class ; |
| 591 | rdfs:label "whole life product flow"^^xsd:string ; | 596 | rdfs:label "whole life product flow"^^xsd:string ; |
| 592 | - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 597 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . |
| 593 | 598 | ||
| 594 | ep-flow:WholeLifeProductInventory | 599 | ep-flow:WholeLifeProductInventory |
| 595 | rdf:type owl:Class ; | 600 | rdf:type owl:Class ; |
| ... | @@ -599,7 +604,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -599,7 +604,7 @@ ep-flow:WholeLifeProductInventory |
| 599 | ep-flow:WholeLifeProductionFlow | 604 | ep-flow:WholeLifeProductionFlow |
| 600 | rdf:type owl:Class ; | 605 | rdf:type owl:Class ; |
| 601 | rdfs:label "whole life production flow"^^xsd:string ; | 606 | rdfs:label "whole life production flow"^^xsd:string ; |
| 602 | - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 607 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
| 603 | 608 | ||
| 604 | ep-flow:WholeLifeProductionInventory | 609 | ep-flow:WholeLifeProductionInventory |
| 605 | rdf:type owl:Class ; | 610 | rdf:type owl:Class ; |
| ... | @@ -607,13 +612,13 @@ ep-flow:WholeLifeProductionInventory | ... | @@ -607,13 +612,13 @@ ep-flow:WholeLifeProductionInventory |
| 607 | rdfs:subClassOf ep-flow:ProductionInventory . | 612 | rdfs:subClassOf ep-flow:ProductionInventory . |
| 608 | 613 | ||
| 609 | ep-flow:dailyAverageAmountOfMaterial | 614 | ep-flow:dailyAverageAmountOfMaterial |
| 610 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 615 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 611 | rdfs:domain ep-flow:Flow ; | 616 | rdfs:domain ep-flow:Flow ; |
| 612 | rdfs:label "daily average amount of material"^^xsd:string ; | 617 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 613 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 618 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
| 614 | 619 | ||
| 615 | ep-flow:energyContent | 620 | ep-flow:energyContent |
| 616 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 621 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 617 | rdfs:domain ep-material:QuantityOfMaterial ; | 622 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 618 | rdfs:label "energy content"^^xsd:string ; | 623 | rdfs:label "energy content"^^xsd:string ; |
| 619 | rdfs:range ep-core:Work . | 624 | rdfs:range ep-core:Work . |
| ... | @@ -645,7 +650,7 @@ ep-flow:flowOutOf | ... | @@ -645,7 +650,7 @@ ep-flow:flowOutOf |
| 645 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 650 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 646 | 651 | ||
| 647 | ep-flow:grossCalorificValue | 652 | ep-flow:grossCalorificValue |
| 648 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 653 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 649 | rdfs:domain ep-material:QuantityOfMaterial ; | 654 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 650 | rdfs:label "gross calorific value"^^xsd:string ; | 655 | rdfs:label "gross calorific value"^^xsd:string ; |
| 651 | rdfs:range ep-core:EnergyPerVolume . | 656 | rdfs:range ep-core:EnergyPerVolume . |
| ... | @@ -665,23 +670,23 @@ ep-flow:hasNetworkPart | ... | @@ -665,23 +670,23 @@ ep-flow:hasNetworkPart |
| 665 | rdfs:subPropertyOf ep-core:hasPart . | 670 | rdfs:subPropertyOf ep-core:hasPart . |
| 666 | 671 | ||
| 667 | ep-flow:materialThatFlows | 672 | ep-flow:materialThatFlows |
| 668 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 673 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 669 | rdfs:domain ep-flow:Flow ; | 674 | rdfs:domain ep-flow:Flow ; |
| 670 | rdfs:label "material that flows"^^xsd:string ; | 675 | rdfs:label "material that flows"^^xsd:string ; |
| 671 | rdfs:range ep-material:QuantityOfMaterial . | 676 | rdfs:range ep-material:QuantityOfMaterial . |
| 672 | 677 | ||
| 673 | ep-flow:rateOfFlowOfMaterial | 678 | ep-flow:rateOfFlowOfMaterial |
| 674 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 679 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 675 | rdfs:label "rate of flow of material"^^xsd:string ; | 680 | rdfs:label "rate of flow of material"^^xsd:string ; |
| 676 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 681 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
| 677 | 682 | ||
| 678 | ep-flow:totalVolumeOfMaterial-deprecated | 683 | ep-flow:totalVolumeOfMaterial-deprecated |
| 679 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 684 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 680 | rdfs:label "total volume of material"^^xsd:string ; | 685 | rdfs:label "total volume of material"^^xsd:string ; |
| 681 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 686 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
| 682 | 687 | ||
| 683 | ep-flow:yearlyAverageAmountOfMaterial | 688 | ep-flow:yearlyAverageAmountOfMaterial |
| 684 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 689 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 685 | rdfs:domain ep-flow:Flow ; | 690 | rdfs:domain ep-flow:Flow ; |
| 686 | rdfs:label "yearly average amount of material"^^xsd:string ; | 691 | rdfs:label "yearly average amount of material"^^xsd:string ; |
| 687 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 692 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
| ... | @@ -792,7 +797,7 @@ ep-material:Gas-wet | ... | @@ -792,7 +797,7 @@ ep-material:Gas-wet |
| 792 | rdf:type ep-flow:ProductMaterialType . | 797 | rdf:type ep-flow:ProductMaterialType . |
| 793 | 798 | ||
| 794 | ep-material:HeliumGas | 799 | ep-material:HeliumGas |
| 795 | - rdf:type ep-flow:ProductMaterialType , owl:Class . | 800 | + rdf:type owl:Class , ep-flow:ProductMaterialType . |
| 796 | 801 | ||
| 797 | ep-material:Heptane | 802 | ep-material:Heptane |
| 798 | rdf:type ep-flow:ProductMaterialType . | 803 | rdf:type ep-flow:ProductMaterialType . |
| ... | @@ -870,14 +875,14 @@ ep-material:Oleic | ... | @@ -870,14 +875,14 @@ ep-material:Oleic |
| 870 | rdf:type ep-flow:ProductMaterialType . | 875 | rdf:type ep-flow:ProductMaterialType . |
| 871 | 876 | ||
| 872 | ep-material:Pentane | 877 | ep-material:Pentane |
| 873 | - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; | 878 | + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; |
| 874 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . | 879 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . |
| 875 | 880 | ||
| 876 | ep-material:PetroleumGasLiquid | 881 | ep-material:PetroleumGasLiquid |
| 877 | rdf:type ep-flow:ProductMaterialType . | 882 | rdf:type ep-flow:ProductMaterialType . |
| 878 | 883 | ||
| 879 | ep-material:Propane | 884 | ep-material:Propane |
| 880 | - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , ep-flow:ProductMaterialType ; | 885 | + rdf:type ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ; |
| 881 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . | 886 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . |
| 882 | 887 | ||
| 883 | ep-material:Propane-component | 888 | ep-material:Propane-component |
| ... | @@ -905,361 +910,361 @@ ep-material:Water-processed | ... | @@ -905,361 +910,361 @@ ep-material:Water-processed |
| 905 | rdf:type ep-flow:ProductMaterialType . | 910 | rdf:type ep-flow:ProductMaterialType . |
| 906 | 911 | ||
| 907 | ep-material:substance-11dmcyPentane | 912 | ep-material:substance-11dmcyPentane |
| 908 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 913 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 909 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . | 914 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . |
| 910 | 915 | ||
| 911 | ep-material:substance-124tmBenzene | 916 | ep-material:substance-124tmBenzene |
| 912 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 917 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 913 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . | 918 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . |
| 914 | 919 | ||
| 915 | ep-material:substance-12dmBenzene | 920 | ep-material:substance-12dmBenzene |
| 916 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 921 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 917 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . | 922 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . |
| 918 | 923 | ||
| 919 | ep-material:substance-13dmBenzene | 924 | ep-material:substance-13dmBenzene |
| 920 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 925 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 921 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . | 926 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . |
| 922 | 927 | ||
| 923 | ep-material:substance-14dmBenzene | 928 | ep-material:substance-14dmBenzene |
| 924 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 929 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 925 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . | 930 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . |
| 926 | 931 | ||
| 927 | ep-material:substance-223tmButane | 932 | ep-material:substance-223tmButane |
| 928 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 933 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 929 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . | 934 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . |
| 930 | 935 | ||
| 931 | ep-material:substance-223tmPentane | 936 | ep-material:substance-223tmPentane |
| 932 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 937 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 933 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . | 938 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . |
| 934 | 939 | ||
| 935 | ep-material:substance-22dmButane | 940 | ep-material:substance-22dmButane |
| 936 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 941 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 937 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . | 942 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . |
| 938 | 943 | ||
| 939 | ep-material:substance-22dmHexane | 944 | ep-material:substance-22dmHexane |
| 940 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 945 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 941 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . | 946 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . |
| 942 | 947 | ||
| 943 | ep-material:substance-22dmPentane | 948 | ep-material:substance-22dmPentane |
| 944 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 949 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 945 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . | 950 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . |
| 946 | 951 | ||
| 947 | ep-material:substance-22dmPropane | 952 | ep-material:substance-22dmPropane |
| 948 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 953 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 949 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . | 954 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . |
| 950 | 955 | ||
| 951 | ep-material:substance-23dmButane | 956 | ep-material:substance-23dmButane |
| 952 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 957 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 953 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . | 958 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . |
| 954 | 959 | ||
| 955 | ep-material:substance-23dmPentane | 960 | ep-material:substance-23dmPentane |
| 956 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 961 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 957 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . | 962 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . |
| 958 | 963 | ||
| 959 | ep-material:substance-24dmHexane | 964 | ep-material:substance-24dmHexane |
| 960 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 965 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 961 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . | 966 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . |
| 962 | 967 | ||
| 963 | ep-material:substance-24dmPentane | 968 | ep-material:substance-24dmPentane |
| 964 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 969 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 965 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . | 970 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . |
| 966 | 971 | ||
| 967 | ep-material:substance-25dmHexane | 972 | ep-material:substance-25dmHexane |
| 968 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 973 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 969 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . | 974 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . |
| 970 | 975 | ||
| 971 | ep-material:substance-2mButane | 976 | ep-material:substance-2mButane |
| 972 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 977 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 973 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . | 978 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . |
| 974 | 979 | ||
| 975 | ep-material:substance-2mHexane | 980 | ep-material:substance-2mHexane |
| 976 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 981 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 977 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . | 982 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . |
| 978 | 983 | ||
| 979 | ep-material:substance-2mPentane | 984 | ep-material:substance-2mPentane |
| 980 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 985 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 981 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . | 986 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . |
| 982 | 987 | ||
| 983 | ep-material:substance-2mPropane | 988 | ep-material:substance-2mPropane |
| 984 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 989 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 985 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . | 990 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . |
| 986 | 991 | ||
| 987 | ep-material:substance-33dmPentane | 992 | ep-material:substance-33dmPentane |
| 988 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 993 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 989 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . | 994 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . |
| 990 | 995 | ||
| 991 | ep-material:substance-3etPentane | 996 | ep-material:substance-3etPentane |
| 992 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 997 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 993 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . | 998 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . |
| 994 | 999 | ||
| 995 | ep-material:substance-3mHexane | 1000 | ep-material:substance-3mHexane |
| 996 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1001 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 997 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . | 1002 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . |
| 998 | 1003 | ||
| 999 | ep-material:substance-3mPentane | 1004 | ep-material:substance-3mPentane |
| 1000 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1005 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1001 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . | 1006 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . |
| 1002 | 1007 | ||
| 1003 | ep-material:substance-Ar | 1008 | ep-material:substance-Ar |
| 1004 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1009 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1005 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . | 1010 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . |
| 1006 | 1011 | ||
| 1007 | ep-material:substance-Benzene | 1012 | ep-material:substance-Benzene |
| 1008 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1013 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1009 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . | 1014 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . |
| 1010 | 1015 | ||
| 1011 | ep-material:substance-Butane | 1016 | ep-material:substance-Butane |
| 1012 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1017 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1013 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . | 1018 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . |
| 1014 | 1019 | ||
| 1015 | ep-material:substance-C11F | 1020 | ep-material:substance-C11F |
| 1016 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1021 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1017 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . | 1022 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . |
| 1018 | 1023 | ||
| 1019 | ep-material:substance-C12F | 1024 | ep-material:substance-C12F |
| 1020 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1025 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1021 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . | 1026 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . |
| 1022 | 1027 | ||
| 1023 | ep-material:substance-C13F | 1028 | ep-material:substance-C13F |
| 1024 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1029 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1025 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . | 1030 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . |
| 1026 | 1031 | ||
| 1027 | ep-material:substance-C13dmcyPentane | 1032 | ep-material:substance-C13dmcyPentane |
| 1028 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1033 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1029 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . | 1034 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . |
| 1030 | 1035 | ||
| 1031 | ep-material:substance-C14F | 1036 | ep-material:substance-C14F |
| 1032 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1037 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1033 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . | 1038 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . |
| 1034 | 1039 | ||
| 1035 | ep-material:substance-C15F | 1040 | ep-material:substance-C15F |
| 1036 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1041 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1037 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . | 1042 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . |
| 1038 | 1043 | ||
| 1039 | ep-material:substance-C16F | 1044 | ep-material:substance-C16F |
| 1040 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1045 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1041 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . | 1046 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . |
| 1042 | 1047 | ||
| 1043 | ep-material:substance-C17F | 1048 | ep-material:substance-C17F |
| 1044 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1049 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1045 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . | 1050 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . |
| 1046 | 1051 | ||
| 1047 | ep-material:substance-C18F | 1052 | ep-material:substance-C18F |
| 1048 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1053 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1049 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . | 1054 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . |
| 1050 | 1055 | ||
| 1051 | ep-material:substance-C19F | 1056 | ep-material:substance-C19F |
| 1052 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1057 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1053 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . | 1058 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . |
| 1054 | 1059 | ||
| 1055 | ep-material:substance-C20F | 1060 | ep-material:substance-C20F |
| 1056 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1061 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1057 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . | 1062 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . |
| 1058 | 1063 | ||
| 1059 | ep-material:substance-C21F | 1064 | ep-material:substance-C21F |
| 1060 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1065 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1061 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . | 1066 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . |
| 1062 | 1067 | ||
| 1063 | ep-material:substance-C22F | 1068 | ep-material:substance-C22F |
| 1064 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1069 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1065 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . | 1070 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . |
| 1066 | 1071 | ||
| 1067 | ep-material:substance-C23F | 1072 | ep-material:substance-C23F |
| 1068 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1073 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1069 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . | 1074 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . |
| 1070 | 1075 | ||
| 1071 | ep-material:substance-C24F | 1076 | ep-material:substance-C24F |
| 1072 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1077 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1073 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . | 1078 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . |
| 1074 | 1079 | ||
| 1075 | ep-material:substance-C25F | 1080 | ep-material:substance-C25F |
| 1076 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1081 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1077 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . | 1082 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . |
| 1078 | 1083 | ||
| 1079 | ep-material:substance-C26F | 1084 | ep-material:substance-C26F |
| 1080 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1085 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1081 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . | 1086 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . |
| 1082 | 1087 | ||
| 1083 | ep-material:substance-C27F | 1088 | ep-material:substance-C27F |
| 1084 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1089 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1085 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . | 1090 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . |
| 1086 | 1091 | ||
| 1087 | ep-material:substance-C28F | 1092 | ep-material:substance-C28F |
| 1088 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1093 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1089 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . | 1094 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . |
| 1090 | 1095 | ||
| 1091 | ep-material:substance-C29F | 1096 | ep-material:substance-C29F |
| 1092 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1097 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1093 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . | 1098 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . |
| 1094 | 1099 | ||
| 1095 | ep-material:substance-C30F | 1100 | ep-material:substance-C30F |
| 1096 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1101 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1097 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . | 1102 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . |
| 1098 | 1103 | ||
| 1099 | ep-material:substance-C31F | 1104 | ep-material:substance-C31F |
| 1100 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1105 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1101 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . | 1106 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . |
| 1102 | 1107 | ||
| 1103 | ep-material:substance-C32F | 1108 | ep-material:substance-C32F |
| 1104 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1109 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1105 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . | 1110 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . |
| 1106 | 1111 | ||
| 1107 | ep-material:substance-C33F | 1112 | ep-material:substance-C33F |
| 1108 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1113 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1109 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . | 1114 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . |
| 1110 | 1115 | ||
| 1111 | ep-material:substance-C34F | 1116 | ep-material:substance-C34F |
| 1112 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1117 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1113 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . | 1118 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . |
| 1114 | 1119 | ||
| 1115 | ep-material:substance-C35F | 1120 | ep-material:substance-C35F |
| 1116 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1121 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1117 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . | 1122 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . |
| 1118 | 1123 | ||
| 1119 | ep-material:substance-C36F | 1124 | ep-material:substance-C36F |
| 1120 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1125 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1121 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . | 1126 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . |
| 1122 | 1127 | ||
| 1123 | ep-material:substance-C37F | 1128 | ep-material:substance-C37F |
| 1124 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1129 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1125 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . | 1130 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . |
| 1126 | 1131 | ||
| 1127 | ep-material:substance-C38F | 1132 | ep-material:substance-C38F |
| 1128 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1133 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1129 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . | 1134 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . |
| 1130 | 1135 | ||
| 1131 | ep-material:substance-C39F | 1136 | ep-material:substance-C39F |
| 1132 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1137 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1133 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . | 1138 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . |
| 1134 | 1139 | ||
| 1135 | ep-material:substance-C40F | 1140 | ep-material:substance-C40F |
| 1136 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1141 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1137 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . | 1142 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . |
| 1138 | 1143 | ||
| 1139 | ep-material:substance-C41F | 1144 | ep-material:substance-C41F |
| 1140 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1145 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1141 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . | 1146 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . |
| 1142 | 1147 | ||
| 1143 | ep-material:substance-C42F | 1148 | ep-material:substance-C42F |
| 1144 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1149 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1145 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . | 1150 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . |
| 1146 | 1151 | ||
| 1147 | ep-material:substance-C43F | 1152 | ep-material:substance-C43F |
| 1148 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1153 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1149 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . | 1154 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . |
| 1150 | 1155 | ||
| 1151 | ep-material:substance-C44F | 1156 | ep-material:substance-C44F |
| 1152 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1157 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1153 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . | 1158 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . |
| 1154 | 1159 | ||
| 1155 | ep-material:substance-C45F | 1160 | ep-material:substance-C45F |
| 1156 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1161 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1157 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . | 1162 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . |
| 1158 | 1163 | ||
| 1159 | ep-material:substance-C46F | 1164 | ep-material:substance-C46F |
| 1160 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1165 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1161 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . | 1166 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . |
| 1162 | 1167 | ||
| 1163 | ep-material:substance-C47F | 1168 | ep-material:substance-C47F |
| 1164 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1169 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1165 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . | 1170 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . |
| 1166 | 1171 | ||
| 1167 | ep-material:substance-C48F | 1172 | ep-material:substance-C48F |
| 1168 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1173 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1169 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . | 1174 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . |
| 1170 | 1175 | ||
| 1171 | ep-material:substance-C49F | 1176 | ep-material:substance-C49F |
| 1172 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1177 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1173 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . | 1178 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . |
| 1174 | 1179 | ||
| 1175 | ep-material:substance-CO2 | 1180 | ep-material:substance-CO2 |
| 1176 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1181 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1177 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . | 1182 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . |
| 1178 | 1183 | ||
| 1179 | ep-material:substance-Cyclohexane | 1184 | ep-material:substance-Cyclohexane |
| 1180 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1185 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1181 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . | 1186 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . |
| 1182 | 1187 | ||
| 1183 | ep-material:substance-Cyclopentane | 1188 | ep-material:substance-Cyclopentane |
| 1184 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1189 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1185 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . | 1190 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . |
| 1186 | 1191 | ||
| 1187 | ep-material:substance-Decanes | 1192 | ep-material:substance-Decanes |
| 1188 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1193 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1189 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . | 1194 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . |
| 1190 | 1195 | ||
| 1191 | ep-material:substance-EtBenzene | 1196 | ep-material:substance-EtBenzene |
| 1192 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1197 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1193 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . | 1198 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . |
| 1194 | 1199 | ||
| 1195 | ep-material:substance-EtcyPentane | 1200 | ep-material:substance-EtcyPentane |
| 1196 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1201 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1197 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . | 1202 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . |
| 1198 | 1203 | ||
| 1199 | ep-material:substance-Ethane | 1204 | ep-material:substance-Ethane |
| 1200 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1205 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1201 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . | 1206 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . |
| 1202 | 1207 | ||
| 1203 | ep-material:substance-H2 | 1208 | ep-material:substance-H2 |
| 1204 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1209 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1205 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . | 1210 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . |
| 1206 | 1211 | ||
| 1207 | ep-material:substance-H2O | 1212 | ep-material:substance-H2O |
| 1208 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1213 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1209 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . | 1214 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . |
| 1210 | 1215 | ||
| 1211 | ep-material:substance-H2S | 1216 | ep-material:substance-H2S |
| 1212 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1217 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1213 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . | 1218 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . |
| 1214 | 1219 | ||
| 1215 | ep-material:substance-Heptanes | 1220 | ep-material:substance-Heptanes |
| 1216 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1221 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1217 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . | 1222 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . |
| 1218 | 1223 | ||
| 1219 | ep-material:substance-Hexane | 1224 | ep-material:substance-Hexane |
| 1220 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1225 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1221 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . | 1226 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . |
| 1222 | 1227 | ||
| 1223 | ep-material:substance-Hexanes | 1228 | ep-material:substance-Hexanes |
| 1224 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1229 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1225 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | 1230 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . |
| 1226 | 1231 | ||
| 1227 | ep-material:substance-MBenzene | 1232 | ep-material:substance-MBenzene |
| 1228 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1233 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1229 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | 1234 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . |
| 1230 | 1235 | ||
| 1231 | ep-material:substance-McyHexane | 1236 | ep-material:substance-McyHexane |
| 1232 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1237 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1233 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | 1238 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . |
| 1234 | 1239 | ||
| 1235 | ep-material:substance-McyPentane | 1240 | ep-material:substance-McyPentane |
| 1236 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1241 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1237 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | 1242 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . |
| 1238 | 1243 | ||
| 1239 | ep-material:substance-Methane | 1244 | ep-material:substance-Methane |
| 1240 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1245 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1241 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . | 1246 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . |
| 1242 | 1247 | ||
| 1243 | ep-material:substance-N2 | 1248 | ep-material:substance-N2 |
| 1244 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1249 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1245 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . | 1250 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . |
| 1246 | 1251 | ||
| 1247 | ep-material:substance-Nonanes | 1252 | ep-material:substance-Nonanes |
| 1248 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1253 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1249 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | 1254 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . |
| 1250 | 1255 | ||
| 1251 | ep-material:substance-O2 | 1256 | ep-material:substance-O2 |
| 1252 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1257 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1253 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . | 1258 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . |
| 1254 | 1259 | ||
| 1255 | ep-material:substance-Octanes | 1260 | ep-material:substance-Octanes |
| 1256 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1261 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1257 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . | 1262 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . |
| 1258 | 1263 | ||
| 1259 | ep-material:substance-T12dmcyPentane | 1264 | ep-material:substance-T12dmcyPentane |
| 1260 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1265 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1261 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | 1266 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . |
| 1262 | 1267 | ||
| 1263 | ep-material:substance-T13dmcyPentane | 1268 | ep-material:substance-T13dmcyPentane |
| 1264 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1269 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
| 1265 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | 1270 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | ... | ... |
| ... | @@ -62,7 +62,7 @@ | ... | @@ -62,7 +62,7 @@ |
| 62 | <dateStart>2011-07-01</dateStart> | 62 | <dateStart>2011-07-01</dateStart> |
| 63 | <dateEnd>2011-07-31</dateEnd> | 63 | <dateEnd>2011-07-31</dateEnd> |
| 64 | <volumeValue> | 64 | <volumeValue> |
| 65 | - <volume uom="m3">524.83</volume> | 65 | + <volume uom="m3">624.83</volume> |
| 66 | <grossCalorificValue uom="MJ/m3">20</grossCalorificValue> | 66 | <grossCalorificValue uom="MJ/m3">20</grossCalorificValue> |
| 67 | <temp uom="degC">15</temp> | 67 | <temp uom="degC">15</temp> |
| 68 | <pres uom="atm">1</pres> | 68 | <pres uom="atm">1</pres> |
| ... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
| 70 | </volumeValue> | 70 | </volumeValue> |
| 71 | <mass uom="kg">62</mass> | 71 | <mass uom="kg">62</mass> |
| 72 | <densityValue> | 72 | <densityValue> |
| 73 | - <density uom="kg/m3">799.04</density> | 73 | + <density uom="kg/m3">899.04</density> |
| 74 | <temp uom="degC">15</temp> | 74 | <temp uom="degC">15</temp> |
| 75 | <pres uom="atm">1</pres> | 75 | <pres uom="atm">1</pres> |
| 76 | </densityValue> | 76 | </densityValue> | ... | ... |
-
Please register or login to post a comment