Showing
4 changed files
with
1151 additions
and
1108 deletions
| 1 | -# Saved by TopBraid on Tue Oct 11 17:40:23 BST 2011 | 1 | +# Saved by TopBraid on Wed Oct 12 16:13:12 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 4 | 5 | ||
| 5 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | 6 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -10,141 +11,141 @@ | ... | @@ -10,141 +11,141 @@ |
| 10 | 11 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 12 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 12 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 16 | ||
| 16 | ep-flow:AllocatedFlow | 17 | ep-flow:AllocatedFlow |
| 17 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 18 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 18 | rdfs:label "allocated flow"^^xsd:string ; | 19 | rdfs:label "allocated flow"^^xsd:string ; |
| 19 | rdfs:subClassOf ep-flow:Flow . | 20 | rdfs:subClassOf ep-flow:Flow . |
| 20 | 21 | ||
| 21 | ep-flow:AqueousFlow | 22 | ep-flow:AqueousFlow |
| 22 | - rdf:type ep-flow:ProductType , owl:Class ; | 23 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 23 | rdfs:label "aqueous flow"^^xsd:string ; | 24 | rdfs:label "aqueous flow"^^xsd:string ; |
| 24 | rdfs:subClassOf ep-flow:Flow . | 25 | rdfs:subClassOf ep-flow:Flow . |
| 25 | 26 | ||
| 26 | ep-flow:BudgetFlow | 27 | ep-flow:BudgetFlow |
| 27 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 28 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 28 | rdfs:label "budget flow"^^xsd:string ; | 29 | rdfs:label "budget flow"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-flow:Flow . | 30 | rdfs:subClassOf ep-flow:Flow . |
| 30 | 31 | ||
| 31 | ep-flow:CarbonDioxideGasFlow | 32 | ep-flow:CarbonDioxideGasFlow |
| 32 | - rdf:type ep-flow:ProductType , owl:Class ; | 33 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 33 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; | 34 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-flow:Flow . | 35 | rdfs:subClassOf ep-flow:Flow . |
| 35 | 36 | ||
| 36 | ep-flow:CarbonMonoxideGasFlow | 37 | ep-flow:CarbonMonoxideGasFlow |
| 37 | - rdf:type ep-flow:ProductType , owl:Class ; | 38 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 38 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; | 39 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; |
| 39 | rdfs:subClassOf ep-flow:Flow . | 40 | rdfs:subClassOf ep-flow:Flow . |
| 40 | 41 | ||
| 41 | ep-flow:ChemicalFlow | 42 | ep-flow:ChemicalFlow |
| 42 | - rdf:type ep-flow:ProductType , owl:Class ; | 43 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 43 | rdfs:label "chemical flow"^^xsd:string ; | 44 | rdfs:label "chemical flow"^^xsd:string ; |
| 44 | rdfs:subClassOf ep-flow:Flow . | 45 | rdfs:subClassOf ep-flow:Flow . |
| 45 | 46 | ||
| 46 | ep-flow:CondensateFlow | 47 | ep-flow:CondensateFlow |
| 47 | - rdf:type ep-flow:ProductType , owl:Class ; | 48 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 48 | rdfs:label "condensate flow"^^xsd:string ; | 49 | rdfs:label "condensate flow"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-flow:Flow . | 50 | rdfs:subClassOf ep-flow:Flow . |
| 50 | 51 | ||
| 51 | ep-flow:ConstraintFlow | 52 | ep-flow:ConstraintFlow |
| 52 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 53 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 53 | rdfs:label "constraint flow"^^xsd:string ; | 54 | rdfs:label "constraint flow"^^xsd:string ; |
| 54 | rdfs:subClassOf ep-flow:Flow . | 55 | rdfs:subClassOf ep-flow:Flow . |
| 55 | 56 | ||
| 56 | ep-flow:Consume | 57 | ep-flow:Consume |
| 57 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 58 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 58 | rdfs:label "consume"^^xsd:string ; | 59 | rdfs:label "consume"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-flow:Flow . | 60 | rdfs:subClassOf ep-flow:Flow . |
| 60 | 61 | ||
| 61 | ep-flow:Consume-HPflare | 62 | ep-flow:Consume-HPflare |
| 62 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 63 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 63 | rdfs:label "consume - HP flare"^^xsd:string ; | 64 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-flow:Consume-flare . | 65 | rdfs:subClassOf ep-flow:Consume-flare . |
| 65 | 66 | ||
| 66 | ep-flow:Consume-LPflare | 67 | ep-flow:Consume-LPflare |
| 67 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 68 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 68 | rdfs:label "consume - LP flare"^^xsd:string ; | 69 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 69 | rdfs:subClassOf ep-flow:Consume-flare . | 70 | rdfs:subClassOf ep-flow:Consume-flare . |
| 70 | 71 | ||
| 71 | ep-flow:Consume-blackstart | 72 | ep-flow:Consume-blackstart |
| 72 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 73 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 73 | rdfs:label "consume - blackstart"^^xsd:string ; | 74 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 74 | rdfs:subClassOf ep-flow:Consume . | 75 | rdfs:subClassOf ep-flow:Consume . |
| 75 | 76 | ||
| 76 | ep-flow:Consume-compressor | 77 | ep-flow:Consume-compressor |
| 77 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 78 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 78 | rdfs:label "consume - compressor"^^xsd:string ; | 79 | rdfs:label "consume - compressor"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-flow:Consume . | 80 | rdfs:subClassOf ep-flow:Consume . |
| 80 | 81 | ||
| 81 | ep-flow:Consume-emitted | 82 | ep-flow:Consume-emitted |
| 82 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 83 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 83 | rdfs:label "consume - emitted"^^xsd:string ; | 84 | rdfs:label "consume - emitted"^^xsd:string ; |
| 84 | rdfs:subClassOf ep-flow:Consume . | 85 | rdfs:subClassOf ep-flow:Consume . |
| 85 | 86 | ||
| 86 | ep-flow:Consume-flare | 87 | ep-flow:Consume-flare |
| 87 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 88 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 88 | rdfs:label "consume - flare"^^xsd:string ; | 89 | rdfs:label "consume - flare"^^xsd:string ; |
| 89 | rdfs:subClassOf ep-flow:Consume . | 90 | rdfs:subClassOf ep-flow:Consume . |
| 90 | 91 | ||
| 91 | ep-flow:Consume-fuel | 92 | ep-flow:Consume-fuel |
| 92 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 93 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 93 | rdfs:label "consume - fuel"^^xsd:string ; | 94 | rdfs:label "consume - fuel"^^xsd:string ; |
| 94 | rdfs:subClassOf ep-flow:Consume . | 95 | rdfs:subClassOf ep-flow:Consume . |
| 95 | 96 | ||
| 96 | ep-flow:Consume-noncompressor | 97 | ep-flow:Consume-noncompressor |
| 97 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 98 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 98 | rdfs:label "consume - non-compressor"^^xsd:string ; | 99 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 99 | rdfs:subClassOf ep-flow:Consume . | 100 | rdfs:subClassOf ep-flow:Consume . |
| 100 | 101 | ||
| 101 | ep-flow:Consume-venting | 102 | ep-flow:Consume-venting |
| 102 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 103 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 103 | rdfs:label "consume - venting"^^xsd:string ; | 104 | rdfs:label "consume - venting"^^xsd:string ; |
| 104 | rdfs:subClassOf ep-flow:Consume . | 105 | rdfs:subClassOf ep-flow:Consume . |
| 105 | 106 | ||
| 106 | ep-flow:CuttingsFlow | 107 | ep-flow:CuttingsFlow |
| 107 | - rdf:type owl:Class , ep-flow:ProductType ; | 108 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 108 | rdfs:label "cuttings flow"^^xsd:string ; | 109 | rdfs:label "cuttings flow"^^xsd:string ; |
| 109 | rdfs:subClassOf ep-flow:Flow . | 110 | rdfs:subClassOf ep-flow:Flow . |
| 110 | 111 | ||
| 111 | ep-flow:DerivedFlow | 112 | ep-flow:DerivedFlow |
| 112 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 113 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 113 | rdfs:label "derived flow"^^xsd:string ; | 114 | rdfs:label "derived flow"^^xsd:string ; |
| 114 | rdfs:subClassOf ep-flow:Flow . | 115 | rdfs:subClassOf ep-flow:Flow . |
| 115 | 116 | ||
| 116 | ep-flow:DieselFlow | 117 | ep-flow:DieselFlow |
| 117 | - rdf:type ep-flow:ProductType , owl:Class ; | 118 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 118 | rdfs:label "diesel flow"^^xsd:string ; | 119 | rdfs:label "diesel flow"^^xsd:string ; |
| 119 | rdfs:subClassOf ep-flow:Flow . | 120 | rdfs:subClassOf ep-flow:Flow . |
| 120 | 121 | ||
| 121 | ep-flow:EstimatedFlow | 122 | ep-flow:EstimatedFlow |
| 122 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 123 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 123 | rdfs:label "estimated flow"^^xsd:string ; | 124 | rdfs:label "estimated flow"^^xsd:string ; |
| 124 | rdfs:subClassOf ep-flow:Flow . | 125 | rdfs:subClassOf ep-flow:Flow . |
| 125 | 126 | ||
| 126 | ep-flow:Ethane-componentFlow | 127 | ep-flow:Ethane-componentFlow |
| 127 | - rdf:type ep-flow:ProductType , owl:Class ; | 128 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 128 | rdfs:label "ethane - component flow"^^xsd:string ; | 129 | rdfs:label "ethane - component flow"^^xsd:string ; |
| 129 | rdfs:subClassOf ep-flow:Flow . | 130 | rdfs:subClassOf ep-flow:Flow . |
| 130 | 131 | ||
| 131 | ep-flow:Export | 132 | ep-flow:Export |
| 132 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 133 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 133 | rdfs:label "export"^^xsd:string ; | 134 | rdfs:label "export"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-flow:Flow . | 135 | rdfs:subClassOf ep-flow:Flow . |
| 135 | 136 | ||
| 136 | ep-flow:Export-nominated | 137 | ep-flow:Export-nominated |
| 137 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 138 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 138 | rdfs:label "export nominated"^^xsd:string ; | 139 | rdfs:label "export nominated"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-flow:Export . | 140 | rdfs:subClassOf ep-flow:Export . |
| 140 | 141 | ||
| 141 | ep-flow:Export-requested | 142 | ep-flow:Export-requested |
| 142 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 143 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 143 | rdfs:label "export requested"^^xsd:string ; | 144 | rdfs:label "export requested"^^xsd:string ; |
| 144 | rdfs:subClassOf ep-flow:Export . | 145 | rdfs:subClassOf ep-flow:Export . |
| 145 | 146 | ||
| 146 | ep-flow:Export-shortfall | 147 | ep-flow:Export-shortfall |
| 147 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 148 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 148 | rdfs:label "export shortfall"^^xsd:string ; | 149 | rdfs:label "export shortfall"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-flow:Export . | 150 | rdfs:subClassOf ep-flow:Export . |
| 150 | 151 | ||
| ... | @@ -154,32 +155,32 @@ ep-flow:Flow | ... | @@ -154,32 +155,32 @@ ep-flow:Flow |
| 154 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 155 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 155 | 156 | ||
| 156 | ep-flow:FlowDuringDay | 157 | ep-flow:FlowDuringDay |
| 157 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 158 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 158 | rdfs:label "flow during day"^^xsd:string ; | 159 | rdfs:label "flow during day"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 160 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 160 | 161 | ||
| 161 | ep-flow:FlowDuringMonth | 162 | ep-flow:FlowDuringMonth |
| 162 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 163 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 163 | rdfs:label "flow during month"^^xsd:string ; | 164 | rdfs:label "flow during month"^^xsd:string ; |
| 164 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 165 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 165 | 166 | ||
| 166 | ep-flow:FlowDuringMonthToDate | 167 | ep-flow:FlowDuringMonthToDate |
| 167 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 168 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 168 | rdfs:label "flow during month to date"^^xsd:string ; | 169 | rdfs:label "flow during month to date"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 170 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 170 | 171 | ||
| 171 | ep-flow:FlowDuringWeek | 172 | ep-flow:FlowDuringWeek |
| 172 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 173 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 173 | rdfs:label "flow during week"^^xsd:string ; | 174 | rdfs:label "flow during week"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 175 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 175 | 176 | ||
| 176 | ep-flow:FlowDuringYear | 177 | ep-flow:FlowDuringYear |
| 177 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 178 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 178 | rdfs:label "flow during year"^^xsd:string ; | 179 | rdfs:label "flow during year"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 180 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 180 | 181 | ||
| 181 | ep-flow:FlowDuringYearToDate | 182 | ep-flow:FlowDuringYearToDate |
| 182 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 183 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 183 | rdfs:label "flow during year to date"^^xsd:string ; | 184 | rdfs:label "flow during year to date"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 185 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 185 | 186 | ||
| ... | @@ -196,100 +197,100 @@ ep-flow:FlowOfLiquid | ... | @@ -196,100 +197,100 @@ ep-flow:FlowOfLiquid |
| 196 | ep-flow:FlowOfMaterial | 197 | ep-flow:FlowOfMaterial |
| 197 | rdf:type owl:Class ; | 198 | rdf:type owl:Class ; |
| 198 | rdfs:label "flow of material"^^xsd:string ; | 199 | rdfs:label "flow of material"^^xsd:string ; |
| 199 | - rdfs:subClassOf ep-flow:Flow , ep-flow:TemporalPartOfAFlowOfMaterial . | 200 | + rdfs:subClassOf ep-flow:TemporalPartOfAFlowOfMaterial , ep-flow:Flow . |
| 200 | 201 | ||
| 201 | ep-flow:Gas-componentInOilFlow | 202 | ep-flow:Gas-componentInOilFlow |
| 202 | - rdf:type ep-flow:ProductType , owl:Class ; | 203 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 203 | rdfs:label "gas - component in oil flow"^^xsd:string ; | 204 | rdfs:label "gas - component in oil flow"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-flow:Flow . | 205 | rdfs:subClassOf ep-flow:Flow . |
| 205 | 206 | ||
| 206 | ep-flow:Gas-richFlow | 207 | ep-flow:Gas-richFlow |
| 207 | - rdf:type ep-flow:ProductType , owl:Class ; | 208 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 208 | rdfs:label "gas - rich flow"^^xsd:string ; | 209 | rdfs:label "gas - rich flow"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-flow:Flow . | 210 | rdfs:subClassOf ep-flow:Flow . |
| 210 | 211 | ||
| 211 | ep-flow:GasFlow | 212 | ep-flow:GasFlow |
| 212 | - rdf:type ep-flow:ProductType , owl:Class ; | 213 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 213 | rdfs:label "gas flow"^^xsd:string ; | 214 | rdfs:label "gas flow"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-flow:Flow . | 215 | rdfs:subClassOf ep-flow:Flow . |
| 215 | 216 | ||
| 216 | ep-flow:Gaslift | 217 | ep-flow:Gaslift |
| 217 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 218 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 218 | rdfs:label "gas lift"^^xsd:string ; | 219 | rdfs:label "gas lift"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-flow:Flow . | 220 | rdfs:subClassOf ep-flow:Flow . |
| 220 | 221 | ||
| 221 | ep-flow:I-butane-componentFlow | 222 | ep-flow:I-butane-componentFlow |
| 222 | - rdf:type ep-flow:ProductType , owl:Class ; | 223 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 223 | rdfs:label "i-butane - component flow"^^xsd:string ; | 224 | rdfs:label "i-butane - component flow"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-flow:Flow . | 225 | rdfs:subClassOf ep-flow:Flow . |
| 225 | 226 | ||
| 226 | ep-flow:Import | 227 | ep-flow:Import |
| 227 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 228 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 228 | rdfs:label "import"^^xsd:string ; | 229 | rdfs:label "import"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-flow:Flow . | 230 | rdfs:subClassOf ep-flow:Flow . |
| 230 | 231 | ||
| 231 | ep-flow:Injection | 232 | ep-flow:Injection |
| 232 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 233 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 233 | rdfs:label "injection"^^xsd:string ; | 234 | rdfs:label "injection"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-flow:Flow . | 235 | rdfs:subClassOf ep-flow:Flow . |
| 235 | 236 | ||
| 236 | ep-flow:Inventory | 237 | ep-flow:Inventory |
| 237 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 238 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 238 | rdfs:label "inventory"^^xsd:string ; | 239 | rdfs:label "inventory"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-flow:Flow . | 240 | rdfs:subClassOf ep-flow:Flow . |
| 240 | 241 | ||
| 241 | ep-flow:MeasuredFlow | 242 | ep-flow:MeasuredFlow |
| 242 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 243 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 243 | rdfs:label "measured flow"^^xsd:string ; | 244 | rdfs:label "measured flow"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-flow:Flow . | 245 | rdfs:subClassOf ep-flow:Flow . |
| 245 | 246 | ||
| 246 | ep-flow:N-butane-componentFlow | 247 | ep-flow:N-butane-componentFlow |
| 247 | - rdf:type ep-flow:ProductType , owl:Class ; | 248 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 248 | rdfs:label "n-butane - component flow"^^xsd:string ; | 249 | rdfs:label "n-butane - component flow"^^xsd:string ; |
| 249 | rdfs:subClassOf ep-flow:Flow . | 250 | rdfs:subClassOf ep-flow:Flow . |
| 250 | 251 | ||
| 251 | ep-flow:NGL-componentInGasFlow | 252 | ep-flow:NGL-componentInGasFlow |
| 252 | - rdf:type ep-flow:ProductType , owl:Class ; | 253 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 253 | rdfs:label "NGL - component in gas flow"^^xsd:string ; | 254 | rdfs:label "NGL - component in gas flow"^^xsd:string ; |
| 254 | rdfs:subClassOf ep-flow:Flow . | 255 | rdfs:subClassOf ep-flow:Flow . |
| 255 | 256 | ||
| 256 | ep-flow:NaturalGasLiquidFlow | 257 | ep-flow:NaturalGasLiquidFlow |
| 257 | - rdf:type ep-flow:ProductType , owl:Class ; | 258 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 258 | rdfs:label "natural gas liquid flow"^^xsd:string ; | 259 | rdfs:label "natural gas liquid flow"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-flow:Flow . | 260 | rdfs:subClassOf ep-flow:Flow . |
| 260 | 261 | ||
| 261 | ep-flow:NitrogenOxideGasFlow | 262 | ep-flow:NitrogenOxideGasFlow |
| 262 | - rdf:type ep-flow:ProductType , owl:Class ; | 263 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 263 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; | 264 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; |
| 264 | rdfs:subClassOf ep-flow:Flow . | 265 | rdfs:subClassOf ep-flow:Flow . |
| 265 | 266 | ||
| 266 | ep-flow:Oil-componentInWaterFlow | 267 | ep-flow:Oil-componentInWaterFlow |
| 267 | - rdf:type ep-flow:ProductType , owl:Class ; | 268 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 268 | rdfs:label "oil - component in water flow"^^xsd:string ; | 269 | rdfs:label "oil - component in water flow"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-flow:Flow . | 270 | rdfs:subClassOf ep-flow:Flow . |
| 270 | 271 | ||
| 271 | ep-flow:Oil-netFlow | 272 | ep-flow:Oil-netFlow |
| 272 | - rdf:type ep-flow:ProductType , owl:Class ; | 273 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 273 | rdfs:label "oil - net flow"^^xsd:string ; | 274 | rdfs:label "oil - net flow"^^xsd:string ; |
| 274 | rdfs:subClassOf ep-flow:Flow . | 275 | rdfs:subClassOf ep-flow:Flow . |
| 275 | 276 | ||
| 276 | ep-flow:OilAndGasFlow | 277 | ep-flow:OilAndGasFlow |
| 277 | - rdf:type ep-flow:ProductType , owl:Class ; | 278 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 278 | rdfs:label "oil and gas flow"^^xsd:string ; | 279 | rdfs:label "oil and gas flow"^^xsd:string ; |
| 279 | rdfs:subClassOf ep-flow:Flow . | 280 | rdfs:subClassOf ep-flow:Flow . |
| 280 | 281 | ||
| 281 | ep-flow:OilFlow | 282 | ep-flow:OilFlow |
| 282 | - rdf:type owl:Class , ep-flow:ProductType ; | 283 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 283 | rdfs:label "oil flow"^^xsd:string ; | 284 | rdfs:label "oil flow"^^xsd:string ; |
| 284 | rdfs:subClassOf ep-flow:Flow . | 285 | rdfs:subClassOf ep-flow:Flow . |
| 285 | 286 | ||
| 286 | ep-flow:OleicFlow | 287 | ep-flow:OleicFlow |
| 287 | - rdf:type ep-flow:ProductType , owl:Class ; | 288 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 288 | rdfs:label "oleic flow"^^xsd:string ; | 289 | rdfs:label "oleic flow"^^xsd:string ; |
| 289 | rdfs:subClassOf ep-flow:Flow . | 290 | rdfs:subClassOf ep-flow:Flow . |
| 290 | 291 | ||
| 291 | ep-flow:Overboard | 292 | ep-flow:Overboard |
| 292 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 293 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 293 | rdfs:label "overboard"^^xsd:string ; | 294 | rdfs:label "overboard"^^xsd:string ; |
| 294 | rdfs:subClassOf ep-flow:Flow . | 295 | rdfs:subClassOf ep-flow:Flow . |
| 295 | 296 | ||
| ... | @@ -299,7 +300,7 @@ ep-flow:ProductType | ... | @@ -299,7 +300,7 @@ ep-flow:ProductType |
| 299 | rdfs:subClassOf rdfs:Class . | 300 | rdfs:subClassOf rdfs:Class . |
| 300 | 301 | ||
| 301 | ep-flow:Production | 302 | ep-flow:Production |
| 302 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 303 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 303 | rdfs:label "production"^^xsd:string ; | 304 | rdfs:label "production"^^xsd:string ; |
| 304 | rdfs:subClassOf ep-flow:Flow . | 305 | rdfs:subClassOf ep-flow:Flow . |
| 305 | 306 | ||
| ... | @@ -319,17 +320,22 @@ ep-flow:ProductionFlowPurposeType | ... | @@ -319,17 +320,22 @@ ep-flow:ProductionFlowPurposeType |
| 319 | rdfs:subClassOf rdfs:Class . | 320 | rdfs:subClassOf rdfs:Class . |
| 320 | 321 | ||
| 321 | ep-flow:Propane-componentFlow | 322 | ep-flow:Propane-componentFlow |
| 322 | - rdf:type ep-flow:ProductType , owl:Class ; | 323 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 323 | rdfs:label "propane - component flow"^^xsd:string ; | 324 | rdfs:label "propane - component flow"^^xsd:string ; |
| 324 | rdfs:subClassOf ep-flow:Flow . | 325 | rdfs:subClassOf ep-flow:Flow . |
| 325 | 326 | ||
| 326 | ep-flow:QuotaFlow | 327 | ep-flow:QuotaFlow |
| 327 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 328 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 328 | rdfs:label "quota flow"^^xsd:string ; | 329 | rdfs:label "quota flow"^^xsd:string ; |
| 329 | rdfs:subClassOf ep-flow:Flow . | 330 | rdfs:subClassOf ep-flow:Flow . |
| 330 | 331 | ||
| 332 | +ep-flow:SeparatorFlow | ||
| 333 | + rdf:type owl:Class ; | ||
| 334 | + rdfs:label "separator flow"^^xsd:string ; | ||
| 335 | + rdfs:subClassOf ep-flow:Flow . | ||
| 336 | + | ||
| 331 | ep-flow:SimulatedFlow | 337 | ep-flow:SimulatedFlow |
| 332 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 338 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 333 | rdfs:label "simulated flow"^^xsd:string ; | 339 | rdfs:label "simulated flow"^^xsd:string ; |
| 334 | rdfs:subClassOf ep-flow:Flow . | 340 | rdfs:subClassOf ep-flow:Flow . |
| 335 | 341 | ||
| ... | @@ -349,31 +355,42 @@ ep-flow:TemporalPartOfAFlowOfMaterial | ... | @@ -349,31 +355,42 @@ ep-flow:TemporalPartOfAFlowOfMaterial |
| 349 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . | 355 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . |
| 350 | 356 | ||
| 351 | ep-flow:VapourFlow | 357 | ep-flow:VapourFlow |
| 352 | - rdf:type ep-flow:ProductType , owl:Class ; | 358 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 353 | rdfs:label "vapour flow"^^xsd:string ; | 359 | rdfs:label "vapour flow"^^xsd:string ; |
| 354 | rdfs:subClassOf ep-flow:Flow . | 360 | rdfs:subClassOf ep-flow:Flow . |
| 355 | 361 | ||
| 356 | ep-flow:Water-dischargeFlow | 362 | ep-flow:Water-dischargeFlow |
| 357 | - rdf:type ep-flow:ProductType , owl:Class ; | 363 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 358 | rdfs:label "water - discharge flow"^^xsd:string ; | 364 | rdfs:label "water - discharge flow"^^xsd:string ; |
| 359 | rdfs:subClassOf ep-flow:Flow . | 365 | rdfs:subClassOf ep-flow:Flow . |
| 360 | 366 | ||
| 361 | ep-flow:Water-processedFlow | 367 | ep-flow:Water-processedFlow |
| 362 | - rdf:type ep-flow:ProductType , owl:Class ; | 368 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 363 | rdfs:label "water - processed flow"^^xsd:string ; | 369 | rdfs:label "water - processed flow"^^xsd:string ; |
| 364 | rdfs:subClassOf ep-flow:Flow . | 370 | rdfs:subClassOf ep-flow:Flow . |
| 365 | 371 | ||
| 366 | ep-flow:WaterFlow | 372 | ep-flow:WaterFlow |
| 367 | - rdf:type ep-flow:ProductType , owl:Class ; | 373 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 368 | rdfs:label "water flow"^^xsd:string ; | 374 | rdfs:label "water flow"^^xsd:string ; |
| 369 | rdfs:subClassOf ep-flow:Flow . | 375 | rdfs:subClassOf ep-flow:Flow . |
| 370 | 376 | ||
| 377 | +ep-flow:WellHeadFlow | ||
| 378 | + rdf:type owl:Class ; | ||
| 379 | + rdfs:label "well head flow"^^xsd:string ; | ||
| 380 | + rdfs:subClassOf ep-flow:Flow . | ||
| 381 | + | ||
| 371 | ep-flow:dailyAverageAmountOfMaterial | 382 | ep-flow:dailyAverageAmountOfMaterial |
| 372 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 383 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 373 | rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; | 384 | rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; |
| 374 | rdfs:label "daily average amount of material"^^xsd:string ; | 385 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 375 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 386 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
| 376 | 387 | ||
| 388 | +ep-flow:facilityContainsFlow | ||
| 389 | + rdf:type owl:ObjectProperty ; | ||
| 390 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
| 391 | + rdfs:label "facility contains flow"^^xsd:string ; | ||
| 392 | + rdfs:range ep-flow:Flow . | ||
| 393 | + | ||
| 377 | ep-flow:flowInto | 394 | ep-flow:flowInto |
| 378 | rdf:type owl:ObjectProperty ; | 395 | rdf:type owl:ObjectProperty ; |
| 379 | rdfs:domain ep-flow:Flow ; | 396 | rdfs:domain ep-flow:Flow ; |
| ... | @@ -394,8 +411,22 @@ ep-flow:flowOutOf | ... | @@ -394,8 +411,22 @@ ep-flow:flowOutOf |
| 394 | rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 411 | rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 395 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 412 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 396 | 413 | ||
| 414 | +ep-flow:hasMixedPart | ||
| 415 | + rdf:type owl:ObjectProperty ; | ||
| 416 | + rdfs:domain ep-flow:Flow ; | ||
| 417 | + rdfs:label "has mixed part"^^xsd:string ; | ||
| 418 | + rdfs:range ep-flow:Flow ; | ||
| 419 | + rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | ||
| 420 | + | ||
| 421 | +ep-flow:hasNetworkPart | ||
| 422 | + rdf:type owl:ObjectProperty ; | ||
| 423 | + rdfs:domain ep-flow:Flow ; | ||
| 424 | + rdfs:label "has network part"^^xsd:string ; | ||
| 425 | + rdfs:range ep-flow:Flow ; | ||
| 426 | + rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | ||
| 427 | + | ||
| 397 | ep-flow:totalAmountOfMaterial | 428 | ep-flow:totalAmountOfMaterial |
| 398 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 429 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 399 | rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; | 430 | rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ; |
| 400 | rdfs:label "total amount of material"^^xsd:string ; | 431 | rdfs:label "total amount of material"^^xsd:string ; |
| 401 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 432 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Oct 11 21:13:23 BST 2011 | 1 | +# Saved by TopBraid on Wed Oct 12 15:34:04 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 8 | - | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 9 | -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 9 | + |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | - | 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | -<http://www.reportinghub.no/ep/schema/1.0/production-activity> | 15 | + |
| 16 | - rdf:type owl:Ontology ; | 16 | +<http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | 17 | + rdf:type owl:Ontology ; |
| 18 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 19 | - | 19 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | 20 | + |
| 21 | - rdf:type owl:Class ; | 21 | +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 22 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 22 | + rdf:type owl:Class ; |
| 23 | - | 23 | + rdfs:label "production well test"^^xsd:string ; |
| 24 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> | 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 25 | - rdf:type owl:Class ; | 25 | + |
| 26 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 26 | +<http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 27 | - | 27 | + rdf:type owl:ObjectProperty ; |
| 28 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> | 28 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| 29 | - rdf:type owl:Class ; | 29 | + rdfs:label "has flow"^^xsd:string ; |
| 30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 30 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 31 | - | 31 | + |
| 32 | -<http://www.reportinghub.no/ep/schema/equipment#Separator> | 32 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold> |
| 33 | - rdf:type owl:Class ; | 33 | + rdf:type owl:Class ; |
| 34 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | 34 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
| 35 | - | 35 | + |
| 36 | -<http://www.reportinghub.no/ep/schema/equipment#Tank> | 36 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> |
| 37 | - rdf:type owl:Class ; | 37 | + rdf:type owl:Class ; |
| 38 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . | 38 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
| 39 | - | 39 | + |
| 40 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> | 40 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> |
| 41 | - rdf:type owl:Class ; | 41 | + rdf:type owl:Class ; |
| 42 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 42 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
| 43 | - | 43 | + |
| 44 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> | 44 | +<http://www.reportinghub.no/ep/schema/equipment#Separator> |
| 45 | - rdf:type owl:Class ; | 45 | + rdf:type owl:Class ; |
| 46 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 46 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . |
| 47 | - | 47 | + |
| 48 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | 48 | +<http://www.reportinghub.no/ep/schema/equipment#Tank> |
| 49 | - rdf:type owl:Class ; | 49 | + rdf:type owl:Class ; |
| 50 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 50 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . |
| 51 | - | 51 | + |
| 52 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> | 52 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> |
| 53 | - rdf:type owl:Class ; | 53 | + rdf:type owl:Class ; |
| 54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 54 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 55 | - | 55 | + |
| 56 | -ep-prodact:AdministerFirstAid | 56 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> |
| 57 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 57 | + rdf:type owl:Class ; |
| 58 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 58 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 59 | - | 59 | + |
| 60 | -ep-prodact:AirTrafficOperation | 60 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> |
| 61 | - rdf:type owl:Class ; | 61 | + rdf:type owl:Class ; |
| 62 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 62 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 63 | - | 63 | + |
| 64 | -ep-prodact:AnnualProductionActivity | 64 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> |
| 65 | - rdf:type owl:Class ; | 65 | + rdf:type owl:Class ; |
| 66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 66 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 67 | - | 67 | + |
| 68 | -ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 68 | +ep-prodact:AdministerFirstAid |
| 69 | - rdf:type owl:Class ; | 69 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 70 | - rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 70 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 71 | - | 71 | + |
| 72 | -ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 72 | +ep-prodact:AirTrafficOperation |
| 73 | - rdf:type owl:Class ; | 73 | + rdf:type owl:Class ; |
| 74 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 74 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 75 | - | 75 | + |
| 76 | -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 76 | +ep-prodact:AnnualProductionActivity |
| 77 | - rdf:type owl:Class ; | 77 | + rdf:type owl:Class ; |
| 78 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 78 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 79 | - | 79 | + |
| 80 | -ep-prodact:ConstructionOperation | 80 | +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 81 | - rdf:type owl:Class ; | 81 | + rdf:type owl:Class ; |
| 82 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 82 | + rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 83 | - | 83 | + |
| 84 | -ep-prodact:CumulativeProductionActivitySinceProductionBegan | 84 | +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 85 | - rdf:type owl:Class ; | 85 | + rdf:type owl:Class ; |
| 86 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 86 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
| 87 | - | 87 | + |
| 88 | -ep-prodact:DailyProductionOperationsActivity | 88 | +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 89 | - rdf:type owl:Class ; | 89 | + rdf:type owl:Class ; |
| 90 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 90 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
| 91 | - | 91 | + |
| 92 | -ep-prodact:DailyProductionVolumeActivity | 92 | +ep-prodact:ConstructionOperation |
| 93 | - rdf:type owl:Class ; | 93 | + rdf:type owl:Class ; |
| 94 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 94 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 95 | - | 95 | + |
| 96 | -ep-prodact:Deviation | 96 | +ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 97 | - rdf:type owl:Class ; | 97 | + rdf:type owl:Class ; |
| 98 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 98 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 99 | - | 99 | + |
| 100 | -ep-prodact:DrillOrExcercise | 100 | +ep-prodact:DailyProductionOperationsActivity |
| 101 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 101 | + rdf:type owl:Class ; |
| 102 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 102 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 103 | - | 103 | + |
| 104 | -ep-prodact:Fire | 104 | +ep-prodact:DailyProductionVolumeActivity |
| 105 | - rdf:type owl:Class ; | 105 | + rdf:type owl:Class ; |
| 106 | - rdfs:subClassOf ep-prodact:Incident . | 106 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
| 107 | - | 107 | + |
| 108 | -ep-prodact:FirstAid | 108 | +ep-prodact:Deviation |
| 109 | - rdf:type owl:Class ; | 109 | + rdf:type owl:Class ; |
| 110 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 110 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 111 | - | 111 | + |
| 112 | -ep-prodact:FlowLine | 112 | +ep-prodact:DrillOrExcercise |
| 113 | - rdf:type owl:Class ; | 113 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 114 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | 114 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 115 | - | 115 | + |
| 116 | -ep-prodact:FlowLine-Production | 116 | +ep-prodact:Fire |
| 117 | - rdf:type owl:Class ; | 117 | + rdf:type owl:Class ; |
| 118 | - rdfs:subClassOf ep-prodact:FlowLine . | 118 | + rdfs:subClassOf ep-prodact:Incident . |
| 119 | - | 119 | + |
| 120 | -ep-prodact:HealthSafetyAndEnvironmentActivity | 120 | +ep-prodact:FirstAid |
| 121 | - rdf:type owl:Class ; | 121 | + rdf:type owl:Class ; |
| 122 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 122 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 123 | - | 123 | + |
| 124 | -ep-prodact:Incident | 124 | +ep-prodact:FlowLine |
| 125 | - rdf:type owl:Class ; | 125 | + rdf:type owl:Class ; |
| 126 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 126 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . |
| 127 | - | 127 | + |
| 128 | -ep-prodact:Injury | 128 | +ep-prodact:FlowLine-Production |
| 129 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 129 | + rdf:type owl:Class ; |
| 130 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 130 | + rdfs:subClassOf ep-prodact:FlowLine . |
| 131 | - | 131 | + |
| 132 | -ep-prodact:IssueWorkPermit | 132 | +ep-prodact:HealthSafetyAndEnvironmentActivity |
| 133 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 133 | + rdf:type owl:Class ; |
| 134 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 134 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 135 | - | 135 | + |
| 136 | -ep-prodact:JobObservation | 136 | +ep-prodact:Incident |
| 137 | - rdf:type owl:Class ; | 137 | + rdf:type owl:Class ; |
| 138 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 138 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 139 | - | 139 | + |
| 140 | -ep-prodact:LostProduction | 140 | +ep-prodact:Injury |
| 141 | - rdf:type owl:Class ; | 141 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 142 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 142 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 143 | - | 143 | + |
| 144 | -ep-prodact:LostTimeAccident | 144 | +ep-prodact:IssueWorkPermit |
| 145 | - rdf:type owl:Class ; | 145 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 146 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 146 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 147 | - | 147 | + |
| 148 | -ep-prodact:LostTimeIncident | 148 | +ep-prodact:JobObservation |
| 149 | - rdf:type owl:Class ; | 149 | + rdf:type owl:Class ; |
| 150 | - rdfs:subClassOf ep-prodact:Incident . | 150 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 151 | - | 151 | + |
| 152 | -ep-prodact:MaintenanceActivity | 152 | +ep-prodact:LostProduction |
| 153 | - rdf:type owl:Class ; | 153 | + rdf:type owl:Class ; |
| 154 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 154 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 155 | - | 155 | + |
| 156 | -ep-prodact:MarineOperation | 156 | +ep-prodact:LostTimeAccident |
| 157 | - rdf:type owl:Class ; | 157 | + rdf:type owl:Class ; |
| 158 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 158 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 159 | - | 159 | + |
| 160 | -ep-prodact:MedicalTreatmentInjury | 160 | +ep-prodact:LostTimeIncident |
| 161 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 161 | + rdf:type owl:Class ; |
| 162 | - rdfs:subClassOf ep-prodact:Injury . | 162 | + rdfs:subClassOf ep-prodact:Incident . |
| 163 | - | 163 | + |
| 164 | -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 164 | +ep-prodact:MaintenanceActivity |
| 165 | - rdf:type owl:Class ; | 165 | + rdf:type owl:Class ; |
| 166 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 166 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 167 | - | 167 | + |
| 168 | -ep-prodact:NearMiss | 168 | +ep-prodact:MarineOperation |
| 169 | - rdf:type owl:Class ; | 169 | + rdf:type owl:Class ; |
| 170 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 170 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 171 | - | 171 | + |
| 172 | -ep-prodact:PartOfProductionActivity | 172 | +ep-prodact:MedicalTreatmentInjury |
| 173 | - rdf:type owl:Class ; | 173 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 174 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 174 | + rdfs:subClassOf ep-prodact:Injury . |
| 175 | - | 175 | + |
| 176 | -ep-prodact:PowerStationFailure | 176 | +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 177 | - rdf:type owl:Class ; | 177 | + rdf:type owl:Class ; |
| 178 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 178 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 179 | - | 179 | + |
| 180 | -ep-prodact:ProductionActivityLastingLessThanAYear | 180 | +ep-prodact:NearMiss |
| 181 | - rdf:type owl:Class ; | 181 | + rdf:type owl:Class ; |
| 182 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 182 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 183 | - | 183 | + |
| 184 | -ep-prodact:ProductionOperationsActivity | 184 | +ep-prodact:PartOfProductionActivity |
| 185 | - rdf:type owl:Class ; | 185 | + rdf:type owl:Class ; |
| 186 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 186 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 187 | - | 187 | + |
| 188 | -ep-prodact:ProductionVolumeActivity | 188 | +ep-prodact:PowerStationFailure |
| 189 | - rdf:type owl:Class ; | 189 | + rdf:type owl:Class ; |
| 190 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 190 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 191 | - | 191 | + |
| 192 | -ep-prodact:ReleasedToWater | 192 | +ep-prodact:ProductionActivityLastingLessThanAYear |
| 193 | - rdf:type owl:Class ; | 193 | + rdf:type owl:Class ; |
| 194 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 194 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 195 | - | 195 | + |
| 196 | -ep-prodact:ReportHazard | 196 | +ep-prodact:ProductionOperationsActivity |
| 197 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 197 | + rdf:type owl:Class ; |
| 198 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 198 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 199 | - | 199 | + |
| 200 | -ep-prodact:RestrictedWork | 200 | +ep-prodact:ProductionVolumeActivity |
| 201 | - rdf:type owl:Class ; | 201 | + rdf:type owl:Class ; |
| 202 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 202 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 203 | - | 203 | + |
| 204 | -ep-prodact:RestrictedWorkInjury | 204 | +ep-prodact:ReleasedToWater |
| 205 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 205 | + rdf:type owl:Class ; |
| 206 | - rdfs:subClassOf ep-prodact:Injury . | 206 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 207 | - | 207 | + |
| 208 | -ep-prodact:SafetyActivityType | 208 | +ep-prodact:ReportHazard |
| 209 | - rdf:type rdfs:Class ; | 209 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 210 | - rdfs:subClassOf owl:Class . | 210 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 211 | - | 211 | + |
| 212 | -ep-prodact:SafetyMeeting | 212 | +ep-prodact:RestrictedWork |
| 213 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 213 | + rdf:type owl:Class ; |
| 214 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 214 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 215 | - | 215 | + |
| 216 | -ep-prodact:SentAshore | 216 | +ep-prodact:RestrictedWorkInjury |
| 217 | - rdf:type owl:Class ; | 217 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 218 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 218 | + rdfs:subClassOf ep-prodact:Injury . |
| 219 | - | 219 | + |
| 220 | -ep-prodact:SevereAccident | 220 | +ep-prodact:SafetyActivityType |
| 221 | - rdf:type owl:Class ; | 221 | + rdf:type rdfs:Class ; |
| 222 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 222 | + rdfs:subClassOf owl:Class . |
| 223 | - | 223 | + |
| 224 | -ep-prodact:SickOnBoard | 224 | +ep-prodact:SafetyMeeting |
| 225 | - rdf:type owl:Class ; | 225 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 226 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 226 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 227 | - | 227 | + |
| 228 | -ep-prodact:SpillOrLeak | 228 | +ep-prodact:SentAshore |
| 229 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 229 | + rdf:type owl:Class ; |
| 230 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 230 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 231 | - | 231 | + |
| 232 | -ep-prodact:WorkingUnderPermit | 232 | +ep-prodact:SevereAccident |
| 233 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 233 | + rdf:type owl:Class ; |
| 234 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 234 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 235 | - | 235 | + |
| 236 | -ep-prodact:WorkingUnderPermitWithSJA | 236 | +ep-prodact:SickOnBoard |
| 237 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 237 | + rdf:type owl:Class ; |
| 238 | - rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 238 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 239 | - | 239 | + |
| 240 | -ep-prodact:hasPart | 240 | +ep-prodact:SpillOrLeak |
| 241 | - rdf:type owl:ObjectProperty ; | 241 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 242 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 242 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 243 | - rdfs:range ep-prodact:PartOfProductionActivity . | 243 | + |
| 244 | - | 244 | +ep-prodact:WorkingUnderPermit |
| 245 | -ep-prodact:noOfDrillsOrExcercises | 245 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 246 | - rdf:type owl:DatatypeProperty ; | 246 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 247 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 247 | + |
| 248 | - rdfs:range xsd:integer . | 248 | +ep-prodact:WorkingUnderPermitWithSJA |
| 249 | - | 249 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 250 | -ep-prodact:noOfFirstAidEvents | 250 | + rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 251 | - rdf:type owl:DatatypeProperty ; | 251 | + |
| 252 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 252 | +ep-prodact:hasPart |
| 253 | - rdfs:range xsd:integer . | 253 | + rdf:type owl:ObjectProperty ; |
| 254 | - | 254 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 255 | -ep-prodact:noOfHazardReportCards | 255 | + rdfs:range ep-prodact:PartOfProductionActivity . |
| 256 | - rdf:type owl:DatatypeProperty ; | 256 | + |
| 257 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 257 | +ep-prodact:noOfDrillsOrExcercises |
| 258 | - rdfs:range xsd:integer . | 258 | + rdf:type owl:DatatypeProperty ; |
| 259 | - | 259 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 260 | -ep-prodact:noOfIncidentsTotal | 260 | + rdfs:range xsd:integer . |
| 261 | - rdf:type owl:DatatypeProperty ; | 261 | + |
| 262 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 262 | +ep-prodact:noOfFirstAidEvents |
| 263 | - rdfs:range xsd:integer . | 263 | + rdf:type owl:DatatypeProperty ; |
| 264 | - | 264 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 265 | -ep-prodact:noOfLostTimeIncidents | 265 | + rdfs:range xsd:integer . |
| 266 | - rdf:type owl:DatatypeProperty ; | 266 | + |
| 267 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 267 | +ep-prodact:noOfHazardReportCards |
| 268 | - rdfs:range xsd:integer . | 268 | + rdf:type owl:DatatypeProperty ; |
| 269 | - | 269 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 270 | -ep-prodact:noOfMiscellaneousHseEvents | 270 | + rdfs:range xsd:integer . |
| 271 | - rdf:type owl:DatatypeProperty ; | 271 | + |
| 272 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 272 | +ep-prodact:noOfIncidentsTotal |
| 273 | - rdfs:range xsd:integer . | 273 | + rdf:type owl:DatatypeProperty ; |
| 274 | - | 274 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 275 | -ep-prodact:noOfPermitsWithSjaIssued | 275 | + rdfs:range xsd:integer . |
| 276 | - rdf:type owl:DatatypeProperty ; | 276 | + |
| 277 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 277 | +ep-prodact:noOfLostTimeIncidents |
| 278 | - rdfs:range xsd:integer . | 278 | + rdf:type owl:DatatypeProperty ; |
| 279 | - | 279 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 280 | -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries | 280 | + rdfs:range xsd:integer . |
| 281 | - rdf:type owl:DatatypeProperty ; | 281 | + |
| 282 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 282 | +ep-prodact:noOfMiscellaneousHseEvents |
| 283 | - rdfs:range xsd:integer . | 283 | + rdf:type owl:DatatypeProperty ; |
| 284 | - | 284 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 285 | -ep-prodact:noOfSafetyMeetings | 285 | + rdfs:range xsd:integer . |
| 286 | - rdf:type owl:DatatypeProperty ; | 286 | + |
| 287 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 287 | +ep-prodact:noOfPermitsWithSjaIssued |
| 288 | - rdfs:range xsd:integer . | 288 | + rdf:type owl:DatatypeProperty ; |
| 289 | - | 289 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 290 | -ep-prodact:noOfSpillsOrLeaks | 290 | + rdfs:range xsd:integer . |
| 291 | - rdf:type owl:DatatypeProperty ; | 291 | + |
| 292 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 292 | +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries |
| 293 | - rdfs:range xsd:integer . | 293 | + rdf:type owl:DatatypeProperty ; |
| 294 | - | 294 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 295 | -ep-prodact:totalNoOfPermitsIssued | 295 | + rdfs:range xsd:integer . |
| 296 | - rdf:type owl:DatatypeProperty ; | 296 | + |
| 297 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 297 | +ep-prodact:noOfSafetyMeetings |
| 298 | - rdfs:range xsd:integer . | 298 | + rdf:type owl:DatatypeProperty ; |
| 299 | - | 299 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 300 | -ep-prodact:yearlyActivityToDate | 300 | + rdfs:range xsd:integer . |
| 301 | - rdf:type owl:ObjectProperty ; | 301 | + |
| 302 | - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 302 | +ep-prodact:noOfSpillsOrLeaks |
| 303 | - rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 303 | + rdf:type owl:DatatypeProperty ; |
| 304 | - | 304 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 305 | -<http://www.reportinghub.no/ep/schema/well#WellGroup> | 305 | + rdfs:range xsd:integer . |
| 306 | - rdf:type owl:Class . | 306 | + |
| 307 | +ep-prodact:totalNoOfPermitsIssued | ||
| 308 | + rdf:type owl:DatatypeProperty ; | ||
| 309 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 310 | + rdfs:range xsd:integer . | ||
| 311 | + | ||
| 312 | +ep-prodact:yearlyActivityToDate | ||
| 313 | + rdf:type owl:ObjectProperty ; | ||
| 314 | + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ||
| 315 | + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | ||
| 316 | + | ||
| 317 | +<http://www.reportinghub.no/ep/schema/well#WellGroup> | ||
| 318 | + rdf:type owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Wed Oct 12 15:17:14 BST 2011 | 1 | +# Saved by TopBraid on Wed Oct 12 15:45:01 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 6 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| ... | @@ -20,484 +20,398 @@ | ... | @@ -20,484 +20,398 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> | 21 | <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ; | 23 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/131/addendum/combo#AllObjects-wellSet> | 26 | <http://www.witsml.org/schemas/131/addendum/combo#AllObjects-wellSet> |
| 27 | spin:rule | 27 | spin:rule |
| 28 | [ rdf:type sp:Construct ; | 28 | [ rdf:type sp:Construct ; |
| 29 | - rdfs:comment "STEP 30103 set choke orifice size"^^xsd:string ; | 29 | + rdfs:comment "STEP 30108 set production flow data - oil rate"^^xsd:string ; |
| 30 | sp:templates ([ sp:object _:b1 ; | 30 | sp:templates ([ sp:object _:b1 ; |
| 31 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; | 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; |
| 32 | sp:subject _:b2 | 32 | sp:subject _:b2 |
| 33 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; | 33 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#OilFlow> ; |
| 34 | sp:predicate rdf:type ; | 34 | sp:predicate rdf:type ; |
| 35 | sp:subject _:b1 | 35 | sp:subject _:b1 |
| 36 | ] [ sp:object _:b3 ; | 36 | ] [ sp:object _:b3 ; |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; | 37 | + sp:predicate rdf:type ; |
| 38 | sp:subject _:b1 | 38 | sp:subject _:b1 |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 39 | + ] [ sp:object _:b4 ; |
| 40 | sp:predicate rdf:type ; | 40 | sp:predicate rdf:type ; |
| 41 | sp:subject _:b3 | 41 | sp:subject _:b3 |
| 42 | - ] [ sp:object _:b4 ; | 42 | + ] [ sp:object _:b5 ; |
| 43 | - sp:predicate _:b5 ; | 43 | + sp:predicate _:b6 ; |
| 44 | sp:subject _:b3 | 44 | sp:subject _:b3 |
| 45 | ]) ; | 45 | ]) ; |
| 46 | - sp:where ([ sp:object _:b6 ; | 46 | + sp:where ([ sp:object _:b7 ; |
| 47 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 47 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 48 | sp:subject spin:_this | 48 | sp:subject spin:_this |
| 49 | ] [ sp:object | 49 | ] [ sp:object |
| 50 | [ sp:varName "wellName"^^xsd:string | 50 | [ sp:varName "wellName"^^xsd:string |
| 51 | ] ; | 51 | ] ; |
| 52 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 52 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 53 | - sp:subject _:b6 | 53 | + sp:subject _:b7 |
| 54 | - ] [ sp:object _:b7 ; | ||
| 55 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 56 | - sp:subject _:b6 | ||
| 57 | ] [ sp:object _:b8 ; | 54 | ] [ sp:object _:b8 ; |
| 58 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 55 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 59 | sp:subject _:b7 | 56 | sp:subject _:b7 |
| 57 | + ] [ sp:object _:b9 ; | ||
| 58 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 59 | + sp:subject _:b8 | ||
| 60 | ] [ sp:object | 60 | ] [ sp:object |
| 61 | [ sp:varName "nameWellBore"^^xsd:string | 61 | [ sp:varName "nameWellBore"^^xsd:string |
| 62 | ] ; | 62 | ] ; |
| 63 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 63 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 64 | - sp:subject _:b8 | 64 | + sp:subject _:b9 |
| 65 | - ] [ sp:object _:b9 ; | ||
| 66 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 67 | - sp:subject _:b8 | ||
| 68 | ] [ sp:object _:b10 ; | 65 | ] [ sp:object _:b10 ; |
| 69 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 66 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 70 | sp:subject _:b9 | 67 | sp:subject _:b9 |
| 68 | + ] [ sp:object _:b11 ; | ||
| 69 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 70 | + sp:subject _:b10 | ||
| 71 | ] [ sp:object | 71 | ] [ sp:object |
| 72 | [ sp:varName "wellBoreTestName"^^xsd:string | 72 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 73 | ] ; | 73 | ] ; |
| 74 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 74 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 75 | - sp:subject _:b10 | ||
| 76 | - ] [ sp:object _:b10 ; | ||
| 77 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 78 | - sp:subject _:b2 | ||
| 79 | - ] [ sp:object _:b11 ; | ||
| 80 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ; | ||
| 81 | - sp:subject _:b10 | ||
| 82 | - ] [ sp:object _:b4 ; | ||
| 83 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 84 | sp:subject _:b11 | 75 | sp:subject _:b11 |
| 85 | ] [ sp:object _:b12 ; | 76 | ] [ sp:object _:b12 ; |
| 86 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 77 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; |
| 78 | + sp:subject _:b11 | ||
| 79 | + ] [ sp:object _:b11 ; | ||
| 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 81 | + sp:subject | ||
| 82 | + [ sp:varName "wellTest"^^xsd:string | ||
| 83 | + ] | ||
| 84 | + ] [ sp:object _:b13 ; | ||
| 85 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | ||
| 87 | sp:subject _:b11 | 86 | sp:subject _:b11 |
| 87 | + ] [ sp:object _:b13 ; | ||
| 88 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 89 | + sp:subject _:b14 | ||
| 90 | + ] [ sp:object _:b2 ; | ||
| 91 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 92 | + sp:subject _:b14 | ||
| 93 | + ] [ sp:object _:b15 ; | ||
| 94 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; | ||
| 95 | + sp:subject _:b13 | ||
| 96 | + ] [ sp:object _:b16 ; | ||
| 97 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilRateRef> ; | ||
| 98 | + sp:subject _:b15 | ||
| 99 | + ] [ sp:object _:b17 ; | ||
| 100 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; | ||
| 101 | + sp:subject _:b16 | ||
| 102 | + ] [ sp:object _:b5 ; | ||
| 103 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 104 | + sp:subject _:b17 | ||
| 105 | + ] [ sp:object _:b18 ; | ||
| 106 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 107 | + sp:subject _:b17 | ||
| 88 | ] [ rdf:type sp:Bind ; | 108 | ] [ rdf:type sp:Bind ; |
| 89 | sp:expression | 109 | sp:expression |
| 90 | - [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | 110 | + [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; |
| 91 | sp:arg1 _:b12 | 111 | sp:arg1 _:b12 |
| 92 | ] ; | 112 | ] ; |
| 93 | - sp:variable _:b5 | 113 | + sp:variable _:b4 |
| 114 | + ] [ rdf:type sp:Bind ; | ||
| 115 | + sp:expression | ||
| 116 | + [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; | ||
| 117 | + sp:arg1 _:b18 | ||
| 118 | + ] ; | ||
| 119 | + sp:variable _:b6 | ||
| 94 | ]) | 120 | ]) |
| 95 | ] ; | 121 | ] ; |
| 96 | spin:rule | 122 | spin:rule |
| 97 | [ rdf:type sp:Construct ; | 123 | [ rdf:type sp:Construct ; |
| 98 | - rdfs:comment "STEP 30105 set production wellhead data - choke orifice size"^^xsd:string ; | 124 | + rdfs:comment "STEP 30103 set choke orifice size"^^xsd:string ; |
| 99 | - sp:templates ([ sp:object _:b13 ; | 125 | + sp:templates ([ sp:object _:b19 ; |
| 100 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; | 126 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; |
| 101 | - sp:subject _:b14 | 127 | + sp:subject _:b20 |
| 102 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; | 128 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; |
| 103 | sp:predicate rdf:type ; | 129 | sp:predicate rdf:type ; |
| 104 | - sp:subject _:b13 | 130 | + sp:subject _:b19 |
| 105 | - ] [ sp:object _:b15 ; | 131 | + ] [ sp:object _:b21 ; |
| 106 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; | 132 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; |
| 107 | - sp:subject _:b13 | 133 | + sp:subject _:b19 |
| 108 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 134 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 109 | sp:predicate rdf:type ; | 135 | sp:predicate rdf:type ; |
| 110 | - sp:subject _:b15 | 136 | + sp:subject _:b21 |
| 111 | - ] [ sp:object _:b16 ; | 137 | + ] [ sp:object _:b22 ; |
| 112 | - sp:predicate _:b17 ; | 138 | + sp:predicate _:b23 ; |
| 113 | - sp:subject _:b15 | 139 | + sp:subject _:b21 |
| 114 | ]) ; | 140 | ]) ; |
| 115 | - sp:where ([ sp:object _:b18 ; | 141 | + sp:where ([ sp:object _:b24 ; |
| 116 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 142 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 117 | sp:subject spin:_this | 143 | sp:subject spin:_this |
| 118 | ] [ sp:object | 144 | ] [ sp:object |
| 119 | [ sp:varName "wellName"^^xsd:string | 145 | [ sp:varName "wellName"^^xsd:string |
| 120 | ] ; | 146 | ] ; |
| 121 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 147 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 122 | - sp:subject _:b18 | 148 | + sp:subject _:b24 |
| 123 | - ] [ sp:object _:b19 ; | 149 | + ] [ sp:object _:b25 ; |
| 124 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 150 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 125 | - sp:subject _:b18 | 151 | + sp:subject _:b24 |
| 126 | - ] [ sp:object _:b20 ; | 152 | + ] [ sp:object _:b26 ; |
| 127 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 153 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 128 | - sp:subject _:b19 | 154 | + sp:subject _:b25 |
| 129 | ] [ sp:object | 155 | ] [ sp:object |
| 130 | [ sp:varName "nameWellBore"^^xsd:string | 156 | [ sp:varName "nameWellBore"^^xsd:string |
| 131 | ] ; | 157 | ] ; |
| 132 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 158 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 133 | - sp:subject _:b20 | 159 | + sp:subject _:b26 |
| 134 | - ] [ sp:object _:b21 ; | 160 | + ] [ sp:object _:b27 ; |
| 135 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 161 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 136 | - sp:subject _:b20 | 162 | + sp:subject _:b26 |
| 137 | - ] [ sp:object _:b22 ; | 163 | + ] [ sp:object _:b28 ; |
| 138 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 164 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 139 | - sp:subject _:b21 | 165 | + sp:subject _:b27 |
| 140 | ] [ sp:object | 166 | ] [ sp:object |
| 141 | [ sp:varName "wellBoreTestName"^^xsd:string | 167 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 142 | ] ; | 168 | ] ; |
| 143 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 169 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 144 | - sp:subject _:b22 | 170 | + sp:subject _:b28 |
| 145 | - ] [ sp:object _:b22 ; | 171 | + ] [ sp:object _:b28 ; |
| 146 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 147 | - sp:subject | ||
| 148 | - [ sp:varName "wellTest"^^xsd:string | ||
| 149 | - ] | ||
| 150 | - ] [ sp:object _:b23 ; | ||
| 151 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | ||
| 152 | - sp:subject _:b22 | ||
| 153 | - ] [ sp:object _:b23 ; | ||
| 154 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 172 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 155 | - sp:subject _:b14 | 173 | + sp:subject _:b20 |
| 156 | - ] [ sp:object | 174 | + ] [ sp:object _:b29 ; |
| 157 | - [ sp:varName "wellheadDataRef"^^xsd:string | ||
| 158 | - ] ; | ||
| 159 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ; | ||
| 160 | - sp:subject _:b23 | ||
| 161 | - ] [ sp:object _:b24 ; | ||
| 162 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ; | 175 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ; |
| 163 | - sp:subject | 176 | + sp:subject _:b28 |
| 164 | - [ sp:varName "wellHeadDataRef"^^xsd:string | 177 | + ] [ sp:object _:b22 ; |
| 165 | - ] | ||
| 166 | - ] [ sp:object _:b16 ; | ||
| 167 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 178 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 168 | - sp:subject _:b24 | 179 | + sp:subject _:b29 |
| 169 | - ] [ sp:object _:b25 ; | 180 | + ] [ sp:object _:b30 ; |
| 170 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 181 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 171 | - sp:subject _:b24 | 182 | + sp:subject _:b29 |
| 172 | ] [ rdf:type sp:Bind ; | 183 | ] [ rdf:type sp:Bind ; |
| 173 | sp:expression | 184 | sp:expression |
| 174 | [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | 185 | [ rdf:type ep-dpr-spin-lib:selectLengthScale ; |
| 175 | - sp:arg1 _:b25 | 186 | + sp:arg1 _:b30 |
| 176 | ] ; | 187 | ] ; |
| 177 | - sp:variable _:b17 | 188 | + sp:variable _:b23 |
| 178 | ]) | 189 | ]) |
| 179 | ] ; | 190 | ] ; |
| 180 | spin:rule | 191 | spin:rule |
| 181 | [ rdf:type sp:Construct ; | 192 | [ rdf:type sp:Construct ; |
| 182 | - rdfs:comment "STEP 30101 Create WellTest activity - anonymous because there is no mandatory data about it"^^xsd:string ; | 193 | + rdfs:comment "STEP 30102 set activity type"^^xsd:string ; |
| 183 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 194 | + sp:templates ([ sp:object _:b31 ; |
| 184 | sp:predicate rdf:type ; | 195 | sp:predicate rdf:type ; |
| 185 | - sp:subject _:b26 | 196 | + sp:subject _:b32 |
| 186 | - ] [ sp:object _:b27 ; | 197 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTestType> ; |
| 187 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 198 | + sp:predicate rdf:type ; |
| 188 | - sp:subject _:b26 | 199 | + sp:subject _:b31 |
| 189 | - ] [ sp:object _:b28 ; | 200 | + ] [ sp:object _:b33 ; |
| 190 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 201 | + sp:predicate rdfs:label ; |
| 191 | - sp:subject _:b26 | 202 | + sp:subject _:b31 |
| 192 | - ] [ sp:object _:b29 ; | ||
| 193 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 194 | - sp:subject _:b26 | ||
| 195 | ]) ; | 203 | ]) ; |
| 196 | - sp:where ([ sp:object _:b30 ; | 204 | + sp:where ([ sp:object _:b34 ; |
| 197 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 205 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 198 | sp:subject spin:_this | 206 | sp:subject spin:_this |
| 199 | ] [ sp:object | 207 | ] [ sp:object |
| 200 | [ sp:varName "wellName"^^xsd:string | 208 | [ sp:varName "wellName"^^xsd:string |
| 201 | ] ; | 209 | ] ; |
| 202 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 210 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 203 | - sp:subject _:b30 | 211 | + sp:subject _:b34 |
| 204 | - ] [ sp:object _:b31 ; | 212 | + ] [ sp:object _:b35 ; |
| 205 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 213 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 206 | - sp:subject _:b30 | 214 | + sp:subject _:b34 |
| 207 | - ] [ sp:object _:b32 ; | 215 | + ] [ sp:object _:b36 ; |
| 208 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 216 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 209 | - sp:subject _:b31 | 217 | + sp:subject _:b35 |
| 210 | - ] [ sp:object _:b33 ; | 218 | + ] [ sp:object |
| 219 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 220 | + ] ; | ||
| 211 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 221 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 212 | - sp:subject _:b32 | 222 | + sp:subject _:b36 |
| 213 | - ] [ sp:object _:b34 ; | 223 | + ] [ sp:object _:b37 ; |
| 214 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 224 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 215 | - sp:subject _:b32 | 225 | + sp:subject _:b36 |
| 216 | - ] [ sp:object _:b29 ; | 226 | + ] [ sp:object _:b38 ; |
| 217 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 227 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 218 | - sp:subject _:b34 | 228 | + sp:subject _:b37 |
| 219 | ] [ sp:object | 229 | ] [ sp:object |
| 220 | [ sp:varName "wellBoreTestName"^^xsd:string | 230 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 221 | ] ; | 231 | ] ; |
| 222 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 232 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 223 | - sp:subject _:b29 | 233 | + sp:subject _:b38 |
| 224 | - ] [ rdf:type sp:Optional ; | 234 | + ] [ sp:object _:b38 ; |
| 225 | - sp:elements ([ sp:object _:b27 ; | 235 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 226 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDate> ; | 236 | + sp:subject _:b32 |
| 227 | - sp:subject _:b29 | 237 | + ] [ sp:object _:b33 ; |
| 228 | - ]) | 238 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testType> ; |
| 229 | - ] [ rdf:type sp:Bind ; | 239 | + sp:subject _:b38 |
| 230 | - sp:expression | ||
| 231 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 232 | - sp:arg1 [ rdf:type xsd:string ; | ||
| 233 | - sp:arg1 _:b33 | ||
| 234 | - ] | ||
| 235 | - ] ; | ||
| 236 | - sp:variable _:b28 | ||
| 237 | ]) | 240 | ]) |
| 238 | ] ; | 241 | ] ; |
| 239 | spin:rule | 242 | spin:rule |
| 240 | [ rdf:type sp:Construct ; | 243 | [ rdf:type sp:Construct ; |
| 241 | - rdfs:comment "STEP 30106 set production flow data - well head and separator"^^xsd:string ; | 244 | + rdfs:comment "STEP 30108 set production flow data - water rate"^^xsd:string ; |
| 242 | - sp:templates ([ sp:object _:b35 ; | 245 | + sp:templates ([ sp:object _:b39 ; |
| 243 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 246 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; |
| 244 | - sp:subject _:b36 | 247 | + sp:subject _:b40 |
| 245 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowOfMaterial> ; | 248 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ; |
| 246 | - sp:predicate rdf:type ; | ||
| 247 | - sp:subject _:b35 | ||
| 248 | - ] [ sp:object _:b37 ; | ||
| 249 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; | ||
| 250 | - sp:subject _:b38 | ||
| 251 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WellHeadFlow> ; | ||
| 252 | - sp:predicate rdf:type ; | ||
| 253 | - sp:subject _:b37 | ||
| 254 | - ] [ sp:object _:b39 ; | ||
| 255 | - sp:predicate rdf:type ; | ||
| 256 | - sp:subject _:b37 | ||
| 257 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 258 | sp:predicate rdf:type ; | 249 | sp:predicate rdf:type ; |
| 259 | sp:subject _:b39 | 250 | sp:subject _:b39 |
| 260 | - ] [ sp:object _:b40 ; | 251 | + ] [ sp:object _:b41 ; |
| 261 | - sp:predicate _:b41 ; | 252 | + sp:predicate rdf:type ; |
| 262 | sp:subject _:b39 | 253 | sp:subject _:b39 |
| 263 | ] [ sp:object _:b42 ; | 254 | ] [ sp:object _:b42 ; |
| 264 | sp:predicate rdf:type ; | 255 | sp:predicate rdf:type ; |
| 265 | - sp:subject _:b37 | 256 | + sp:subject _:b41 |
| 266 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 267 | - sp:predicate rdf:type ; | ||
| 268 | - sp:subject _:b42 | ||
| 269 | ] [ sp:object _:b43 ; | 257 | ] [ sp:object _:b43 ; |
| 270 | sp:predicate _:b44 ; | 258 | sp:predicate _:b44 ; |
| 271 | - sp:subject _:b42 | 259 | + sp:subject _:b41 |
| 272 | - ] [ sp:object _:b45 ; | ||
| 273 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; | ||
| 274 | - sp:subject _:b38 | ||
| 275 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#SeparatorFlow> ; | ||
| 276 | - sp:predicate rdf:type ; | ||
| 277 | - sp:subject _:b45 | ||
| 278 | - ] [ sp:object _:b46 ; | ||
| 279 | - sp:predicate rdf:type ; | ||
| 280 | - sp:subject _:b45 | ||
| 281 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 282 | - sp:predicate rdf:type ; | ||
| 283 | - sp:subject _:b46 | ||
| 284 | - ] [ sp:object _:b47 ; | ||
| 285 | - sp:predicate _:b48 ; | ||
| 286 | - sp:subject _:b46 | ||
| 287 | - ] [ sp:object _:b49 ; | ||
| 288 | - sp:predicate rdf:type ; | ||
| 289 | - sp:subject _:b45 | ||
| 290 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 291 | - sp:predicate rdf:type ; | ||
| 292 | - sp:subject _:b49 | ||
| 293 | - ] [ sp:object _:b50 ; | ||
| 294 | - sp:predicate _:b51 ; | ||
| 295 | - sp:subject _:b49 | ||
| 296 | ]) ; | 260 | ]) ; |
| 297 | - sp:where ([ sp:object _:b52 ; | 261 | + sp:where ([ sp:object _:b45 ; |
| 298 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 262 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 299 | sp:subject spin:_this | 263 | sp:subject spin:_this |
| 300 | ] [ sp:object | 264 | ] [ sp:object |
| 301 | [ sp:varName "wellName"^^xsd:string | 265 | [ sp:varName "wellName"^^xsd:string |
| 302 | ] ; | 266 | ] ; |
| 303 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 267 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 304 | - sp:subject _:b52 | 268 | + sp:subject _:b45 |
| 305 | - ] [ sp:object _:b53 ; | 269 | + ] [ sp:object _:b46 ; |
| 306 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 270 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 307 | - sp:subject _:b52 | 271 | + sp:subject _:b45 |
| 308 | - ] [ sp:object _:b54 ; | 272 | + ] [ sp:object _:b47 ; |
| 309 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 273 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 310 | - sp:subject _:b53 | 274 | + sp:subject _:b46 |
| 311 | ] [ sp:object | 275 | ] [ sp:object |
| 312 | [ sp:varName "nameWellBore"^^xsd:string | 276 | [ sp:varName "nameWellBore"^^xsd:string |
| 313 | ] ; | 277 | ] ; |
| 314 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 278 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 315 | - sp:subject _:b54 | 279 | + sp:subject _:b47 |
| 316 | - ] [ sp:object _:b55 ; | 280 | + ] [ sp:object _:b48 ; |
| 317 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 281 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 318 | - sp:subject _:b54 | 282 | + sp:subject _:b47 |
| 319 | - ] [ sp:object _:b56 ; | 283 | + ] [ sp:object _:b49 ; |
| 320 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 284 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 321 | - sp:subject _:b55 | 285 | + sp:subject _:b48 |
| 322 | ] [ sp:object | 286 | ] [ sp:object |
| 323 | [ sp:varName "wellBoreTestName"^^xsd:string | 287 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 324 | ] ; | 288 | ] ; |
| 325 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 289 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 326 | - sp:subject _:b56 | 290 | + sp:subject _:b49 |
| 327 | - ] [ sp:object | 291 | + ] [ sp:object _:b50 ; |
| 328 | - [ sp:varName "standardTempPres"^^xsd:string | ||
| 329 | - ] ; | ||
| 330 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; | 292 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; |
| 331 | - sp:subject _:b56 | 293 | + sp:subject _:b49 |
| 332 | - ] [ sp:object _:b56 ; | 294 | + ] [ sp:object _:b49 ; |
| 333 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 295 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 334 | sp:subject | 296 | sp:subject |
| 335 | [ sp:varName "wellTest"^^xsd:string | 297 | [ sp:varName "wellTest"^^xsd:string |
| 336 | ] | 298 | ] |
| 337 | - ] [ sp:object _:b57 ; | 299 | + ] [ sp:object _:b51 ; |
| 338 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 300 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 339 | - sp:subject _:b56 | 301 | + sp:subject _:b49 |
| 340 | - ] [ sp:object _:b57 ; | 302 | + ] [ sp:object _:b51 ; |
| 341 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 303 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 342 | - sp:subject _:b36 | 304 | + sp:subject _:b52 |
| 343 | - ] [ rdf:type sp:Optional ; | 305 | + ] [ sp:object _:b40 ; |
| 344 | - sp:elements ([ sp:object _:b58 ; | 306 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 345 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ; | 307 | + sp:subject _:b52 |
| 346 | - sp:subject _:b57 | 308 | + ] [ sp:object _:b53 ; |
| 347 | - ] [ rdf:type sp:Optional ; | 309 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; |
| 348 | - sp:elements ([ sp:object _:b59 ; | 310 | + sp:subject _:b51 |
| 349 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowingPressureRef> ; | 311 | + ] [ sp:object _:b54 ; |
| 350 | - sp:subject _:b58 | 312 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterRateRef> ; |
| 351 | - ] [ sp:object _:b40 ; | 313 | + sp:subject _:b53 |
| 352 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 314 | + ] [ sp:object _:b55 ; |
| 353 | - sp:subject _:b59 | 315 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; |
| 354 | - ] [ sp:object _:b60 ; | 316 | + sp:subject _:b54 |
| 355 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 317 | + ] [ sp:object _:b43 ; |
| 356 | - sp:subject _:b59 | 318 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 357 | - ]) | 319 | + sp:subject _:b55 |
| 358 | - ] [ rdf:type sp:Optional ; | 320 | + ] [ sp:object _:b56 ; |
| 359 | - sp:elements ([ sp:object _:b61 ; | 321 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 360 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#temperatureRef> ; | 322 | + sp:subject _:b55 |
| 361 | - sp:subject _:b58 | ||
| 362 | - ] [ sp:object _:b43 ; | ||
| 363 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 364 | - sp:subject _:b61 | ||
| 365 | - ] [ sp:object _:b62 ; | ||
| 366 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 367 | - sp:subject _:b61 | ||
| 368 | - ]) | ||
| 369 | - ]) | ||
| 370 | - ] [ rdf:type sp:Optional ; | ||
| 371 | - sp:elements ([ sp:object _:b63 ; | ||
| 372 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorDataRef> ; | ||
| 373 | - sp:subject _:b57 | ||
| 374 | - ] [ rdf:type sp:Optional ; | ||
| 375 | - sp:elements ([ sp:object _:b64 ; | ||
| 376 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorPressureRef> ; | ||
| 377 | - sp:subject _:b63 | ||
| 378 | - ] [ sp:object _:b47 ; | ||
| 379 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 380 | - sp:subject _:b64 | ||
| 381 | - ] [ sp:object _:b65 ; | ||
| 382 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 383 | - sp:subject _:b64 | ||
| 384 | - ]) | ||
| 385 | - ] [ rdf:type sp:Optional ; | ||
| 386 | - sp:elements ([ sp:object _:b66 ; | ||
| 387 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorTemperatureRef> ; | ||
| 388 | - sp:subject _:b63 | ||
| 389 | - ] [ sp:object _:b50 ; | ||
| 390 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 391 | - sp:subject _:b66 | ||
| 392 | - ] [ sp:object _:b67 ; | ||
| 393 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 394 | - sp:subject _:b66 | ||
| 395 | - ]) | ||
| 396 | - ]) | ||
| 397 | ] [ rdf:type sp:Bind ; | 323 | ] [ rdf:type sp:Bind ; |
| 398 | sp:expression | 324 | sp:expression |
| 399 | - [ rdf:type ep-dpr-spin-lib:selectPressureScale ; | 325 | + [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; |
| 400 | - sp:arg1 _:b60 | 326 | + sp:arg1 _:b50 |
| 401 | ] ; | 327 | ] ; |
| 402 | - sp:variable _:b41 | 328 | + sp:variable _:b42 |
| 403 | ] [ rdf:type sp:Bind ; | 329 | ] [ rdf:type sp:Bind ; |
| 404 | sp:expression | 330 | sp:expression |
| 405 | - [ rdf:type ep-dpr-spin-lib:selectTemperatureScale ; | 331 | + [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; |
| 406 | - sp:arg1 _:b62 | 332 | + sp:arg1 _:b56 |
| 407 | ] ; | 333 | ] ; |
| 408 | sp:variable _:b44 | 334 | sp:variable _:b44 |
| 409 | - ] [ rdf:type sp:Bind ; | ||
| 410 | - sp:expression | ||
| 411 | - [ rdf:type ep-dpr-spin-lib:selectPressureScale ; | ||
| 412 | - sp:arg1 _:b65 | ||
| 413 | - ] ; | ||
| 414 | - sp:variable _:b48 | ||
| 415 | - ] [ rdf:type sp:Bind ; | ||
| 416 | - sp:expression | ||
| 417 | - [ rdf:type ep-dpr-spin-lib:selectTemperatureScale ; | ||
| 418 | - sp:arg1 _:b67 | ||
| 419 | - ] ; | ||
| 420 | - sp:variable _:b51 | ||
| 421 | ]) | 335 | ]) |
| 422 | ] ; | 336 | ] ; |
| 423 | spin:rule | 337 | spin:rule |
| 424 | [ rdf:type sp:Construct ; | 338 | [ rdf:type sp:Construct ; |
| 425 | rdfs:comment "STEP 30109 set production flow data - oil gas ratio"^^xsd:string ; | 339 | rdfs:comment "STEP 30109 set production flow data - oil gas ratio"^^xsd:string ; |
| 426 | - sp:templates ([ sp:object _:b68 ; | 340 | + sp:templates ([ sp:object _:b57 ; |
| 427 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; | 341 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; |
| 428 | - sp:subject _:b69 | 342 | + sp:subject _:b58 |
| 429 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 343 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 430 | sp:predicate rdf:type ; | 344 | sp:predicate rdf:type ; |
| 431 | - sp:subject _:b68 | 345 | + sp:subject _:b57 |
| 432 | - ] [ sp:object _:b70 ; | 346 | + ] [ sp:object _:b59 ; |
| 433 | sp:predicate | 347 | sp:predicate |
| 434 | [ sp:varName "specificVolumeScaleGasOil"^^xsd:string | 348 | [ sp:varName "specificVolumeScaleGasOil"^^xsd:string |
| 435 | ] ; | 349 | ] ; |
| 436 | - sp:subject _:b68 | 350 | + sp:subject _:b57 |
| 437 | ]) ; | 351 | ]) ; |
| 438 | - sp:where ([ sp:object _:b71 ; | 352 | + sp:where ([ sp:object _:b60 ; |
| 439 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 353 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 440 | sp:subject spin:_this | 354 | sp:subject spin:_this |
| 441 | ] [ sp:object | 355 | ] [ sp:object |
| 442 | [ sp:varName "wellName"^^xsd:string | 356 | [ sp:varName "wellName"^^xsd:string |
| 443 | ] ; | 357 | ] ; |
| 444 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 358 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 445 | - sp:subject _:b71 | 359 | + sp:subject _:b60 |
| 446 | - ] [ sp:object _:b72 ; | 360 | + ] [ sp:object _:b61 ; |
| 447 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 361 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 448 | - sp:subject _:b71 | 362 | + sp:subject _:b60 |
| 449 | - ] [ sp:object _:b73 ; | 363 | + ] [ sp:object _:b62 ; |
| 450 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 364 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 451 | - sp:subject _:b72 | 365 | + sp:subject _:b61 |
| 452 | ] [ sp:object | 366 | ] [ sp:object |
| 453 | [ sp:varName "nameWellBore"^^xsd:string | 367 | [ sp:varName "nameWellBore"^^xsd:string |
| 454 | ] ; | 368 | ] ; |
| 455 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 369 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 456 | - sp:subject _:b73 | 370 | + sp:subject _:b62 |
| 457 | - ] [ sp:object _:b74 ; | 371 | + ] [ sp:object _:b63 ; |
| 458 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 372 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 459 | - sp:subject _:b73 | 373 | + sp:subject _:b62 |
| 460 | - ] [ sp:object _:b75 ; | 374 | + ] [ sp:object _:b64 ; |
| 461 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 375 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 462 | - sp:subject _:b74 | 376 | + sp:subject _:b63 |
| 463 | ] [ sp:object | 377 | ] [ sp:object |
| 464 | [ sp:varName "wellBoreTestName"^^xsd:string | 378 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 465 | ] ; | 379 | ] ; |
| 466 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 380 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 467 | - sp:subject _:b75 | 381 | + sp:subject _:b64 |
| 468 | ] [ sp:object | 382 | ] [ sp:object |
| 469 | [ sp:varName "standardTempPres"^^xsd:string | 383 | [ sp:varName "standardTempPres"^^xsd:string |
| 470 | ] ; | 384 | ] ; |
| 471 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; | 385 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; |
| 472 | - sp:subject _:b75 | 386 | + sp:subject _:b64 |
| 473 | - ] [ sp:object _:b75 ; | 387 | + ] [ sp:object _:b64 ; |
| 474 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 388 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 475 | sp:subject | 389 | sp:subject |
| 476 | [ sp:varName "wellTest"^^xsd:string | 390 | [ sp:varName "wellTest"^^xsd:string |
| 477 | ] | 391 | ] |
| 478 | - ] [ sp:object _:b76 ; | 392 | + ] [ sp:object _:b65 ; |
| 479 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 393 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 480 | - sp:subject _:b75 | 394 | + sp:subject _:b64 |
| 481 | - ] [ sp:object _:b76 ; | 395 | + ] [ sp:object _:b65 ; |
| 482 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 396 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 483 | - sp:subject _:b77 | 397 | + sp:subject _:b66 |
| 484 | - ] [ sp:object _:b69 ; | 398 | + ] [ sp:object _:b58 ; |
| 485 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ; | 399 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 486 | - sp:subject _:b77 | 400 | + sp:subject _:b66 |
| 487 | - ] [ sp:object _:b78 ; | 401 | + ] [ sp:object _:b67 ; |
| 488 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; | 402 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; |
| 489 | - sp:subject _:b76 | 403 | + sp:subject _:b65 |
| 490 | - ] [ sp:object _:b79 ; | 404 | + ] [ sp:object _:b68 ; |
| 491 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasOilRatioRef> ; | 405 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasOilRatioRef> ; |
| 492 | - sp:subject _:b78 | 406 | + sp:subject _:b67 |
| 493 | - ] [ sp:object _:b70 ; | 407 | + ] [ sp:object _:b59 ; |
| 494 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 408 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 495 | - sp:subject _:b79 | 409 | + sp:subject _:b68 |
| 496 | ] [ sp:object | 410 | ] [ sp:object |
| 497 | [ sp:varName "uomGasOil"^^xsd:string | 411 | [ sp:varName "uomGasOil"^^xsd:string |
| 498 | ] ; | 412 | ] ; |
| 499 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 413 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 500 | - sp:subject _:b79 | 414 | + sp:subject _:b68 |
| 501 | ] [ rdf:type sp:Bind ; | 415 | ] [ rdf:type sp:Bind ; |
| 502 | sp:expression | 416 | sp:expression |
| 503 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; | 417 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; |
| ... | @@ -511,409 +425,495 @@ | ... | @@ -511,409 +425,495 @@ |
| 511 | ] ; | 425 | ] ; |
| 512 | spin:rule | 426 | spin:rule |
| 513 | [ rdf:type sp:Construct ; | 427 | [ rdf:type sp:Construct ; |
| 514 | - rdfs:comment "STEP 30104 set production test duration"^^xsd:string ; | 428 | + rdfs:comment "STEP 30105 set production wellhead data - choke orifice size"^^xsd:string ; |
| 515 | - sp:templates ([ sp:object _:b80 ; | 429 | + sp:templates ([ sp:object _:b69 ; |
| 430 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; | ||
| 431 | + sp:subject _:b70 | ||
| 432 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; | ||
| 516 | sp:predicate rdf:type ; | 433 | sp:predicate rdf:type ; |
| 517 | - sp:subject _:b81 | 434 | + sp:subject _:b69 |
| 518 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 435 | + ] [ sp:object _:b71 ; |
| 436 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; | ||
| 437 | + sp:subject _:b69 | ||
| 438 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 519 | sp:predicate rdf:type ; | 439 | sp:predicate rdf:type ; |
| 520 | - sp:subject _:b80 | 440 | + sp:subject _:b71 |
| 521 | - ] [ sp:object _:b82 ; | 441 | + ] [ sp:object _:b72 ; |
| 522 | - sp:predicate _:b83 ; | 442 | + sp:predicate _:b73 ; |
| 523 | - sp:subject _:b80 | 443 | + sp:subject _:b71 |
| 524 | ]) ; | 444 | ]) ; |
| 525 | - sp:where ([ sp:object _:b84 ; | 445 | + sp:where ([ sp:object _:b74 ; |
| 526 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 446 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 527 | sp:subject spin:_this | 447 | sp:subject spin:_this |
| 528 | ] [ sp:object | 448 | ] [ sp:object |
| 529 | [ sp:varName "wellName"^^xsd:string | 449 | [ sp:varName "wellName"^^xsd:string |
| 530 | ] ; | 450 | ] ; |
| 531 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 451 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 532 | - sp:subject _:b84 | 452 | + sp:subject _:b74 |
| 533 | - ] [ sp:object _:b85 ; | 453 | + ] [ sp:object _:b75 ; |
| 534 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 454 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 535 | - sp:subject _:b84 | 455 | + sp:subject _:b74 |
| 536 | - ] [ sp:object _:b86 ; | 456 | + ] [ sp:object _:b76 ; |
| 537 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 457 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 538 | - sp:subject _:b85 | 458 | + sp:subject _:b75 |
| 539 | ] [ sp:object | 459 | ] [ sp:object |
| 540 | [ sp:varName "nameWellBore"^^xsd:string | 460 | [ sp:varName "nameWellBore"^^xsd:string |
| 541 | ] ; | 461 | ] ; |
| 542 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 462 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 543 | - sp:subject _:b86 | 463 | + sp:subject _:b76 |
| 544 | - ] [ sp:object _:b87 ; | 464 | + ] [ sp:object _:b77 ; |
| 545 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 465 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 546 | - sp:subject _:b86 | 466 | + sp:subject _:b76 |
| 547 | - ] [ sp:object _:b88 ; | 467 | + ] [ sp:object _:b78 ; |
| 548 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 468 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 549 | - sp:subject _:b87 | 469 | + sp:subject _:b77 |
| 550 | ] [ sp:object | 470 | ] [ sp:object |
| 551 | [ sp:varName "wellBoreTestName"^^xsd:string | 471 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 552 | ] ; | 472 | ] ; |
| 553 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 473 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 554 | - sp:subject _:b88 | 474 | + sp:subject _:b78 |
| 555 | - ] [ sp:object _:b88 ; | 475 | + ] [ sp:object _:b78 ; |
| 556 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 476 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 557 | sp:subject | 477 | sp:subject |
| 558 | [ sp:varName "wellTest"^^xsd:string | 478 | [ sp:varName "wellTest"^^xsd:string |
| 559 | ] | 479 | ] |
| 560 | - ] [ sp:object _:b89 ; | 480 | + ] [ sp:object _:b79 ; |
| 561 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 481 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 562 | - sp:subject _:b88 | 482 | + sp:subject _:b78 |
| 563 | - ] [ sp:object _:b89 ; | 483 | + ] [ sp:object _:b79 ; |
| 564 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 484 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 565 | - sp:subject _:b81 | 485 | + sp:subject _:b70 |
| 566 | - ] [ sp:object _:b90 ; | 486 | + ] [ sp:object |
| 567 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDurationRef> ; | 487 | + [ sp:varName "wellheadDataRef"^^xsd:string |
| 568 | - sp:subject _:b89 | 488 | + ] ; |
| 569 | - ] [ sp:object _:b82 ; | 489 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ; |
| 490 | + sp:subject _:b79 | ||
| 491 | + ] [ sp:object _:b80 ; | ||
| 492 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ; | ||
| 493 | + sp:subject | ||
| 494 | + [ sp:varName "wellHeadDataRef"^^xsd:string | ||
| 495 | + ] | ||
| 496 | + ] [ sp:object _:b72 ; | ||
| 570 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 497 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 571 | - sp:subject _:b90 | 498 | + sp:subject _:b80 |
| 572 | - ] [ sp:object _:b91 ; | 499 | + ] [ sp:object _:b81 ; |
| 573 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 500 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 574 | - sp:subject _:b90 | 501 | + sp:subject _:b80 |
| 575 | ] [ rdf:type sp:Bind ; | 502 | ] [ rdf:type sp:Bind ; |
| 576 | sp:expression | 503 | sp:expression |
| 577 | - [ rdf:type ep-dpr-spin-lib:selectDurationScale ; | 504 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; |
| 578 | - sp:arg1 _:b91 | 505 | + sp:arg1 _:b81 |
| 579 | ] ; | 506 | ] ; |
| 580 | - sp:variable _:b83 | 507 | + sp:variable _:b73 |
| 581 | ]) | 508 | ]) |
| 582 | ] ; | 509 | ] ; |
| 583 | spin:rule | 510 | spin:rule |
| 584 | [ rdf:type sp:Construct ; | 511 | [ rdf:type sp:Construct ; |
| 585 | - rdfs:comment "STEP 30108 set production flow data - water rate"^^xsd:string ; | 512 | + rdfs:comment "STEP 30107 set production flow data - gas rate"^^xsd:string ; |
| 586 | - sp:templates ([ sp:object _:b92 ; | 513 | + sp:templates ([ sp:object _:b82 ; |
| 587 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | 514 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; |
| 588 | - sp:subject _:b93 | 515 | + sp:subject _:b83 |
| 589 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ; | 516 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#GasFlow> ; |
| 590 | sp:predicate rdf:type ; | 517 | sp:predicate rdf:type ; |
| 591 | - sp:subject _:b92 | 518 | + sp:subject _:b82 |
| 592 | - ] [ sp:object _:b94 ; | 519 | + ] [ sp:object _:b84 ; |
| 593 | sp:predicate rdf:type ; | 520 | sp:predicate rdf:type ; |
| 594 | - sp:subject _:b92 | 521 | + sp:subject _:b82 |
| 595 | - ] [ sp:object _:b95 ; | 522 | + ] [ sp:object _:b85 ; |
| 596 | sp:predicate rdf:type ; | 523 | sp:predicate rdf:type ; |
| 597 | - sp:subject _:b94 | 524 | + sp:subject _:b84 |
| 598 | - ] [ sp:object _:b96 ; | 525 | + ] [ sp:object _:b86 ; |
| 599 | - sp:predicate _:b97 ; | 526 | + sp:predicate _:b87 ; |
| 600 | - sp:subject _:b94 | 527 | + sp:subject _:b84 |
| 601 | ]) ; | 528 | ]) ; |
| 602 | - sp:where ([ sp:object _:b98 ; | 529 | + sp:where ([ sp:object _:b88 ; |
| 603 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 530 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 604 | sp:subject spin:_this | 531 | sp:subject spin:_this |
| 605 | ] [ sp:object | 532 | ] [ sp:object |
| 606 | [ sp:varName "wellName"^^xsd:string | 533 | [ sp:varName "wellName"^^xsd:string |
| 607 | ] ; | 534 | ] ; |
| 608 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 535 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 609 | - sp:subject _:b98 | 536 | + sp:subject _:b88 |
| 610 | - ] [ sp:object _:b99 ; | 537 | + ] [ sp:object _:b89 ; |
| 611 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 538 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 612 | - sp:subject _:b98 | 539 | + sp:subject _:b88 |
| 613 | - ] [ sp:object _:b100 ; | 540 | + ] [ sp:object _:b90 ; |
| 614 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 541 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 615 | - sp:subject _:b99 | 542 | + sp:subject _:b89 |
| 616 | ] [ sp:object | 543 | ] [ sp:object |
| 617 | [ sp:varName "nameWellBore"^^xsd:string | 544 | [ sp:varName "nameWellBore"^^xsd:string |
| 618 | ] ; | 545 | ] ; |
| 619 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 546 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 620 | - sp:subject _:b100 | 547 | + sp:subject _:b90 |
| 621 | - ] [ sp:object _:b101 ; | 548 | + ] [ sp:object _:b91 ; |
| 622 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 549 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 623 | - sp:subject _:b100 | 550 | + sp:subject _:b90 |
| 624 | - ] [ sp:object _:b102 ; | 551 | + ] [ sp:object _:b92 ; |
| 625 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 552 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 626 | - sp:subject _:b101 | 553 | + sp:subject _:b91 |
| 627 | ] [ sp:object | 554 | ] [ sp:object |
| 628 | [ sp:varName "wellBoreTestName"^^xsd:string | 555 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 629 | ] ; | 556 | ] ; |
| 630 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 557 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 631 | - sp:subject _:b102 | 558 | + sp:subject _:b92 |
| 632 | - ] [ sp:object _:b103 ; | 559 | + ] [ sp:object _:b93 ; |
| 633 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; | 560 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; |
| 634 | - sp:subject _:b102 | 561 | + sp:subject _:b92 |
| 635 | - ] [ sp:object _:b102 ; | 562 | + ] [ sp:object _:b92 ; |
| 636 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 563 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 637 | sp:subject | 564 | sp:subject |
| 638 | [ sp:varName "wellTest"^^xsd:string | 565 | [ sp:varName "wellTest"^^xsd:string |
| 639 | ] | 566 | ] |
| 640 | - ] [ sp:object _:b104 ; | 567 | + ] [ sp:object _:b94 ; |
| 641 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 568 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 642 | - sp:subject _:b102 | 569 | + sp:subject _:b92 |
| 643 | - ] [ sp:object _:b104 ; | 570 | + ] [ sp:object _:b94 ; |
| 644 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 571 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 645 | - sp:subject _:b105 | 572 | + sp:subject _:b95 |
| 646 | - ] [ sp:object _:b93 ; | 573 | + ] [ sp:object _:b83 ; |
| 647 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ; | 574 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 648 | - sp:subject _:b105 | 575 | + sp:subject _:b95 |
| 649 | - ] [ sp:object _:b106 ; | 576 | + ] [ sp:object _:b96 ; |
| 650 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; | 577 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; |
| 651 | - sp:subject _:b104 | 578 | + sp:subject _:b94 |
| 652 | - ] [ sp:object _:b107 ; | 579 | + ] [ sp:object _:b97 ; |
| 653 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterRateRef> ; | 580 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasRateRef> ; |
| 654 | - sp:subject _:b106 | 581 | + sp:subject _:b96 |
| 655 | - ] [ sp:object _:b108 ; | 582 | + ] [ sp:object _:b98 ; |
| 656 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; | 583 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; |
| 657 | - sp:subject _:b107 | 584 | + sp:subject _:b97 |
| 658 | - ] [ sp:object _:b96 ; | 585 | + ] [ sp:object _:b86 ; |
| 659 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 586 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 660 | - sp:subject _:b108 | 587 | + sp:subject _:b98 |
| 661 | - ] [ sp:object _:b109 ; | 588 | + ] [ sp:object _:b99 ; |
| 662 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 589 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 663 | - sp:subject _:b108 | 590 | + sp:subject _:b98 |
| 664 | ] [ rdf:type sp:Bind ; | 591 | ] [ rdf:type sp:Bind ; |
| 665 | sp:expression | 592 | sp:expression |
| 666 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; | 593 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; |
| 667 | - sp:arg1 _:b103 | 594 | + sp:arg1 _:b93 |
| 668 | ] ; | 595 | ] ; |
| 669 | - sp:variable _:b95 | 596 | + sp:variable _:b85 |
| 670 | ] [ rdf:type sp:Bind ; | 597 | ] [ rdf:type sp:Bind ; |
| 671 | sp:expression | 598 | sp:expression |
| 672 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; | 599 | [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; |
| 673 | - sp:arg1 _:b109 | 600 | + sp:arg1 _:b99 |
| 674 | ] ; | 601 | ] ; |
| 675 | - sp:variable _:b97 | 602 | + sp:variable _:b87 |
| 676 | ]) | 603 | ]) |
| 677 | ] ; | 604 | ] ; |
| 678 | spin:rule | 605 | spin:rule |
| 679 | [ rdf:type sp:Construct ; | 606 | [ rdf:type sp:Construct ; |
| 680 | - rdfs:comment "STEP 30108 set production flow data - oil rate"^^xsd:string ; | 607 | + rdfs:comment "STEP 30101 Create WellTest activity - anonymous because there is no mandatory data about it"^^xsd:string ; |
| 681 | - sp:templates ([ sp:object _:b110 ; | 608 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 682 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 683 | - sp:subject _:b111 | ||
| 684 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#OilFlow> ; | ||
| 685 | sp:predicate rdf:type ; | 609 | sp:predicate rdf:type ; |
| 686 | - sp:subject _:b110 | 610 | + sp:subject _:b100 |
| 687 | - ] [ sp:object _:b112 ; | 611 | + ] [ sp:object _:b101 ; |
| 612 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 613 | + sp:subject _:b100 | ||
| 614 | + ] [ sp:object _:b102 ; | ||
| 615 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 616 | + sp:subject _:b100 | ||
| 617 | + ] [ sp:object _:b103 ; | ||
| 618 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 619 | + sp:subject _:b100 | ||
| 620 | + ]) ; | ||
| 621 | + sp:where ([ sp:object _:b104 ; | ||
| 622 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 623 | + sp:subject spin:_this | ||
| 624 | + ] [ sp:object | ||
| 625 | + [ sp:varName "wellName"^^xsd:string | ||
| 626 | + ] ; | ||
| 627 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 628 | + sp:subject _:b104 | ||
| 629 | + ] [ sp:object _:b105 ; | ||
| 630 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 631 | + sp:subject _:b104 | ||
| 632 | + ] [ sp:object _:b106 ; | ||
| 633 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 634 | + sp:subject _:b105 | ||
| 635 | + ] [ sp:object _:b107 ; | ||
| 636 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 637 | + sp:subject _:b106 | ||
| 638 | + ] [ sp:object _:b108 ; | ||
| 639 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 640 | + sp:subject _:b106 | ||
| 641 | + ] [ sp:object _:b103 ; | ||
| 642 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 643 | + sp:subject _:b108 | ||
| 644 | + ] [ sp:object | ||
| 645 | + [ sp:varName "wellBoreTestName"^^xsd:string | ||
| 646 | + ] ; | ||
| 647 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 648 | + sp:subject _:b103 | ||
| 649 | + ] [ rdf:type sp:Optional ; | ||
| 650 | + sp:elements ([ sp:object _:b101 ; | ||
| 651 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDate> ; | ||
| 652 | + sp:subject _:b103 | ||
| 653 | + ]) | ||
| 654 | + ] [ rdf:type sp:Bind ; | ||
| 655 | + sp:expression | ||
| 656 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 657 | + sp:arg1 [ rdf:type xsd:string ; | ||
| 658 | + sp:arg1 _:b107 | ||
| 659 | + ] | ||
| 660 | + ] ; | ||
| 661 | + sp:variable _:b102 | ||
| 662 | + ]) | ||
| 663 | + ] ; | ||
| 664 | + spin:rule | ||
| 665 | + [ rdf:type sp:Construct ; | ||
| 666 | + rdfs:comment "STEP 30104 set production test duration"^^xsd:string ; | ||
| 667 | + sp:templates ([ sp:object _:b109 ; | ||
| 688 | sp:predicate rdf:type ; | 668 | sp:predicate rdf:type ; |
| 689 | sp:subject _:b110 | 669 | sp:subject _:b110 |
| 690 | - ] [ sp:object _:b113 ; | 670 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 691 | sp:predicate rdf:type ; | 671 | sp:predicate rdf:type ; |
| 692 | - sp:subject _:b112 | 672 | + sp:subject _:b109 |
| 693 | - ] [ sp:object _:b114 ; | 673 | + ] [ sp:object _:b111 ; |
| 694 | - sp:predicate _:b115 ; | 674 | + sp:predicate _:b112 ; |
| 695 | - sp:subject _:b112 | 675 | + sp:subject _:b109 |
| 696 | ]) ; | 676 | ]) ; |
| 697 | - sp:where ([ sp:object _:b116 ; | 677 | + sp:where ([ sp:object _:b113 ; |
| 698 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 678 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 699 | sp:subject spin:_this | 679 | sp:subject spin:_this |
| 700 | ] [ sp:object | 680 | ] [ sp:object |
| 701 | [ sp:varName "wellName"^^xsd:string | 681 | [ sp:varName "wellName"^^xsd:string |
| 702 | ] ; | 682 | ] ; |
| 703 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 683 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 704 | - sp:subject _:b116 | 684 | + sp:subject _:b113 |
| 705 | - ] [ sp:object _:b117 ; | 685 | + ] [ sp:object _:b114 ; |
| 706 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 686 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 707 | - sp:subject _:b116 | 687 | + sp:subject _:b113 |
| 708 | - ] [ sp:object _:b118 ; | 688 | + ] [ sp:object _:b115 ; |
| 709 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 689 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 710 | - sp:subject _:b117 | 690 | + sp:subject _:b114 |
| 711 | ] [ sp:object | 691 | ] [ sp:object |
| 712 | [ sp:varName "nameWellBore"^^xsd:string | 692 | [ sp:varName "nameWellBore"^^xsd:string |
| 713 | ] ; | 693 | ] ; |
| 714 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 694 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 715 | - sp:subject _:b118 | 695 | + sp:subject _:b115 |
| 716 | - ] [ sp:object _:b119 ; | 696 | + ] [ sp:object _:b116 ; |
| 717 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 697 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 718 | - sp:subject _:b118 | 698 | + sp:subject _:b115 |
| 719 | - ] [ sp:object _:b120 ; | 699 | + ] [ sp:object _:b117 ; |
| 720 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 700 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 721 | - sp:subject _:b119 | 701 | + sp:subject _:b116 |
| 722 | ] [ sp:object | 702 | ] [ sp:object |
| 723 | [ sp:varName "wellBoreTestName"^^xsd:string | 703 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 724 | ] ; | 704 | ] ; |
| 725 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 705 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 726 | - sp:subject _:b120 | 706 | + sp:subject _:b117 |
| 727 | - ] [ sp:object _:b121 ; | 707 | + ] [ sp:object _:b117 ; |
| 728 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; | ||
| 729 | - sp:subject _:b120 | ||
| 730 | - ] [ sp:object _:b120 ; | ||
| 731 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 708 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 732 | sp:subject | 709 | sp:subject |
| 733 | [ sp:varName "wellTest"^^xsd:string | 710 | [ sp:varName "wellTest"^^xsd:string |
| 734 | ] | 711 | ] |
| 735 | - ] [ sp:object _:b122 ; | 712 | + ] [ sp:object _:b118 ; |
| 736 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 713 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 737 | - sp:subject _:b120 | 714 | + sp:subject _:b117 |
| 738 | - ] [ sp:object _:b122 ; | 715 | + ] [ sp:object _:b118 ; |
| 739 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 716 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 740 | - sp:subject _:b123 | 717 | + sp:subject _:b110 |
| 718 | + ] [ sp:object _:b119 ; | ||
| 719 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDurationRef> ; | ||
| 720 | + sp:subject _:b118 | ||
| 741 | ] [ sp:object _:b111 ; | 721 | ] [ sp:object _:b111 ; |
| 742 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ; | ||
| 743 | - sp:subject _:b123 | ||
| 744 | - ] [ sp:object _:b124 ; | ||
| 745 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; | ||
| 746 | - sp:subject _:b122 | ||
| 747 | - ] [ sp:object _:b125 ; | ||
| 748 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilRateRef> ; | ||
| 749 | - sp:subject _:b124 | ||
| 750 | - ] [ sp:object _:b126 ; | ||
| 751 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; | ||
| 752 | - sp:subject _:b125 | ||
| 753 | - ] [ sp:object _:b114 ; | ||
| 754 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 722 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 755 | - sp:subject _:b126 | 723 | + sp:subject _:b119 |
| 756 | - ] [ sp:object _:b127 ; | 724 | + ] [ sp:object _:b120 ; |
| 757 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 725 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 758 | - sp:subject _:b126 | 726 | + sp:subject _:b119 |
| 759 | - ] [ rdf:type sp:Bind ; | ||
| 760 | - sp:expression | ||
| 761 | - [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; | ||
| 762 | - sp:arg1 _:b121 | ||
| 763 | - ] ; | ||
| 764 | - sp:variable _:b113 | ||
| 765 | ] [ rdf:type sp:Bind ; | 727 | ] [ rdf:type sp:Bind ; |
| 766 | sp:expression | 728 | sp:expression |
| 767 | - [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; | 729 | + [ rdf:type ep-dpr-spin-lib:selectDurationScale ; |
| 768 | - sp:arg1 _:b127 | 730 | + sp:arg1 _:b120 |
| 769 | ] ; | 731 | ] ; |
| 770 | - sp:variable _:b115 | 732 | + sp:variable _:b112 |
| 771 | ]) | 733 | ]) |
| 772 | ] ; | 734 | ] ; |
| 773 | spin:rule | 735 | spin:rule |
| 774 | [ rdf:type sp:Construct ; | 736 | [ rdf:type sp:Construct ; |
| 775 | - rdfs:comment "STEP 30102 set activity type"^^xsd:string ; | 737 | + rdfs:comment "STEP 30106 set production flow data - well head and separator"^^xsd:string ; |
| 776 | - sp:templates ([ sp:object _:b128 ; | 738 | + sp:templates ([ sp:object _:b121 ; |
| 739 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 740 | + sp:subject _:b122 | ||
| 741 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowOfMaterial> ; | ||
| 777 | sp:predicate rdf:type ; | 742 | sp:predicate rdf:type ; |
| 778 | - sp:subject _:b129 | 743 | + sp:subject _:b121 |
| 779 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTestType> ; | 744 | + ] [ sp:object _:b123 ; |
| 745 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; | ||
| 746 | + sp:subject _:b124 | ||
| 747 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WellHeadFlow> ; | ||
| 748 | + sp:predicate rdf:type ; | ||
| 749 | + sp:subject _:b123 | ||
| 750 | + ] [ sp:object _:b125 ; | ||
| 751 | + sp:predicate rdf:type ; | ||
| 752 | + sp:subject _:b123 | ||
| 753 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 754 | + sp:predicate rdf:type ; | ||
| 755 | + sp:subject _:b125 | ||
| 756 | + ] [ sp:object _:b126 ; | ||
| 757 | + sp:predicate _:b127 ; | ||
| 758 | + sp:subject _:b125 | ||
| 759 | + ] [ sp:object _:b128 ; | ||
| 760 | + sp:predicate rdf:type ; | ||
| 761 | + sp:subject _:b123 | ||
| 762 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 780 | sp:predicate rdf:type ; | 763 | sp:predicate rdf:type ; |
| 781 | sp:subject _:b128 | 764 | sp:subject _:b128 |
| 782 | - ] [ sp:object _:b130 ; | 765 | + ] [ sp:object _:b129 ; |
| 783 | - sp:predicate rdfs:label ; | 766 | + sp:predicate _:b130 ; |
| 784 | sp:subject _:b128 | 767 | sp:subject _:b128 |
| 785 | - ]) ; | 768 | + ] [ sp:object _:b131 ; |
| 786 | - sp:where ([ sp:object _:b131 ; | 769 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; |
| 787 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 770 | + sp:subject _:b124 |
| 788 | - sp:subject spin:_this | 771 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#SeparatorFlow> ; |
| 789 | - ] [ sp:object | 772 | + sp:predicate rdf:type ; |
| 790 | - [ sp:varName "wellName"^^xsd:string | ||
| 791 | - ] ; | ||
| 792 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 793 | sp:subject _:b131 | 773 | sp:subject _:b131 |
| 794 | ] [ sp:object _:b132 ; | 774 | ] [ sp:object _:b132 ; |
| 795 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 775 | + sp:predicate rdf:type ; |
| 796 | sp:subject _:b131 | 776 | sp:subject _:b131 |
| 777 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 778 | + sp:predicate rdf:type ; | ||
| 779 | + sp:subject _:b132 | ||
| 797 | ] [ sp:object _:b133 ; | 780 | ] [ sp:object _:b133 ; |
| 798 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 781 | + sp:predicate _:b134 ; |
| 799 | sp:subject _:b132 | 782 | sp:subject _:b132 |
| 800 | - ] [ sp:object | ||
| 801 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 802 | - ] ; | ||
| 803 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 804 | - sp:subject _:b133 | ||
| 805 | - ] [ sp:object _:b134 ; | ||
| 806 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 807 | - sp:subject _:b133 | ||
| 808 | ] [ sp:object _:b135 ; | 783 | ] [ sp:object _:b135 ; |
| 809 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 810 | - sp:subject _:b134 | ||
| 811 | - ] [ sp:object | ||
| 812 | - [ sp:varName "wellBoreTestName"^^xsd:string | ||
| 813 | - ] ; | ||
| 814 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 815 | - sp:subject _:b135 | ||
| 816 | - ] [ sp:object _:b135 ; | ||
| 817 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 818 | - sp:subject _:b129 | ||
| 819 | - ] [ sp:object _:b130 ; | ||
| 820 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testType> ; | ||
| 821 | - sp:subject _:b135 | ||
| 822 | - ]) | ||
| 823 | - ] ; | ||
| 824 | - spin:rule | ||
| 825 | - [ rdf:type sp:Construct ; | ||
| 826 | - rdfs:comment "STEP 30107 set production flow data - gas rate"^^xsd:string ; | ||
| 827 | - sp:templates ([ sp:object _:b136 ; | ||
| 828 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 829 | - sp:subject _:b137 | ||
| 830 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#GasFlow> ; | ||
| 831 | - sp:predicate rdf:type ; | ||
| 832 | - sp:subject _:b136 | ||
| 833 | - ] [ sp:object _:b138 ; | ||
| 834 | sp:predicate rdf:type ; | 784 | sp:predicate rdf:type ; |
| 835 | - sp:subject _:b136 | 785 | + sp:subject _:b131 |
| 836 | - ] [ sp:object _:b139 ; | 786 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 837 | sp:predicate rdf:type ; | 787 | sp:predicate rdf:type ; |
| 838 | - sp:subject _:b138 | 788 | + sp:subject _:b135 |
| 839 | - ] [ sp:object _:b140 ; | 789 | + ] [ sp:object _:b136 ; |
| 840 | - sp:predicate _:b141 ; | 790 | + sp:predicate _:b137 ; |
| 841 | - sp:subject _:b138 | 791 | + sp:subject _:b135 |
| 842 | ]) ; | 792 | ]) ; |
| 843 | - sp:where ([ sp:object _:b142 ; | 793 | + sp:where ([ sp:object _:b138 ; |
| 844 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | 794 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; |
| 845 | sp:subject spin:_this | 795 | sp:subject spin:_this |
| 846 | ] [ sp:object | 796 | ] [ sp:object |
| 847 | [ sp:varName "wellName"^^xsd:string | 797 | [ sp:varName "wellName"^^xsd:string |
| 848 | ] ; | 798 | ] ; |
| 849 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 799 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 850 | - sp:subject _:b142 | 800 | + sp:subject _:b138 |
| 851 | - ] [ sp:object _:b143 ; | 801 | + ] [ sp:object _:b139 ; |
| 852 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | 802 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; |
| 853 | - sp:subject _:b142 | 803 | + sp:subject _:b138 |
| 854 | - ] [ sp:object _:b144 ; | 804 | + ] [ sp:object _:b140 ; |
| 855 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | 805 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; |
| 856 | - sp:subject _:b143 | 806 | + sp:subject _:b139 |
| 857 | ] [ sp:object | 807 | ] [ sp:object |
| 858 | [ sp:varName "nameWellBore"^^xsd:string | 808 | [ sp:varName "nameWellBore"^^xsd:string |
| 859 | ] ; | 809 | ] ; |
| 860 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 810 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 861 | - sp:subject _:b144 | 811 | + sp:subject _:b140 |
| 862 | - ] [ sp:object _:b145 ; | 812 | + ] [ sp:object _:b141 ; |
| 863 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | 813 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; |
| 864 | - sp:subject _:b144 | 814 | + sp:subject _:b140 |
| 865 | - ] [ sp:object _:b146 ; | 815 | + ] [ sp:object _:b142 ; |
| 866 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | 816 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; |
| 867 | - sp:subject _:b145 | 817 | + sp:subject _:b141 |
| 868 | ] [ sp:object | 818 | ] [ sp:object |
| 869 | [ sp:varName "wellBoreTestName"^^xsd:string | 819 | [ sp:varName "wellBoreTestName"^^xsd:string |
| 870 | ] ; | 820 | ] ; |
| 871 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | 821 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; |
| 872 | - sp:subject _:b146 | 822 | + sp:subject _:b142 |
| 873 | - ] [ sp:object _:b147 ; | 823 | + ] [ sp:object |
| 824 | + [ sp:varName "standardTempPres"^^xsd:string | ||
| 825 | + ] ; | ||
| 874 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; | 826 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ; |
| 875 | - sp:subject _:b146 | 827 | + sp:subject _:b142 |
| 876 | - ] [ sp:object _:b146 ; | 828 | + ] [ sp:object _:b142 ; |
| 877 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 829 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 878 | sp:subject | 830 | sp:subject |
| 879 | [ sp:varName "wellTest"^^xsd:string | 831 | [ sp:varName "wellTest"^^xsd:string |
| 880 | ] | 832 | ] |
| 881 | - ] [ sp:object _:b148 ; | 833 | + ] [ sp:object _:b143 ; |
| 882 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; | 834 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ; |
| 883 | - sp:subject _:b146 | 835 | + sp:subject _:b142 |
| 884 | - ] [ sp:object _:b148 ; | 836 | + ] [ sp:object _:b143 ; |
| 885 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 837 | sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
| 886 | - sp:subject _:b149 | 838 | + sp:subject _:b122 |
| 887 | - ] [ sp:object _:b137 ; | 839 | + ] [ rdf:type sp:Optional ; |
| 888 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ; | 840 | + sp:elements ([ sp:object _:b144 ; |
| 889 | - sp:subject _:b149 | 841 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ; |
| 890 | - ] [ sp:object _:b150 ; | 842 | + sp:subject _:b143 |
| 891 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ; | 843 | + ] [ rdf:type sp:Optional ; |
| 892 | - sp:subject _:b148 | 844 | + sp:elements ([ sp:object _:b145 ; |
| 893 | - ] [ sp:object _:b151 ; | 845 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowingPressureRef> ; |
| 894 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasRateRef> ; | 846 | + sp:subject _:b144 |
| 895 | - sp:subject _:b150 | 847 | + ] [ sp:object _:b126 ; |
| 896 | - ] [ sp:object _:b152 ; | 848 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 897 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ; | 849 | + sp:subject _:b145 |
| 898 | - sp:subject _:b151 | 850 | + ] [ sp:object _:b146 ; |
| 899 | - ] [ sp:object _:b140 ; | 851 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; |
| 900 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 852 | + sp:subject _:b145 |
| 901 | - sp:subject _:b152 | 853 | + ]) |
| 902 | - ] [ sp:object _:b153 ; | 854 | + ] [ rdf:type sp:Optional ; |
| 903 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | 855 | + sp:elements ([ sp:object _:b147 ; |
| 904 | - sp:subject _:b152 | 856 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#temperatureRef> ; |
| 857 | + sp:subject _:b144 | ||
| 858 | + ] [ sp:object _:b129 ; | ||
| 859 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 860 | + sp:subject _:b147 | ||
| 861 | + ] [ sp:object _:b148 ; | ||
| 862 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 863 | + sp:subject _:b147 | ||
| 864 | + ]) | ||
| 865 | + ]) | ||
| 866 | + ] [ rdf:type sp:Optional ; | ||
| 867 | + sp:elements ([ sp:object _:b149 ; | ||
| 868 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorDataRef> ; | ||
| 869 | + sp:subject _:b143 | ||
| 870 | + ] [ rdf:type sp:Optional ; | ||
| 871 | + sp:elements ([ sp:object _:b150 ; | ||
| 872 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorPressureRef> ; | ||
| 873 | + sp:subject _:b149 | ||
| 874 | + ] [ sp:object _:b133 ; | ||
| 875 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 876 | + sp:subject _:b150 | ||
| 877 | + ] [ sp:object _:b151 ; | ||
| 878 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 879 | + sp:subject _:b150 | ||
| 880 | + ]) | ||
| 881 | + ] [ rdf:type sp:Optional ; | ||
| 882 | + sp:elements ([ sp:object _:b152 ; | ||
| 883 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorTemperatureRef> ; | ||
| 884 | + sp:subject _:b149 | ||
| 885 | + ] [ sp:object _:b136 ; | ||
| 886 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 887 | + sp:subject _:b152 | ||
| 888 | + ] [ sp:object _:b153 ; | ||
| 889 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 890 | + sp:subject _:b152 | ||
| 891 | + ]) | ||
| 892 | + ]) | ||
| 905 | ] [ rdf:type sp:Bind ; | 893 | ] [ rdf:type sp:Bind ; |
| 906 | sp:expression | 894 | sp:expression |
| 907 | - [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ; | 895 | + [ rdf:type ep-dpr-spin-lib:selectPressureScale ; |
| 908 | - sp:arg1 _:b147 | 896 | + sp:arg1 _:b146 |
| 909 | ] ; | 897 | ] ; |
| 910 | - sp:variable _:b139 | 898 | + sp:variable _:b127 |
| 911 | ] [ rdf:type sp:Bind ; | 899 | ] [ rdf:type sp:Bind ; |
| 912 | sp:expression | 900 | sp:expression |
| 913 | - [ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ; | 901 | + [ rdf:type ep-dpr-spin-lib:selectTemperatureScale ; |
| 902 | + sp:arg1 _:b148 | ||
| 903 | + ] ; | ||
| 904 | + sp:variable _:b130 | ||
| 905 | + ] [ rdf:type sp:Bind ; | ||
| 906 | + sp:expression | ||
| 907 | + [ rdf:type ep-dpr-spin-lib:selectPressureScale ; | ||
| 908 | + sp:arg1 _:b151 | ||
| 909 | + ] ; | ||
| 910 | + sp:variable _:b134 | ||
| 911 | + ] [ rdf:type sp:Bind ; | ||
| 912 | + sp:expression | ||
| 913 | + [ rdf:type ep-dpr-spin-lib:selectTemperatureScale ; | ||
| 914 | sp:arg1 _:b153 | 914 | sp:arg1 _:b153 |
| 915 | ] ; | 915 | ] ; |
| 916 | - sp:variable _:b141 | 916 | + sp:variable _:b137 |
| 917 | ]) | 917 | ]) |
| 918 | ] ; | 918 | ] ; |
| 919 | spin:rule | 919 | spin:rule |
| ... | @@ -968,190 +968,175 @@ | ... | @@ -968,190 +968,175 @@ |
| 968 | ]) | 968 | ]) |
| 969 | ] . | 969 | ] . |
| 970 | 970 | ||
| 971 | -_:b97 | 971 | +_:b87 |
| 972 | - sp:varName "volumeFlowRateScaleWater"^^xsd:string . | 972 | + sp:varName "volumeFlowRateScaleGas"^^xsd:string . |
| 973 | 973 | ||
| 974 | -_:b95 | 974 | +_:b85 |
| 975 | sp:varName "volumeFlowRateStdType"^^xsd:string . | 975 | sp:varName "volumeFlowRateStdType"^^xsd:string . |
| 976 | 976 | ||
| 977 | -_:b109 | 977 | +_:b99 |
| 978 | - sp:varName "uomWaterRate"^^xsd:string . | 978 | + sp:varName "uomGasRate"^^xsd:string . |
| 979 | 979 | ||
| 980 | -_:b96 | 980 | +_:b86 |
| 981 | - sp:varName "realWaterRate"^^xsd:string . | 981 | + sp:varName "realGasRate"^^xsd:string . |
| 982 | 982 | ||
| 983 | -_:b108 | 983 | +_:b98 |
| 984 | sp:varName "fluidRateStdTempPresRef"^^xsd:string . | 984 | sp:varName "fluidRateStdTempPresRef"^^xsd:string . |
| 985 | 985 | ||
| 986 | -_:b107 | 986 | +_:b97 |
| 987 | - sp:varName "waterRateRef"^^xsd:string . | 987 | + sp:varName "gasRateRef"^^xsd:string . |
| 988 | 988 | ||
| 989 | -_:b106 | 989 | +_:b96 |
| 990 | sp:varName "productionTestResults"^^xsd:string . | 990 | sp:varName "productionTestResults"^^xsd:string . |
| 991 | 991 | ||
| 992 | -_:b93 | 992 | +_:b83 |
| 993 | sp:varName "productionWellTestFlow"^^xsd:string . | 993 | sp:varName "productionWellTestFlow"^^xsd:string . |
| 994 | 994 | ||
| 995 | -_:b105 | 995 | +_:b95 |
| 996 | sp:varName "productionWellTest"^^xsd:string . | 996 | sp:varName "productionWellTest"^^xsd:string . |
| 997 | 997 | ||
| 998 | -_:b104 | 998 | +_:b94 |
| 999 | sp:varName "productionTestRef"^^xsd:string . | 999 | sp:varName "productionTestRef"^^xsd:string . |
| 1000 | 1000 | ||
| 1001 | -_:b103 | 1001 | +_:b93 |
| 1002 | sp:varName "standardTempPres"^^xsd:string . | 1002 | sp:varName "standardTempPres"^^xsd:string . |
| 1003 | 1003 | ||
| 1004 | -_:b102 | 1004 | +_:b92 |
| 1005 | sp:varName "wellTestRef"^^xsd:string . | 1005 | sp:varName "wellTestRef"^^xsd:string . |
| 1006 | 1006 | ||
| 1007 | -_:b101 | 1007 | +_:b91 |
| 1008 | sp:varName "wellTestSetRef"^^xsd:string . | 1008 | sp:varName "wellTestSetRef"^^xsd:string . |
| 1009 | 1009 | ||
| 1010 | -_:b100 | 1010 | +_:b90 |
| 1011 | sp:varName "wellboreRef"^^xsd:string . | 1011 | sp:varName "wellboreRef"^^xsd:string . |
| 1012 | 1012 | ||
| 1013 | -_:b99 | 1013 | +_:b89 |
| 1014 | sp:varName "wellboreSetRef"^^xsd:string . | 1014 | sp:varName "wellboreSetRef"^^xsd:string . |
| 1015 | 1015 | ||
| 1016 | -_:b98 | 1016 | +_:b88 |
| 1017 | sp:varName "wellRef"^^xsd:string . | 1017 | sp:varName "wellRef"^^xsd:string . |
| 1018 | 1018 | ||
| 1019 | -_:b115 | 1019 | +_:b59 |
| 1020 | - sp:varName "volumeFlowRateScaleOil"^^xsd:string . | 1020 | + sp:varName "realGasOil"^^xsd:string . |
| 1021 | - | ||
| 1022 | -_:b113 | ||
| 1023 | - sp:varName "volumeFlowRateStdType"^^xsd:string . | ||
| 1024 | - | ||
| 1025 | -_:b127 | ||
| 1026 | - sp:varName "uomOilRate"^^xsd:string . | ||
| 1027 | - | ||
| 1028 | -_:b114 | ||
| 1029 | - sp:varName "realOilRate"^^xsd:string . | ||
| 1030 | - | ||
| 1031 | -_:b126 | ||
| 1032 | - sp:varName "fluidRateStdTempPresRef"^^xsd:string . | ||
| 1033 | 1021 | ||
| 1034 | -_:b125 | 1022 | +_:b68 |
| 1035 | - sp:varName "oilRateRef"^^xsd:string . | 1023 | + sp:varName "gasOilRatioRef"^^xsd:string . |
| 1036 | 1024 | ||
| 1037 | -_:b124 | 1025 | +_:b67 |
| 1038 | sp:varName "productionTestResults"^^xsd:string . | 1026 | sp:varName "productionTestResults"^^xsd:string . |
| 1039 | 1027 | ||
| 1040 | -_:b111 | 1028 | +_:b58 |
| 1041 | sp:varName "productionWellTestFlow"^^xsd:string . | 1029 | sp:varName "productionWellTestFlow"^^xsd:string . |
| 1042 | 1030 | ||
| 1043 | -_:b123 | 1031 | +_:b66 |
| 1044 | sp:varName "productionWellTest"^^xsd:string . | 1032 | sp:varName "productionWellTest"^^xsd:string . |
| 1045 | 1033 | ||
| 1046 | -_:b122 | 1034 | +_:b65 |
| 1047 | sp:varName "productionTestRef"^^xsd:string . | 1035 | sp:varName "productionTestRef"^^xsd:string . |
| 1048 | 1036 | ||
| 1049 | -_:b121 | 1037 | +_:b64 |
| 1050 | - sp:varName "standardTempPres"^^xsd:string . | ||
| 1051 | - | ||
| 1052 | -_:b120 | ||
| 1053 | sp:varName "wellTestRef"^^xsd:string . | 1038 | sp:varName "wellTestRef"^^xsd:string . |
| 1054 | 1039 | ||
| 1055 | -_:b119 | 1040 | +_:b63 |
| 1056 | sp:varName "wellTestSetRef"^^xsd:string . | 1041 | sp:varName "wellTestSetRef"^^xsd:string . |
| 1057 | 1042 | ||
| 1058 | -_:b118 | 1043 | +_:b62 |
| 1059 | sp:varName "wellboreRef"^^xsd:string . | 1044 | sp:varName "wellboreRef"^^xsd:string . |
| 1060 | 1045 | ||
| 1061 | -_:b117 | 1046 | +_:b61 |
| 1062 | sp:varName "wellboreSetRef"^^xsd:string . | 1047 | sp:varName "wellboreSetRef"^^xsd:string . |
| 1063 | 1048 | ||
| 1064 | -_:b116 | 1049 | +_:b60 |
| 1065 | sp:varName "wellRef"^^xsd:string . | 1050 | sp:varName "wellRef"^^xsd:string . |
| 1066 | 1051 | ||
| 1067 | -_:b91 | 1052 | +_:b6 sp:varName "volumeFlowRateScaleOil"^^xsd:string . |
| 1068 | - sp:varName "uomDuration"^^xsd:string . | ||
| 1069 | 1053 | ||
| 1070 | -_:b90 | 1054 | +_:b4 sp:varName "volumeFlowRateStdType"^^xsd:string . |
| 1071 | - sp:varName "testDurationRef"^^xsd:string . | ||
| 1072 | 1055 | ||
| 1073 | -_:b89 | 1056 | +_:b18 |
| 1074 | - sp:varName "productionTestRef"^^xsd:string . | 1057 | + sp:varName "uomOilRate"^^xsd:string . |
| 1075 | 1058 | ||
| 1076 | -_:b88 | 1059 | +_:b5 sp:varName "realOilRate"^^xsd:string . |
| 1077 | - sp:varName "wellTestRef"^^xsd:string . | ||
| 1078 | 1060 | ||
| 1079 | -_:b87 | 1061 | +_:b17 |
| 1080 | - sp:varName "wellTestSetRef"^^xsd:string . | 1062 | + sp:varName "fluidRateStdTempPresRef"^^xsd:string . |
| 1081 | 1063 | ||
| 1082 | -_:b86 | 1064 | +_:b16 |
| 1083 | - sp:varName "wellboreRef"^^xsd:string . | 1065 | + sp:varName "oilRateRef"^^xsd:string . |
| 1084 | 1066 | ||
| 1085 | -_:b85 | 1067 | +_:b15 |
| 1086 | - sp:varName "wellboreSetRef"^^xsd:string . | 1068 | + sp:varName "productionTestResults"^^xsd:string . |
| 1087 | 1069 | ||
| 1088 | -_:b84 | 1070 | +_:b2 sp:varName "productionWellTestFlow"^^xsd:string . |
| 1089 | - sp:varName "wellRef"^^xsd:string . | ||
| 1090 | 1071 | ||
| 1091 | -_:b83 | 1072 | +_:b14 |
| 1092 | - sp:varName "durationScale"^^xsd:string . | 1073 | + sp:varName "productionWellTest"^^xsd:string . |
| 1093 | 1074 | ||
| 1094 | -_:b82 | 1075 | +_:b13 |
| 1095 | - sp:varName "realDuration"^^xsd:string . | 1076 | + sp:varName "productionTestRef"^^xsd:string . |
| 1096 | 1077 | ||
| 1097 | -_:b81 | 1078 | +_:b12 |
| 1098 | - sp:varName "productionWellTest"^^xsd:string . | 1079 | + sp:varName "standardTempPres"^^xsd:string . |
| 1099 | 1080 | ||
| 1100 | -_:b25 | 1081 | +_:b11 |
| 1101 | - sp:varName "uomChokeOrificeSize"^^xsd:string . | 1082 | + sp:varName "wellTestRef"^^xsd:string . |
| 1102 | 1083 | ||
| 1103 | -_:b24 | 1084 | +_:b10 |
| 1104 | - sp:varName "chokeOrificeSizeRef"^^xsd:string . | 1085 | + sp:varName "wellTestSetRef"^^xsd:string . |
| 1105 | 1086 | ||
| 1106 | -_:b23 | 1087 | +_:b9 sp:varName "wellboreRef"^^xsd:string . |
| 1107 | - sp:varName "productionTestRef"^^xsd:string . | ||
| 1108 | 1088 | ||
| 1109 | -_:b22 | 1089 | +_:b8 sp:varName "wellboreSetRef"^^xsd:string . |
| 1110 | - sp:varName "wellTestRef"^^xsd:string . | ||
| 1111 | 1090 | ||
| 1112 | -_:b21 | 1091 | +_:b7 sp:varName "wellRef"^^xsd:string . |
| 1113 | - sp:varName "wellTestSetRef"^^xsd:string . | ||
| 1114 | 1092 | ||
| 1115 | -_:b20 | 1093 | +_:b44 |
| 1116 | - sp:varName "wellboreRef"^^xsd:string . | 1094 | + sp:varName "volumeFlowRateScaleWater"^^xsd:string . |
| 1117 | 1095 | ||
| 1118 | -_:b19 | 1096 | +_:b42 |
| 1119 | - sp:varName "wellboreSetRef"^^xsd:string . | 1097 | + sp:varName "volumeFlowRateStdType"^^xsd:string . |
| 1120 | 1098 | ||
| 1121 | -_:b18 | 1099 | +_:b56 |
| 1122 | - sp:varName "wellRef"^^xsd:string . | 1100 | + sp:varName "uomWaterRate"^^xsd:string . |
| 1123 | 1101 | ||
| 1124 | -_:b17 | 1102 | +_:b43 |
| 1125 | - sp:varName "lengthScaleChokeOrificeSize"^^xsd:string . | 1103 | + sp:varName "realWaterRate"^^xsd:string . |
| 1126 | 1104 | ||
| 1127 | -_:b16 | 1105 | +_:b55 |
| 1128 | - sp:varName "realChokeOrificeSize"^^xsd:string . | 1106 | + sp:varName "fluidRateStdTempPresRef"^^xsd:string . |
| 1129 | 1107 | ||
| 1130 | -_:b14 | 1108 | +_:b54 |
| 1131 | - sp:varName "productionWellTest"^^xsd:string . | 1109 | + sp:varName "waterRateRef"^^xsd:string . |
| 1132 | 1110 | ||
| 1133 | -_:b12 | 1111 | +_:b53 |
| 1134 | - sp:varName "uomChokeOrificeSize"^^xsd:string . | 1112 | + sp:varName "productionTestResults"^^xsd:string . |
| 1135 | 1113 | ||
| 1136 | -_:b11 | 1114 | +_:b40 |
| 1137 | - sp:varName "chokeOrificeSizeRef"^^xsd:string . | 1115 | + sp:varName "productionWellTestFlow"^^xsd:string . |
| 1138 | 1116 | ||
| 1139 | -_:b10 | 1117 | +_:b52 |
| 1140 | - sp:varName "wellTestRef"^^xsd:string . | 1118 | + sp:varName "productionWellTest"^^xsd:string . |
| 1141 | 1119 | ||
| 1142 | -_:b9 sp:varName "wellTestSetRef"^^xsd:string . | 1120 | +_:b51 |
| 1121 | + sp:varName "productionTestRef"^^xsd:string . | ||
| 1143 | 1122 | ||
| 1144 | -_:b8 sp:varName "wellboreRef"^^xsd:string . | 1123 | +_:b50 |
| 1124 | + sp:varName "standardTempPres"^^xsd:string . | ||
| 1145 | 1125 | ||
| 1146 | -_:b7 sp:varName "wellboreSetRef"^^xsd:string . | 1126 | +_:b49 |
| 1127 | + sp:varName "wellTestRef"^^xsd:string . | ||
| 1147 | 1128 | ||
| 1148 | -_:b6 sp:varName "wellRef"^^xsd:string . | 1129 | +_:b48 |
| 1130 | + sp:varName "wellTestSetRef"^^xsd:string . | ||
| 1149 | 1131 | ||
| 1150 | -_:b5 sp:varName "lengthScaleChokeOrificeSize"^^xsd:string . | 1132 | +_:b47 |
| 1133 | + sp:varName "wellboreRef"^^xsd:string . | ||
| 1151 | 1134 | ||
| 1152 | -_:b4 sp:varName "realChokeOrificeSize"^^xsd:string . | 1135 | +_:b46 |
| 1136 | + sp:varName "wellboreSetRef"^^xsd:string . | ||
| 1153 | 1137 | ||
| 1154 | -_:b2 sp:varName "wellTest"^^xsd:string . | 1138 | +_:b45 |
| 1139 | + sp:varName "wellRef"^^xsd:string . | ||
| 1155 | 1140 | ||
| 1156 | _:b161 | 1141 | _:b161 |
| 1157 | sp:varName "wellTestRef"^^xsd:string . | 1142 | sp:varName "wellTestRef"^^xsd:string . |
| ... | @@ -1174,203 +1159,218 @@ _:b156 | ... | @@ -1174,203 +1159,218 @@ _:b156 |
| 1174 | _:b155 | 1159 | _:b155 |
| 1175 | sp:varName "wellTest"^^xsd:string . | 1160 | sp:varName "wellTest"^^xsd:string . |
| 1176 | 1161 | ||
| 1177 | -_:b34 | 1162 | +_:b38 |
| 1178 | - sp:varName "wellTestSetRef"^^xsd:string . | ||
| 1179 | - | ||
| 1180 | -_:b33 | ||
| 1181 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 1182 | - | ||
| 1183 | -_:b32 | ||
| 1184 | - sp:varName "wellboreRef"^^xsd:string . | ||
| 1185 | - | ||
| 1186 | -_:b31 | ||
| 1187 | - sp:varName "wellboreSetRef"^^xsd:string . | ||
| 1188 | - | ||
| 1189 | -_:b30 | ||
| 1190 | - sp:varName "wellRef"^^xsd:string . | ||
| 1191 | - | ||
| 1192 | -_:b29 | ||
| 1193 | - sp:varName "wellTestRef"^^xsd:string . | ||
| 1194 | - | ||
| 1195 | -_:b28 | ||
| 1196 | - sp:varName "wellBore"^^xsd:string . | ||
| 1197 | - | ||
| 1198 | -_:b27 | ||
| 1199 | - sp:varName "testDate"^^xsd:string . | ||
| 1200 | - | ||
| 1201 | -_:b135 | ||
| 1202 | sp:varName "wellTestRef"^^xsd:string . | 1163 | sp:varName "wellTestRef"^^xsd:string . |
| 1203 | 1164 | ||
| 1204 | -_:b134 | 1165 | +_:b37 |
| 1205 | sp:varName "wellTestSetRef"^^xsd:string . | 1166 | sp:varName "wellTestSetRef"^^xsd:string . |
| 1206 | 1167 | ||
| 1207 | -_:b133 | 1168 | +_:b36 |
| 1208 | sp:varName "wellboreRef"^^xsd:string . | 1169 | sp:varName "wellboreRef"^^xsd:string . |
| 1209 | 1170 | ||
| 1210 | -_:b132 | 1171 | +_:b35 |
| 1211 | sp:varName "wellboreSetRef"^^xsd:string . | 1172 | sp:varName "wellboreSetRef"^^xsd:string . |
| 1212 | 1173 | ||
| 1213 | -_:b131 | 1174 | +_:b34 |
| 1214 | sp:varName "wellRef"^^xsd:string . | 1175 | sp:varName "wellRef"^^xsd:string . |
| 1215 | 1176 | ||
| 1216 | -_:b130 | 1177 | +_:b33 |
| 1217 | sp:varName "testTypeName"^^xsd:string . | 1178 | sp:varName "testTypeName"^^xsd:string . |
| 1218 | 1179 | ||
| 1219 | -_:b129 | 1180 | +_:b32 |
| 1220 | sp:varName "wellTest"^^xsd:string . | 1181 | sp:varName "wellTest"^^xsd:string . |
| 1221 | 1182 | ||
| 1222 | -_:b153 | 1183 | +_:b120 |
| 1223 | - sp:varName "uomGasRate"^^xsd:string . | 1184 | + sp:varName "uomDuration"^^xsd:string . |
| 1224 | - | ||
| 1225 | -_:b152 | ||
| 1226 | - sp:varName "fluidRateStdTempPresRef"^^xsd:string . | ||
| 1227 | - | ||
| 1228 | -_:b151 | ||
| 1229 | - sp:varName "gasRateRef"^^xsd:string . | ||
| 1230 | - | ||
| 1231 | -_:b150 | ||
| 1232 | - sp:varName "productionTestResults"^^xsd:string . | ||
| 1233 | 1185 | ||
| 1234 | -_:b149 | 1186 | +_:b119 |
| 1235 | - sp:varName "productionWellTest"^^xsd:string . | 1187 | + sp:varName "testDurationRef"^^xsd:string . |
| 1236 | 1188 | ||
| 1237 | -_:b148 | 1189 | +_:b118 |
| 1238 | sp:varName "productionTestRef"^^xsd:string . | 1190 | sp:varName "productionTestRef"^^xsd:string . |
| 1239 | 1191 | ||
| 1240 | -_:b147 | 1192 | +_:b117 |
| 1241 | - sp:varName "standardTempPres"^^xsd:string . | ||
| 1242 | - | ||
| 1243 | -_:b146 | ||
| 1244 | sp:varName "wellTestRef"^^xsd:string . | 1193 | sp:varName "wellTestRef"^^xsd:string . |
| 1245 | 1194 | ||
| 1246 | -_:b145 | 1195 | +_:b116 |
| 1247 | sp:varName "wellTestSetRef"^^xsd:string . | 1196 | sp:varName "wellTestSetRef"^^xsd:string . |
| 1248 | 1197 | ||
| 1249 | -_:b144 | 1198 | +_:b115 |
| 1250 | sp:varName "wellboreRef"^^xsd:string . | 1199 | sp:varName "wellboreRef"^^xsd:string . |
| 1251 | 1200 | ||
| 1252 | -_:b143 | 1201 | +_:b114 |
| 1253 | sp:varName "wellboreSetRef"^^xsd:string . | 1202 | sp:varName "wellboreSetRef"^^xsd:string . |
| 1254 | 1203 | ||
| 1255 | -_:b142 | 1204 | +_:b113 |
| 1256 | sp:varName "wellRef"^^xsd:string . | 1205 | sp:varName "wellRef"^^xsd:string . |
| 1257 | 1206 | ||
| 1258 | -_:b141 | 1207 | +_:b112 |
| 1259 | - sp:varName "volumeFlowRateScaleGas"^^xsd:string . | 1208 | + sp:varName "durationScale"^^xsd:string . |
| 1260 | - | ||
| 1261 | -_:b140 | ||
| 1262 | - sp:varName "realGasRate"^^xsd:string . | ||
| 1263 | 1209 | ||
| 1264 | -_:b139 | 1210 | +_:b111 |
| 1265 | - sp:varName "volumeFlowRateStdType"^^xsd:string . | 1211 | + sp:varName "realDuration"^^xsd:string . |
| 1266 | 1212 | ||
| 1267 | -_:b137 | 1213 | +_:b110 |
| 1268 | - sp:varName "productionWellTestFlow"^^xsd:string . | 1214 | + sp:varName "productionWellTest"^^xsd:string . |
| 1269 | 1215 | ||
| 1270 | -_:b67 | 1216 | +_:b153 |
| 1271 | sp:varName "uomSeparatorTemperature"^^xsd:string . | 1217 | sp:varName "uomSeparatorTemperature"^^xsd:string . |
| 1272 | 1218 | ||
| 1273 | -_:b66 | 1219 | +_:b152 |
| 1274 | sp:varName "separatorTemperatureRef"^^xsd:string . | 1220 | sp:varName "separatorTemperatureRef"^^xsd:string . |
| 1275 | 1221 | ||
| 1276 | -_:b65 | 1222 | +_:b151 |
| 1277 | sp:varName "uomSeparatorPressure"^^xsd:string . | 1223 | sp:varName "uomSeparatorPressure"^^xsd:string . |
| 1278 | 1224 | ||
| 1279 | -_:b64 | 1225 | +_:b150 |
| 1280 | sp:varName "separatorPressureRef"^^xsd:string . | 1226 | sp:varName "separatorPressureRef"^^xsd:string . |
| 1281 | 1227 | ||
| 1282 | -_:b63 | 1228 | +_:b149 |
| 1283 | sp:varName "separatorDataRef"^^xsd:string . | 1229 | sp:varName "separatorDataRef"^^xsd:string . |
| 1284 | 1230 | ||
| 1285 | -_:b62 | 1231 | +_:b148 |
| 1286 | sp:varName "uomWellheadTemperature"^^xsd:string . | 1232 | sp:varName "uomWellheadTemperature"^^xsd:string . |
| 1287 | 1233 | ||
| 1288 | -_:b61 | 1234 | +_:b147 |
| 1289 | sp:varName "temperatureRef"^^xsd:string . | 1235 | sp:varName "temperatureRef"^^xsd:string . |
| 1290 | 1236 | ||
| 1291 | -_:b60 | 1237 | +_:b146 |
| 1292 | sp:varName "uomFlowingPressure"^^xsd:string . | 1238 | sp:varName "uomFlowingPressure"^^xsd:string . |
| 1293 | 1239 | ||
| 1294 | -_:b59 | 1240 | +_:b145 |
| 1295 | sp:varName "flowingPressureRef"^^xsd:string . | 1241 | sp:varName "flowingPressureRef"^^xsd:string . |
| 1296 | 1242 | ||
| 1297 | -_:b58 | 1243 | +_:b144 |
| 1298 | sp:varName "wellheadDataRef"^^xsd:string . | 1244 | sp:varName "wellheadDataRef"^^xsd:string . |
| 1299 | 1245 | ||
| 1300 | -_:b57 | 1246 | +_:b143 |
| 1301 | sp:varName "productionTestRef"^^xsd:string . | 1247 | sp:varName "productionTestRef"^^xsd:string . |
| 1302 | 1248 | ||
| 1303 | -_:b56 | 1249 | +_:b142 |
| 1304 | sp:varName "wellTestRef"^^xsd:string . | 1250 | sp:varName "wellTestRef"^^xsd:string . |
| 1305 | 1251 | ||
| 1306 | -_:b55 | 1252 | +_:b141 |
| 1307 | sp:varName "wellTestSetRef"^^xsd:string . | 1253 | sp:varName "wellTestSetRef"^^xsd:string . |
| 1308 | 1254 | ||
| 1309 | -_:b54 | 1255 | +_:b140 |
| 1310 | sp:varName "wellboreRef"^^xsd:string . | 1256 | sp:varName "wellboreRef"^^xsd:string . |
| 1311 | 1257 | ||
| 1312 | -_:b53 | 1258 | +_:b139 |
| 1313 | sp:varName "wellboreSetRef"^^xsd:string . | 1259 | sp:varName "wellboreSetRef"^^xsd:string . |
| 1314 | 1260 | ||
| 1315 | -_:b52 | 1261 | +_:b138 |
| 1316 | sp:varName "wellRef"^^xsd:string . | 1262 | sp:varName "wellRef"^^xsd:string . |
| 1317 | 1263 | ||
| 1318 | -_:b51 | 1264 | +_:b137 |
| 1319 | sp:varName "temperatureScaleSeparator"^^xsd:string . | 1265 | sp:varName "temperatureScaleSeparator"^^xsd:string . |
| 1320 | 1266 | ||
| 1321 | -_:b50 | 1267 | +_:b136 |
| 1322 | sp:varName "realSeparatorTemperature"^^xsd:string . | 1268 | sp:varName "realSeparatorTemperature"^^xsd:string . |
| 1323 | 1269 | ||
| 1324 | -_:b48 | 1270 | +_:b134 |
| 1325 | sp:varName "pressureScaleSeparator"^^xsd:string . | 1271 | sp:varName "pressureScaleSeparator"^^xsd:string . |
| 1326 | 1272 | ||
| 1327 | -_:b47 | 1273 | +_:b133 |
| 1328 | sp:varName "realSeparatorPressure"^^xsd:string . | 1274 | sp:varName "realSeparatorPressure"^^xsd:string . |
| 1329 | 1275 | ||
| 1330 | -_:b44 | 1276 | +_:b130 |
| 1331 | sp:varName "temperatureScaleWellhead"^^xsd:string . | 1277 | sp:varName "temperatureScaleWellhead"^^xsd:string . |
| 1332 | 1278 | ||
| 1333 | -_:b43 | 1279 | +_:b129 |
| 1334 | sp:varName "realWellheadTemperature"^^xsd:string . | 1280 | sp:varName "realWellheadTemperature"^^xsd:string . |
| 1335 | 1281 | ||
| 1336 | -_:b41 | 1282 | +_:b127 |
| 1337 | sp:varName "pressureScaleFlowing"^^xsd:string . | 1283 | sp:varName "pressureScaleFlowing"^^xsd:string . |
| 1338 | 1284 | ||
| 1339 | -_:b40 | 1285 | +_:b126 |
| 1340 | sp:varName "realFlowingPressure"^^xsd:string . | 1286 | sp:varName "realFlowingPressure"^^xsd:string . |
| 1341 | 1287 | ||
| 1342 | -_:b36 | 1288 | +_:b122 |
| 1343 | sp:varName "productionWellTest"^^xsd:string . | 1289 | sp:varName "productionWellTest"^^xsd:string . |
| 1344 | 1290 | ||
| 1345 | -_:b71 | 1291 | +_:b108 |
| 1346 | - sp:varName "wellRef"^^xsd:string . | 1292 | + sp:varName "wellTestSetRef"^^xsd:string . |
| 1347 | 1293 | ||
| 1348 | -_:b72 | 1294 | +_:b107 |
| 1349 | - sp:varName "wellboreSetRef"^^xsd:string . | 1295 | + sp:varName "nameWellBore"^^xsd:string . |
| 1350 | 1296 | ||
| 1351 | -_:b73 | 1297 | +_:b106 |
| 1352 | sp:varName "wellboreRef"^^xsd:string . | 1298 | sp:varName "wellboreRef"^^xsd:string . |
| 1353 | 1299 | ||
| 1354 | -_:b74 | 1300 | +_:b105 |
| 1355 | - sp:varName "wellTestSetRef"^^xsd:string . | 1301 | + sp:varName "wellboreSetRef"^^xsd:string . |
| 1356 | 1302 | ||
| 1357 | -_:b75 | 1303 | +_:b104 |
| 1304 | + sp:varName "wellRef"^^xsd:string . | ||
| 1305 | + | ||
| 1306 | +_:b103 | ||
| 1358 | sp:varName "wellTestRef"^^xsd:string . | 1307 | sp:varName "wellTestRef"^^xsd:string . |
| 1359 | 1308 | ||
| 1360 | -_:b76 | 1309 | +_:b102 |
| 1310 | + sp:varName "wellBore"^^xsd:string . | ||
| 1311 | + | ||
| 1312 | +_:b101 | ||
| 1313 | + sp:varName "testDate"^^xsd:string . | ||
| 1314 | + | ||
| 1315 | +_:b81 | ||
| 1316 | + sp:varName "uomChokeOrificeSize"^^xsd:string . | ||
| 1317 | + | ||
| 1318 | +_:b80 | ||
| 1319 | + sp:varName "chokeOrificeSizeRef"^^xsd:string . | ||
| 1320 | + | ||
| 1321 | +_:b79 | ||
| 1361 | sp:varName "productionTestRef"^^xsd:string . | 1322 | sp:varName "productionTestRef"^^xsd:string . |
| 1362 | 1323 | ||
| 1324 | +_:b78 | ||
| 1325 | + sp:varName "wellTestRef"^^xsd:string . | ||
| 1326 | + | ||
| 1363 | _:b77 | 1327 | _:b77 |
| 1364 | - sp:varName "productionWellTest"^^xsd:string . | 1328 | + sp:varName "wellTestSetRef"^^xsd:string . |
| 1365 | 1329 | ||
| 1366 | -_:b69 | 1330 | +_:b76 |
| 1367 | - sp:varName "productionWellTestFlow"^^xsd:string . | 1331 | + sp:varName "wellboreRef"^^xsd:string . |
| 1368 | 1332 | ||
| 1369 | -_:b78 | 1333 | +_:b75 |
| 1370 | - sp:varName "productionTestResults"^^xsd:string . | 1334 | + sp:varName "wellboreSetRef"^^xsd:string . |
| 1371 | 1335 | ||
| 1372 | -_:b79 | 1336 | +_:b74 |
| 1373 | - sp:varName "gasOilRatioRef"^^xsd:string . | 1337 | + sp:varName "wellRef"^^xsd:string . |
| 1338 | + | ||
| 1339 | +_:b73 | ||
| 1340 | + sp:varName "lengthScaleChokeOrificeSize"^^xsd:string . | ||
| 1341 | + | ||
| 1342 | +_:b72 | ||
| 1343 | + sp:varName "realChokeOrificeSize"^^xsd:string . | ||
| 1374 | 1344 | ||
| 1375 | _:b70 | 1345 | _:b70 |
| 1376 | - sp:varName "realGasOil"^^xsd:string . | 1346 | + sp:varName "productionWellTest"^^xsd:string . |
| 1347 | + | ||
| 1348 | +_:b30 | ||
| 1349 | + sp:varName "uomChokeOrificeSize"^^xsd:string . | ||
| 1350 | + | ||
| 1351 | +_:b29 | ||
| 1352 | + sp:varName "chokeOrificeSizeRef"^^xsd:string . | ||
| 1353 | + | ||
| 1354 | +_:b28 | ||
| 1355 | + sp:varName "wellTestRef"^^xsd:string . | ||
| 1356 | + | ||
| 1357 | +_:b27 | ||
| 1358 | + sp:varName "wellTestSetRef"^^xsd:string . | ||
| 1359 | + | ||
| 1360 | +_:b26 | ||
| 1361 | + sp:varName "wellboreRef"^^xsd:string . | ||
| 1362 | + | ||
| 1363 | +_:b25 | ||
| 1364 | + sp:varName "wellboreSetRef"^^xsd:string . | ||
| 1365 | + | ||
| 1366 | +_:b24 | ||
| 1367 | + sp:varName "wellRef"^^xsd:string . | ||
| 1368 | + | ||
| 1369 | +_:b23 | ||
| 1370 | + sp:varName "lengthScaleChokeOrificeSize"^^xsd:string . | ||
| 1371 | + | ||
| 1372 | +_:b22 | ||
| 1373 | + sp:varName "realChokeOrificeSize"^^xsd:string . | ||
| 1374 | + | ||
| 1375 | +_:b20 | ||
| 1376 | + sp:varName "wellTest"^^xsd:string . | ... | ... |
-
Please register or login to post a comment