Showing
4 changed files
with
524 additions
and
463 deletions
| ... | @@ -10,141 +10,141 @@ | ... | @@ -10,141 +10,141 @@ |
| 10 | 10 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 11 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 15 | ||
| 16 | ep-flow:AllocatedFlow | 16 | ep-flow:AllocatedFlow |
| 17 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 17 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 18 | rdfs:label "allocated flow"^^xsd:string ; | 18 | rdfs:label "allocated flow"^^xsd:string ; |
| 19 | rdfs:subClassOf ep-flow:Flow . | 19 | rdfs:subClassOf ep-flow:Flow . |
| 20 | 20 | ||
| 21 | ep-flow:AqueousFlow | 21 | ep-flow:AqueousFlow |
| 22 | - rdf:type owl:Class , ep-flow:ProductType ; | 22 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 23 | rdfs:label "aqueous flow"^^xsd:string ; | 23 | rdfs:label "aqueous flow"^^xsd:string ; |
| 24 | rdfs:subClassOf ep-flow:Flow . | 24 | rdfs:subClassOf ep-flow:Flow . |
| 25 | 25 | ||
| 26 | ep-flow:BudgetFlow | 26 | ep-flow:BudgetFlow |
| 27 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 27 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 28 | rdfs:label "budget flow"^^xsd:string ; | 28 | rdfs:label "budget flow"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-flow:Flow . | 29 | rdfs:subClassOf ep-flow:Flow . |
| 30 | 30 | ||
| 31 | ep-flow:CarbonDioxideGasFlow | 31 | ep-flow:CarbonDioxideGasFlow |
| 32 | - rdf:type owl:Class , ep-flow:ProductType ; | 32 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 33 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; | 33 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-flow:Flow . | 34 | rdfs:subClassOf ep-flow:Flow . |
| 35 | 35 | ||
| 36 | ep-flow:CarbonMonoxideGasFlow | 36 | ep-flow:CarbonMonoxideGasFlow |
| 37 | - rdf:type owl:Class , ep-flow:ProductType ; | 37 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 38 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; | 38 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; |
| 39 | rdfs:subClassOf ep-flow:Flow . | 39 | rdfs:subClassOf ep-flow:Flow . |
| 40 | 40 | ||
| 41 | ep-flow:ChemicalFlow | 41 | ep-flow:ChemicalFlow |
| 42 | - rdf:type owl:Class , ep-flow:ProductType ; | 42 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 43 | rdfs:label "chemical flow"^^xsd:string ; | 43 | rdfs:label "chemical flow"^^xsd:string ; |
| 44 | rdfs:subClassOf ep-flow:Flow . | 44 | rdfs:subClassOf ep-flow:Flow . |
| 45 | 45 | ||
| 46 | ep-flow:CondensateFlow | 46 | ep-flow:CondensateFlow |
| 47 | - rdf:type owl:Class , ep-flow:ProductType ; | 47 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 48 | rdfs:label "condensate flow"^^xsd:string ; | 48 | rdfs:label "condensate flow"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-flow:Flow . | 49 | rdfs:subClassOf ep-flow:Flow . |
| 50 | 50 | ||
| 51 | ep-flow:ConstraintFlow | 51 | ep-flow:ConstraintFlow |
| 52 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 52 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 53 | rdfs:label "constraint flow"^^xsd:string ; | 53 | rdfs:label "constraint flow"^^xsd:string ; |
| 54 | rdfs:subClassOf ep-flow:Flow . | 54 | rdfs:subClassOf ep-flow:Flow . |
| 55 | 55 | ||
| 56 | ep-flow:Consume | 56 | ep-flow:Consume |
| 57 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 57 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 58 | rdfs:label "consume"^^xsd:string ; | 58 | rdfs:label "consume"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-flow:Flow . | 59 | rdfs:subClassOf ep-flow:Flow . |
| 60 | 60 | ||
| 61 | ep-flow:Consume-HPflare | 61 | ep-flow:Consume-HPflare |
| 62 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 62 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 63 | rdfs:label "consume - HP flare"^^xsd:string ; | 63 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-flow:Consume-flare . | 64 | rdfs:subClassOf ep-flow:Consume-flare . |
| 65 | 65 | ||
| 66 | ep-flow:Consume-LPflare | 66 | ep-flow:Consume-LPflare |
| 67 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 67 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 68 | rdfs:label "consume - LP flare"^^xsd:string ; | 68 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 69 | rdfs:subClassOf ep-flow:Consume-flare . | 69 | rdfs:subClassOf ep-flow:Consume-flare . |
| 70 | 70 | ||
| 71 | ep-flow:Consume-blackstart | 71 | ep-flow:Consume-blackstart |
| 72 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 72 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 73 | rdfs:label "consume - blackstart"^^xsd:string ; | 73 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 74 | rdfs:subClassOf ep-flow:Consume . | 74 | rdfs:subClassOf ep-flow:Consume . |
| 75 | 75 | ||
| 76 | ep-flow:Consume-compressor | 76 | ep-flow:Consume-compressor |
| 77 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 77 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 78 | rdfs:label "consume - compressor"^^xsd:string ; | 78 | rdfs:label "consume - compressor"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-flow:Consume . | 79 | rdfs:subClassOf ep-flow:Consume . |
| 80 | 80 | ||
| 81 | ep-flow:Consume-emitted | 81 | ep-flow:Consume-emitted |
| 82 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 82 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 83 | rdfs:label "consume - emitted"^^xsd:string ; | 83 | rdfs:label "consume - emitted"^^xsd:string ; |
| 84 | rdfs:subClassOf ep-flow:Consume . | 84 | rdfs:subClassOf ep-flow:Consume . |
| 85 | 85 | ||
| 86 | ep-flow:Consume-flare | 86 | ep-flow:Consume-flare |
| 87 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 87 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 88 | rdfs:label "consume - flare"^^xsd:string ; | 88 | rdfs:label "consume - flare"^^xsd:string ; |
| 89 | rdfs:subClassOf ep-flow:Consume . | 89 | rdfs:subClassOf ep-flow:Consume . |
| 90 | 90 | ||
| 91 | ep-flow:Consume-fuel | 91 | ep-flow:Consume-fuel |
| 92 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 92 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 93 | rdfs:label "consume - fuel"^^xsd:string ; | 93 | rdfs:label "consume - fuel"^^xsd:string ; |
| 94 | rdfs:subClassOf ep-flow:Consume . | 94 | rdfs:subClassOf ep-flow:Consume . |
| 95 | 95 | ||
| 96 | ep-flow:Consume-noncompressor | 96 | ep-flow:Consume-noncompressor |
| 97 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 97 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 98 | rdfs:label "consume - non-compressor"^^xsd:string ; | 98 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 99 | rdfs:subClassOf ep-flow:Consume . | 99 | rdfs:subClassOf ep-flow:Consume . |
| 100 | 100 | ||
| 101 | ep-flow:Consume-venting | 101 | ep-flow:Consume-venting |
| 102 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 102 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 103 | rdfs:label "consume - venting"^^xsd:string ; | 103 | rdfs:label "consume - venting"^^xsd:string ; |
| 104 | rdfs:subClassOf ep-flow:Consume . | 104 | rdfs:subClassOf ep-flow:Consume . |
| 105 | 105 | ||
| 106 | ep-flow:CuttingsFlow | 106 | ep-flow:CuttingsFlow |
| 107 | - rdf:type ep-flow:ProductType , owl:Class ; | 107 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 108 | rdfs:label "cuttings flow"^^xsd:string ; | 108 | rdfs:label "cuttings flow"^^xsd:string ; |
| 109 | rdfs:subClassOf ep-flow:Flow . | 109 | rdfs:subClassOf ep-flow:Flow . |
| 110 | 110 | ||
| 111 | ep-flow:DerivedFlow | 111 | ep-flow:DerivedFlow |
| 112 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 113 | rdfs:label "derived flow"^^xsd:string ; | 113 | rdfs:label "derived flow"^^xsd:string ; |
| 114 | rdfs:subClassOf ep-flow:Flow . | 114 | rdfs:subClassOf ep-flow:Flow . |
| 115 | 115 | ||
| 116 | ep-flow:DieselFlow | 116 | ep-flow:DieselFlow |
| 117 | - rdf:type owl:Class , ep-flow:ProductType ; | 117 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 118 | rdfs:label "diesel flow"^^xsd:string ; | 118 | rdfs:label "diesel flow"^^xsd:string ; |
| 119 | rdfs:subClassOf ep-flow:Flow . | 119 | rdfs:subClassOf ep-flow:Flow . |
| 120 | 120 | ||
| 121 | ep-flow:EstimatedFlow | 121 | ep-flow:EstimatedFlow |
| 122 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 122 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 123 | rdfs:label "estimated flow"^^xsd:string ; | 123 | rdfs:label "estimated flow"^^xsd:string ; |
| 124 | rdfs:subClassOf ep-flow:Flow . | 124 | rdfs:subClassOf ep-flow:Flow . |
| 125 | 125 | ||
| 126 | ep-flow:Ethane-componentFlow | 126 | ep-flow:Ethane-componentFlow |
| 127 | - rdf:type owl:Class , ep-flow:ProductType ; | 127 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 128 | rdfs:label "ethane - component flow"^^xsd:string ; | 128 | rdfs:label "ethane - component flow"^^xsd:string ; |
| 129 | rdfs:subClassOf ep-flow:Flow . | 129 | rdfs:subClassOf ep-flow:Flow . |
| 130 | 130 | ||
| 131 | ep-flow:Export | 131 | ep-flow:Export |
| 132 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 132 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 133 | rdfs:label "export"^^xsd:string ; | 133 | rdfs:label "export"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-flow:Flow . | 134 | rdfs:subClassOf ep-flow:Flow . |
| 135 | 135 | ||
| 136 | ep-flow:Export-nominated | 136 | ep-flow:Export-nominated |
| 137 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 137 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 138 | rdfs:label "export nominated"^^xsd:string ; | 138 | rdfs:label "export nominated"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-flow:Export . | 139 | rdfs:subClassOf ep-flow:Export . |
| 140 | 140 | ||
| 141 | ep-flow:Export-requested | 141 | ep-flow:Export-requested |
| 142 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 143 | rdfs:label "export requested"^^xsd:string ; | 143 | rdfs:label "export requested"^^xsd:string ; |
| 144 | rdfs:subClassOf ep-flow:Export . | 144 | rdfs:subClassOf ep-flow:Export . |
| 145 | 145 | ||
| 146 | ep-flow:Export-shortfall | 146 | ep-flow:Export-shortfall |
| 147 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 147 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 148 | rdfs:label "export shortfall"^^xsd:string ; | 148 | rdfs:label "export shortfall"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-flow:Export . | 149 | rdfs:subClassOf ep-flow:Export . |
| 150 | 150 | ||
| ... | @@ -154,32 +154,32 @@ ep-flow:Flow | ... | @@ -154,32 +154,32 @@ ep-flow:Flow |
| 154 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 154 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 155 | 155 | ||
| 156 | ep-flow:FlowDuringDay | 156 | ep-flow:FlowDuringDay |
| 157 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 157 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 158 | rdfs:label "flow during day"^^xsd:string ; | 158 | rdfs:label "flow during day"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 159 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 160 | 160 | ||
| 161 | ep-flow:FlowDuringMonth | 161 | ep-flow:FlowDuringMonth |
| 162 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 162 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 163 | rdfs:label "flow during month"^^xsd:string ; | 163 | rdfs:label "flow during month"^^xsd:string ; |
| 164 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 164 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 165 | 165 | ||
| 166 | ep-flow:FlowDuringMonthToDate | 166 | ep-flow:FlowDuringMonthToDate |
| 167 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 167 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 168 | rdfs:label "flow during month to date"^^xsd:string ; | 168 | rdfs:label "flow during month to date"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 169 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 170 | 170 | ||
| 171 | ep-flow:FlowDuringWeek | 171 | ep-flow:FlowDuringWeek |
| 172 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 172 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 173 | rdfs:label "flow during week"^^xsd:string ; | 173 | rdfs:label "flow during week"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 174 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 175 | 175 | ||
| 176 | ep-flow:FlowDuringYear | 176 | ep-flow:FlowDuringYear |
| 177 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 177 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 178 | rdfs:label "flow during year"^^xsd:string ; | 178 | rdfs:label "flow during year"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 179 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 180 | 180 | ||
| 181 | ep-flow:FlowDuringYearToDate | 181 | ep-flow:FlowDuringYearToDate |
| 182 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 182 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 183 | rdfs:label "flow during year to date"^^xsd:string ; | 183 | rdfs:label "flow during year to date"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 184 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 185 | 185 | ||
| ... | @@ -199,97 +199,97 @@ ep-flow:FlowOfMaterial | ... | @@ -199,97 +199,97 @@ ep-flow:FlowOfMaterial |
| 199 | rdfs:subClassOf ep-flow:Flow . | 199 | rdfs:subClassOf ep-flow:Flow . |
| 200 | 200 | ||
| 201 | ep-flow:Gas-componentInOilFlow | 201 | ep-flow:Gas-componentInOilFlow |
| 202 | - rdf:type owl:Class , ep-flow:ProductType ; | 202 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 203 | rdfs:label "gas - component in oil flow"^^xsd:string ; | 203 | rdfs:label "gas - component in oil flow"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-flow:Flow . | 204 | rdfs:subClassOf ep-flow:Flow . |
| 205 | 205 | ||
| 206 | ep-flow:Gas-richFlow | 206 | ep-flow:Gas-richFlow |
| 207 | - rdf:type owl:Class , ep-flow:ProductType ; | 207 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 208 | rdfs:label "gas - rich flow"^^xsd:string ; | 208 | rdfs:label "gas - rich flow"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-flow:Flow . | 209 | rdfs:subClassOf ep-flow:Flow . |
| 210 | 210 | ||
| 211 | ep-flow:GasFlow | 211 | ep-flow:GasFlow |
| 212 | - rdf:type owl:Class , ep-flow:ProductType ; | 212 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 213 | rdfs:label "gas flow"^^xsd:string ; | 213 | rdfs:label "gas flow"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-flow:Flow . | 214 | rdfs:subClassOf ep-flow:Flow . |
| 215 | 215 | ||
| 216 | ep-flow:Gaslift | 216 | ep-flow:Gaslift |
| 217 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 217 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 218 | rdfs:label "gas lift"^^xsd:string ; | 218 | rdfs:label "gas lift"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-flow:Flow . | 219 | rdfs:subClassOf ep-flow:Flow . |
| 220 | 220 | ||
| 221 | ep-flow:I-butane-componentFlow | 221 | ep-flow:I-butane-componentFlow |
| 222 | - rdf:type owl:Class , ep-flow:ProductType ; | 222 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 223 | rdfs:label "i-butane - component flow"^^xsd:string ; | 223 | rdfs:label "i-butane - component flow"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-flow:Flow . | 224 | rdfs:subClassOf ep-flow:Flow . |
| 225 | 225 | ||
| 226 | ep-flow:Import | 226 | ep-flow:Import |
| 227 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 227 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 228 | rdfs:label "import"^^xsd:string ; | 228 | rdfs:label "import"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-flow:Flow . | 229 | rdfs:subClassOf ep-flow:Flow . |
| 230 | 230 | ||
| 231 | ep-flow:Injection | 231 | ep-flow:Injection |
| 232 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 232 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 233 | rdfs:label "injection"^^xsd:string ; | 233 | rdfs:label "injection"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-flow:Flow . | 234 | rdfs:subClassOf ep-flow:Flow . |
| 235 | 235 | ||
| 236 | ep-flow:Inventory | 236 | ep-flow:Inventory |
| 237 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 237 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 238 | rdfs:label "inventory"^^xsd:string ; | 238 | rdfs:label "inventory"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-flow:Flow . | 239 | rdfs:subClassOf ep-flow:Flow . |
| 240 | 240 | ||
| 241 | ep-flow:MeasuredFlow | 241 | ep-flow:MeasuredFlow |
| 242 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 242 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 243 | rdfs:label "measured flow"^^xsd:string ; | 243 | rdfs:label "measured flow"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-flow:Flow . | 244 | rdfs:subClassOf ep-flow:Flow . |
| 245 | 245 | ||
| 246 | ep-flow:N-butane-componentFlow | 246 | ep-flow:N-butane-componentFlow |
| 247 | - rdf:type owl:Class , ep-flow:ProductType ; | 247 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 248 | rdfs:label "n-butane - component flow"^^xsd:string ; | 248 | rdfs:label "n-butane - component flow"^^xsd:string ; |
| 249 | rdfs:subClassOf ep-flow:Flow . | 249 | rdfs:subClassOf ep-flow:Flow . |
| 250 | 250 | ||
| 251 | ep-flow:NGL-componentInGasFlow | 251 | ep-flow:NGL-componentInGasFlow |
| 252 | - rdf:type owl:Class , ep-flow:ProductType ; | 252 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 253 | rdfs:label "NGL - component in gas flow"^^xsd:string ; | 253 | rdfs:label "NGL - component in gas flow"^^xsd:string ; |
| 254 | rdfs:subClassOf ep-flow:Flow . | 254 | rdfs:subClassOf ep-flow:Flow . |
| 255 | 255 | ||
| 256 | ep-flow:NaturalGasLiquidFlow | 256 | ep-flow:NaturalGasLiquidFlow |
| 257 | - rdf:type owl:Class , ep-flow:ProductType ; | 257 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 258 | rdfs:label "natural gas liquid flow"^^xsd:string ; | 258 | rdfs:label "natural gas liquid flow"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-flow:Flow . | 259 | rdfs:subClassOf ep-flow:Flow . |
| 260 | 260 | ||
| 261 | ep-flow:NitrogenOxideGasFlow | 261 | ep-flow:NitrogenOxideGasFlow |
| 262 | - rdf:type owl:Class , ep-flow:ProductType ; | 262 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 263 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; | 263 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; |
| 264 | rdfs:subClassOf ep-flow:Flow . | 264 | rdfs:subClassOf ep-flow:Flow . |
| 265 | 265 | ||
| 266 | ep-flow:Oil-componentInWaterFlow | 266 | ep-flow:Oil-componentInWaterFlow |
| 267 | - rdf:type owl:Class , ep-flow:ProductType ; | 267 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 268 | rdfs:label "oil - component in water flow"^^xsd:string ; | 268 | rdfs:label "oil - component in water flow"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-flow:Flow . | 269 | rdfs:subClassOf ep-flow:Flow . |
| 270 | 270 | ||
| 271 | ep-flow:Oil-netFlow | 271 | ep-flow:Oil-netFlow |
| 272 | - rdf:type owl:Class , ep-flow:ProductType ; | 272 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 273 | rdfs:label "oil - net flow"^^xsd:string ; | 273 | rdfs:label "oil - net flow"^^xsd:string ; |
| 274 | rdfs:subClassOf ep-flow:Flow . | 274 | rdfs:subClassOf ep-flow:Flow . |
| 275 | 275 | ||
| 276 | ep-flow:OilAndGasFlow | 276 | ep-flow:OilAndGasFlow |
| 277 | - rdf:type owl:Class , ep-flow:ProductType ; | 277 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 278 | rdfs:label "oil and gas flow"^^xsd:string ; | 278 | rdfs:label "oil and gas flow"^^xsd:string ; |
| 279 | rdfs:subClassOf ep-flow:Flow . | 279 | rdfs:subClassOf ep-flow:Flow . |
| 280 | 280 | ||
| 281 | ep-flow:OilFlow | 281 | ep-flow:OilFlow |
| 282 | - rdf:type ep-flow:ProductType , owl:Class ; | 282 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 283 | rdfs:label "oil flow"^^xsd:string ; | 283 | rdfs:label "oil flow"^^xsd:string ; |
| 284 | rdfs:subClassOf ep-flow:Flow . | 284 | rdfs:subClassOf ep-flow:Flow . |
| 285 | 285 | ||
| 286 | ep-flow:OleicFlow | 286 | ep-flow:OleicFlow |
| 287 | - rdf:type owl:Class , ep-flow:ProductType ; | 287 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 288 | rdfs:label "oleic flow"^^xsd:string ; | 288 | rdfs:label "oleic flow"^^xsd:string ; |
| 289 | rdfs:subClassOf ep-flow:Flow . | 289 | rdfs:subClassOf ep-flow:Flow . |
| 290 | 290 | ||
| 291 | ep-flow:Overboard | 291 | ep-flow:Overboard |
| 292 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 292 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 293 | rdfs:label "overboard"^^xsd:string ; | 293 | rdfs:label "overboard"^^xsd:string ; |
| 294 | rdfs:subClassOf ep-flow:Flow . | 294 | rdfs:subClassOf ep-flow:Flow . |
| 295 | 295 | ||
| ... | @@ -309,7 +309,7 @@ ep-flow:ProductType | ... | @@ -309,7 +309,7 @@ ep-flow:ProductType |
| 309 | rdfs:subClassOf owl:Class . | 309 | rdfs:subClassOf owl:Class . |
| 310 | 310 | ||
| 311 | ep-flow:Production | 311 | ep-flow:Production |
| 312 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 312 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 313 | rdfs:label "production"^^xsd:string ; | 313 | rdfs:label "production"^^xsd:string ; |
| 314 | rdfs:subClassOf ep-flow:Flow . | 314 | rdfs:subClassOf ep-flow:Flow . |
| 315 | 315 | ||
| ... | @@ -349,17 +349,22 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -349,17 +349,22 @@ ep-flow:ProductionTestWellHeadFlow |
| 349 | rdfs:subClassOf ep-flow:Flow . | 349 | rdfs:subClassOf ep-flow:Flow . |
| 350 | 350 | ||
| 351 | ep-flow:Propane-componentFlow | 351 | ep-flow:Propane-componentFlow |
| 352 | - rdf:type owl:Class , ep-flow:ProductType ; | 352 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 353 | rdfs:label "propane - component flow"^^xsd:string ; | 353 | rdfs:label "propane - component flow"^^xsd:string ; |
| 354 | rdfs:subClassOf ep-flow:Flow . | 354 | rdfs:subClassOf ep-flow:Flow . |
| 355 | 355 | ||
| 356 | ep-flow:QuotaFlow | 356 | ep-flow:QuotaFlow |
| 357 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 357 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 358 | rdfs:label "quota flow"^^xsd:string ; | 358 | rdfs:label "quota flow"^^xsd:string ; |
| 359 | rdfs:subClassOf ep-flow:Flow . | 359 | rdfs:subClassOf ep-flow:Flow . |
| 360 | 360 | ||
| 361 | +ep-flow:SandFlow | ||
| 362 | + rdf:type ep-flow:ProductType , owl:Class ; | ||
| 363 | + rdfs:label "sand flow"^^xsd:string ; | ||
| 364 | + rdfs:subClassOf ep-flow:Flow . | ||
| 365 | + | ||
| 361 | ep-flow:SimulatedFlow | 366 | ep-flow:SimulatedFlow |
| 362 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 367 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 363 | rdfs:label "simulated flow"^^xsd:string ; | 368 | rdfs:label "simulated flow"^^xsd:string ; |
| 364 | rdfs:subClassOf ep-flow:Flow . | 369 | rdfs:subClassOf ep-flow:Flow . |
| 365 | 370 | ||
| ... | @@ -384,27 +389,27 @@ ep-flow:TemporalPartOfAProductionFlow | ... | @@ -384,27 +389,27 @@ ep-flow:TemporalPartOfAProductionFlow |
| 384 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 389 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 385 | 390 | ||
| 386 | ep-flow:VapourFlow | 391 | ep-flow:VapourFlow |
| 387 | - rdf:type owl:Class , ep-flow:ProductType ; | 392 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 388 | rdfs:label "vapour flow"^^xsd:string ; | 393 | rdfs:label "vapour flow"^^xsd:string ; |
| 389 | rdfs:subClassOf ep-flow:Flow . | 394 | rdfs:subClassOf ep-flow:Flow . |
| 390 | 395 | ||
| 391 | ep-flow:Water-dischargeFlow | 396 | ep-flow:Water-dischargeFlow |
| 392 | - rdf:type owl:Class , ep-flow:ProductType ; | 397 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 393 | rdfs:label "water - discharge flow"^^xsd:string ; | 398 | rdfs:label "water - discharge flow"^^xsd:string ; |
| 394 | rdfs:subClassOf ep-flow:Flow . | 399 | rdfs:subClassOf ep-flow:Flow . |
| 395 | 400 | ||
| 396 | ep-flow:Water-processedFlow | 401 | ep-flow:Water-processedFlow |
| 397 | - rdf:type owl:Class , ep-flow:ProductType ; | 402 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 398 | rdfs:label "water - processed flow"^^xsd:string ; | 403 | rdfs:label "water - processed flow"^^xsd:string ; |
| 399 | rdfs:subClassOf ep-flow:Flow . | 404 | rdfs:subClassOf ep-flow:Flow . |
| 400 | 405 | ||
| 401 | ep-flow:WaterFlow | 406 | ep-flow:WaterFlow |
| 402 | - rdf:type owl:Class , ep-flow:ProductType ; | 407 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 403 | rdfs:label "water flow"^^xsd:string ; | 408 | rdfs:label "water flow"^^xsd:string ; |
| 404 | rdfs:subClassOf ep-flow:Flow . | 409 | rdfs:subClassOf ep-flow:Flow . |
| 405 | 410 | ||
| 406 | ep-flow:dailyAverageAmountOfMaterial | 411 | ep-flow:dailyAverageAmountOfMaterial |
| 407 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 412 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 408 | rdfs:label "daily average amount of material"^^xsd:string ; | 413 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 409 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 414 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
| 410 | 415 | ||
| ... | @@ -449,6 +454,6 @@ ep-flow:hasNetworkPart | ... | @@ -449,6 +454,6 @@ ep-flow:hasNetworkPart |
| 449 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | 454 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
| 450 | 455 | ||
| 451 | ep-flow:totalAmountOfMaterial | 456 | ep-flow:totalAmountOfMaterial |
| 452 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 457 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 453 | rdfs:label "total amount of material"^^xsd:string ; | 458 | rdfs:label "total amount of material"^^xsd:string ; |
| 454 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 459 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | - | 3 | + |
| 4 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 4 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | - | 9 | + |
| 10 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | 10 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> |
| 11 | - rdf:type owl:Ontology ; | 11 | + rdf:type owl:Ontology ; |
| 12 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 12 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 13 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 13 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 14 | - | 14 | + |
| 15 | -ep-core:MeasureOfFlowOfMaterial | 15 | +ep-core:Density |
| 16 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 16 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . |
| 17 | - rdfs:label "measure of flow of material"^^xsd:string ; | 17 | + |
| 18 | - rdfs:subClassOf owl:Class . | 18 | +ep-core:DensityAt15degC1atm |
| 19 | - | 19 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 20 | -ep-core:VolumeFlowRateAt15degC1atm | 20 | + rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 21 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 21 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . |
| 22 | - rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 22 | + |
| 23 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 23 | +ep-core:DensityAt1degC1atm |
| 24 | - | 24 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 25 | -ep-core:VolumeFlowRateAt1degC1atm | 25 | + rdfs:label "density at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 26 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 26 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . |
| 27 | - rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 27 | + |
| 28 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 28 | +ep-core:DensityAt60degF1atm |
| 29 | - | 29 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 30 | -ep-core:VolumeFlowRateAt60degF1atm | 30 | + rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 31 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 31 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . |
| 32 | - rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 32 | + |
| 33 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 33 | +ep-core:MeasureOfDensityOfMaterial |
| 34 | - | 34 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 35 | -ep-core:acre | 35 | + rdfs:label "measure of amount of material"^^xsd:string ; |
| 36 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 36 | + rdfs:subClassOf owl:Class . |
| 37 | - rdfs:label "acres"^^xsd:string . | 37 | + |
| 38 | - | 38 | +ep-core:MeasureOfFlowOfMaterial |
| 39 | -ep-core:apiDensity | 39 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 40 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 40 | + rdfs:label "measure of flow of material"^^xsd:string ; |
| 41 | - rdfs:label "API Density"^^xsd:string . | 41 | + rdfs:subClassOf owl:Class . |
| 42 | - | 42 | + |
| 43 | -ep-core:atmosphere | 43 | +ep-core:VolumeFlowRateAt15degC1atm |
| 44 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 44 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 45 | - rdfs:domain ep-core:Pressure ; | 45 | + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 46 | - rdfs:label "atmosphere"^^xsd:string . | 46 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 47 | - | 47 | + |
| 48 | -ep-core:barn | 48 | +ep-core:VolumeFlowRateAt1degC1atm |
| 49 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 49 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 50 | - rdfs:label "barn (area)"^^xsd:string . | 50 | + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 51 | - | 51 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 52 | -ep-core:barrel_day-1 | 52 | + |
| 53 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 53 | +ep-core:VolumeFlowRateAt60degF1atm |
| 54 | - rdfs:domain ep-core:VolumetricFlowRate ; | 54 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 55 | - rdfs:label "barrel day-1"^^xsd:string . | 55 | + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 56 | - | 56 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 57 | -ep-core:centiEuclid | 57 | + |
| 58 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 58 | +ep-core:acre |
| 59 | - rdfs:label "CentiEuclid"^^xsd:string . | 59 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 60 | - | 60 | + rdfs:label "acres"^^xsd:string . |
| 61 | -ep-core:centimetre | 61 | + |
| 62 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 62 | +ep-core:apiDensity |
| 63 | - rdfs:domain ep-core:Length ; | 63 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 64 | - rdfs:label "centimetre"^^xsd:string . | 64 | + rdfs:label "API Density"^^xsd:string . |
| 65 | - | 65 | + |
| 66 | -ep-core:cm2 | 66 | +ep-core:atmosphere |
| 67 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 67 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 68 | - rdfs:label "square centimetres"^^xsd:string . | 68 | + rdfs:domain ep-core:Pressure ; |
| 69 | - | 69 | + rdfs:label "atmosphere"^^xsd:string . |
| 70 | -ep-core:cm_s-2 | 70 | + |
| 71 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 71 | +ep-core:barn |
| 72 | - rdfs:label "centimetres per second squared"^^xsd:string . | 72 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 73 | - | 73 | + rdfs:label "barn (area)"^^xsd:string . |
| 74 | -ep-core:count | 74 | + |
| 75 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 75 | +ep-core:barrel_day-1 |
| 76 | - rdfs:label "count"^^xsd:string . | 76 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 77 | - | 77 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 78 | -ep-core:degreesOfAngle_100ft-1 | 78 | + rdfs:label "barrel day-1"^^xsd:string . |
| 79 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 79 | + |
| 80 | - rdfs:label "degrees of angle per 100ft"^^xsd:string . | 80 | +ep-core:centiEuclid |
| 81 | - | 81 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 82 | -ep-core:degreesOfAngle_30ft-1 | 82 | + rdfs:label "CentiEuclid"^^xsd:string . |
| 83 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 83 | + |
| 84 | - rdfs:label "degrees of angle per 30ft"^^xsd:string . | 84 | +ep-core:centimetre |
| 85 | - | 85 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 86 | -ep-core:degreesOfAngle_30m-1 | 86 | + rdfs:domain ep-core:Length ; |
| 87 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 87 | + rdfs:label "centimetre"^^xsd:string . |
| 88 | - rdfs:label "degrees of angle per 30m"^^xsd:string . | 88 | + |
| 89 | - | 89 | +ep-core:cm2 |
| 90 | -ep-core:degreesOfAngle_ft-1 | 90 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 91 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 91 | + rdfs:label "square centimetres"^^xsd:string . |
| 92 | - rdfs:label "degrees of angle per ft"^^xsd:string . | 92 | + |
| 93 | - | 93 | +ep-core:cm_s-2 |
| 94 | -ep-core:degreesOfAngle_hr-1 | 94 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 95 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 95 | + rdfs:label "centimetres per second squared"^^xsd:string . |
| 96 | - rdfs:label "degrees of angle per hour"^^xsd:string . | 96 | + |
| 97 | - | 97 | +ep-core:count |
| 98 | -ep-core:degreesOfAngle_m-1 | 98 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 99 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 99 | + rdfs:label "count"^^xsd:string . |
| 100 | - rdfs:label "degrees of angle per m"^^xsd:string . | 100 | + |
| 101 | - | 101 | +ep-core:degreesOfAngle_100ft-1 |
| 102 | -ep-core:degreesOfAngle_min-1 | 102 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 103 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 103 | + rdfs:label "degrees of angle per 100ft"^^xsd:string . |
| 104 | - rdfs:label "degrees of angle per minute"^^xsd:string . | 104 | + |
| 105 | - | 105 | +ep-core:degreesOfAngle_30ft-1 |
| 106 | -ep-core:degreesOfAngle_s-1 | 106 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 107 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 107 | + rdfs:label "degrees of angle per 30ft"^^xsd:string . |
| 108 | - rdfs:label "degrees of angle per second"^^xsd:string . | 108 | + |
| 109 | - | 109 | +ep-core:degreesOfAngle_30m-1 |
| 110 | -ep-core:euclid | 110 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 111 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 111 | + rdfs:label "degrees of angle per 30m"^^xsd:string . |
| 112 | - rdfs:label "Euclid"^^xsd:string . | 112 | + |
| 113 | - | 113 | +ep-core:degreesOfAngle_ft-1 |
| 114 | -ep-core:fahrenheit | 114 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 115 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 115 | + rdfs:label "degrees of angle per ft"^^xsd:string . |
| 116 | - rdfs:domain ep-core:Temperature ; | 116 | + |
| 117 | - rdfs:label "fahrenheit"^^xsd:string . | 117 | +ep-core:degreesOfAngle_hr-1 |
| 118 | - | 118 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 119 | -ep-core:foot_s-2 | 119 | + rdfs:label "degrees of angle per hour"^^xsd:string . |
| 120 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 120 | + |
| 121 | - rdfs:label "feet per second squared"^^xsd:string . | 121 | +ep-core:degreesOfAngle_m-1 |
| 122 | - | 122 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 123 | -ep-core:ft2 | 123 | + rdfs:label "degrees of angle per m"^^xsd:string . |
| 124 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 124 | + |
| 125 | - rdfs:label "square feet"^^xsd:string . | 125 | +ep-core:degreesOfAngle_min-1 |
| 126 | - | 126 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 127 | -ep-core:galileo | 127 | + rdfs:label "degrees of angle per minute"^^xsd:string . |
| 128 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 128 | + |
| 129 | - rdfs:label "galileo"^^xsd:string . | 129 | +ep-core:degreesOfAngle_s-1 |
| 130 | - | 130 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 131 | -ep-core:gn | 131 | + rdfs:label "degrees of angle per second"^^xsd:string . |
| 132 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 132 | + |
| 133 | - rdfs:label "normal acceleration Gn"^^xsd:string . | 133 | +ep-core:euclid |
| 134 | - | 134 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 135 | -ep-core:grain_100ft-3 | 135 | + rdfs:label "Euclid"^^xsd:string . |
| 136 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 136 | + |
| 137 | - rdfs:label "grain per 100ft3"^^xsd:string . | 137 | +ep-core:fahrenheit |
| 138 | - | 138 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 139 | -ep-core:grain_ft-3_1 | 139 | + rdfs:domain ep-core:Temperature ; |
| 140 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 140 | + rdfs:label "fahrenheit"^^xsd:string . |
| 141 | - rdfs:label "grain per ft3"^^xsd:string . | 141 | + |
| 142 | - | 142 | +ep-core:foot_s-2 |
| 143 | -ep-core:grain_usGallon-1 | 143 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 144 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 144 | + rdfs:label "feet per second squared"^^xsd:string . |
| 145 | - rdfs:label "grain per US Gallon"^^xsd:string . | 145 | + |
| 146 | - | 146 | +ep-core:ft2 |
| 147 | -ep-core:gram_dm-3 | 147 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 148 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 148 | + rdfs:label "square feet"^^xsd:string . |
| 149 | - rdfs:label "gram dm-3"^^xsd:string . | 149 | + |
| 150 | - | 150 | +ep-core:galileo |
| 151 | -ep-core:gram_l-1 | 151 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 152 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 152 | + rdfs:label "galileo"^^xsd:string . |
| 153 | - rdfs:label "grams per litre"^^xsd:string . | 153 | + |
| 154 | - | 154 | +ep-core:gn |
| 155 | -ep-core:gram_m-3 | 155 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 156 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 156 | + rdfs:label "normal acceleration Gn"^^xsd:string . |
| 157 | - rdfs:label "gram m-3"^^xsd:string . | 157 | + |
| 158 | - | 158 | +ep-core:grain_100ft-3 |
| 159 | -ep-core:gram_ukGallon-1 | 159 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 160 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 160 | + rdfs:label "grain per 100ft3"^^xsd:string . |
| 161 | - rdfs:label "grams per UK Gallon"^^xsd:string . | 161 | + |
| 162 | - | 162 | +ep-core:grain_ft-3_1 |
| 163 | -ep-core:gram_usGallon-1 | 163 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 164 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 164 | + rdfs:label "grain per ft3"^^xsd:string . |
| 165 | - rdfs:label "grams per US Gallon"^^xsd:string . | 165 | + |
| 166 | - | 166 | +ep-core:grain_usGallon-1 |
| 167 | -ep-core:hasSetOfAllPartsOfType | 167 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 168 | - rdf:type owl:ObjectProperty ; | 168 | + rdfs:label "grain per US Gallon"^^xsd:string . |
| 169 | - rdfs:domain ep-core:PhysicalThing ; | 169 | + |
| 170 | - rdfs:label "basis for"^^xsd:string . | 170 | +ep-core:gram_dm-3 |
| 171 | - | 171 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 172 | -ep-core:hectare | 172 | + rdfs:label "gram dm-3"^^xsd:string . |
| 173 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 173 | + |
| 174 | - rdfs:label "hectares"^^xsd:string . | 174 | +ep-core:gram_l-1 |
| 175 | - | 175 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 176 | -ep-core:in2 | 176 | + rdfs:label "grams per litre"^^xsd:string . |
| 177 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 177 | + |
| 178 | - rdfs:label "square inches"^^xsd:string . | 178 | +ep-core:gram_m-3 |
| 179 | - | 179 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 180 | -ep-core:in2_ft-2 | 180 | + rdfs:label "gram m-3"^^xsd:string . |
| 181 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 181 | + |
| 182 | - rdfs:label "square inches per square foot"^^xsd:string . | 182 | +ep-core:gram_ukGallon-1 |
| 183 | - | 183 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 184 | -ep-core:in2_in-2 | 184 | + rdfs:label "grams per UK Gallon"^^xsd:string . |
| 185 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 185 | + |
| 186 | - rdfs:label "square inches per square inch"^^xsd:string . | 186 | +ep-core:gram_usGallon-1 |
| 187 | - | 187 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 188 | -ep-core:inch_64 | 188 | + rdfs:label "grams per US Gallon"^^xsd:string . |
| 189 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 189 | + |
| 190 | - rdfs:domain ep-core:Length ; | 190 | +ep-core:hasSetOfAllPartsOfType |
| 191 | - rdfs:label "inch/64"^^xsd:string . | 191 | + rdf:type owl:ObjectProperty ; |
| 192 | - | 192 | + rdfs:domain ep-core:PhysicalThing ; |
| 193 | -ep-core:kilogram_dm-3 | 193 | + rdfs:label "basis for"^^xsd:string . |
| 194 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 194 | + |
| 195 | - rdfs:label "kilogram dm-3"^^xsd:string . | 195 | +ep-core:hectare |
| 196 | - | 196 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 197 | -ep-core:kilogram_l-1 | 197 | + rdfs:label "hectares"^^xsd:string . |
| 198 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 198 | + |
| 199 | - rdfs:label "kilogram per litre"^^xsd:string . | 199 | +ep-core:in2 |
| 200 | - | 200 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 201 | -ep-core:kilogram_m-3 | 201 | + rdfs:label "square inches"^^xsd:string . |
| 202 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 202 | + |
| 203 | - rdfs:label "kilogram m-3"^^xsd:string . | 203 | +ep-core:in2_ft-2 |
| 204 | - | 204 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 205 | -ep-core:kilovolt | 205 | + rdfs:label "square inches per square foot"^^xsd:string . |
| 206 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 206 | + |
| 207 | - rdfs:label "kilovolt"^^xsd:string . | 207 | +ep-core:in2_in-2 |
| 208 | - | 208 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 209 | -ep-core:km2 | 209 | + rdfs:label "square inches per square inch"^^xsd:string . |
| 210 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 210 | + |
| 211 | - rdfs:label "square kilometres"^^xsd:string . | 211 | +ep-core:inch_64 |
| 212 | - | 212 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 213 | -ep-core:lbm_1000bbl-1 | 213 | + rdfs:domain ep-core:Length ; |
| 214 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 214 | + rdfs:label "inch/64"^^xsd:string . |
| 215 | - rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 215 | + |
| 216 | - | 216 | +ep-core:kilogram_dm-3 |
| 217 | -ep-core:lbm_1000ukGallon-1 | 217 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 218 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 218 | + rdfs:label "kilogram dm-3"^^xsd:string . |
| 219 | - rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 219 | + |
| 220 | - | 220 | +ep-core:kilogram_l-1 |
| 221 | -ep-core:lbm_1000usGallon-1 | 221 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 222 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 222 | + rdfs:label "kilogram per litre"^^xsd:string . |
| 223 | - rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 223 | + |
| 224 | - | 224 | +ep-core:kilogram_m-3 |
| 225 | -ep-core:lbm_10bbl-1 | 225 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 226 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 226 | + rdfs:label "kilogram m-3"^^xsd:string . |
| 227 | - rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 227 | + |
| 228 | - | 228 | +ep-core:kilovolt |
| 229 | -ep-core:lbm_bbl-1 | 229 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 230 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 230 | + rdfs:label "kilovolt"^^xsd:string . |
| 231 | - rdfs:label "pounds (mass) per barrel"^^xsd:string . | 231 | + |
| 232 | - | 232 | +ep-core:km2 |
| 233 | -ep-core:lbm_ft-3 | 233 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 234 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 234 | + rdfs:label "square kilometres"^^xsd:string . |
| 235 | - rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 235 | + |
| 236 | - | 236 | +ep-core:lbm_1000bbl-1 |
| 237 | -ep-core:lbm_in-3 | 237 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 238 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 238 | + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 239 | - rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 239 | + |
| 240 | - | 240 | +ep-core:lbm_1000ukGallon-1 |
| 241 | -ep-core:lbm_millibarrel-1 | 241 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 242 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 242 | + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 243 | - rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 243 | + |
| 244 | - | 244 | +ep-core:lbm_1000usGallon-1 |
| 245 | -ep-core:lbm_ukGallon-1 | 245 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 246 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 246 | + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 247 | - rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 247 | + |
| 248 | - | 248 | +ep-core:lbm_10bbl-1 |
| 249 | -ep-core:lbm_usGallon-1 | 249 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 250 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 250 | + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 251 | - rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 251 | + |
| 252 | - | 252 | +ep-core:lbm_bbl-1 |
| 253 | -ep-core:m2 | 253 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 254 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 254 | + rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 255 | - rdfs:label "square metres"^^xsd:string . | 255 | + |
| 256 | - | 256 | +ep-core:lbm_ft-3 |
| 257 | -ep-core:m2_m-2 | 257 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 258 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 258 | + rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 259 | - rdfs:label "square metres per square metre"^^xsd:string . | 259 | + |
| 260 | - | 260 | +ep-core:lbm_in-3 |
| 261 | -ep-core:megagram_m-3 | 261 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 262 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 262 | + rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 263 | - rdfs:label "Megagram m-3"^^xsd:string . | 263 | + |
| 264 | - | 264 | +ep-core:lbm_millibarrel-1 |
| 265 | -ep-core:megavolt | 265 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 266 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 266 | + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 267 | - rdfs:label "Megavolt"^^xsd:string . | 267 | + |
| 268 | - | 268 | +ep-core:lbm_ukGallon-1 |
| 269 | -ep-core:metre3_hour-1 | 269 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 270 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 270 | + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 271 | - rdfs:domain ep-core:VolumetricFlowRate ; | 271 | + |
| 272 | - rdfs:label "metre3 hour-1"^^xsd:string . | 272 | +ep-core:lbm_usGallon-1 |
| 273 | - | 273 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 274 | -ep-core:metre_s-2 | 274 | + rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 275 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 275 | + |
| 276 | - rdfs:label "metres per second squared"^^xsd:string . | 276 | +ep-core:m2 |
| 277 | - | 277 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 278 | -ep-core:mgn | 278 | + rdfs:label "square metres"^^xsd:string . |
| 279 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 279 | + |
| 280 | - rdfs:label "milliGn - normal acceleration"^^xsd:string . | 280 | +ep-core:m2_m-2 |
| 281 | - | 281 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 282 | -ep-core:mi2 | 282 | + rdfs:label "square metres per square metre"^^xsd:string . |
| 283 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 283 | + |
| 284 | - rdfs:label "square miles"^^xsd:string . | 284 | +ep-core:megagram_m-3 |
| 285 | - | 285 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 286 | -ep-core:microEuclid | 286 | + rdfs:label "Megagram m-3"^^xsd:string . |
| 287 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 287 | + |
| 288 | - rdfs:label "MicroEuclid"^^xsd:string . | 288 | +ep-core:megavolt |
| 289 | - | 289 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 290 | -ep-core:microgram_cm-3 | 290 | + rdfs:label "Megavolt"^^xsd:string . |
| 291 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 291 | + |
| 292 | - rdfs:label "microgram cm-3"^^xsd:string . | 292 | +ep-core:metre3_hour-1 |
| 293 | - | 293 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 294 | -ep-core:microvolt | 294 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 295 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 295 | + rdfs:label "metre3 hour-1"^^xsd:string . |
| 296 | - rdfs:label "microvolt"^^xsd:string . | 296 | + |
| 297 | - | 297 | +ep-core:metre_s-2 |
| 298 | -ep-core:milliEuclid | 298 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 299 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 299 | + rdfs:label "metres per second squared"^^xsd:string . |
| 300 | - rdfs:label "MilliEuclid"^^xsd:string . | 300 | + |
| 301 | - | 301 | +ep-core:mgn |
| 302 | -ep-core:milliPa_second | 302 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 303 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 303 | + rdfs:label "milliGn - normal acceleration"^^xsd:string . |
| 304 | - rdfs:domain ep-core:PlasticViscosity ; | 304 | + |
| 305 | - rdfs:label "MPa.second"^^xsd:string . | 305 | +ep-core:mi2 |
| 306 | - | 306 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 307 | -ep-core:milligalileo | 307 | + rdfs:label "square miles"^^xsd:string . |
| 308 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 308 | + |
| 309 | - rdfs:label "milligalileo"^^xsd:string . | 309 | +ep-core:microEuclid |
| 310 | - | 310 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 311 | -ep-core:milligram_dm-3 | 311 | + rdfs:label "MicroEuclid"^^xsd:string . |
| 312 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 312 | + |
| 313 | - rdfs:label "milligram dm-3"^^xsd:string . | 313 | +ep-core:microgram_cm-3 |
| 314 | - | 314 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 315 | -ep-core:milligram_l-1 | 315 | + rdfs:label "microgram cm-3"^^xsd:string . |
| 316 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 316 | + |
| 317 | - rdfs:label "milligrams per litre"^^xsd:string . | 317 | +ep-core:microvolt |
| 318 | - | 318 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 319 | -ep-core:milligram_m-3 | 319 | + rdfs:label "microvolt"^^xsd:string . |
| 320 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 320 | + |
| 321 | - rdfs:label "milligram m-3"^^xsd:string . | 321 | +ep-core:milliEuclid |
| 322 | - | 322 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 323 | -ep-core:milligram_usGallon-1 | 323 | + rdfs:label "MilliEuclid"^^xsd:string . |
| 324 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 324 | + |
| 325 | - rdfs:label "milligrams per US Gallon"^^xsd:string . | 325 | +ep-core:milliPa_second |
| 326 | - | 326 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 327 | -ep-core:millivolt | 327 | + rdfs:domain ep-core:PlasticViscosity ; |
| 328 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 328 | + rdfs:label "MPa.second"^^xsd:string . |
| 329 | - rdfs:label "millivolt"^^xsd:string . | 329 | + |
| 330 | - | 330 | +ep-core:milligalileo |
| 331 | -ep-core:mm2 | 331 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 332 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 332 | + rdfs:label "milligalileo"^^xsd:string . |
| 333 | - rdfs:label "square millimetres"^^xsd:string . | 333 | + |
| 334 | - | 334 | +ep-core:milligram_dm-3 |
| 335 | -ep-core:mm2_mm-2 | 335 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 336 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 336 | + rdfs:label "milligram dm-3"^^xsd:string . |
| 337 | - rdfs:label "square millimetres per square millimetre"^^xsd:string . | 337 | + |
| 338 | - | 338 | +ep-core:milligram_l-1 |
| 339 | -ep-core:nanoEuclid | 339 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 340 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 340 | + rdfs:label "milligrams per litre"^^xsd:string . |
| 341 | - rdfs:label "NanoEuclid"^^xsd:string . | 341 | + |
| 342 | - | 342 | +ep-core:milligram_m-3 |
| 343 | -ep-core:radian_ft-1 | 343 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 344 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 344 | + rdfs:label "milligram m-3"^^xsd:string . |
| 345 | - rdfs:label "radians per ft"^^xsd:string . | 345 | + |
| 346 | - | 346 | +ep-core:milligram_usGallon-1 |
| 347 | -ep-core:radian_m-1 | 347 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 348 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 348 | + rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 349 | - rdfs:label "radians per m"^^xsd:string . | 349 | + |
| 350 | - | 350 | +ep-core:millivolt |
| 351 | -ep-core:radian_s-1 | 351 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 352 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 352 | + rdfs:label "millivolt"^^xsd:string . |
| 353 | - rdfs:label "radians per s"^^xsd:string . | 353 | + |
| 354 | - | 354 | +ep-core:mm2 |
| 355 | -ep-core:rev_min-1 | 355 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 356 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 356 | + rdfs:label "square millimetres"^^xsd:string . |
| 357 | - rdfs:label "revolutions per minute"^^xsd:string . | 357 | + |
| 358 | - | 358 | +ep-core:mm2_mm-2 |
| 359 | -ep-core:rev_s-1 | 359 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 360 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 360 | + rdfs:label "square millimetres per square millimetre"^^xsd:string . |
| 361 | - rdfs:label "revolutions per second"^^xsd:string . | 361 | + |
| 362 | - | 362 | +ep-core:nanoEuclid |
| 363 | -ep-core:ten_megagram_m-3 | 363 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 364 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 364 | + rdfs:label "NanoEuclid"^^xsd:string . |
| 365 | - rdfs:label "10 Megagram m-3"^^xsd:string . | 365 | + |
| 366 | - | 366 | +ep-core:radian_ft-1 |
| 367 | -ep-core:thousand_barrel | 367 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 368 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 368 | + rdfs:label "radians per ft"^^xsd:string . |
| 369 | - rdfs:label "thousand barrel"^^xsd:string . | 369 | + |
| 370 | - | 370 | +ep-core:radian_m-1 |
| 371 | -ep-core:um2 | 371 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 372 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 372 | + rdfs:label "radians per m"^^xsd:string . |
| 373 | - rdfs:label "square micrometres"^^xsd:string . | 373 | + |
| 374 | - | 374 | +ep-core:radian_s-1 |
| 375 | -ep-core:us_mi2 | 375 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 376 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 376 | + rdfs:label "radians per s"^^xsd:string . |
| 377 | - rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | 377 | + |
| 378 | - rdfs:label "square miles (US)"^^xsd:string . | 378 | +ep-core:rev_min-1 |
| 379 | - | 379 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 380 | -ep-core:volt | 380 | + rdfs:label "revolutions per minute"^^xsd:string . |
| 381 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 381 | + |
| 382 | - rdfs:label "Volt"^^xsd:string . | 382 | +ep-core:rev_s-1 |
| 383 | - | 383 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 384 | -ep-core:yd2 | 384 | + rdfs:label "revolutions per second"^^xsd:string . |
| 385 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 385 | + |
| 386 | - rdfs:label "square yards"^^xsd:string . | 386 | +ep-core:ten_megagram_m-3 |
| 387 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 388 | + rdfs:label "10 Megagram m-3"^^xsd:string . | ||
| 389 | + | ||
| 390 | +ep-core:thousand_barrel | ||
| 391 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 392 | + rdfs:label "thousand barrel"^^xsd:string . | ||
| 393 | + | ||
| 394 | +ep-core:um2 | ||
| 395 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 396 | + rdfs:label "square micrometres"^^xsd:string . | ||
| 397 | + | ||
| 398 | +ep-core:us_mi2 | ||
| 399 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 400 | + rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | ||
| 401 | + rdfs:label "square miles (US)"^^xsd:string . | ||
| 402 | + | ||
| 403 | +ep-core:volt | ||
| 404 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 405 | + rdfs:label "Volt"^^xsd:string . | ||
| 406 | + | ||
| 407 | +ep-core:yd2 | ||
| 408 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 409 | + rdfs:label "square yards"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | + |
| 4 | - | 4 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 5 | -@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . | 5 | +@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | - | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | -<http://www.reportinghub.no/ep/schema/1.0/production-well> | 11 | + |
| 12 | - rdf:type owl:Ontology ; | 12 | +<http://www.reportinghub.no/ep/schema/1.0/production-well> |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 13 | + rdf:type owl:Ontology ; |
| 14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 16 | + | ||
| 17 | +ep-prodwell:NaturalGasClass | ||
| 18 | + rdf:type rdfs:Class ; | ||
| 19 | + rdfs:label "natural gas class"^^xsd:string ; | ||
| 20 | + rdfs:subClassOf owl:Class . | ||
| 21 | + | ||
| 22 | +ep-prodwell:Sand | ||
| 23 | + rdf:type owl:Class , ep-well:FluidComponentType ; | ||
| 24 | + rdfs:label "sand"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf ep-well:Fluid . | ||
| 26 | + | ||
| 27 | +ep-prodwell:basicSedimentAndWater | ||
| 28 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 29 | + rdfs:label "basic sediment and water"^^xsd:string ; | ||
| 30 | + rdfs:range ep-core:SpecificVolume . | ||
| 31 | + | ||
| 32 | +ep-prodwell:condensateYield | ||
| 33 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
| 34 | + rdfs:label "condensate yield"^^xsd:string ; | ||
| 35 | + rdfs:range ep-core:SpecificVolume . | ||
| 36 | + | ||
| 37 | +ep-prodwell:potentialGasProduction | ||
| 38 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
| 39 | + rdfs:domain ep-well:WellBore ; | ||
| 40 | + rdfs:label "potential gas production"^^xsd:string ; | ||
| 41 | + rdfs:range ep-core:VolumetricFlowRate . | ||
| 42 | + | ||
| 43 | +ep-prodwell:potentialOilProduction | ||
| 44 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 45 | + rdfs:domain ep-well:WellBore ; | ||
| 46 | + rdfs:label "potential oil production"^^xsd:string ; | ||
| 47 | + rdfs:range ep-core:VolumetricFlowRate . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment