Showing
5 changed files
with
242 additions
and
225 deletions
| ... | @@ -12,206 +12,206 @@ | ... | @@ -12,206 +12,206 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 13 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 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/core> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; | 15 | + 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/core> , <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 | ep-flow:AllocatedFlow | 18 | ep-flow:AllocatedFlow |
| 19 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 19 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 20 | rdfs:label "allocated flow"^^xsd:string ; | 20 | rdfs:label "allocated flow"^^xsd:string ; |
| 21 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 21 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 22 | 22 | ||
| 23 | ep-flow:AqueousFlow | 23 | ep-flow:AqueousFlow |
| 24 | - rdf:type owl:Class , ep-flow:ProductType ; | 24 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 25 | rdfs:label "aqueous flow"^^xsd:string ; | 25 | rdfs:label "aqueous flow"^^xsd:string ; |
| 26 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 26 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 27 | 27 | ||
| 28 | ep-flow:BudgetFlow | 28 | ep-flow:BudgetFlow |
| 29 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 29 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 30 | rdfs:label "budget flow"^^xsd:string ; | 30 | rdfs:label "budget flow"^^xsd:string ; |
| 31 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 31 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 32 | 32 | ||
| 33 | ep-flow:C10AndHeavierFlow | 33 | ep-flow:C10AndHeavierFlow |
| 34 | - rdf:type owl:Class , ep-flow:ProductType ; | 34 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 35 | rdfs:label "C10+ flow"^^xsd:string ; | 35 | rdfs:label "C10+ flow"^^xsd:string ; |
| 36 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 36 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 37 | 37 | ||
| 38 | ep-flow:C10AndLighterFlow | 38 | ep-flow:C10AndLighterFlow |
| 39 | - rdf:type owl:Class , ep-flow:ProductType ; | 39 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 40 | rdfs:label "C10- flow"^^xsd:string ; | 40 | rdfs:label "C10- flow"^^xsd:string ; |
| 41 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 41 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 42 | 42 | ||
| 43 | ep-flow:C2AndHeavierFlow | 43 | ep-flow:C2AndHeavierFlow |
| 44 | - rdf:type ep-flow:ProductType , owl:Class ; | 44 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 45 | rdfs:label "C2+ flow"^^xsd:string ; | 45 | rdfs:label "C2+ flow"^^xsd:string ; |
| 46 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 46 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 47 | 47 | ||
| 48 | ep-flow:C2AndLighterFlow | 48 | ep-flow:C2AndLighterFlow |
| 49 | - rdf:type ep-flow:ProductType , owl:Class ; | 49 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 50 | rdfs:label "C2- flow"^^xsd:string ; | 50 | rdfs:label "C2- flow"^^xsd:string ; |
| 51 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 51 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 52 | 52 | ||
| 53 | ep-flow:C3AndHeavierFlow | 53 | ep-flow:C3AndHeavierFlow |
| 54 | - rdf:type ep-flow:ProductType , owl:Class ; | 54 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 55 | rdfs:label "C3+ flow"^^xsd:string ; | 55 | rdfs:label "C3+ flow"^^xsd:string ; |
| 56 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 56 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 57 | 57 | ||
| 58 | ep-flow:C3AndLighterFlow | 58 | ep-flow:C3AndLighterFlow |
| 59 | - rdf:type ep-flow:ProductType , owl:Class ; | 59 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 60 | rdfs:label "C3- flow"^^xsd:string ; | 60 | rdfs:label "C3- flow"^^xsd:string ; |
| 61 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 61 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 62 | 62 | ||
| 63 | ep-flow:C4AndHeavierFlow | 63 | ep-flow:C4AndHeavierFlow |
| 64 | - rdf:type owl:Class , ep-flow:ProductType ; | 64 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 65 | rdfs:label "C4+ flow"^^xsd:string ; | 65 | rdfs:label "C4+ flow"^^xsd:string ; |
| 66 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 66 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 67 | 67 | ||
| 68 | ep-flow:C4AndLighterFlow | 68 | ep-flow:C4AndLighterFlow |
| 69 | - rdf:type owl:Class , ep-flow:ProductType ; | 69 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 70 | rdfs:label "C4- flow"^^xsd:string ; | 70 | rdfs:label "C4- flow"^^xsd:string ; |
| 71 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 71 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 72 | 72 | ||
| 73 | ep-flow:C5AndHeavierFlow | 73 | ep-flow:C5AndHeavierFlow |
| 74 | - rdf:type ep-flow:ProductType , owl:Class ; | 74 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 75 | rdfs:label "C5+ flow"^^xsd:string ; | 75 | rdfs:label "C5+ flow"^^xsd:string ; |
| 76 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 76 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 77 | 77 | ||
| 78 | ep-flow:C5AndLighterFlow | 78 | ep-flow:C5AndLighterFlow |
| 79 | - rdf:type ep-flow:ProductType , owl:Class ; | 79 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 80 | rdfs:label "C5- flow"^^xsd:string ; | 80 | rdfs:label "C5- flow"^^xsd:string ; |
| 81 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 81 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 82 | 82 | ||
| 83 | ep-flow:C6AndHeavierFlow | 83 | ep-flow:C6AndHeavierFlow |
| 84 | - rdf:type owl:Class , ep-flow:ProductType ; | 84 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 85 | rdfs:label "C6+ flow"^^xsd:string ; | 85 | rdfs:label "C6+ flow"^^xsd:string ; |
| 86 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 86 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 87 | 87 | ||
| 88 | ep-flow:C6AndLighterFlow | 88 | ep-flow:C6AndLighterFlow |
| 89 | - rdf:type ep-flow:ProductType , owl:Class ; | 89 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 90 | rdfs:label "C6- flow"^^xsd:string ; | 90 | rdfs:label "C6- flow"^^xsd:string ; |
| 91 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 91 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 92 | 92 | ||
| 93 | ep-flow:C7AndHeavierFlow | 93 | ep-flow:C7AndHeavierFlow |
| 94 | - rdf:type ep-flow:ProductType , owl:Class ; | 94 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 95 | rdfs:label "C7+ flow"^^xsd:string ; | 95 | rdfs:label "C7+ flow"^^xsd:string ; |
| 96 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 96 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 97 | 97 | ||
| 98 | ep-flow:C7AndLighterFlow | 98 | ep-flow:C7AndLighterFlow |
| 99 | - rdf:type ep-flow:ProductType , owl:Class ; | 99 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 100 | rdfs:label "C7- flow"^^xsd:string ; | 100 | rdfs:label "C7- flow"^^xsd:string ; |
| 101 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 101 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 102 | 102 | ||
| 103 | ep-flow:C8AndHeavierFlow | 103 | ep-flow:C8AndHeavierFlow |
| 104 | - rdf:type owl:Class , ep-flow:ProductType ; | 104 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 105 | rdfs:label "C8+ flow"^^xsd:string ; | 105 | rdfs:label "C8+ flow"^^xsd:string ; |
| 106 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 106 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 107 | 107 | ||
| 108 | ep-flow:C8AndLighterFlow | 108 | ep-flow:C8AndLighterFlow |
| 109 | - rdf:type owl:Class , ep-flow:ProductType ; | 109 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 110 | rdfs:label "C8- flow"^^xsd:string ; | 110 | rdfs:label "C8- flow"^^xsd:string ; |
| 111 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 111 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 112 | 112 | ||
| 113 | ep-flow:C9AndHeavierFlow | 113 | ep-flow:C9AndHeavierFlow |
| 114 | - rdf:type ep-flow:ProductType , owl:Class ; | 114 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 115 | rdfs:label "C9+ flow"^^xsd:string ; | 115 | rdfs:label "C9+ flow"^^xsd:string ; |
| 116 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 116 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 117 | 117 | ||
| 118 | ep-flow:C9AndLighterFlow | 118 | ep-flow:C9AndLighterFlow |
| 119 | - rdf:type ep-flow:ProductType , owl:Class ; | 119 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 120 | rdfs:label "C9- flow"^^xsd:string ; | 120 | rdfs:label "C9- flow"^^xsd:string ; |
| 121 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 121 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 122 | 122 | ||
| 123 | ep-flow:CarbonDioxideGasFlow | 123 | ep-flow:CarbonDioxideGasFlow |
| 124 | - rdf:type owl:Class , ep-flow:ProductType ; | 124 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 125 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; | 125 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; |
| 126 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 126 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 127 | 127 | ||
| 128 | ep-flow:CarbonMonoxideGasFlow | 128 | ep-flow:CarbonMonoxideGasFlow |
| 129 | - rdf:type owl:Class , ep-flow:ProductType ; | 129 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 130 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; | 130 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; |
| 131 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 131 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 132 | 132 | ||
| 133 | ep-flow:ChemicalFlow | 133 | ep-flow:ChemicalFlow |
| 134 | - rdf:type owl:Class , ep-flow:ProductType ; | 134 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 135 | rdfs:label "chemical flow"^^xsd:string ; | 135 | rdfs:label "chemical flow"^^xsd:string ; |
| 136 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 136 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 137 | 137 | ||
| 138 | ep-flow:Condensate-grossFlow | 138 | ep-flow:Condensate-grossFlow |
| 139 | - rdf:type owl:Class , ep-flow:ProductType ; | 139 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 140 | rdfs:label "condensate - gross flow"^^xsd:string ; | 140 | rdfs:label "condensate - gross flow"^^xsd:string ; |
| 141 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 141 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 142 | 142 | ||
| 143 | ep-flow:Condensate-netFlow | 143 | ep-flow:Condensate-netFlow |
| 144 | - rdf:type owl:Class , ep-flow:ProductType ; | 144 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 145 | rdfs:label "condensate - net flow"^^xsd:string ; | 145 | rdfs:label "condensate - net flow"^^xsd:string ; |
| 146 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 146 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 147 | 147 | ||
| 148 | ep-flow:CondensateFlow | 148 | ep-flow:CondensateFlow |
| 149 | - rdf:type owl:Class , ep-flow:ProductType ; | 149 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 150 | rdfs:label "condensate flow"^^xsd:string ; | 150 | rdfs:label "condensate flow"^^xsd:string ; |
| 151 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 151 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 152 | 152 | ||
| 153 | ep-flow:ConstraintFlow | 153 | ep-flow:ConstraintFlow |
| 154 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 154 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 155 | rdfs:label "constraint flow"^^xsd:string ; | 155 | rdfs:label "constraint flow"^^xsd:string ; |
| 156 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 156 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 157 | 157 | ||
| 158 | ep-flow:Consume | 158 | ep-flow:Consume |
| 159 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 159 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 160 | rdfs:label "consume"^^xsd:string ; | 160 | rdfs:label "consume"^^xsd:string ; |
| 161 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 161 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 162 | 162 | ||
| 163 | ep-flow:Consume-HPflare | 163 | ep-flow:Consume-HPflare |
| 164 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 164 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 165 | rdfs:label "consume - HP flare"^^xsd:string ; | 165 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 166 | rdfs:subClassOf ep-flow:Consume-flare . | 166 | rdfs:subClassOf ep-flow:Consume-flare . |
| 167 | 167 | ||
| 168 | ep-flow:Consume-LPflare | 168 | ep-flow:Consume-LPflare |
| 169 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 169 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 170 | rdfs:label "consume - LP flare"^^xsd:string ; | 170 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 171 | rdfs:subClassOf ep-flow:Consume-flare . | 171 | rdfs:subClassOf ep-flow:Consume-flare . |
| 172 | 172 | ||
| 173 | ep-flow:Consume-blackstart | 173 | ep-flow:Consume-blackstart |
| 174 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 174 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 175 | rdfs:label "consume - blackstart"^^xsd:string ; | 175 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 176 | rdfs:subClassOf ep-flow:Consume . | 176 | rdfs:subClassOf ep-flow:Consume . |
| 177 | 177 | ||
| 178 | ep-flow:Consume-compressor | 178 | ep-flow:Consume-compressor |
| 179 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 179 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 180 | rdfs:label "consume - compressor"^^xsd:string ; | 180 | rdfs:label "consume - compressor"^^xsd:string ; |
| 181 | rdfs:subClassOf ep-flow:Consume . | 181 | rdfs:subClassOf ep-flow:Consume . |
| 182 | 182 | ||
| 183 | ep-flow:Consume-emitted | 183 | ep-flow:Consume-emitted |
| 184 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 184 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 185 | rdfs:label "consume - emitted"^^xsd:string ; | 185 | rdfs:label "consume - emitted"^^xsd:string ; |
| 186 | rdfs:subClassOf ep-flow:Consume . | 186 | rdfs:subClassOf ep-flow:Consume . |
| 187 | 187 | ||
| 188 | ep-flow:Consume-flare | 188 | ep-flow:Consume-flare |
| 189 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 189 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 190 | rdfs:label "consume - flare"^^xsd:string ; | 190 | rdfs:label "consume - flare"^^xsd:string ; |
| 191 | rdfs:subClassOf ep-flow:Consume . | 191 | rdfs:subClassOf ep-flow:Consume . |
| 192 | 192 | ||
| 193 | ep-flow:Consume-fuel | 193 | ep-flow:Consume-fuel |
| 194 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 194 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 195 | rdfs:label "consume - fuel"^^xsd:string ; | 195 | rdfs:label "consume - fuel"^^xsd:string ; |
| 196 | rdfs:subClassOf ep-flow:Consume . | 196 | rdfs:subClassOf ep-flow:Consume . |
| 197 | 197 | ||
| 198 | ep-flow:Consume-noncompressor | 198 | ep-flow:Consume-noncompressor |
| 199 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 199 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 200 | rdfs:label "consume - non-compressor"^^xsd:string ; | 200 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 201 | rdfs:subClassOf ep-flow:Consume . | 201 | rdfs:subClassOf ep-flow:Consume . |
| 202 | 202 | ||
| 203 | ep-flow:Consume-venting | 203 | ep-flow:Consume-venting |
| 204 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 204 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 205 | rdfs:label "consume - venting"^^xsd:string ; | 205 | rdfs:label "consume - venting"^^xsd:string ; |
| 206 | rdfs:subClassOf ep-flow:Consume . | 206 | rdfs:subClassOf ep-flow:Consume . |
| 207 | 207 | ||
| 208 | ep-flow:Crude-stabilizedFlow | 208 | ep-flow:Crude-stabilizedFlow |
| 209 | - rdf:type owl:Class , ep-flow:ProductType ; | 209 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 210 | rdfs:label "crude - stabilized flow"^^xsd:string ; | 210 | rdfs:label "crude - stabilized flow"^^xsd:string ; |
| 211 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 211 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 212 | 212 | ||
| 213 | ep-flow:CuttingsFlow | 213 | ep-flow:CuttingsFlow |
| 214 | - rdf:type ep-flow:ProductType , owl:Class ; | 214 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 215 | rdfs:label "cuttings flow"^^xsd:string ; | 215 | rdfs:label "cuttings flow"^^xsd:string ; |
| 216 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 216 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 217 | 217 | ||
| ... | @@ -221,27 +221,27 @@ ep-flow:DailyProductionFlow | ... | @@ -221,27 +221,27 @@ ep-flow:DailyProductionFlow |
| 221 | rdfs:subClassOf ep-flow:ProductionFlow . | 221 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 222 | 222 | ||
| 223 | ep-flow:DerivedFlow | 223 | ep-flow:DerivedFlow |
| 224 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 224 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 225 | rdfs:label "derived flow"^^xsd:string ; | 225 | rdfs:label "derived flow"^^xsd:string ; |
| 226 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 226 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 227 | 227 | ||
| 228 | ep-flow:DieselFlow | 228 | ep-flow:DieselFlow |
| 229 | - rdf:type owl:Class , ep-flow:ProductType ; | 229 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 230 | rdfs:label "diesel flow"^^xsd:string ; | 230 | rdfs:label "diesel flow"^^xsd:string ; |
| 231 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 231 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 232 | 232 | ||
| 233 | ep-flow:DiethyleneglycolFlow | 233 | ep-flow:DiethyleneglycolFlow |
| 234 | - rdf:type owl:Class , ep-flow:ProductType ; | 234 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 235 | rdfs:label "diethyleneglycol flow"^^xsd:string ; | 235 | rdfs:label "diethyleneglycol flow"^^xsd:string ; |
| 236 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 236 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 237 | 237 | ||
| 238 | ep-flow:DifferenceFlow | 238 | ep-flow:DifferenceFlow |
| 239 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 239 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 240 | rdfs:label "difference flow"^^xsd:string ; | 240 | rdfs:label "difference flow"^^xsd:string ; |
| 241 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 241 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 242 | 242 | ||
| 243 | ep-flow:DioxygenFlow | 243 | ep-flow:DioxygenFlow |
| 244 | - rdf:type owl:Class , ep-flow:ProductType ; | 244 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 245 | rdfs:label "dioxygen flow"^^xsd:string ; | 245 | rdfs:label "dioxygen flow"^^xsd:string ; |
| 246 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 246 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 247 | 247 | ||
| ... | @@ -251,37 +251,37 @@ ep-flow:ElectricPowerFlow | ... | @@ -251,37 +251,37 @@ ep-flow:ElectricPowerFlow |
| 251 | rdfs:subClassOf ep-flow:Flow . | 251 | rdfs:subClassOf ep-flow:Flow . |
| 252 | 252 | ||
| 253 | ep-flow:EstimatedFlow | 253 | ep-flow:EstimatedFlow |
| 254 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 254 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 255 | rdfs:label "estimated flow"^^xsd:string ; | 255 | rdfs:label "estimated flow"^^xsd:string ; |
| 256 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 256 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 257 | 257 | ||
| 258 | ep-flow:Ethane-componentFlow | 258 | ep-flow:Ethane-componentFlow |
| 259 | - rdf:type owl:Class , ep-flow:ProductType ; | 259 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 260 | rdfs:label "ethane - component flow"^^xsd:string ; | 260 | rdfs:label "ethane - component flow"^^xsd:string ; |
| 261 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 261 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 262 | 262 | ||
| 263 | ep-flow:EthaneFlow | 263 | ep-flow:EthaneFlow |
| 264 | - rdf:type owl:Class , ep-flow:ProductType ; | 264 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 265 | rdfs:label "ethane flow"^^xsd:string ; | 265 | rdfs:label "ethane flow"^^xsd:string ; |
| 266 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 266 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 267 | 267 | ||
| 268 | ep-flow:Export | 268 | ep-flow:Export |
| 269 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 269 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 270 | rdfs:label "export"^^xsd:string ; | 270 | rdfs:label "export"^^xsd:string ; |
| 271 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 271 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 272 | 272 | ||
| 273 | ep-flow:Export-nominated | 273 | ep-flow:Export-nominated |
| 274 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 274 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 275 | rdfs:label "export nominated"^^xsd:string ; | 275 | rdfs:label "export nominated"^^xsd:string ; |
| 276 | rdfs:subClassOf ep-flow:Export . | 276 | rdfs:subClassOf ep-flow:Export . |
| 277 | 277 | ||
| 278 | ep-flow:Export-requested | 278 | ep-flow:Export-requested |
| 279 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 279 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 280 | rdfs:label "export requested"^^xsd:string ; | 280 | rdfs:label "export requested"^^xsd:string ; |
| 281 | rdfs:subClassOf ep-flow:Export . | 281 | rdfs:subClassOf ep-flow:Export . |
| 282 | 282 | ||
| 283 | ep-flow:Export-shortfall | 283 | ep-flow:Export-shortfall |
| 284 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 284 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 285 | rdfs:label "export shortfall"^^xsd:string ; | 285 | rdfs:label "export shortfall"^^xsd:string ; |
| 286 | rdfs:subClassOf ep-flow:Export . | 286 | rdfs:subClassOf ep-flow:Export . |
| 287 | 287 | ||
| ... | @@ -291,42 +291,42 @@ ep-flow:Flow | ... | @@ -291,42 +291,42 @@ ep-flow:Flow |
| 291 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . | 291 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . |
| 292 | 292 | ||
| 293 | ep-flow:FlowAtInstant | 293 | ep-flow:FlowAtInstant |
| 294 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 294 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 295 | rdfs:label "flow at instant"^^xsd:string ; | 295 | rdfs:label "flow at instant"^^xsd:string ; |
| 296 | rdfs:subClassOf ep-flow:Flow . | 296 | rdfs:subClassOf ep-flow:Flow . |
| 297 | 297 | ||
| 298 | ep-flow:FlowDuringDay | 298 | ep-flow:FlowDuringDay |
| 299 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 299 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 300 | rdfs:label "flow during day"^^xsd:string ; | 300 | rdfs:label "flow during day"^^xsd:string ; |
| 301 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 301 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 302 | 302 | ||
| 303 | ep-flow:FlowDuringMonth | 303 | ep-flow:FlowDuringMonth |
| 304 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 304 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 305 | rdfs:label "flow during month"^^xsd:string ; | 305 | rdfs:label "flow during month"^^xsd:string ; |
| 306 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 306 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 307 | 307 | ||
| 308 | ep-flow:FlowDuringMonthToDate | 308 | ep-flow:FlowDuringMonthToDate |
| 309 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 309 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 310 | rdfs:label "flow during month to date"^^xsd:string ; | 310 | rdfs:label "flow during month to date"^^xsd:string ; |
| 311 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 311 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 312 | 312 | ||
| 313 | ep-flow:FlowDuringPeriod | 313 | ep-flow:FlowDuringPeriod |
| 314 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 314 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 315 | rdfs:label "flow during period"^^xsd:string ; | 315 | rdfs:label "flow during period"^^xsd:string ; |
| 316 | rdfs:subClassOf ep-flow:Flow . | 316 | rdfs:subClassOf ep-flow:Flow . |
| 317 | 317 | ||
| 318 | ep-flow:FlowDuringWeek | 318 | ep-flow:FlowDuringWeek |
| 319 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 319 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 320 | rdfs:label "flow during week"^^xsd:string ; | 320 | rdfs:label "flow during week"^^xsd:string ; |
| 321 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 321 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 322 | 322 | ||
| 323 | ep-flow:FlowDuringYear | 323 | ep-flow:FlowDuringYear |
| 324 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 324 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 325 | rdfs:label "flow during year"^^xsd:string ; | 325 | rdfs:label "flow during year"^^xsd:string ; |
| 326 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 326 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 327 | 327 | ||
| 328 | ep-flow:FlowDuringYearToDate | 328 | ep-flow:FlowDuringYearToDate |
| 329 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 329 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 330 | rdfs:label "flow during year to date"^^xsd:string ; | 330 | rdfs:label "flow during year to date"^^xsd:string ; |
| 331 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 331 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 332 | 332 | ||
| ... | @@ -341,227 +341,227 @@ ep-flow:FlowOfMaterial | ... | @@ -341,227 +341,227 @@ ep-flow:FlowOfMaterial |
| 341 | rdfs:subClassOf ep-flow:Flow . | 341 | rdfs:subClassOf ep-flow:Flow . |
| 342 | 342 | ||
| 343 | ep-flow:ForecastFlow | 343 | ep-flow:ForecastFlow |
| 344 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 344 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 345 | rdfs:label "forecast flow"^^xsd:string ; | 345 | rdfs:label "forecast flow"^^xsd:string ; |
| 346 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 346 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 347 | 347 | ||
| 348 | ep-flow:Gas-componentInOilFlow | 348 | ep-flow:Gas-componentInOilFlow |
| 349 | - rdf:type owl:Class , ep-flow:ProductType ; | 349 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 350 | rdfs:label "gas - component in oil flow"^^xsd:string ; | 350 | rdfs:label "gas - component in oil flow"^^xsd:string ; |
| 351 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 351 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 352 | 352 | ||
| 353 | ep-flow:Gas-dryFlow | 353 | ep-flow:Gas-dryFlow |
| 354 | - rdf:type owl:Class , ep-flow:ProductType ; | 354 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 355 | rdfs:label "gas - dry flow"^^xsd:string ; | 355 | rdfs:label "gas - dry flow"^^xsd:string ; |
| 356 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 356 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 357 | 357 | ||
| 358 | ep-flow:Gas-richFlow | 358 | ep-flow:Gas-richFlow |
| 359 | - rdf:type owl:Class , ep-flow:ProductType ; | 359 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 360 | rdfs:label "gas - rich flow"^^xsd:string ; | 360 | rdfs:label "gas - rich flow"^^xsd:string ; |
| 361 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 361 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 362 | 362 | ||
| 363 | ep-flow:Gas-wetFlow | 363 | ep-flow:Gas-wetFlow |
| 364 | - rdf:type owl:Class , ep-flow:ProductType ; | 364 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 365 | rdfs:label "gas - wet flow"^^xsd:string ; | 365 | rdfs:label "gas - wet flow"^^xsd:string ; |
| 366 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 366 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 367 | 367 | ||
| 368 | ep-flow:GasFlow | 368 | ep-flow:GasFlow |
| 369 | - rdf:type owl:Class , ep-flow:ProductType ; | 369 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 370 | rdfs:label "gas flow"^^xsd:string ; | 370 | rdfs:label "gas flow"^^xsd:string ; |
| 371 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 371 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 372 | 372 | ||
| 373 | ep-flow:Gaslift | 373 | ep-flow:Gaslift |
| 374 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 374 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 375 | rdfs:label "gas lift"^^xsd:string ; | 375 | rdfs:label "gas lift"^^xsd:string ; |
| 376 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 376 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 377 | 377 | ||
| 378 | ep-flow:HeliumGasFlow | 378 | ep-flow:HeliumGasFlow |
| 379 | - rdf:type owl:Class , ep-flow:ProductType ; | 379 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 380 | rdfs:label "helium gas flow"^^xsd:string ; | 380 | rdfs:label "helium gas flow"^^xsd:string ; |
| 381 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 381 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 382 | 382 | ||
| 383 | ep-flow:HeptaneFlow | 383 | ep-flow:HeptaneFlow |
| 384 | - rdf:type owl:Class , ep-flow:ProductType ; | 384 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 385 | rdfs:label "heptane flow"^^xsd:string ; | 385 | rdfs:label "heptane flow"^^xsd:string ; |
| 386 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 386 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 387 | 387 | ||
| 388 | ep-flow:HydrocarbonAccounting | 388 | ep-flow:HydrocarbonAccounting |
| 389 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 389 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 390 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 390 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
| 391 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 391 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 392 | 392 | ||
| 393 | ep-flow:HydrogenGasFlow | 393 | ep-flow:HydrogenGasFlow |
| 394 | - rdf:type owl:Class , ep-flow:ProductType ; | 394 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 395 | rdfs:label "hydrogen gas flow"^^xsd:string ; | 395 | rdfs:label "hydrogen gas flow"^^xsd:string ; |
| 396 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 396 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 397 | 397 | ||
| 398 | ep-flow:HydrogenSulfideFlow | 398 | ep-flow:HydrogenSulfideFlow |
| 399 | - rdf:type owl:Class , ep-flow:ProductType ; | 399 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 400 | rdfs:label "hydrogen sulfide flow"^^xsd:string ; | 400 | rdfs:label "hydrogen sulfide flow"^^xsd:string ; |
| 401 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 401 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 402 | 402 | ||
| 403 | ep-flow:Import | 403 | ep-flow:Import |
| 404 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 404 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 405 | rdfs:label "import"^^xsd:string ; | 405 | rdfs:label "import"^^xsd:string ; |
| 406 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 406 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 407 | 407 | ||
| 408 | ep-flow:Injection | 408 | ep-flow:Injection |
| 409 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 409 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 410 | rdfs:label "injection"^^xsd:string ; | 410 | rdfs:label "injection"^^xsd:string ; |
| 411 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 411 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 412 | 412 | ||
| 413 | ep-flow:Inventory | 413 | ep-flow:Inventory |
| 414 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 414 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 415 | rdfs:label "inventory"^^xsd:string ; | 415 | rdfs:label "inventory"^^xsd:string ; |
| 416 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 416 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 417 | 417 | ||
| 418 | ep-flow:Isobutane-componentFlow | 418 | ep-flow:Isobutane-componentFlow |
| 419 | - rdf:type ep-flow:ProductType , owl:Class ; | 419 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 420 | rdfs:label "i-butane - component flow"^^xsd:string ; | 420 | rdfs:label "i-butane - component flow"^^xsd:string ; |
| 421 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 421 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 422 | 422 | ||
| 423 | ep-flow:IsobutaneFlow | 423 | ep-flow:IsobutaneFlow |
| 424 | - rdf:type owl:Class , ep-flow:ProductType ; | 424 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 425 | rdfs:label "isobutane flow"^^xsd:string ; | 425 | rdfs:label "isobutane flow"^^xsd:string ; |
| 426 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 426 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 427 | 427 | ||
| 428 | ep-flow:IsopentaneFlow | 428 | ep-flow:IsopentaneFlow |
| 429 | - rdf:type owl:Class , ep-flow:ProductType ; | 429 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 430 | rdfs:label "isopentane flow"^^xsd:string ; | 430 | rdfs:label "isopentane flow"^^xsd:string ; |
| 431 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 431 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 432 | 432 | ||
| 433 | ep-flow:LiquifiedNaturalGasFlow | 433 | ep-flow:LiquifiedNaturalGasFlow |
| 434 | - rdf:type owl:Class , ep-flow:ProductType ; | 434 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 435 | rdfs:label "liquified natural gas flow"^^xsd:string ; | 435 | rdfs:label "liquified natural gas flow"^^xsd:string ; |
| 436 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 436 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 437 | 437 | ||
| 438 | ep-flow:LiquifiedPetroleumGasFlow | 438 | ep-flow:LiquifiedPetroleumGasFlow |
| 439 | - rdf:type owl:Class , ep-flow:ProductType ; | 439 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 440 | rdfs:label "liquified petroleum gas flow"^^xsd:string ; | 440 | rdfs:label "liquified petroleum gas flow"^^xsd:string ; |
| 441 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 441 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 442 | 442 | ||
| 443 | ep-flow:MeasuredFlow | 443 | ep-flow:MeasuredFlow |
| 444 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 444 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 445 | rdfs:label "measured flow"^^xsd:string ; | 445 | rdfs:label "measured flow"^^xsd:string ; |
| 446 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 446 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 447 | 447 | ||
| 448 | ep-flow:MethaneFlow | 448 | ep-flow:MethaneFlow |
| 449 | - rdf:type owl:Class , ep-flow:ProductType ; | 449 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 450 | rdfs:label "methane flow"^^xsd:string ; | 450 | rdfs:label "methane flow"^^xsd:string ; |
| 451 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 451 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 452 | 452 | ||
| 453 | ep-flow:MethanolFlow | 453 | ep-flow:MethanolFlow |
| 454 | - rdf:type owl:Class , ep-flow:ProductType ; | 454 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 455 | rdfs:label "methanol flow"^^xsd:string ; | 455 | rdfs:label "methanol flow"^^xsd:string ; |
| 456 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 456 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 457 | 457 | ||
| 458 | ep-flow:MixedButaneFlow | 458 | ep-flow:MixedButaneFlow |
| 459 | - rdf:type owl:Class , ep-flow:ProductType ; | 459 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 460 | rdfs:label "mixed butane flow"^^xsd:string ; | 460 | rdfs:label "mixed butane flow"^^xsd:string ; |
| 461 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 461 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 462 | 462 | ||
| 463 | ep-flow:MonoethyleneglycolFlow | 463 | ep-flow:MonoethyleneglycolFlow |
| 464 | - rdf:type owl:Class , ep-flow:ProductType ; | 464 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 465 | rdfs:label "monoethyleneglycol flow"^^xsd:string ; | 465 | rdfs:label "monoethyleneglycol flow"^^xsd:string ; |
| 466 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 466 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 467 | 467 | ||
| 468 | ep-flow:NGL-componentInGasFlow | 468 | ep-flow:NGL-componentInGasFlow |
| 469 | - rdf:type owl:Class , ep-flow:ProductType ; | 469 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 470 | rdfs:label "NGL - component in gas flow"^^xsd:string ; | 470 | rdfs:label "NGL - component in gas flow"^^xsd:string ; |
| 471 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 471 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 472 | 472 | ||
| 473 | ep-flow:NapthaFlow | 473 | ep-flow:NapthaFlow |
| 474 | - rdf:type owl:Class , ep-flow:ProductType ; | 474 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 475 | rdfs:label "naptha flow"^^xsd:string ; | 475 | rdfs:label "naptha flow"^^xsd:string ; |
| 476 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 476 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 477 | 477 | ||
| 478 | ep-flow:NaturalGasLiquidFlow | 478 | ep-flow:NaturalGasLiquidFlow |
| 479 | - rdf:type owl:Class , ep-flow:ProductType ; | 479 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 480 | rdfs:label "natural gas liquid flow"^^xsd:string ; | 480 | rdfs:label "natural gas liquid flow"^^xsd:string ; |
| 481 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 481 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 482 | 482 | ||
| 483 | ep-flow:NeopentaneFlow | 483 | ep-flow:NeopentaneFlow |
| 484 | - rdf:type owl:Class , ep-flow:ProductType ; | 484 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 485 | rdfs:label "neopentane flow"^^xsd:string ; | 485 | rdfs:label "neopentane flow"^^xsd:string ; |
| 486 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 486 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 487 | 487 | ||
| 488 | ep-flow:NitrogenGasFlow | 488 | ep-flow:NitrogenGasFlow |
| 489 | - rdf:type owl:Class , ep-flow:ProductType ; | 489 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 490 | rdfs:label "nitrogen gas flow"^^xsd:string ; | 490 | rdfs:label "nitrogen gas flow"^^xsd:string ; |
| 491 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 491 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 492 | 492 | ||
| 493 | ep-flow:NitrogenOxideGasFlow | 493 | ep-flow:NitrogenOxideGasFlow |
| 494 | - rdf:type owl:Class , ep-flow:ProductType ; | 494 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 495 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; | 495 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; |
| 496 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 496 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 497 | 497 | ||
| 498 | ep-flow:NominatedFlow | 498 | ep-flow:NominatedFlow |
| 499 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 499 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 500 | rdfs:label "nominated flow"^^xsd:string ; | 500 | rdfs:label "nominated flow"^^xsd:string ; |
| 501 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 501 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 502 | 502 | ||
| 503 | ep-flow:NormalButane-componentFlow | 503 | ep-flow:NormalButane-componentFlow |
| 504 | - rdf:type ep-flow:ProductType , owl:Class ; | 504 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 505 | rdfs:label "n-butane - component flow"^^xsd:string ; | 505 | rdfs:label "n-butane - component flow"^^xsd:string ; |
| 506 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 506 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 507 | 507 | ||
| 508 | ep-flow:NormalButaneFlow | 508 | ep-flow:NormalButaneFlow |
| 509 | - rdf:type owl:Class , ep-flow:ProductType ; | 509 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 510 | rdfs:label "normal butane flow"^^xsd:string ; | 510 | rdfs:label "normal butane flow"^^xsd:string ; |
| 511 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 511 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 512 | 512 | ||
| 513 | ep-flow:NormalPentaneFlow | 513 | ep-flow:NormalPentaneFlow |
| 514 | - rdf:type owl:Class , ep-flow:ProductType ; | 514 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 515 | rdfs:label "normal pentane flow"^^xsd:string ; | 515 | rdfs:label "normal pentane flow"^^xsd:string ; |
| 516 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 516 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 517 | 517 | ||
| 518 | ep-flow:Oil-componentInWaterFlow | 518 | ep-flow:Oil-componentInWaterFlow |
| 519 | - rdf:type owl:Class , ep-flow:ProductType ; | 519 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 520 | rdfs:label "oil - component in water flow"^^xsd:string ; | 520 | rdfs:label "oil - component in water flow"^^xsd:string ; |
| 521 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 521 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 522 | 522 | ||
| 523 | ep-flow:Oil-grossFlow | 523 | ep-flow:Oil-grossFlow |
| 524 | - rdf:type ep-flow:ProductType , owl:Class ; | 524 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 525 | rdfs:label "oil - gross flow"^^xsd:string ; | 525 | rdfs:label "oil - gross flow"^^xsd:string ; |
| 526 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 526 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 527 | 527 | ||
| 528 | ep-flow:Oil-netFlow | 528 | ep-flow:Oil-netFlow |
| 529 | - rdf:type owl:Class , ep-flow:ProductType ; | 529 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 530 | rdfs:label "oil - net flow"^^xsd:string ; | 530 | rdfs:label "oil - net flow"^^xsd:string ; |
| 531 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 531 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 532 | 532 | ||
| 533 | ep-flow:OilAndGasFlow | 533 | ep-flow:OilAndGasFlow |
| 534 | - rdf:type owl:Class , ep-flow:ProductType ; | 534 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 535 | rdfs:label "oil and gas flow"^^xsd:string ; | 535 | rdfs:label "oil and gas flow"^^xsd:string ; |
| 536 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 536 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 537 | 537 | ||
| 538 | ep-flow:OilFlow | 538 | ep-flow:OilFlow |
| 539 | - rdf:type ep-flow:ProductType , owl:Class ; | 539 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 540 | rdfs:label "oil flow"^^xsd:string ; | 540 | rdfs:label "oil flow"^^xsd:string ; |
| 541 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 541 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 542 | 542 | ||
| 543 | ep-flow:OleicFlow | 543 | ep-flow:OleicFlow |
| 544 | - rdf:type owl:Class , ep-flow:ProductType ; | 544 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 545 | rdfs:label "oleic flow"^^xsd:string ; | 545 | rdfs:label "oleic flow"^^xsd:string ; |
| 546 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 546 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 547 | 547 | ||
| 548 | ep-flow:Overboard | 548 | ep-flow:Overboard |
| 549 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 549 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 550 | rdfs:label "overboard"^^xsd:string ; | 550 | rdfs:label "overboard"^^xsd:string ; |
| 551 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 551 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 552 | 552 | ||
| 553 | ep-flow:PetroleumGasLiquidFlow | 553 | ep-flow:PetroleumGasLiquidFlow |
| 554 | - rdf:type owl:Class , ep-flow:ProductType ; | 554 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 555 | rdfs:label "petroleum gas liquid flow"^^xsd:string ; | 555 | rdfs:label "petroleum gas liquid flow"^^xsd:string ; |
| 556 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 556 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 557 | 557 | ||
| 558 | ep-flow:PotentialFlow | 558 | ep-flow:PotentialFlow |
| 559 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 559 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 560 | rdfs:label "potential flow"^^xsd:string ; | 560 | rdfs:label "potential flow"^^xsd:string ; |
| 561 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 561 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 562 | 562 | ||
| 563 | ep-flow:ProcessedFlow | 563 | ep-flow:ProcessedFlow |
| 564 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 564 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 565 | rdfs:label "processed flow"^^xsd:string ; | 565 | rdfs:label "processed flow"^^xsd:string ; |
| 566 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 566 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 567 | 567 | ||
| ... | @@ -581,7 +581,7 @@ ep-flow:ProductType | ... | @@ -581,7 +581,7 @@ ep-flow:ProductType |
| 581 | rdfs:subClassOf owl:Class . | 581 | rdfs:subClassOf owl:Class . |
| 582 | 582 | ||
| 583 | ep-flow:Production | 583 | ep-flow:Production |
| 584 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 584 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 585 | rdfs:label "production"^^xsd:string ; | 585 | rdfs:label "production"^^xsd:string ; |
| 586 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 586 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 587 | 587 | ||
| ... | @@ -610,6 +610,11 @@ ep-flow:ProductionTestFlowLineFlow | ... | @@ -610,6 +610,11 @@ ep-flow:ProductionTestFlowLineFlow |
| 610 | rdfs:label "production test flow line flow"^^xsd:string ; | 610 | rdfs:label "production test flow line flow"^^xsd:string ; |
| 611 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 611 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 612 | 612 | ||
| 613 | +ep-flow:ProductionTestGasLiftFlow | ||
| 614 | + rdf:type owl:Class ; | ||
| 615 | + rdfs:label "production test gas lift flow"^^xsd:string ; | ||
| 616 | + rdfs:subClassOf ep-flow:WholeLifeFlow . | ||
| 617 | + | ||
| 613 | ep-flow:ProductionTestSeparatorFlow | 618 | ep-flow:ProductionTestSeparatorFlow |
| 614 | rdf:type owl:Class ; | 619 | rdf:type owl:Class ; |
| 615 | rdfs:label "production test separator flow"^^xsd:string ; | 620 | rdfs:label "production test separator flow"^^xsd:string ; |
| ... | @@ -621,57 +626,57 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -621,57 +626,57 @@ ep-flow:ProductionTestWellHeadFlow |
| 621 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 626 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 622 | 627 | ||
| 623 | ep-flow:Propane-componentFlow | 628 | ep-flow:Propane-componentFlow |
| 624 | - rdf:type owl:Class , ep-flow:ProductType ; | 629 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 625 | rdfs:label "propane - component flow"^^xsd:string ; | 630 | rdfs:label "propane - component flow"^^xsd:string ; |
| 626 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 631 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 627 | 632 | ||
| 628 | ep-flow:PropaneFlow | 633 | ep-flow:PropaneFlow |
| 629 | - rdf:type owl:Class , ep-flow:ProductType ; | 634 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 630 | rdfs:label "propane flow"^^xsd:string ; | 635 | rdfs:label "propane flow"^^xsd:string ; |
| 631 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 636 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 632 | 637 | ||
| 633 | ep-flow:QuotaFlow | 638 | ep-flow:QuotaFlow |
| 634 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 639 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 635 | rdfs:label "quota flow"^^xsd:string ; | 640 | rdfs:label "quota flow"^^xsd:string ; |
| 636 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 641 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 637 | 642 | ||
| 638 | ep-flow:RecommendedFlow | 643 | ep-flow:RecommendedFlow |
| 639 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 644 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 640 | rdfs:label "recommended flow"^^xsd:string ; | 645 | rdfs:label "recommended flow"^^xsd:string ; |
| 641 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 646 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 642 | 647 | ||
| 643 | ep-flow:Sale | 648 | ep-flow:Sale |
| 644 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 649 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 645 | rdfs:label "sale"^^xsd:string ; | 650 | rdfs:label "sale"^^xsd:string ; |
| 646 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 651 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 647 | 652 | ||
| 648 | ep-flow:SaleableFlow | 653 | ep-flow:SaleableFlow |
| 649 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 654 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 650 | rdfs:label "saleable flow"^^xsd:string ; | 655 | rdfs:label "saleable flow"^^xsd:string ; |
| 651 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 656 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 652 | 657 | ||
| 653 | ep-flow:SaltFlow | 658 | ep-flow:SaltFlow |
| 654 | - rdf:type owl:Class , ep-flow:ProductType ; | 659 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 655 | rdfs:label "salt flow"^^xsd:string ; | 660 | rdfs:label "salt flow"^^xsd:string ; |
| 656 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 661 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 657 | 662 | ||
| 658 | ep-flow:SandFlow | 663 | ep-flow:SandFlow |
| 659 | - rdf:type owl:Class , ep-flow:ProductType ; | 664 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 660 | rdfs:label "sand flow"^^xsd:string ; | 665 | rdfs:label "sand flow"^^xsd:string ; |
| 661 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 666 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 662 | 667 | ||
| 663 | ep-flow:SimulatedFlow | 668 | ep-flow:SimulatedFlow |
| 664 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 669 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 665 | rdfs:label "simulated flow"^^xsd:string ; | 670 | rdfs:label "simulated flow"^^xsd:string ; |
| 666 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 671 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 667 | 672 | ||
| 668 | ep-flow:Storage | 673 | ep-flow:Storage |
| 669 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 674 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 670 | rdfs:label "storage"^^xsd:string ; | 675 | rdfs:label "storage"^^xsd:string ; |
| 671 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 676 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 672 | 677 | ||
| 673 | ep-flow:TargetFlow | 678 | ep-flow:TargetFlow |
| 674 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 679 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 675 | rdfs:label "target flow"^^xsd:string ; | 680 | rdfs:label "target flow"^^xsd:string ; |
| 676 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 681 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 677 | 682 | ||
| ... | @@ -681,27 +686,27 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -681,27 +686,27 @@ ep-flow:TemporalPartOfAFlowDurationType |
| 681 | rdfs:subClassOf owl:Class . | 686 | rdfs:subClassOf owl:Class . |
| 682 | 687 | ||
| 683 | ep-flow:TriethyleneglycolFlow | 688 | ep-flow:TriethyleneglycolFlow |
| 684 | - rdf:type owl:Class , ep-flow:ProductType ; | 689 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 685 | rdfs:label "triethyleneglycol flow"^^xsd:string ; | 690 | rdfs:label "triethyleneglycol flow"^^xsd:string ; |
| 686 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 691 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 687 | 692 | ||
| 688 | ep-flow:VapourFlow | 693 | ep-flow:VapourFlow |
| 689 | - rdf:type owl:Class , ep-flow:ProductType ; | 694 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 690 | rdfs:label "vapour flow"^^xsd:string ; | 695 | rdfs:label "vapour flow"^^xsd:string ; |
| 691 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 696 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 692 | 697 | ||
| 693 | ep-flow:Water-dischargeFlow | 698 | ep-flow:Water-dischargeFlow |
| 694 | - rdf:type owl:Class , ep-flow:ProductType ; | 699 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 695 | rdfs:label "water - discharge flow"^^xsd:string ; | 700 | rdfs:label "water - discharge flow"^^xsd:string ; |
| 696 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 701 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 697 | 702 | ||
| 698 | ep-flow:Water-processedFlow | 703 | ep-flow:Water-processedFlow |
| 699 | - rdf:type owl:Class , ep-flow:ProductType ; | 704 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 700 | rdfs:label "water - processed flow"^^xsd:string ; | 705 | rdfs:label "water - processed flow"^^xsd:string ; |
| 701 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 706 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 702 | 707 | ||
| 703 | ep-flow:WaterFlow | 708 | ep-flow:WaterFlow |
| 704 | - rdf:type owl:Class , ep-flow:ProductType ; | 709 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 705 | rdfs:label "water flow"^^xsd:string ; | 710 | rdfs:label "water flow"^^xsd:string ; |
| 706 | rdfs:subClassOf ep-flow:FlowOfMaterial . | 711 | rdfs:subClassOf ep-flow:FlowOfMaterial . |
| 707 | 712 | ||
| ... | @@ -713,15 +718,15 @@ ep-flow:WholeLifeFlow | ... | @@ -713,15 +718,15 @@ ep-flow:WholeLifeFlow |
| 713 | ep-flow:WholeLifeProductFlow | 718 | ep-flow:WholeLifeProductFlow |
| 714 | rdf:type owl:Class ; | 719 | rdf:type owl:Class ; |
| 715 | rdfs:label "whole life product flow"^^xsd:string ; | 720 | rdfs:label "whole life product flow"^^xsd:string ; |
| 716 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . | 721 | + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
| 717 | 722 | ||
| 718 | ep-flow:WholeLifeProductionFlow | 723 | ep-flow:WholeLifeProductionFlow |
| 719 | rdf:type owl:Class ; | 724 | rdf:type owl:Class ; |
| 720 | rdfs:label "whole life production flow"^^xsd:string ; | 725 | rdfs:label "whole life production flow"^^xsd:string ; |
| 721 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 726 | + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
| 722 | 727 | ||
| 723 | ep-flow:dailyAverageVolumeOfMaterial | 728 | ep-flow:dailyAverageVolumeOfMaterial |
| 724 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 729 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 725 | rdfs:label "daily average volume of material"^^xsd:string ; | 730 | rdfs:label "daily average volume of material"^^xsd:string ; |
| 726 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 731 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
| 727 | 732 | ||
| ... | @@ -766,17 +771,17 @@ ep-flow:hasNetworkPart | ... | @@ -766,17 +771,17 @@ ep-flow:hasNetworkPart |
| 766 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | 771 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
| 767 | 772 | ||
| 768 | ep-flow:materialThatFlows | 773 | ep-flow:materialThatFlows |
| 769 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 774 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 770 | rdfs:domain ep-flow:Flow ; | 775 | rdfs:domain ep-flow:Flow ; |
| 771 | rdfs:label "material that flows"^^xsd:string ; | 776 | rdfs:label "material that flows"^^xsd:string ; |
| 772 | rdfs:range <http://www.reportinghub.no/ep/schema/production-activity#QuantityOfMaterial> . | 777 | rdfs:range <http://www.reportinghub.no/ep/schema/production-activity#QuantityOfMaterial> . |
| 773 | 778 | ||
| 774 | ep-flow:rateOfFlowOfMaterial | 779 | ep-flow:rateOfFlowOfMaterial |
| 775 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 780 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 776 | rdfs:label "rate of flow of material"^^xsd:string ; | 781 | rdfs:label "rate of flow of material"^^xsd:string ; |
| 777 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 782 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
| 778 | 783 | ||
| 779 | ep-flow:totalVolumeOfMaterial | 784 | ep-flow:totalVolumeOfMaterial |
| 780 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 785 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 781 | rdfs:label "total volume of material"^^xsd:string ; | 786 | rdfs:label "total volume of material"^^xsd:string ; |
| 782 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 787 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 36 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 37 | rdf:type owl:Class ; | 37 | rdf:type owl:Class ; |
| 38 | rdfs:label "production well test"^^xsd:string ; | 38 | rdfs:label "production well test"^^xsd:string ; |
| 39 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 39 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 40 | 40 | ||
| 41 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 41 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
| 42 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 42 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| 51 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . | 51 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . |
| 52 | 52 | ||
| 53 | ep-core:Mass | 53 | ep-core:Mass |
| 54 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 54 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 55 | rdfs:label "mass"^^xsd:string ; | 55 | rdfs:label "mass"^^xsd:string ; |
| 56 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 56 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 57 | 57 | ||
| ... | @@ -92,40 +92,40 @@ ep-core:Mass | ... | @@ -92,40 +92,40 @@ ep-core:Mass |
| 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 93 | 93 | ||
| 94 | ep-prodact:AdministerFirstAid | 94 | ep-prodact:AdministerFirstAid |
| 95 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 95 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 96 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 96 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 97 | 97 | ||
| 98 | ep-prodact:AirTrafficOperation | 98 | ep-prodact:AirTrafficOperation |
| 99 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 99 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 100 | rdfs:label "air traffic operation"^^xsd:string ; | 100 | rdfs:label "air traffic operation"^^xsd:string ; |
| 101 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 101 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 102 | 102 | ||
| 103 | ep-prodact:Alarm | 103 | ep-prodact:Alarm |
| 104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| 105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 106 | 106 | ||
| 107 | ep-prodact:AnnualProductionActivity | 107 | ep-prodact:AnnualProductionActivity |
| 108 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 108 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 110 | 110 | ||
| 111 | ep-prodact:AnnualProductionActivityToDate | 111 | ep-prodact:AnnualProductionActivityToDate |
| 112 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 112 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 113 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 113 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 114 | 114 | ||
| 115 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 115 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 116 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 116 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 117 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . | 117 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate . |
| 118 | 118 | ||
| 119 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 119 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 120 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 120 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 121 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . | 121 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . |
| 122 | 122 | ||
| 123 | ep-prodact:CargoShipOperation | 123 | ep-prodact:CargoShipOperation |
| 124 | rdf:type owl:Class ; | 124 | rdf:type owl:Class ; |
| 125 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 125 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 126 | 126 | ||
| 127 | ep-prodact:ConstructionOperation | 127 | ep-prodact:ConstructionOperation |
| 128 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 128 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 129 | rdfs:label "construction operation"^^xsd:string ; | 129 | rdfs:label "construction operation"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 131 | 131 | ||
| ... | @@ -133,24 +133,24 @@ ep-prodact:CrudeOil | ... | @@ -133,24 +133,24 @@ ep-prodact:CrudeOil |
| 133 | rdf:type owl:Class . | 133 | rdf:type owl:Class . |
| 134 | 134 | ||
| 135 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 135 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 136 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 136 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 137 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 137 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 138 | 138 | ||
| 139 | ep-prodact:DailyProductionOperationsActivity | 139 | ep-prodact:DailyProductionOperationsActivity |
| 140 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 140 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 141 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 141 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 142 | 142 | ||
| 143 | ep-prodact:DailyProductionVolumeActivity | 143 | ep-prodact:DailyProductionVolumeActivity |
| 144 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 144 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 145 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 145 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 146 | 146 | ||
| 147 | ep-prodact:Deviation | 147 | ep-prodact:Deviation |
| 148 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 148 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 149 | rdfs:label "deviation"^^xsd:string ; | 149 | rdfs:label "deviation"^^xsd:string ; |
| 150 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 150 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 151 | 151 | ||
| 152 | ep-prodact:DrillOrExcercise | 152 | ep-prodact:DrillOrExcercise |
| 153 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 153 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 154 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 154 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 155 | 155 | ||
| 156 | ep-prodact:Fire | 156 | ep-prodact:Fire |
| ... | @@ -172,55 +172,55 @@ ep-prodact:FlowLine-Production | ... | @@ -172,55 +172,55 @@ ep-prodact:FlowLine-Production |
| 172 | ep-prodact:FluidLevelTest | 172 | ep-prodact:FluidLevelTest |
| 173 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
| 174 | rdfs:label "fluid level test"^^xsd:string ; | 174 | rdfs:label "fluid level test"^^xsd:string ; |
| 175 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 175 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 176 | 176 | ||
| 177 | ep-prodact:FluidSampling-DST | 177 | ep-prodact:FluidSampling-DST |
| 178 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 178 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 179 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 179 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
| 180 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 180 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 181 | 181 | ||
| 182 | ep-prodact:FluidSampling-RFTorMDT | 182 | ep-prodact:FluidSampling-RFTorMDT |
| 183 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 183 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 184 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 184 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
| 185 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 185 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 186 | 186 | ||
| 187 | ep-prodact:FluidSampling-bottomhole | 187 | ep-prodact:FluidSampling-bottomhole |
| 188 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 188 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 189 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 189 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
| 190 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 190 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 191 | 191 | ||
| 192 | ep-prodact:FluidSampling-formationTester | 192 | ep-prodact:FluidSampling-formationTester |
| 193 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 193 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 194 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 194 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
| 195 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 195 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 196 | 196 | ||
| 197 | ep-prodact:FluidSampling-recombined | 197 | ep-prodact:FluidSampling-recombined |
| 198 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 198 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 199 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 199 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
| 200 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 200 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 201 | 201 | ||
| 202 | ep-prodact:FluidSampling-separatorGas | 202 | ep-prodact:FluidSampling-separatorGas |
| 203 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 203 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 204 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 204 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
| 205 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 205 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 206 | 206 | ||
| 207 | ep-prodact:FluidSampling-separatorOil | 207 | ep-prodact:FluidSampling-separatorOil |
| 208 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 208 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 209 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 209 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
| 210 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 210 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 211 | 211 | ||
| 212 | ep-prodact:FluidSampling-separatorWater | 212 | ep-prodact:FluidSampling-separatorWater |
| 213 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 213 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 214 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 214 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
| 215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 216 | 216 | ||
| 217 | ep-prodact:FluidSampling-synthetic | 217 | ep-prodact:FluidSampling-synthetic |
| 218 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 218 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 219 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 219 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
| 220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 221 | 221 | ||
| 222 | ep-prodact:FluidSampling-wellhead | 222 | ep-prodact:FluidSampling-wellhead |
| 223 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 223 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 224 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 224 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
| 225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 226 | 226 | ||
| ... | @@ -251,21 +251,21 @@ ep-prodact:Incident | ... | @@ -251,21 +251,21 @@ ep-prodact:Incident |
| 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 252 | 252 | ||
| 253 | ep-prodact:InitialWellTest | 253 | ep-prodact:InitialWellTest |
| 254 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 254 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 255 | rdfs:label "initial"^^xsd:string ; | 255 | rdfs:label "initial"^^xsd:string ; |
| 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 257 | 257 | ||
| 258 | ep-prodact:InjectionWellTest | 258 | ep-prodact:InjectionWellTest |
| 259 | rdf:type owl:Class ; | 259 | rdf:type owl:Class ; |
| 260 | rdfs:label "injection well test"^^xsd:string ; | 260 | rdfs:label "injection well test"^^xsd:string ; |
| 261 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 261 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 262 | 262 | ||
| 263 | ep-prodact:Injury | 263 | ep-prodact:Injury |
| 264 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 264 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 265 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 265 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 266 | 266 | ||
| 267 | ep-prodact:IssueWorkPermit | 267 | ep-prodact:IssueWorkPermit |
| 268 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 268 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 269 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 269 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 270 | 270 | ||
| 271 | ep-prodact:JobObservation | 271 | ep-prodact:JobObservation |
| ... | @@ -285,20 +285,20 @@ ep-prodact:LostTimeIncident | ... | @@ -285,20 +285,20 @@ ep-prodact:LostTimeIncident |
| 285 | rdfs:subClassOf ep-prodact:Incident . | 285 | rdfs:subClassOf ep-prodact:Incident . |
| 286 | 286 | ||
| 287 | ep-prodact:MaintenanceActivity | 287 | ep-prodact:MaintenanceActivity |
| 288 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 288 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 289 | rdfs:label "maintenance activity"^^xsd:string ; | 289 | rdfs:label "maintenance activity"^^xsd:string ; |
| 290 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 290 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 291 | 291 | ||
| 292 | ep-prodact:MarineOperation | 292 | ep-prodact:MarineOperation |
| 293 | rdf:type owl:Class ; | 293 | rdf:type owl:Class ; |
| 294 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 294 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 295 | 295 | ||
| 296 | ep-prodact:MedicalTreatmentInjury | 296 | ep-prodact:MedicalTreatmentInjury |
| 297 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 297 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 298 | rdfs:subClassOf ep-prodact:Injury . | 298 | rdfs:subClassOf ep-prodact:Injury . |
| 299 | 299 | ||
| 300 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 300 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 301 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 301 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 302 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 302 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 303 | 303 | ||
| 304 | ep-prodact:NaturalGas | 304 | ep-prodact:NaturalGas |
| ... | @@ -313,12 +313,12 @@ ep-prodact:NotablePartOfProductionActivity | ... | @@ -313,12 +313,12 @@ ep-prodact:NotablePartOfProductionActivity |
| 313 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 313 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 314 | 314 | ||
| 315 | ep-prodact:OtherProductionActivity | 315 | ep-prodact:OtherProductionActivity |
| 316 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 316 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 317 | rdfs:label "other production activity"^^xsd:string ; | 317 | rdfs:label "other production activity"^^xsd:string ; |
| 318 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 318 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 319 | 319 | ||
| 320 | ep-prodact:OtherReasonWellTest | 320 | ep-prodact:OtherReasonWellTest |
| 321 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 321 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 322 | rdfs:label "other"^^xsd:string ; | 322 | rdfs:label "other"^^xsd:string ; |
| 323 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 323 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 324 | 324 | ||
| ... | @@ -333,17 +333,17 @@ ep-prodact:Participation | ... | @@ -333,17 +333,17 @@ ep-prodact:Participation |
| 333 | rdfs:subPropertyOf ep-prodact:involvement . | 333 | rdfs:subPropertyOf ep-prodact:involvement . |
| 334 | 334 | ||
| 335 | ep-prodact:PeriodicWellTest | 335 | ep-prodact:PeriodicWellTest |
| 336 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 336 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 337 | rdfs:label "periodic"^^xsd:string ; | 337 | rdfs:label "periodic"^^xsd:string ; |
| 338 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 338 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 339 | 339 | ||
| 340 | ep-prodact:PowerStationFailure | 340 | ep-prodact:PowerStationFailure |
| 341 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 341 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 342 | rdfs:label "power station failure"^^xsd:string ; | 342 | rdfs:label "power station failure"^^xsd:string ; |
| 343 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 343 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 344 | 344 | ||
| 345 | ep-prodact:ProductionActivityLastingLessThanAYear | 345 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 346 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 346 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 347 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 347 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 348 | 348 | ||
| 349 | ep-prodact:ProductionActivityType | 349 | ep-prodact:ProductionActivityType |
| ... | @@ -355,8 +355,14 @@ ep-prodact:ProductionOperationClassByDuration | ... | @@ -355,8 +355,14 @@ ep-prodact:ProductionOperationClassByDuration |
| 355 | rdf:type rdfs:Class ; | 355 | rdf:type rdfs:Class ; |
| 356 | rdfs:subClassOf owl:Class . | 356 | rdfs:subClassOf owl:Class . |
| 357 | 357 | ||
| 358 | +ep-prodact:ProductionOperationMethodType | ||
| 359 | + rdf:type rdfs:Class ; | ||
| 360 | + rdfs:comment "e.g. 'flowing', 'pumping', 'gas lifted'"^^xsd:string ; | ||
| 361 | + rdfs:label "production operation method type"^^xsd:string ; | ||
| 362 | + rdfs:subClassOf owl:Class . | ||
| 363 | + | ||
| 358 | ep-prodact:ProductionOperationsActivity | 364 | ep-prodact:ProductionOperationsActivity |
| 359 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 365 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 360 | rdfs:label "production operations activity"^^xsd:string ; | 366 | rdfs:label "production operations activity"^^xsd:string ; |
| 361 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 367 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 362 | 368 | ||
| ... | @@ -373,7 +379,7 @@ ep-prodact:ReleasedToWater | ... | @@ -373,7 +379,7 @@ ep-prodact:ReleasedToWater |
| 373 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 379 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 374 | 380 | ||
| 375 | ep-prodact:ReportHazard | 381 | ep-prodact:ReportHazard |
| 376 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 382 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 377 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 383 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 378 | 384 | ||
| 379 | ep-prodact:RestrictedWork | 385 | ep-prodact:RestrictedWork |
| ... | @@ -381,11 +387,11 @@ ep-prodact:RestrictedWork | ... | @@ -381,11 +387,11 @@ ep-prodact:RestrictedWork |
| 381 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 387 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 382 | 388 | ||
| 383 | ep-prodact:RestrictedWorkInjury | 389 | ep-prodact:RestrictedWorkInjury |
| 384 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 390 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 385 | rdfs:subClassOf ep-prodact:Injury . | 391 | rdfs:subClassOf ep-prodact:Injury . |
| 386 | 392 | ||
| 387 | ep-prodact:RevisionWellTest | 393 | ep-prodact:RevisionWellTest |
| 388 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 394 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 389 | rdfs:label "revision"^^xsd:string ; | 395 | rdfs:label "revision"^^xsd:string ; |
| 390 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 396 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 391 | 397 | ||
| ... | @@ -394,7 +400,7 @@ ep-prodact:SafetyActivityType | ... | @@ -394,7 +400,7 @@ ep-prodact:SafetyActivityType |
| 394 | rdfs:subClassOf owl:Class . | 400 | rdfs:subClassOf owl:Class . |
| 395 | 401 | ||
| 396 | ep-prodact:SafetyMeeting | 402 | ep-prodact:SafetyMeeting |
| 397 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 403 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 398 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 404 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 399 | 405 | ||
| 400 | ep-prodact:SampleOfMaterial | 406 | ep-prodact:SampleOfMaterial |
| ... | @@ -414,7 +420,7 @@ ep-prodact:SickOnBoard | ... | @@ -414,7 +420,7 @@ ep-prodact:SickOnBoard |
| 414 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 420 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 415 | 421 | ||
| 416 | ep-prodact:SpillOrLeak | 422 | ep-prodact:SpillOrLeak |
| 417 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 423 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 418 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 424 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 419 | 425 | ||
| 420 | ep-prodact:SubstanceType | 426 | ep-prodact:SubstanceType |
| ... | @@ -427,7 +433,7 @@ ep-prodact:TransportationActivity | ... | @@ -427,7 +433,7 @@ ep-prodact:TransportationActivity |
| 427 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 433 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 428 | 434 | ||
| 429 | ep-prodact:UnknownReasonWellTest | 435 | ep-prodact:UnknownReasonWellTest |
| 430 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 436 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 431 | rdfs:label "unknown"^^xsd:string ; | 437 | rdfs:label "unknown"^^xsd:string ; |
| 432 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 438 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 433 | 439 | ||
| ... | @@ -442,7 +448,7 @@ ep-prodact:WaterDischarge | ... | @@ -442,7 +448,7 @@ ep-prodact:WaterDischarge |
| 442 | 448 | ||
| 443 | ep-prodact:WaterSample | 449 | ep-prodact:WaterSample |
| 444 | rdf:type owl:Class ; | 450 | rdf:type owl:Class ; |
| 445 | - rdfs:subClassOf ep-prodact:SampleOfMaterial , <http://www.reportinghub.no/ep/schema/well#Water> . | 451 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleOfMaterial . |
| 446 | 452 | ||
| 447 | ep-prodact:WellTestReasonType | 453 | ep-prodact:WellTestReasonType |
| 448 | rdf:type rdfs:Class ; | 454 | rdf:type rdfs:Class ; |
| ... | @@ -450,11 +456,11 @@ ep-prodact:WellTestReasonType | ... | @@ -450,11 +456,11 @@ ep-prodact:WellTestReasonType |
| 450 | rdfs:subClassOf owl:Class . | 456 | rdfs:subClassOf owl:Class . |
| 451 | 457 | ||
| 452 | ep-prodact:WorkingUnderPermit | 458 | ep-prodact:WorkingUnderPermit |
| 453 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 459 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 454 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 460 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 455 | 461 | ||
| 456 | ep-prodact:WorkingUnderPermitWithSJA | 462 | ep-prodact:WorkingUnderPermitWithSJA |
| 457 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 463 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 458 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 464 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 459 | 465 | ||
| 460 | ep-prodact:ammoniumDensity | 466 | ep-prodact:ammoniumDensity |
| ... | @@ -512,7 +518,7 @@ ep-prodact:hasPredecessor | ... | @@ -512,7 +518,7 @@ ep-prodact:hasPredecessor |
| 512 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 518 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 513 | 519 | ||
| 514 | ep-prodact:hasShutInPressure | 520 | ep-prodact:hasShutInPressure |
| 515 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 521 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 516 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 522 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 517 | rdfs:label "has shut-in pressure"^^xsd:string ; | 523 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| 518 | rdfs:range ep-core:Pressure . | 524 | rdfs:range ep-core:Pressure . |
| ... | @@ -524,25 +530,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -524,25 +530,25 @@ ep-prodact:hasValidPredecessor |
| 524 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 530 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 525 | 531 | ||
| 526 | ep-prodact:injectionWellTestMaximumAnnularPressure | 532 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 527 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 533 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 528 | rdfs:domain ep-prodact:InjectionWellTest ; | 534 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 529 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 535 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 530 | rdfs:range ep-core:Pressure . | 536 | rdfs:range ep-core:Pressure . |
| 531 | 537 | ||
| 532 | ep-prodact:injectionWellTestMinimumAnnularPressure | 538 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 533 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 539 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 534 | rdfs:domain ep-prodact:InjectionWellTest ; | 540 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 535 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 541 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 536 | rdfs:range ep-core:Pressure . | 542 | rdfs:range ep-core:Pressure . |
| 537 | 543 | ||
| 538 | ep-prodact:injectionWellTestWellheadFlowingPressure | 544 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 539 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 545 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 540 | rdfs:domain ep-prodact:InjectionWellTest ; | 546 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 541 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 547 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 542 | rdfs:range ep-core:Pressure . | 548 | rdfs:range ep-core:Pressure . |
| 543 | 549 | ||
| 544 | ep-prodact:injectionWellTestWellheadMaximumPressure | 550 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 545 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 551 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 546 | rdfs:domain ep-prodact:InjectionWellTest ; | 552 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 547 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 553 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 548 | rdfs:range ep-core:Pressure . | 554 | rdfs:range ep-core:Pressure . |
| ... | @@ -608,7 +614,7 @@ ep-prodact:oilInWater | ... | @@ -608,7 +614,7 @@ ep-prodact:oilInWater |
| 608 | rdfs:range ep-core:MassPerUnitMassConcentration . | 614 | rdfs:range ep-core:MassPerUnitMassConcentration . |
| 609 | 615 | ||
| 610 | ep-prodact:onProductionFacility | 616 | ep-prodact:onProductionFacility |
| 611 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 617 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 612 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 618 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 613 | rdfs:label "on facility"^^xsd:string ; | 619 | rdfs:label "on facility"^^xsd:string ; |
| 614 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 620 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| ... | @@ -634,7 +640,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -634,7 +640,7 @@ ep-prodact:productionActivityPeriodClassification |
| 634 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 640 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 635 | 641 | ||
| 636 | ep-prodact:productionOperator | 642 | ep-prodact:productionOperator |
| 637 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 643 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 638 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 644 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 639 | rdfs:label "production operator"^^xsd:string ; | 645 | rdfs:label "production operator"^^xsd:string ; |
| 640 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 646 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -650,7 +656,7 @@ ep-prodact:samplePhValue | ... | @@ -650,7 +656,7 @@ ep-prodact:samplePhValue |
| 650 | rdfs:range xsd:double . | 656 | rdfs:range xsd:double . |
| 651 | 657 | ||
| 652 | ep-prodact:samplePoint | 658 | ep-prodact:samplePoint |
| 653 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 659 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 654 | rdfs:domain ep-prodact:WaterSample ; | 660 | rdfs:domain ep-prodact:WaterSample ; |
| 655 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | 661 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . |
| 656 | 662 | ||
| ... | @@ -670,7 +676,7 @@ ep-prodact:samplingPerformedAt | ... | @@ -670,7 +676,7 @@ ep-prodact:samplingPerformedAt |
| 670 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 676 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 671 | 677 | ||
| 672 | ep-prodact:testedWellBoreInterval | 678 | ep-prodact:testedWellBoreInterval |
| 673 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 679 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 674 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 680 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 675 | rdfs:label "tested wellbore interval"^^xsd:string ; | 681 | rdfs:label "tested wellbore interval"^^xsd:string ; |
| 676 | rdfs:range ep-core:PhysicalObject . | 682 | rdfs:range ep-core:PhysicalObject . | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-prodwell:Air-gas | 17 | ep-prodwell:Air-gas |
| 18 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 18 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 19 | rdfs:label "air gas"^^xsd:string ; | 19 | rdfs:label "air gas"^^xsd:string ; |
| 20 | rdfs:subClassOf ep-prodwell:NonHcGas . | 20 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 21 | 21 | ||
| ... | @@ -25,17 +25,17 @@ ep-prodwell:BasicSedimentAndWater | ... | @@ -25,17 +25,17 @@ ep-prodwell:BasicSedimentAndWater |
| 25 | rdfs:subClassOf ep-well:Fluid . | 25 | rdfs:subClassOf ep-well:Fluid . |
| 26 | 26 | ||
| 27 | ep-prodwell:Brine | 27 | ep-prodwell:Brine |
| 28 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 28 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 29 | rdfs:label "brine"^^xsd:string ; | 29 | rdfs:label "brine"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-well:Water . | 30 | rdfs:subClassOf ep-well:Water . |
| 31 | 31 | ||
| 32 | ep-prodwell:CO2-gas | 32 | ep-prodwell:CO2-gas |
| 33 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; | 33 | + rdf:type owl:Class , ep-prodwell:InjectionFluidType ; |
| 34 | rdfs:label "CO2 gas"^^xsd:string ; | 34 | rdfs:label "CO2 gas"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-prodwell:NonHcGas . | 35 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 36 | 36 | ||
| 37 | ep-prodwell:DryFluid | 37 | ep-prodwell:DryFluid |
| 38 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 38 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 39 | rdfs:label "dry fluid"^^xsd:string ; | 39 | rdfs:label "dry fluid"^^xsd:string ; |
| 40 | rdfs:subClassOf ep-well:Fluid . | 40 | rdfs:subClassOf ep-well:Fluid . |
| 41 | 41 | ||
| ... | @@ -50,7 +50,7 @@ ep-prodwell:FluidComponentType | ... | @@ -50,7 +50,7 @@ ep-prodwell:FluidComponentType |
| 50 | rdfs:subClassOf owl:Class . | 50 | rdfs:subClassOf owl:Class . |
| 51 | 51 | ||
| 52 | ep-prodwell:FluidFraction | 52 | ep-prodwell:FluidFraction |
| 53 | - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 53 | + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
| 54 | rdfs:label "fluid fraction"^^xsd:string ; | 54 | rdfs:label "fluid fraction"^^xsd:string ; |
| 55 | rdfs:subClassOf ep-well:Fluid . | 55 | rdfs:subClassOf ep-well:Fluid . |
| 56 | 56 | ||
| ... | @@ -80,12 +80,12 @@ ep-prodwell:FluidWholePrimaryComponentPair | ... | @@ -80,12 +80,12 @@ ep-prodwell:FluidWholePrimaryComponentPair |
| 80 | rdfs:subClassOf ep-prodwell:FluidWholeComponentPair . | 80 | rdfs:subClassOf ep-prodwell:FluidWholeComponentPair . |
| 81 | 81 | ||
| 82 | ep-prodwell:FreshWater | 82 | ep-prodwell:FreshWater |
| 83 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 83 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 84 | rdfs:label "fresh water"^^xsd:string ; | 84 | rdfs:label "fresh water"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-well:Water . | 85 | rdfs:subClassOf ep-well:Water . |
| 86 | 86 | ||
| 87 | ep-prodwell:GasAndWater | 87 | ep-prodwell:GasAndWater |
| 88 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 88 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 89 | rdfs:label "gas and water"^^xsd:string ; | 89 | rdfs:label "gas and water"^^xsd:string ; |
| 90 | rdfs:subClassOf ep-well:Fluid . | 90 | rdfs:subClassOf ep-well:Fluid . |
| 91 | 91 | ||
| ... | @@ -95,7 +95,7 @@ ep-prodwell:InjectionFluidType | ... | @@ -95,7 +95,7 @@ ep-prodwell:InjectionFluidType |
| 95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 96 | 96 | ||
| 97 | ep-prodwell:Liquid | 97 | ep-prodwell:Liquid |
| 98 | - rdf:type owl:Class , ep-prodwell:FluidPhaseType ; | 98 | + rdf:type ep-prodwell:FluidPhaseType , owl:Class ; |
| 99 | rdfs:label "liquid"^^xsd:string ; | 99 | rdfs:label "liquid"^^xsd:string ; |
| 100 | rdfs:subClassOf ep-well:Fluid . | 100 | rdfs:subClassOf ep-well:Fluid . |
| 101 | 101 | ||
| ... | @@ -105,134 +105,140 @@ ep-prodwell:NaturalGasClass | ... | @@ -105,134 +105,140 @@ ep-prodwell:NaturalGasClass |
| 105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 106 | 106 | ||
| 107 | ep-prodwell:NonHcGas | 107 | ep-prodwell:NonHcGas |
| 108 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; | 108 | + rdf:type owl:Class , ep-prodwell:InjectionFluidType ; |
| 109 | rdfs:label "non-HC gas"^^xsd:string ; | 109 | rdfs:label "non-HC gas"^^xsd:string ; |
| 110 | rdfs:subClassOf ep-well:Gas . | 110 | rdfs:subClassOf ep-well:Gas . |
| 111 | 111 | ||
| 112 | ep-prodwell:OilAndGas | 112 | ep-prodwell:OilAndGas |
| 113 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 113 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 114 | rdfs:label "oil and gas"^^xsd:string ; | 114 | rdfs:label "oil and gas"^^xsd:string ; |
| 115 | rdfs:subClassOf ep-well:Fluid . | 115 | rdfs:subClassOf ep-well:Fluid . |
| 116 | 116 | ||
| 117 | ep-prodwell:OilAndWater | 117 | ep-prodwell:OilAndWater |
| 118 | - rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType , owl:Class ; | 118 | + rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ; |
| 119 | rdfs:label "oil and water"^^xsd:string ; | 119 | rdfs:label "oil and water"^^xsd:string ; |
| 120 | rdfs:subClassOf ep-well:Fluid . | 120 | rdfs:subClassOf ep-well:Fluid . |
| 121 | 121 | ||
| 122 | ep-prodwell:OtherInjectionFluid | 122 | ep-prodwell:OtherInjectionFluid |
| 123 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 123 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 124 | rdfs:label "other injection fluid"^^xsd:string ; | 124 | rdfs:label "other injection fluid"^^xsd:string ; |
| 125 | rdfs:subClassOf ep-well:Fluid . | 125 | rdfs:subClassOf ep-well:Fluid . |
| 126 | 126 | ||
| 127 | ep-prodwell:PlusFraction | 127 | ep-prodwell:PlusFraction |
| 128 | - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 128 | + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
| 129 | rdfs:label "plus fraction"^^xsd:string ; | 129 | rdfs:label "plus fraction"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-well:Fluid . | 130 | rdfs:subClassOf ep-well:Fluid . |
| 131 | 131 | ||
| 132 | ep-prodwell:PureFluid | 132 | ep-prodwell:PureFluid |
| 133 | - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 133 | + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
| 134 | rdfs:label "pure fluid"^^xsd:string ; | 134 | rdfs:label "pure fluid"^^xsd:string ; |
| 135 | rdfs:subClassOf ep-well:Fluid . | 135 | rdfs:subClassOf ep-well:Fluid . |
| 136 | 136 | ||
| 137 | ep-prodwell:Sand | 137 | ep-prodwell:Sand |
| 138 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 138 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 139 | rdfs:label "sand"^^xsd:string ; | 139 | rdfs:label "sand"^^xsd:string ; |
| 140 | rdfs:subClassOf ep-well:Fluid . | 140 | rdfs:subClassOf ep-well:Fluid . |
| 141 | 141 | ||
| 142 | ep-prodwell:SplitFraction | 142 | ep-prodwell:SplitFraction |
| 143 | - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 143 | + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
| 144 | rdfs:label "split fraction"^^xsd:string ; | 144 | rdfs:label "split fraction"^^xsd:string ; |
| 145 | rdfs:subClassOf ep-well:Fluid . | 145 | rdfs:subClassOf ep-well:Fluid . |
| 146 | 146 | ||
| 147 | ep-prodwell:Steam | 147 | ep-prodwell:Steam |
| 148 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 148 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 149 | rdfs:label "steam"^^xsd:string ; | 149 | rdfs:label "steam"^^xsd:string ; |
| 150 | rdfs:subClassOf ep-prodwell:NonHcGas . | 150 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 151 | 151 | ||
| 152 | ep-prodwell:UnknownFluid | 152 | ep-prodwell:UnknownFluid |
| 153 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 153 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 154 | rdfs:label "unknown fluid"^^xsd:string ; | 154 | rdfs:label "unknown fluid"^^xsd:string ; |
| 155 | rdfs:subClassOf ep-well:Fluid . | 155 | rdfs:subClassOf ep-well:Fluid . |
| 156 | 156 | ||
| 157 | ep-prodwell:basicSedimentAndWater | 157 | ep-prodwell:basicSedimentAndWater |
| 158 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 158 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 159 | rdfs:label "basic sediment and water"^^xsd:string ; | 159 | rdfs:label "basic sediment and water"^^xsd:string ; |
| 160 | rdfs:range ep-core:SpecificVolume . | 160 | rdfs:range ep-core:SpecificVolume . |
| 161 | 161 | ||
| 162 | ep-prodwell:componentFluid | 162 | ep-prodwell:componentFluid |
| 163 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 163 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 164 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 164 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; |
| 165 | rdfs:label "component fluid"^^xsd:string ; | 165 | rdfs:label "component fluid"^^xsd:string ; |
| 166 | rdfs:range ep-well:Fluid ; | 166 | rdfs:range ep-well:Fluid ; |
| 167 | rdfs:subPropertyOf ep-prodwell:firstFluidInPair . | 167 | rdfs:subPropertyOf ep-prodwell:firstFluidInPair . |
| 168 | 168 | ||
| 169 | ep-prodwell:condensateYield | 169 | ep-prodwell:condensateYield |
| 170 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 170 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 171 | rdfs:label "condensate yield"^^xsd:string ; | 171 | rdfs:label "condensate yield"^^xsd:string ; |
| 172 | rdfs:range ep-core:SpecificVolume . | 172 | rdfs:range ep-core:SpecificVolume . |
| 173 | 173 | ||
| 174 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 174 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
| 175 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 175 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 176 | rdfs:domain ep-well:Fluid ; | 176 | rdfs:domain ep-well:Fluid ; |
| 177 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 177 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
| 178 | rdfs:range ep-core:Length . | 178 | rdfs:range ep-core:Length . |
| 179 | 179 | ||
| 180 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 180 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
| 181 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 181 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 182 | rdfs:domain ep-well:Fluid ; | 182 | rdfs:domain ep-well:Fluid ; |
| 183 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 183 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
| 184 | rdfs:range ep-core:Length . | 184 | rdfs:range ep-core:Length . |
| 185 | 185 | ||
| 186 | ep-prodwell:firstFluidInPair | 186 | ep-prodwell:firstFluidInPair |
| 187 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 187 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 188 | rdfs:domain ep-prodwell:FluidPair ; | 188 | rdfs:domain ep-prodwell:FluidPair ; |
| 189 | rdfs:label "first fluid in pair"^^xsd:string ; | 189 | rdfs:label "first fluid in pair"^^xsd:string ; |
| 190 | rdfs:range ep-well:Fluid . | 190 | rdfs:range ep-well:Fluid . |
| 191 | 191 | ||
| 192 | ep-prodwell:massRatio | 192 | ep-prodwell:massRatio |
| 193 | - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 193 | + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
| 194 | rdfs:domain ep-prodwell:FluidPair ; | 194 | rdfs:domain ep-prodwell:FluidPair ; |
| 195 | rdfs:label "mass ratio"^^xsd:string ; | 195 | rdfs:label "mass ratio"^^xsd:string ; |
| 196 | rdfs:range ep-core:Ratio . | 196 | rdfs:range ep-core:Ratio . |
| 197 | 197 | ||
| 198 | ep-prodwell:moleRatio | 198 | ep-prodwell:moleRatio |
| 199 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 199 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 200 | rdfs:domain ep-prodwell:FluidPair ; | 200 | rdfs:domain ep-prodwell:FluidPair ; |
| 201 | rdfs:label "mole ratio"^^xsd:string ; | 201 | rdfs:label "mole ratio"^^xsd:string ; |
| 202 | rdfs:range ep-core:Ratio . | 202 | rdfs:range ep-core:Ratio . |
| 203 | 203 | ||
| 204 | ep-prodwell:oilWaterRatioByMass | 204 | ep-prodwell:oilWaterRatioByMass |
| 205 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 205 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 206 | rdfs:domain ep-well:Fluid ; | 206 | rdfs:domain ep-well:Fluid ; |
| 207 | rdfs:label "oil/water ratio by mass"^^xsd:string ; | 207 | rdfs:label "oil/water ratio by mass"^^xsd:string ; |
| 208 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . | 208 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . |
| 209 | 209 | ||
| 210 | -ep-prodwell:potentialGasProduction | 210 | +ep-prodwell:pOverZ |
| 211 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 211 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 212 | + rdfs:domain ep-well:Fluid ; | ||
| 213 | + rdfs:label "pressure over gas compressibility factor"^^xsd:string ; | ||
| 214 | + rdfs:range ep-core:Pressure . | ||
| 215 | + | ||
| 216 | +ep-prodwell:potentialGasProduction | ||
| 217 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 212 | rdfs:domain ep-well:WellBore ; | 218 | rdfs:domain ep-well:WellBore ; |
| 213 | rdfs:label "potential gas production"^^xsd:string ; | 219 | rdfs:label "potential gas production"^^xsd:string ; |
| 214 | rdfs:range ep-core:VolumetricFlowRate . | 220 | rdfs:range ep-core:VolumetricFlowRate . |
| 215 | 221 | ||
| 216 | ep-prodwell:potentialOilProduction | 222 | ep-prodwell:potentialOilProduction |
| 217 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 223 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 218 | rdfs:domain ep-well:WellBore ; | 224 | rdfs:domain ep-well:WellBore ; |
| 219 | rdfs:label "potential gas production"^^xsd:string ; | 225 | rdfs:label "potential gas production"^^xsd:string ; |
| 220 | rdfs:range ep-core:VolumetricFlowRate . | 226 | rdfs:range ep-core:VolumetricFlowRate . |
| 221 | 227 | ||
| 222 | ep-prodwell:secondFluidInPair | 228 | ep-prodwell:secondFluidInPair |
| 223 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 229 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 224 | rdfs:domain ep-prodwell:FluidPair ; | 230 | rdfs:domain ep-prodwell:FluidPair ; |
| 225 | rdfs:label "second fluid in pair"^^xsd:string ; | 231 | rdfs:label "second fluid in pair"^^xsd:string ; |
| 226 | rdfs:range ep-well:Fluid . | 232 | rdfs:range ep-well:Fluid . |
| 227 | 233 | ||
| 228 | ep-prodwell:volumeRatio | 234 | ep-prodwell:volumeRatio |
| 229 | - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 235 | + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
| 230 | rdfs:domain ep-prodwell:FluidPair ; | 236 | rdfs:domain ep-prodwell:FluidPair ; |
| 231 | rdfs:label "volume ratio"^^xsd:string ; | 237 | rdfs:label "volume ratio"^^xsd:string ; |
| 232 | rdfs:range ep-core:Ratio . | 238 | rdfs:range ep-core:Ratio . |
| 233 | 239 | ||
| 234 | ep-prodwell:wholeFluid | 240 | ep-prodwell:wholeFluid |
| 235 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 241 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 236 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 242 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; |
| 237 | rdfs:label "whole fluid"^^xsd:string ; | 243 | rdfs:label "whole fluid"^^xsd:string ; |
| 238 | rdfs:range ep-well:Fluid ; | 244 | rdfs:range ep-well:Fluid ; |
| ... | @@ -242,7 +248,7 @@ ep-well:Condensate | ... | @@ -242,7 +248,7 @@ ep-well:Condensate |
| 242 | rdf:type ep-prodwell:InjectionFluidType . | 248 | rdf:type ep-prodwell:InjectionFluidType . |
| 243 | 249 | ||
| 244 | ep-well:Gas | 250 | ep-well:Gas |
| 245 | - rdf:type ep-prodwell:InjectionFluidType , ep-prodwell:FluidPhaseType . | 251 | + rdf:type ep-prodwell:FluidPhaseType , ep-prodwell:InjectionFluidType . |
| 246 | 252 | ||
| 247 | ep-well:Oil | 253 | ep-well:Oil |
| 248 | rdf:type ep-prodwell:InjectionFluidType . | 254 | rdf:type ep-prodwell:InjectionFluidType . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment