Showing
4 changed files
with
214 additions
and
153 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> . | ... | ... |
| ... | @@ -12,156 +12,179 @@ | ... | @@ -12,156 +12,179 @@ |
| 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 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 17 | + | ||
| 18 | +ep-core:DensityAt15degC1atm | ||
| 19 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 20 | + rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 22 | + | ||
| 23 | +ep-core:DensityAt1degC1atm | ||
| 24 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 25 | + rdfs:label "density at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 27 | + | ||
| 28 | +ep-core:DensityAt60degF1atm | ||
| 16 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 29 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 30 | + rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 32 | + | ||
| 33 | +ep-core:MeasureOfDensityOfMaterial | ||
| 34 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 35 | + rdfs:label "measure of amount of material"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf owl:Class . | ||
| 37 | + | ||
| 38 | +ep-core:MeasureOfFlowOfMaterial | ||
| 39 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 17 | rdfs:label "measure of flow of material"^^xsd:string ; | 40 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 18 | rdfs:subClassOf owl:Class . | 41 | rdfs:subClassOf owl:Class . |
| 19 | 42 | ||
| 20 | ep-core:VolumeFlowRateAt15degC1atm | 43 | ep-core:VolumeFlowRateAt15degC1atm |
| 21 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 44 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 22 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 45 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 23 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 46 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 24 | 47 | ||
| 25 | ep-core:VolumeFlowRateAt1degC1atm | 48 | ep-core:VolumeFlowRateAt1degC1atm |
| 26 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 49 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 27 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 50 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 28 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 51 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 29 | 52 | ||
| 30 | ep-core:VolumeFlowRateAt60degF1atm | 53 | ep-core:VolumeFlowRateAt60degF1atm |
| 31 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 54 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 32 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 55 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 33 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 56 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 34 | 57 | ||
| 35 | ep-core:acre | 58 | ep-core:acre |
| 36 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 59 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 37 | rdfs:label "acres"^^xsd:string . | 60 | rdfs:label "acres"^^xsd:string . |
| 38 | 61 | ||
| 39 | ep-core:apiDensity | 62 | ep-core:apiDensity |
| 40 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 63 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 41 | rdfs:label "API Density"^^xsd:string . | 64 | rdfs:label "API Density"^^xsd:string . |
| 42 | 65 | ||
| 43 | ep-core:atmosphere | 66 | ep-core:atmosphere |
| 44 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 67 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 45 | rdfs:domain ep-core:Pressure ; | 68 | rdfs:domain ep-core:Pressure ; |
| 46 | rdfs:label "atmosphere"^^xsd:string . | 69 | rdfs:label "atmosphere"^^xsd:string . |
| 47 | 70 | ||
| 48 | ep-core:barn | 71 | ep-core:barn |
| 49 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 72 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 50 | rdfs:label "barn (area)"^^xsd:string . | 73 | rdfs:label "barn (area)"^^xsd:string . |
| 51 | 74 | ||
| 52 | ep-core:barrel_day-1 | 75 | ep-core:barrel_day-1 |
| 53 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 76 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 54 | rdfs:domain ep-core:VolumetricFlowRate ; | 77 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 55 | rdfs:label "barrel day-1"^^xsd:string . | 78 | rdfs:label "barrel day-1"^^xsd:string . |
| 56 | 79 | ||
| 57 | ep-core:centiEuclid | 80 | ep-core:centiEuclid |
| 58 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 81 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 59 | rdfs:label "CentiEuclid"^^xsd:string . | 82 | rdfs:label "CentiEuclid"^^xsd:string . |
| 60 | 83 | ||
| 61 | ep-core:centimetre | 84 | ep-core:centimetre |
| 62 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 85 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 63 | rdfs:domain ep-core:Length ; | 86 | rdfs:domain ep-core:Length ; |
| 64 | rdfs:label "centimetre"^^xsd:string . | 87 | rdfs:label "centimetre"^^xsd:string . |
| 65 | 88 | ||
| 66 | ep-core:cm2 | 89 | ep-core:cm2 |
| 67 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 90 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 68 | rdfs:label "square centimetres"^^xsd:string . | 91 | rdfs:label "square centimetres"^^xsd:string . |
| 69 | 92 | ||
| 70 | ep-core:cm_s-2 | 93 | ep-core:cm_s-2 |
| 71 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 94 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 72 | rdfs:label "centimetres per second squared"^^xsd:string . | 95 | rdfs:label "centimetres per second squared"^^xsd:string . |
| 73 | 96 | ||
| 74 | ep-core:count | 97 | ep-core:count |
| 75 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 98 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 76 | rdfs:label "count"^^xsd:string . | 99 | rdfs:label "count"^^xsd:string . |
| 77 | 100 | ||
| 78 | ep-core:degreesOfAngle_100ft-1 | 101 | ep-core:degreesOfAngle_100ft-1 |
| 79 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 102 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 80 | rdfs:label "degrees of angle per 100ft"^^xsd:string . | 103 | rdfs:label "degrees of angle per 100ft"^^xsd:string . |
| 81 | 104 | ||
| 82 | ep-core:degreesOfAngle_30ft-1 | 105 | ep-core:degreesOfAngle_30ft-1 |
| 83 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 106 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 84 | rdfs:label "degrees of angle per 30ft"^^xsd:string . | 107 | rdfs:label "degrees of angle per 30ft"^^xsd:string . |
| 85 | 108 | ||
| 86 | ep-core:degreesOfAngle_30m-1 | 109 | ep-core:degreesOfAngle_30m-1 |
| 87 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 110 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 88 | rdfs:label "degrees of angle per 30m"^^xsd:string . | 111 | rdfs:label "degrees of angle per 30m"^^xsd:string . |
| 89 | 112 | ||
| 90 | ep-core:degreesOfAngle_ft-1 | 113 | ep-core:degreesOfAngle_ft-1 |
| 91 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 114 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 92 | rdfs:label "degrees of angle per ft"^^xsd:string . | 115 | rdfs:label "degrees of angle per ft"^^xsd:string . |
| 93 | 116 | ||
| 94 | ep-core:degreesOfAngle_hr-1 | 117 | ep-core:degreesOfAngle_hr-1 |
| 95 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 118 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 96 | rdfs:label "degrees of angle per hour"^^xsd:string . | 119 | rdfs:label "degrees of angle per hour"^^xsd:string . |
| 97 | 120 | ||
| 98 | ep-core:degreesOfAngle_m-1 | 121 | ep-core:degreesOfAngle_m-1 |
| 99 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 122 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 100 | rdfs:label "degrees of angle per m"^^xsd:string . | 123 | rdfs:label "degrees of angle per m"^^xsd:string . |
| 101 | 124 | ||
| 102 | ep-core:degreesOfAngle_min-1 | 125 | ep-core:degreesOfAngle_min-1 |
| 103 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 126 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 104 | rdfs:label "degrees of angle per minute"^^xsd:string . | 127 | rdfs:label "degrees of angle per minute"^^xsd:string . |
| 105 | 128 | ||
| 106 | ep-core:degreesOfAngle_s-1 | 129 | ep-core:degreesOfAngle_s-1 |
| 107 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 130 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 108 | rdfs:label "degrees of angle per second"^^xsd:string . | 131 | rdfs:label "degrees of angle per second"^^xsd:string . |
| 109 | 132 | ||
| 110 | ep-core:euclid | 133 | ep-core:euclid |
| 111 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 134 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 112 | rdfs:label "Euclid"^^xsd:string . | 135 | rdfs:label "Euclid"^^xsd:string . |
| 113 | 136 | ||
| 114 | ep-core:fahrenheit | 137 | ep-core:fahrenheit |
| 115 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 138 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 116 | rdfs:domain ep-core:Temperature ; | 139 | rdfs:domain ep-core:Temperature ; |
| 117 | rdfs:label "fahrenheit"^^xsd:string . | 140 | rdfs:label "fahrenheit"^^xsd:string . |
| 118 | 141 | ||
| 119 | ep-core:foot_s-2 | 142 | ep-core:foot_s-2 |
| 120 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 143 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 121 | rdfs:label "feet per second squared"^^xsd:string . | 144 | rdfs:label "feet per second squared"^^xsd:string . |
| 122 | 145 | ||
| 123 | ep-core:ft2 | 146 | ep-core:ft2 |
| 124 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 147 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 125 | rdfs:label "square feet"^^xsd:string . | 148 | rdfs:label "square feet"^^xsd:string . |
| 126 | 149 | ||
| 127 | ep-core:galileo | 150 | ep-core:galileo |
| 128 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 151 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 129 | rdfs:label "galileo"^^xsd:string . | 152 | rdfs:label "galileo"^^xsd:string . |
| 130 | 153 | ||
| 131 | ep-core:gn | 154 | ep-core:gn |
| 132 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 155 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 133 | rdfs:label "normal acceleration Gn"^^xsd:string . | 156 | rdfs:label "normal acceleration Gn"^^xsd:string . |
| 134 | 157 | ||
| 135 | ep-core:grain_100ft-3 | 158 | ep-core:grain_100ft-3 |
| 136 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 159 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 137 | rdfs:label "grain per 100ft3"^^xsd:string . | 160 | rdfs:label "grain per 100ft3"^^xsd:string . |
| 138 | 161 | ||
| 139 | ep-core:grain_ft-3_1 | 162 | ep-core:grain_ft-3_1 |
| 140 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 163 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 141 | rdfs:label "grain per ft3"^^xsd:string . | 164 | rdfs:label "grain per ft3"^^xsd:string . |
| 142 | 165 | ||
| 143 | ep-core:grain_usGallon-1 | 166 | ep-core:grain_usGallon-1 |
| 144 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 167 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 145 | rdfs:label "grain per US Gallon"^^xsd:string . | 168 | rdfs:label "grain per US Gallon"^^xsd:string . |
| 146 | 169 | ||
| 147 | ep-core:gram_dm-3 | 170 | ep-core:gram_dm-3 |
| 148 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 171 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 149 | rdfs:label "gram dm-3"^^xsd:string . | 172 | rdfs:label "gram dm-3"^^xsd:string . |
| 150 | 173 | ||
| 151 | ep-core:gram_l-1 | 174 | ep-core:gram_l-1 |
| 152 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 175 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 153 | rdfs:label "grams per litre"^^xsd:string . | 176 | rdfs:label "grams per litre"^^xsd:string . |
| 154 | 177 | ||
| 155 | ep-core:gram_m-3 | 178 | ep-core:gram_m-3 |
| 156 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 179 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 157 | rdfs:label "gram m-3"^^xsd:string . | 180 | rdfs:label "gram m-3"^^xsd:string . |
| 158 | 181 | ||
| 159 | ep-core:gram_ukGallon-1 | 182 | ep-core:gram_ukGallon-1 |
| 160 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 183 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 161 | rdfs:label "grams per UK Gallon"^^xsd:string . | 184 | rdfs:label "grams per UK Gallon"^^xsd:string . |
| 162 | 185 | ||
| 163 | ep-core:gram_usGallon-1 | 186 | ep-core:gram_usGallon-1 |
| 164 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 187 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 165 | rdfs:label "grams per US Gallon"^^xsd:string . | 188 | rdfs:label "grams per US Gallon"^^xsd:string . |
| 166 | 189 | ||
| 167 | ep-core:hasSetOfAllPartsOfType | 190 | ep-core:hasSetOfAllPartsOfType |
| ... | @@ -170,217 +193,217 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -170,217 +193,217 @@ ep-core:hasSetOfAllPartsOfType |
| 170 | rdfs:label "basis for"^^xsd:string . | 193 | rdfs:label "basis for"^^xsd:string . |
| 171 | 194 | ||
| 172 | ep-core:hectare | 195 | ep-core:hectare |
| 173 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 196 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 174 | rdfs:label "hectares"^^xsd:string . | 197 | rdfs:label "hectares"^^xsd:string . |
| 175 | 198 | ||
| 176 | ep-core:in2 | 199 | ep-core:in2 |
| 177 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 200 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 178 | rdfs:label "square inches"^^xsd:string . | 201 | rdfs:label "square inches"^^xsd:string . |
| 179 | 202 | ||
| 180 | ep-core:in2_ft-2 | 203 | ep-core:in2_ft-2 |
| 181 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 204 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 182 | rdfs:label "square inches per square foot"^^xsd:string . | 205 | rdfs:label "square inches per square foot"^^xsd:string . |
| 183 | 206 | ||
| 184 | ep-core:in2_in-2 | 207 | ep-core:in2_in-2 |
| 185 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 208 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 186 | rdfs:label "square inches per square inch"^^xsd:string . | 209 | rdfs:label "square inches per square inch"^^xsd:string . |
| 187 | 210 | ||
| 188 | ep-core:inch_64 | 211 | ep-core:inch_64 |
| 189 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 212 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 190 | rdfs:domain ep-core:Length ; | 213 | rdfs:domain ep-core:Length ; |
| 191 | rdfs:label "inch/64"^^xsd:string . | 214 | rdfs:label "inch/64"^^xsd:string . |
| 192 | 215 | ||
| 193 | ep-core:kilogram_dm-3 | 216 | ep-core:kilogram_dm-3 |
| 194 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 217 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 195 | rdfs:label "kilogram dm-3"^^xsd:string . | 218 | rdfs:label "kilogram dm-3"^^xsd:string . |
| 196 | 219 | ||
| 197 | ep-core:kilogram_l-1 | 220 | ep-core:kilogram_l-1 |
| 198 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 221 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 199 | rdfs:label "kilogram per litre"^^xsd:string . | 222 | rdfs:label "kilogram per litre"^^xsd:string . |
| 200 | 223 | ||
| 201 | ep-core:kilogram_m-3 | 224 | ep-core:kilogram_m-3 |
| 202 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 225 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 203 | rdfs:label "kilogram m-3"^^xsd:string . | 226 | rdfs:label "kilogram m-3"^^xsd:string . |
| 204 | 227 | ||
| 205 | ep-core:kilovolt | 228 | ep-core:kilovolt |
| 206 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 229 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 207 | rdfs:label "kilovolt"^^xsd:string . | 230 | rdfs:label "kilovolt"^^xsd:string . |
| 208 | 231 | ||
| 209 | ep-core:km2 | 232 | ep-core:km2 |
| 210 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 233 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 211 | rdfs:label "square kilometres"^^xsd:string . | 234 | rdfs:label "square kilometres"^^xsd:string . |
| 212 | 235 | ||
| 213 | ep-core:lbm_1000bbl-1 | 236 | ep-core:lbm_1000bbl-1 |
| 214 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 237 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 215 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 238 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 216 | 239 | ||
| 217 | ep-core:lbm_1000ukGallon-1 | 240 | ep-core:lbm_1000ukGallon-1 |
| 218 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 241 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 219 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 242 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 220 | 243 | ||
| 221 | ep-core:lbm_1000usGallon-1 | 244 | ep-core:lbm_1000usGallon-1 |
| 222 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 245 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 223 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 246 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 224 | 247 | ||
| 225 | ep-core:lbm_10bbl-1 | 248 | ep-core:lbm_10bbl-1 |
| 226 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 249 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 227 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 250 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 228 | 251 | ||
| 229 | ep-core:lbm_bbl-1 | 252 | ep-core:lbm_bbl-1 |
| 230 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 253 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 231 | rdfs:label "pounds (mass) per barrel"^^xsd:string . | 254 | rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 232 | 255 | ||
| 233 | ep-core:lbm_ft-3 | 256 | ep-core:lbm_ft-3 |
| 234 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 257 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 235 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 258 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 236 | 259 | ||
| 237 | ep-core:lbm_in-3 | 260 | ep-core:lbm_in-3 |
| 238 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 261 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 239 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 262 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 240 | 263 | ||
| 241 | ep-core:lbm_millibarrel-1 | 264 | ep-core:lbm_millibarrel-1 |
| 242 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 265 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 243 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 266 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 244 | 267 | ||
| 245 | ep-core:lbm_ukGallon-1 | 268 | ep-core:lbm_ukGallon-1 |
| 246 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 269 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 247 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 270 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 248 | 271 | ||
| 249 | ep-core:lbm_usGallon-1 | 272 | ep-core:lbm_usGallon-1 |
| 250 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 273 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 251 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 274 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 252 | 275 | ||
| 253 | ep-core:m2 | 276 | ep-core:m2 |
| 254 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 277 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 255 | rdfs:label "square metres"^^xsd:string . | 278 | rdfs:label "square metres"^^xsd:string . |
| 256 | 279 | ||
| 257 | ep-core:m2_m-2 | 280 | ep-core:m2_m-2 |
| 258 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 281 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 259 | rdfs:label "square metres per square metre"^^xsd:string . | 282 | rdfs:label "square metres per square metre"^^xsd:string . |
| 260 | 283 | ||
| 261 | ep-core:megagram_m-3 | 284 | ep-core:megagram_m-3 |
| 262 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 285 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 263 | rdfs:label "Megagram m-3"^^xsd:string . | 286 | rdfs:label "Megagram m-3"^^xsd:string . |
| 264 | 287 | ||
| 265 | ep-core:megavolt | 288 | ep-core:megavolt |
| 266 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 289 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 267 | rdfs:label "Megavolt"^^xsd:string . | 290 | rdfs:label "Megavolt"^^xsd:string . |
| 268 | 291 | ||
| 269 | ep-core:metre3_hour-1 | 292 | ep-core:metre3_hour-1 |
| 270 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 293 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 271 | rdfs:domain ep-core:VolumetricFlowRate ; | 294 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 272 | rdfs:label "metre3 hour-1"^^xsd:string . | 295 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 273 | 296 | ||
| 274 | ep-core:metre_s-2 | 297 | ep-core:metre_s-2 |
| 275 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 298 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 276 | rdfs:label "metres per second squared"^^xsd:string . | 299 | rdfs:label "metres per second squared"^^xsd:string . |
| 277 | 300 | ||
| 278 | ep-core:mgn | 301 | ep-core:mgn |
| 279 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 302 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 280 | rdfs:label "milliGn - normal acceleration"^^xsd:string . | 303 | rdfs:label "milliGn - normal acceleration"^^xsd:string . |
| 281 | 304 | ||
| 282 | ep-core:mi2 | 305 | ep-core:mi2 |
| 283 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 306 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 284 | rdfs:label "square miles"^^xsd:string . | 307 | rdfs:label "square miles"^^xsd:string . |
| 285 | 308 | ||
| 286 | ep-core:microEuclid | 309 | ep-core:microEuclid |
| 287 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 310 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 288 | rdfs:label "MicroEuclid"^^xsd:string . | 311 | rdfs:label "MicroEuclid"^^xsd:string . |
| 289 | 312 | ||
| 290 | ep-core:microgram_cm-3 | 313 | ep-core:microgram_cm-3 |
| 291 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 314 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 292 | rdfs:label "microgram cm-3"^^xsd:string . | 315 | rdfs:label "microgram cm-3"^^xsd:string . |
| 293 | 316 | ||
| 294 | ep-core:microvolt | 317 | ep-core:microvolt |
| 295 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 318 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 296 | rdfs:label "microvolt"^^xsd:string . | 319 | rdfs:label "microvolt"^^xsd:string . |
| 297 | 320 | ||
| 298 | ep-core:milliEuclid | 321 | ep-core:milliEuclid |
| 299 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 322 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 300 | rdfs:label "MilliEuclid"^^xsd:string . | 323 | rdfs:label "MilliEuclid"^^xsd:string . |
| 301 | 324 | ||
| 302 | ep-core:milliPa_second | 325 | ep-core:milliPa_second |
| 303 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 326 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 304 | rdfs:domain ep-core:PlasticViscosity ; | 327 | rdfs:domain ep-core:PlasticViscosity ; |
| 305 | rdfs:label "MPa.second"^^xsd:string . | 328 | rdfs:label "MPa.second"^^xsd:string . |
| 306 | 329 | ||
| 307 | ep-core:milligalileo | 330 | ep-core:milligalileo |
| 308 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 331 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 309 | rdfs:label "milligalileo"^^xsd:string . | 332 | rdfs:label "milligalileo"^^xsd:string . |
| 310 | 333 | ||
| 311 | ep-core:milligram_dm-3 | 334 | ep-core:milligram_dm-3 |
| 312 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 335 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 313 | rdfs:label "milligram dm-3"^^xsd:string . | 336 | rdfs:label "milligram dm-3"^^xsd:string . |
| 314 | 337 | ||
| 315 | ep-core:milligram_l-1 | 338 | ep-core:milligram_l-1 |
| 316 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 339 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 317 | rdfs:label "milligrams per litre"^^xsd:string . | 340 | rdfs:label "milligrams per litre"^^xsd:string . |
| 318 | 341 | ||
| 319 | ep-core:milligram_m-3 | 342 | ep-core:milligram_m-3 |
| 320 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 343 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 321 | rdfs:label "milligram m-3"^^xsd:string . | 344 | rdfs:label "milligram m-3"^^xsd:string . |
| 322 | 345 | ||
| 323 | ep-core:milligram_usGallon-1 | 346 | ep-core:milligram_usGallon-1 |
| 324 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 347 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 325 | rdfs:label "milligrams per US Gallon"^^xsd:string . | 348 | rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 326 | 349 | ||
| 327 | ep-core:millivolt | 350 | ep-core:millivolt |
| 328 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 351 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 329 | rdfs:label "millivolt"^^xsd:string . | 352 | rdfs:label "millivolt"^^xsd:string . |
| 330 | 353 | ||
| 331 | ep-core:mm2 | 354 | ep-core:mm2 |
| 332 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 355 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 333 | rdfs:label "square millimetres"^^xsd:string . | 356 | rdfs:label "square millimetres"^^xsd:string . |
| 334 | 357 | ||
| 335 | ep-core:mm2_mm-2 | 358 | ep-core:mm2_mm-2 |
| 336 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 359 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 337 | rdfs:label "square millimetres per square millimetre"^^xsd:string . | 360 | rdfs:label "square millimetres per square millimetre"^^xsd:string . |
| 338 | 361 | ||
| 339 | ep-core:nanoEuclid | 362 | ep-core:nanoEuclid |
| 340 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 363 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 341 | rdfs:label "NanoEuclid"^^xsd:string . | 364 | rdfs:label "NanoEuclid"^^xsd:string . |
| 342 | 365 | ||
| 343 | ep-core:radian_ft-1 | 366 | ep-core:radian_ft-1 |
| 344 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 367 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 345 | rdfs:label "radians per ft"^^xsd:string . | 368 | rdfs:label "radians per ft"^^xsd:string . |
| 346 | 369 | ||
| 347 | ep-core:radian_m-1 | 370 | ep-core:radian_m-1 |
| 348 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 371 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 349 | rdfs:label "radians per m"^^xsd:string . | 372 | rdfs:label "radians per m"^^xsd:string . |
| 350 | 373 | ||
| 351 | ep-core:radian_s-1 | 374 | ep-core:radian_s-1 |
| 352 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 375 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 353 | rdfs:label "radians per s"^^xsd:string . | 376 | rdfs:label "radians per s"^^xsd:string . |
| 354 | 377 | ||
| 355 | ep-core:rev_min-1 | 378 | ep-core:rev_min-1 |
| 356 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 379 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 357 | rdfs:label "revolutions per minute"^^xsd:string . | 380 | rdfs:label "revolutions per minute"^^xsd:string . |
| 358 | 381 | ||
| 359 | ep-core:rev_s-1 | 382 | ep-core:rev_s-1 |
| 360 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 383 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 361 | rdfs:label "revolutions per second"^^xsd:string . | 384 | rdfs:label "revolutions per second"^^xsd:string . |
| 362 | 385 | ||
| 363 | ep-core:ten_megagram_m-3 | 386 | ep-core:ten_megagram_m-3 |
| 364 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 387 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 365 | rdfs:label "10 Megagram m-3"^^xsd:string . | 388 | rdfs:label "10 Megagram m-3"^^xsd:string . |
| 366 | 389 | ||
| 367 | ep-core:thousand_barrel | 390 | ep-core:thousand_barrel |
| 368 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 391 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 369 | rdfs:label "thousand barrel"^^xsd:string . | 392 | rdfs:label "thousand barrel"^^xsd:string . |
| 370 | 393 | ||
| 371 | ep-core:um2 | 394 | ep-core:um2 |
| 372 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 395 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 373 | rdfs:label "square micrometres"^^xsd:string . | 396 | rdfs:label "square micrometres"^^xsd:string . |
| 374 | 397 | ||
| 375 | ep-core:us_mi2 | 398 | ep-core:us_mi2 |
| 376 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 399 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 377 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | 400 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; |
| 378 | rdfs:label "square miles (US)"^^xsd:string . | 401 | rdfs:label "square miles (US)"^^xsd:string . |
| 379 | 402 | ||
| 380 | ep-core:volt | 403 | ep-core:volt |
| 381 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 404 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 382 | rdfs:label "Volt"^^xsd:string . | 405 | rdfs:label "Volt"^^xsd:string . |
| 383 | 406 | ||
| 384 | ep-core:yd2 | 407 | ep-core:yd2 |
| 385 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 408 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 386 | rdfs:label "square yards"^^xsd:string . | 409 | rdfs:label "square yards"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | 3 | ||
| 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 ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| ... | @@ -12,3 +13,35 @@ | ... | @@ -12,3 +13,35 @@ |
| 12 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 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