Showing
5 changed files
with
225 additions
and
207 deletions
| 1 | -# Saved by TopBraid on Thu Oct 13 14:27:22 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| ... | @@ -11,141 +10,141 @@ | ... | @@ -11,141 +10,141 @@ |
| 11 | 10 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 11 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 13 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 15 | ||
| 17 | ep-flow:AllocatedFlow | 16 | ep-flow:AllocatedFlow |
| 18 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 17 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 19 | rdfs:label "allocated flow"^^xsd:string ; | 18 | rdfs:label "allocated flow"^^xsd:string ; |
| 20 | rdfs:subClassOf ep-flow:Flow . | 19 | rdfs:subClassOf ep-flow:Flow . |
| 21 | 20 | ||
| 22 | ep-flow:AqueousFlow | 21 | ep-flow:AqueousFlow |
| 23 | - rdf:type owl:Class , ep-flow:ProductType ; | 22 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 24 | rdfs:label "aqueous flow"^^xsd:string ; | 23 | rdfs:label "aqueous flow"^^xsd:string ; |
| 25 | rdfs:subClassOf ep-flow:Flow . | 24 | rdfs:subClassOf ep-flow:Flow . |
| 26 | 25 | ||
| 27 | ep-flow:BudgetFlow | 26 | ep-flow:BudgetFlow |
| 28 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 27 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 29 | rdfs:label "budget flow"^^xsd:string ; | 28 | rdfs:label "budget flow"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-flow:Flow . | 29 | rdfs:subClassOf ep-flow:Flow . |
| 31 | 30 | ||
| 32 | ep-flow:CarbonDioxideGasFlow | 31 | ep-flow:CarbonDioxideGasFlow |
| 33 | - rdf:type owl:Class , ep-flow:ProductType ; | 32 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 34 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; | 33 | rdfs:label "carbon dioxide gas flow"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-flow:Flow . | 34 | rdfs:subClassOf ep-flow:Flow . |
| 36 | 35 | ||
| 37 | ep-flow:CarbonMonoxideGasFlow | 36 | ep-flow:CarbonMonoxideGasFlow |
| 38 | - rdf:type owl:Class , ep-flow:ProductType ; | 37 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 39 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; | 38 | rdfs:label "carbon monoxide gas flow"^^xsd:string ; |
| 40 | rdfs:subClassOf ep-flow:Flow . | 39 | rdfs:subClassOf ep-flow:Flow . |
| 41 | 40 | ||
| 42 | ep-flow:ChemicalFlow | 41 | ep-flow:ChemicalFlow |
| 43 | - rdf:type owl:Class , ep-flow:ProductType ; | 42 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 44 | rdfs:label "chemical flow"^^xsd:string ; | 43 | rdfs:label "chemical flow"^^xsd:string ; |
| 45 | rdfs:subClassOf ep-flow:Flow . | 44 | rdfs:subClassOf ep-flow:Flow . |
| 46 | 45 | ||
| 47 | ep-flow:CondensateFlow | 46 | ep-flow:CondensateFlow |
| 48 | - rdf:type owl:Class , ep-flow:ProductType ; | 47 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 49 | rdfs:label "condensate flow"^^xsd:string ; | 48 | rdfs:label "condensate flow"^^xsd:string ; |
| 50 | rdfs:subClassOf ep-flow:Flow . | 49 | rdfs:subClassOf ep-flow:Flow . |
| 51 | 50 | ||
| 52 | ep-flow:ConstraintFlow | 51 | ep-flow:ConstraintFlow |
| 53 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 52 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 54 | rdfs:label "constraint flow"^^xsd:string ; | 53 | rdfs:label "constraint flow"^^xsd:string ; |
| 55 | rdfs:subClassOf ep-flow:Flow . | 54 | rdfs:subClassOf ep-flow:Flow . |
| 56 | 55 | ||
| 57 | ep-flow:Consume | 56 | ep-flow:Consume |
| 58 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 57 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 59 | rdfs:label "consume"^^xsd:string ; | 58 | rdfs:label "consume"^^xsd:string ; |
| 60 | rdfs:subClassOf ep-flow:Flow . | 59 | rdfs:subClassOf ep-flow:Flow . |
| 61 | 60 | ||
| 62 | ep-flow:Consume-HPflare | 61 | ep-flow:Consume-HPflare |
| 63 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 62 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 64 | rdfs:label "consume - HP flare"^^xsd:string ; | 63 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 65 | rdfs:subClassOf ep-flow:Consume-flare . | 64 | rdfs:subClassOf ep-flow:Consume-flare . |
| 66 | 65 | ||
| 67 | ep-flow:Consume-LPflare | 66 | ep-flow:Consume-LPflare |
| 68 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 67 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 69 | rdfs:label "consume - LP flare"^^xsd:string ; | 68 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 70 | rdfs:subClassOf ep-flow:Consume-flare . | 69 | rdfs:subClassOf ep-flow:Consume-flare . |
| 71 | 70 | ||
| 72 | ep-flow:Consume-blackstart | 71 | ep-flow:Consume-blackstart |
| 73 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 72 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 74 | rdfs:label "consume - blackstart"^^xsd:string ; | 73 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 75 | rdfs:subClassOf ep-flow:Consume . | 74 | rdfs:subClassOf ep-flow:Consume . |
| 76 | 75 | ||
| 77 | ep-flow:Consume-compressor | 76 | ep-flow:Consume-compressor |
| 78 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 77 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 79 | rdfs:label "consume - compressor"^^xsd:string ; | 78 | rdfs:label "consume - compressor"^^xsd:string ; |
| 80 | rdfs:subClassOf ep-flow:Consume . | 79 | rdfs:subClassOf ep-flow:Consume . |
| 81 | 80 | ||
| 82 | ep-flow:Consume-emitted | 81 | ep-flow:Consume-emitted |
| 83 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 82 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 84 | rdfs:label "consume - emitted"^^xsd:string ; | 83 | rdfs:label "consume - emitted"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-flow:Consume . | 84 | rdfs:subClassOf ep-flow:Consume . |
| 86 | 85 | ||
| 87 | ep-flow:Consume-flare | 86 | ep-flow:Consume-flare |
| 88 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 87 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 89 | rdfs:label "consume - flare"^^xsd:string ; | 88 | rdfs:label "consume - flare"^^xsd:string ; |
| 90 | rdfs:subClassOf ep-flow:Consume . | 89 | rdfs:subClassOf ep-flow:Consume . |
| 91 | 90 | ||
| 92 | ep-flow:Consume-fuel | 91 | ep-flow:Consume-fuel |
| 93 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 92 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 94 | rdfs:label "consume - fuel"^^xsd:string ; | 93 | rdfs:label "consume - fuel"^^xsd:string ; |
| 95 | rdfs:subClassOf ep-flow:Consume . | 94 | rdfs:subClassOf ep-flow:Consume . |
| 96 | 95 | ||
| 97 | ep-flow:Consume-noncompressor | 96 | ep-flow:Consume-noncompressor |
| 98 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 97 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 99 | rdfs:label "consume - non-compressor"^^xsd:string ; | 98 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 100 | rdfs:subClassOf ep-flow:Consume . | 99 | rdfs:subClassOf ep-flow:Consume . |
| 101 | 100 | ||
| 102 | ep-flow:Consume-venting | 101 | ep-flow:Consume-venting |
| 103 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 102 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 104 | rdfs:label "consume - venting"^^xsd:string ; | 103 | rdfs:label "consume - venting"^^xsd:string ; |
| 105 | rdfs:subClassOf ep-flow:Consume . | 104 | rdfs:subClassOf ep-flow:Consume . |
| 106 | 105 | ||
| 107 | ep-flow:CuttingsFlow | 106 | ep-flow:CuttingsFlow |
| 108 | - rdf:type ep-flow:ProductType , owl:Class ; | 107 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 109 | rdfs:label "cuttings flow"^^xsd:string ; | 108 | rdfs:label "cuttings flow"^^xsd:string ; |
| 110 | rdfs:subClassOf ep-flow:Flow . | 109 | rdfs:subClassOf ep-flow:Flow . |
| 111 | 110 | ||
| 112 | ep-flow:DerivedFlow | 111 | ep-flow:DerivedFlow |
| 113 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 114 | rdfs:label "derived flow"^^xsd:string ; | 113 | rdfs:label "derived flow"^^xsd:string ; |
| 115 | rdfs:subClassOf ep-flow:Flow . | 114 | rdfs:subClassOf ep-flow:Flow . |
| 116 | 115 | ||
| 117 | ep-flow:DieselFlow | 116 | ep-flow:DieselFlow |
| 118 | - rdf:type owl:Class , ep-flow:ProductType ; | 117 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 119 | rdfs:label "diesel flow"^^xsd:string ; | 118 | rdfs:label "diesel flow"^^xsd:string ; |
| 120 | rdfs:subClassOf ep-flow:Flow . | 119 | rdfs:subClassOf ep-flow:Flow . |
| 121 | 120 | ||
| 122 | ep-flow:EstimatedFlow | 121 | ep-flow:EstimatedFlow |
| 123 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 122 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 124 | rdfs:label "estimated flow"^^xsd:string ; | 123 | rdfs:label "estimated flow"^^xsd:string ; |
| 125 | rdfs:subClassOf ep-flow:Flow . | 124 | rdfs:subClassOf ep-flow:Flow . |
| 126 | 125 | ||
| 127 | ep-flow:Ethane-componentFlow | 126 | ep-flow:Ethane-componentFlow |
| 128 | - rdf:type owl:Class , ep-flow:ProductType ; | 127 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 129 | rdfs:label "ethane - component flow"^^xsd:string ; | 128 | rdfs:label "ethane - component flow"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-flow:Flow . | 129 | rdfs:subClassOf ep-flow:Flow . |
| 131 | 130 | ||
| 132 | ep-flow:Export | 131 | ep-flow:Export |
| 133 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 132 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 134 | rdfs:label "export"^^xsd:string ; | 133 | rdfs:label "export"^^xsd:string ; |
| 135 | rdfs:subClassOf ep-flow:Flow . | 134 | rdfs:subClassOf ep-flow:Flow . |
| 136 | 135 | ||
| 137 | ep-flow:Export-nominated | 136 | ep-flow:Export-nominated |
| 138 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 137 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 139 | rdfs:label "export nominated"^^xsd:string ; | 138 | rdfs:label "export nominated"^^xsd:string ; |
| 140 | rdfs:subClassOf ep-flow:Export . | 139 | rdfs:subClassOf ep-flow:Export . |
| 141 | 140 | ||
| 142 | ep-flow:Export-requested | 141 | ep-flow:Export-requested |
| 143 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 144 | rdfs:label "export requested"^^xsd:string ; | 143 | rdfs:label "export requested"^^xsd:string ; |
| 145 | rdfs:subClassOf ep-flow:Export . | 144 | rdfs:subClassOf ep-flow:Export . |
| 146 | 145 | ||
| 147 | ep-flow:Export-shortfall | 146 | ep-flow:Export-shortfall |
| 148 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 147 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 149 | rdfs:label "export shortfall"^^xsd:string ; | 148 | rdfs:label "export shortfall"^^xsd:string ; |
| 150 | rdfs:subClassOf ep-flow:Export . | 149 | rdfs:subClassOf ep-flow:Export . |
| 151 | 150 | ||
| ... | @@ -155,32 +154,32 @@ ep-flow:Flow | ... | @@ -155,32 +154,32 @@ ep-flow:Flow |
| 155 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 154 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 156 | 155 | ||
| 157 | ep-flow:FlowDuringDay | 156 | ep-flow:FlowDuringDay |
| 158 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 157 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 159 | rdfs:label "flow during day"^^xsd:string ; | 158 | rdfs:label "flow during day"^^xsd:string ; |
| 160 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 159 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 161 | 160 | ||
| 162 | ep-flow:FlowDuringMonth | 161 | ep-flow:FlowDuringMonth |
| 163 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 162 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 164 | rdfs:label "flow during month"^^xsd:string ; | 163 | rdfs:label "flow during month"^^xsd:string ; |
| 165 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 164 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 166 | 165 | ||
| 167 | ep-flow:FlowDuringMonthToDate | 166 | ep-flow:FlowDuringMonthToDate |
| 168 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 167 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 169 | rdfs:label "flow during month to date"^^xsd:string ; | 168 | rdfs:label "flow during month to date"^^xsd:string ; |
| 170 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 169 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 171 | 170 | ||
| 172 | ep-flow:FlowDuringWeek | 171 | ep-flow:FlowDuringWeek |
| 173 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 172 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 174 | rdfs:label "flow during week"^^xsd:string ; | 173 | rdfs:label "flow during week"^^xsd:string ; |
| 175 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 174 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 176 | 175 | ||
| 177 | ep-flow:FlowDuringYear | 176 | ep-flow:FlowDuringYear |
| 178 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 177 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 179 | rdfs:label "flow during year"^^xsd:string ; | 178 | rdfs:label "flow during year"^^xsd:string ; |
| 180 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 179 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 181 | 180 | ||
| 182 | ep-flow:FlowDuringYearToDate | 181 | ep-flow:FlowDuringYearToDate |
| 183 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 182 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 184 | rdfs:label "flow during year to date"^^xsd:string ; | 183 | rdfs:label "flow during year to date"^^xsd:string ; |
| 185 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 184 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 186 | 185 | ||
| ... | @@ -200,97 +199,97 @@ ep-flow:FlowOfMaterial | ... | @@ -200,97 +199,97 @@ ep-flow:FlowOfMaterial |
| 200 | rdfs:subClassOf ep-flow:Flow . | 199 | rdfs:subClassOf ep-flow:Flow . |
| 201 | 200 | ||
| 202 | ep-flow:Gas-componentInOilFlow | 201 | ep-flow:Gas-componentInOilFlow |
| 203 | - rdf:type owl:Class , ep-flow:ProductType ; | 202 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 204 | rdfs:label "gas - component in oil flow"^^xsd:string ; | 203 | rdfs:label "gas - component in oil flow"^^xsd:string ; |
| 205 | rdfs:subClassOf ep-flow:Flow . | 204 | rdfs:subClassOf ep-flow:Flow . |
| 206 | 205 | ||
| 207 | ep-flow:Gas-richFlow | 206 | ep-flow:Gas-richFlow |
| 208 | - rdf:type owl:Class , ep-flow:ProductType ; | 207 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 209 | rdfs:label "gas - rich flow"^^xsd:string ; | 208 | rdfs:label "gas - rich flow"^^xsd:string ; |
| 210 | rdfs:subClassOf ep-flow:Flow . | 209 | rdfs:subClassOf ep-flow:Flow . |
| 211 | 210 | ||
| 212 | ep-flow:GasFlow | 211 | ep-flow:GasFlow |
| 213 | - rdf:type owl:Class , ep-flow:ProductType ; | 212 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 214 | rdfs:label "gas flow"^^xsd:string ; | 213 | rdfs:label "gas flow"^^xsd:string ; |
| 215 | rdfs:subClassOf ep-flow:Flow . | 214 | rdfs:subClassOf ep-flow:Flow . |
| 216 | 215 | ||
| 217 | ep-flow:Gaslift | 216 | ep-flow:Gaslift |
| 218 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 217 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 219 | rdfs:label "gas lift"^^xsd:string ; | 218 | rdfs:label "gas lift"^^xsd:string ; |
| 220 | rdfs:subClassOf ep-flow:Flow . | 219 | rdfs:subClassOf ep-flow:Flow . |
| 221 | 220 | ||
| 222 | ep-flow:I-butane-componentFlow | 221 | ep-flow:I-butane-componentFlow |
| 223 | - rdf:type owl:Class , ep-flow:ProductType ; | 222 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 224 | rdfs:label "i-butane - component flow"^^xsd:string ; | 223 | rdfs:label "i-butane - component flow"^^xsd:string ; |
| 225 | rdfs:subClassOf ep-flow:Flow . | 224 | rdfs:subClassOf ep-flow:Flow . |
| 226 | 225 | ||
| 227 | ep-flow:Import | 226 | ep-flow:Import |
| 228 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 227 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 229 | rdfs:label "import"^^xsd:string ; | 228 | rdfs:label "import"^^xsd:string ; |
| 230 | rdfs:subClassOf ep-flow:Flow . | 229 | rdfs:subClassOf ep-flow:Flow . |
| 231 | 230 | ||
| 232 | ep-flow:Injection | 231 | ep-flow:Injection |
| 233 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 232 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 234 | rdfs:label "injection"^^xsd:string ; | 233 | rdfs:label "injection"^^xsd:string ; |
| 235 | rdfs:subClassOf ep-flow:Flow . | 234 | rdfs:subClassOf ep-flow:Flow . |
| 236 | 235 | ||
| 237 | ep-flow:Inventory | 236 | ep-flow:Inventory |
| 238 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 237 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 239 | rdfs:label "inventory"^^xsd:string ; | 238 | rdfs:label "inventory"^^xsd:string ; |
| 240 | rdfs:subClassOf ep-flow:Flow . | 239 | rdfs:subClassOf ep-flow:Flow . |
| 241 | 240 | ||
| 242 | ep-flow:MeasuredFlow | 241 | ep-flow:MeasuredFlow |
| 243 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 242 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 244 | rdfs:label "measured flow"^^xsd:string ; | 243 | rdfs:label "measured flow"^^xsd:string ; |
| 245 | rdfs:subClassOf ep-flow:Flow . | 244 | rdfs:subClassOf ep-flow:Flow . |
| 246 | 245 | ||
| 247 | ep-flow:N-butane-componentFlow | 246 | ep-flow:N-butane-componentFlow |
| 248 | - rdf:type owl:Class , ep-flow:ProductType ; | 247 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 249 | rdfs:label "n-butane - component flow"^^xsd:string ; | 248 | rdfs:label "n-butane - component flow"^^xsd:string ; |
| 250 | rdfs:subClassOf ep-flow:Flow . | 249 | rdfs:subClassOf ep-flow:Flow . |
| 251 | 250 | ||
| 252 | ep-flow:NGL-componentInGasFlow | 251 | ep-flow:NGL-componentInGasFlow |
| 253 | - rdf:type owl:Class , ep-flow:ProductType ; | 252 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 254 | rdfs:label "NGL - component in gas flow"^^xsd:string ; | 253 | rdfs:label "NGL - component in gas flow"^^xsd:string ; |
| 255 | rdfs:subClassOf ep-flow:Flow . | 254 | rdfs:subClassOf ep-flow:Flow . |
| 256 | 255 | ||
| 257 | ep-flow:NaturalGasLiquidFlow | 256 | ep-flow:NaturalGasLiquidFlow |
| 258 | - rdf:type owl:Class , ep-flow:ProductType ; | 257 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 259 | rdfs:label "natural gas liquid flow"^^xsd:string ; | 258 | rdfs:label "natural gas liquid flow"^^xsd:string ; |
| 260 | rdfs:subClassOf ep-flow:Flow . | 259 | rdfs:subClassOf ep-flow:Flow . |
| 261 | 260 | ||
| 262 | ep-flow:NitrogenOxideGasFlow | 261 | ep-flow:NitrogenOxideGasFlow |
| 263 | - rdf:type owl:Class , ep-flow:ProductType ; | 262 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 264 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; | 263 | rdfs:label "nitrogen oxide gas flow"^^xsd:string ; |
| 265 | rdfs:subClassOf ep-flow:Flow . | 264 | rdfs:subClassOf ep-flow:Flow . |
| 266 | 265 | ||
| 267 | ep-flow:Oil-componentInWaterFlow | 266 | ep-flow:Oil-componentInWaterFlow |
| 268 | - rdf:type owl:Class , ep-flow:ProductType ; | 267 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 269 | rdfs:label "oil - component in water flow"^^xsd:string ; | 268 | rdfs:label "oil - component in water flow"^^xsd:string ; |
| 270 | rdfs:subClassOf ep-flow:Flow . | 269 | rdfs:subClassOf ep-flow:Flow . |
| 271 | 270 | ||
| 272 | ep-flow:Oil-netFlow | 271 | ep-flow:Oil-netFlow |
| 273 | - rdf:type owl:Class , ep-flow:ProductType ; | 272 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 274 | rdfs:label "oil - net flow"^^xsd:string ; | 273 | rdfs:label "oil - net flow"^^xsd:string ; |
| 275 | rdfs:subClassOf ep-flow:Flow . | 274 | rdfs:subClassOf ep-flow:Flow . |
| 276 | 275 | ||
| 277 | ep-flow:OilAndGasFlow | 276 | ep-flow:OilAndGasFlow |
| 278 | - rdf:type owl:Class , ep-flow:ProductType ; | 277 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 279 | rdfs:label "oil and gas flow"^^xsd:string ; | 278 | rdfs:label "oil and gas flow"^^xsd:string ; |
| 280 | rdfs:subClassOf ep-flow:Flow . | 279 | rdfs:subClassOf ep-flow:Flow . |
| 281 | 280 | ||
| 282 | ep-flow:OilFlow | 281 | ep-flow:OilFlow |
| 283 | - rdf:type ep-flow:ProductType , owl:Class ; | 282 | + rdf:type owl:Class , ep-flow:ProductType ; |
| 284 | rdfs:label "oil flow"^^xsd:string ; | 283 | rdfs:label "oil flow"^^xsd:string ; |
| 285 | rdfs:subClassOf ep-flow:Flow . | 284 | rdfs:subClassOf ep-flow:Flow . |
| 286 | 285 | ||
| 287 | ep-flow:OleicFlow | 286 | ep-flow:OleicFlow |
| 288 | - rdf:type owl:Class , ep-flow:ProductType ; | 287 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 289 | rdfs:label "oleic flow"^^xsd:string ; | 288 | rdfs:label "oleic flow"^^xsd:string ; |
| 290 | rdfs:subClassOf ep-flow:Flow . | 289 | rdfs:subClassOf ep-flow:Flow . |
| 291 | 290 | ||
| 292 | ep-flow:Overboard | 291 | ep-flow:Overboard |
| 293 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 292 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 294 | rdfs:label "overboard"^^xsd:string ; | 293 | rdfs:label "overboard"^^xsd:string ; |
| 295 | rdfs:subClassOf ep-flow:Flow . | 294 | rdfs:subClassOf ep-flow:Flow . |
| 296 | 295 | ||
| ... | @@ -307,10 +306,10 @@ ep-flow:ProductFlowToDate | ... | @@ -307,10 +306,10 @@ ep-flow:ProductFlowToDate |
| 307 | ep-flow:ProductType | 306 | ep-flow:ProductType |
| 308 | rdf:type rdfs:Class ; | 307 | rdf:type rdfs:Class ; |
| 309 | rdfs:label " product type"^^xsd:string ; | 308 | rdfs:label " product type"^^xsd:string ; |
| 310 | - rdfs:subClassOf rdfs:Class . | 309 | + rdfs:subClassOf owl:Class . |
| 311 | 310 | ||
| 312 | ep-flow:Production | 311 | ep-flow:Production |
| 313 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 312 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
| 314 | rdfs:label "production"^^xsd:string ; | 313 | rdfs:label "production"^^xsd:string ; |
| 315 | rdfs:subClassOf ep-flow:Flow . | 314 | rdfs:subClassOf ep-flow:Flow . |
| 316 | 315 | ||
| ... | @@ -322,12 +321,12 @@ ep-flow:ProductionFlow | ... | @@ -322,12 +321,12 @@ ep-flow:ProductionFlow |
| 322 | ep-flow:ProductionFlowDefinitionType | 321 | ep-flow:ProductionFlowDefinitionType |
| 323 | rdf:type rdfs:Class ; | 322 | rdf:type rdfs:Class ; |
| 324 | rdfs:label " production flow definition type"^^xsd:string ; | 323 | rdfs:label " production flow definition type"^^xsd:string ; |
| 325 | - rdfs:subClassOf rdfs:Class . | 324 | + rdfs:subClassOf owl:Class . |
| 326 | 325 | ||
| 327 | ep-flow:ProductionFlowPurposeType | 326 | ep-flow:ProductionFlowPurposeType |
| 328 | rdf:type rdfs:Class ; | 327 | rdf:type rdfs:Class ; |
| 329 | rdfs:label " production flow purpose type"^^xsd:string ; | 328 | rdfs:label " production flow purpose type"^^xsd:string ; |
| 330 | - rdfs:subClassOf rdfs:Class . | 329 | + rdfs:subClassOf owl:Class . |
| 331 | 330 | ||
| 332 | ep-flow:ProductionFlowToDate | 331 | ep-flow:ProductionFlowToDate |
| 333 | rdf:type owl:Class ; | 332 | rdf:type owl:Class ; |
| ... | @@ -335,12 +334,12 @@ ep-flow:ProductionFlowToDate | ... | @@ -335,12 +334,12 @@ ep-flow:ProductionFlowToDate |
| 335 | rdfs:subClassOf ep-flow:TemporalPartOfAProductionFlow . | 334 | rdfs:subClassOf ep-flow:TemporalPartOfAProductionFlow . |
| 336 | 335 | ||
| 337 | ep-flow:Propane-componentFlow | 336 | ep-flow:Propane-componentFlow |
| 338 | - rdf:type owl:Class , ep-flow:ProductType ; | 337 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 339 | rdfs:label "propane - component flow"^^xsd:string ; | 338 | rdfs:label "propane - component flow"^^xsd:string ; |
| 340 | rdfs:subClassOf ep-flow:Flow . | 339 | rdfs:subClassOf ep-flow:Flow . |
| 341 | 340 | ||
| 342 | ep-flow:QuotaFlow | 341 | ep-flow:QuotaFlow |
| 343 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 342 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 344 | rdfs:label "quota flow"^^xsd:string ; | 343 | rdfs:label "quota flow"^^xsd:string ; |
| 345 | rdfs:subClassOf ep-flow:Flow . | 344 | rdfs:subClassOf ep-flow:Flow . |
| 346 | 345 | ||
| ... | @@ -350,7 +349,7 @@ ep-flow:SeparatorFlow | ... | @@ -350,7 +349,7 @@ ep-flow:SeparatorFlow |
| 350 | rdfs:subClassOf ep-flow:Flow . | 349 | rdfs:subClassOf ep-flow:Flow . |
| 351 | 350 | ||
| 352 | ep-flow:SimulatedFlow | 351 | ep-flow:SimulatedFlow |
| 353 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 352 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 354 | rdfs:label "simulated flow"^^xsd:string ; | 353 | rdfs:label "simulated flow"^^xsd:string ; |
| 355 | rdfs:subClassOf ep-flow:Flow . | 354 | rdfs:subClassOf ep-flow:Flow . |
| 356 | 355 | ||
| ... | @@ -362,7 +361,7 @@ ep-flow:TemporalPartOfAFlow | ... | @@ -362,7 +361,7 @@ ep-flow:TemporalPartOfAFlow |
| 362 | ep-flow:TemporalPartOfAFlowDurationType | 361 | ep-flow:TemporalPartOfAFlowDurationType |
| 363 | rdf:type rdfs:Class ; | 362 | rdf:type rdfs:Class ; |
| 364 | rdfs:label "temporal part of a flow duration type"^^xsd:string ; | 363 | rdfs:label "temporal part of a flow duration type"^^xsd:string ; |
| 365 | - rdfs:subClassOf rdfs:Class . | 364 | + rdfs:subClassOf owl:Class . |
| 366 | 365 | ||
| 367 | ep-flow:TemporalPartOfAProductFlow | 366 | ep-flow:TemporalPartOfAProductFlow |
| 368 | rdf:type owl:Class ; | 367 | rdf:type owl:Class ; |
| ... | @@ -375,22 +374,22 @@ ep-flow:TemporalPartOfAProductionFlow | ... | @@ -375,22 +374,22 @@ ep-flow:TemporalPartOfAProductionFlow |
| 375 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . | 374 | rdfs:subClassOf ep-flow:TemporalPartOfAFlow . |
| 376 | 375 | ||
| 377 | ep-flow:VapourFlow | 376 | ep-flow:VapourFlow |
| 378 | - rdf:type owl:Class , ep-flow:ProductType ; | 377 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 379 | rdfs:label "vapour flow"^^xsd:string ; | 378 | rdfs:label "vapour flow"^^xsd:string ; |
| 380 | rdfs:subClassOf ep-flow:Flow . | 379 | rdfs:subClassOf ep-flow:Flow . |
| 381 | 380 | ||
| 382 | ep-flow:Water-dischargeFlow | 381 | ep-flow:Water-dischargeFlow |
| 383 | - rdf:type owl:Class , ep-flow:ProductType ; | 382 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 384 | rdfs:label "water - discharge flow"^^xsd:string ; | 383 | rdfs:label "water - discharge flow"^^xsd:string ; |
| 385 | rdfs:subClassOf ep-flow:Flow . | 384 | rdfs:subClassOf ep-flow:Flow . |
| 386 | 385 | ||
| 387 | ep-flow:Water-processedFlow | 386 | ep-flow:Water-processedFlow |
| 388 | - rdf:type owl:Class , ep-flow:ProductType ; | 387 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 389 | rdfs:label "water - processed flow"^^xsd:string ; | 388 | rdfs:label "water - processed flow"^^xsd:string ; |
| 390 | rdfs:subClassOf ep-flow:Flow . | 389 | rdfs:subClassOf ep-flow:Flow . |
| 391 | 390 | ||
| 392 | ep-flow:WaterFlow | 391 | ep-flow:WaterFlow |
| 393 | - rdf:type owl:Class , ep-flow:ProductType ; | 392 | + rdf:type ep-flow:ProductType , owl:Class ; |
| 394 | rdfs:label "water flow"^^xsd:string ; | 393 | rdfs:label "water flow"^^xsd:string ; |
| 395 | rdfs:subClassOf ep-flow:Flow . | 394 | rdfs:subClassOf ep-flow:Flow . |
| 396 | 395 | ||
| ... | @@ -400,7 +399,7 @@ ep-flow:WellHeadFlow | ... | @@ -400,7 +399,7 @@ ep-flow:WellHeadFlow |
| 400 | rdfs:subClassOf ep-flow:Flow . | 399 | rdfs:subClassOf ep-flow:Flow . |
| 401 | 400 | ||
| 402 | ep-flow:dailyAverageAmountOfMaterial | 401 | ep-flow:dailyAverageAmountOfMaterial |
| 403 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 402 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 404 | rdfs:label "daily average amount of material"^^xsd:string ; | 403 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 405 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 404 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
| 406 | 405 | ||
| ... | @@ -445,6 +444,6 @@ ep-flow:hasNetworkPart | ... | @@ -445,6 +444,6 @@ ep-flow:hasNetworkPart |
| 445 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | 444 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
| 446 | 445 | ||
| 447 | ep-flow:totalAmountOfMaterial | 446 | ep-flow:totalAmountOfMaterial |
| 448 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 447 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 449 | rdfs:label "total amount of material"^^xsd:string ; | 448 | rdfs:label "total amount of material"^^xsd:string ; |
| 450 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 449 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Oct 24 16:21:27 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | ||
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | ||
| 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 11 | 10 | ||
| 12 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 11 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 13 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 12 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| ... | @@ -35,11 +34,14 @@ | ... | @@ -35,11 +34,14 @@ |
| 35 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 34 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 36 | rdf:type owl:Class ; | 35 | rdf:type owl:Class ; |
| 37 | rdfs:label "production well test"^^xsd:string ; | 36 | rdfs:label "production well test"^^xsd:string ; |
| 38 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 37 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 39 | 38 | ||
| 40 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 39 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
| 41 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 40 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
| 42 | 41 | ||
| 42 | +<http://www.reportinghub.no/ep/schema/activity#WellOperation> | ||
| 43 | + rdf:type ep-prodact:ProductionActivityType . | ||
| 44 | + | ||
| 43 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> | 45 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 44 | rdf:type owl:ObjectProperty ; | 46 | rdf:type owl:ObjectProperty ; |
| 45 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 47 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| ... | @@ -47,7 +49,7 @@ | ... | @@ -47,7 +49,7 @@ |
| 47 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 49 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 48 | 50 | ||
| 49 | ep-core:Mass | 51 | ep-core:Mass |
| 50 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 52 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 51 | rdfs:label "mass"^^xsd:string ; | 53 | rdfs:label "mass"^^xsd:string ; |
| 52 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 54 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 53 | 55 | ||
| ... | @@ -88,12 +90,13 @@ ep-core:Mass | ... | @@ -88,12 +90,13 @@ ep-core:Mass |
| 88 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 90 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 89 | 91 | ||
| 90 | ep-prodact:AdministerFirstAid | 92 | ep-prodact:AdministerFirstAid |
| 91 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 93 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 92 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 94 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 93 | 95 | ||
| 94 | ep-prodact:AirTrafficOperation | 96 | ep-prodact:AirTrafficOperation |
| 95 | - rdf:type owl:Class ; | 97 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 96 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 98 | + rdfs:label "air traffic operation"^^xsd:string ; |
| 99 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . | ||
| 97 | 100 | ||
| 98 | ep-prodact:Alarm | 101 | ep-prodact:Alarm |
| 99 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
| ... | @@ -112,47 +115,49 @@ ep-prodact:AmountOfSubstance | ... | @@ -112,47 +115,49 @@ ep-prodact:AmountOfSubstance |
| 112 | rdfs:subClassOf ep-core:PhysicalObject . | 115 | rdfs:subClassOf ep-core:PhysicalObject . |
| 113 | 116 | ||
| 114 | ep-prodact:AnnualProductionActivity | 117 | ep-prodact:AnnualProductionActivity |
| 115 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 118 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 116 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 119 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 117 | 120 | ||
| 118 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 121 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 119 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 122 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 120 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 123 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 121 | 124 | ||
| 122 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 125 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 123 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 126 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 124 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 127 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 125 | 128 | ||
| 126 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 129 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 127 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 130 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 128 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 131 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 129 | 132 | ||
| 130 | ep-prodact:CargoShipOperation | 133 | ep-prodact:CargoShipOperation |
| 131 | rdf:type owl:Class ; | 134 | rdf:type owl:Class ; |
| 132 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 135 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 133 | 136 | ||
| 134 | ep-prodact:ConstructionOperation | 137 | ep-prodact:ConstructionOperation |
| 135 | - rdf:type owl:Class ; | 138 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 139 | + rdfs:label "construction operation"^^xsd:string ; | ||
| 136 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 140 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 137 | 141 | ||
| 138 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 142 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 139 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 143 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 140 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 144 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 141 | 145 | ||
| 142 | ep-prodact:DailyProductionOperationsActivity | 146 | ep-prodact:DailyProductionOperationsActivity |
| 143 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 147 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 144 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 148 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 145 | 149 | ||
| 146 | ep-prodact:DailyProductionVolumeActivity | 150 | ep-prodact:DailyProductionVolumeActivity |
| 147 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 151 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 148 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 152 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 149 | 153 | ||
| 150 | ep-prodact:Deviation | 154 | ep-prodact:Deviation |
| 151 | - rdf:type owl:Class ; | 155 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 156 | + rdfs:label "deviation"^^xsd:string ; | ||
| 152 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 157 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 153 | 158 | ||
| 154 | ep-prodact:DrillOrExcercise | 159 | ep-prodact:DrillOrExcercise |
| 155 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 160 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 156 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 161 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 157 | 162 | ||
| 158 | ep-prodact:Fire | 163 | ep-prodact:Fire |
| ... | @@ -188,11 +193,11 @@ ep-prodact:Incident | ... | @@ -188,11 +193,11 @@ ep-prodact:Incident |
| 188 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 193 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 189 | 194 | ||
| 190 | ep-prodact:Injury | 195 | ep-prodact:Injury |
| 191 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 196 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 192 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 197 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 193 | 198 | ||
| 194 | ep-prodact:IssueWorkPermit | 199 | ep-prodact:IssueWorkPermit |
| 195 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 200 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 196 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 201 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 197 | 202 | ||
| 198 | ep-prodact:JobObservation | 203 | ep-prodact:JobObservation |
| ... | @@ -212,19 +217,20 @@ ep-prodact:LostTimeIncident | ... | @@ -212,19 +217,20 @@ ep-prodact:LostTimeIncident |
| 212 | rdfs:subClassOf ep-prodact:Incident . | 217 | rdfs:subClassOf ep-prodact:Incident . |
| 213 | 218 | ||
| 214 | ep-prodact:MaintenanceActivity | 219 | ep-prodact:MaintenanceActivity |
| 215 | - rdf:type owl:Class ; | 220 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 221 | + rdfs:label "maintenance activity"^^xsd:string ; | ||
| 216 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 222 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 217 | 223 | ||
| 218 | ep-prodact:MarineOperation | 224 | ep-prodact:MarineOperation |
| 219 | rdf:type owl:Class ; | 225 | rdf:type owl:Class ; |
| 220 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 226 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 221 | 227 | ||
| 222 | ep-prodact:MedicalTreatmentInjury | 228 | ep-prodact:MedicalTreatmentInjury |
| 223 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 229 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 224 | rdfs:subClassOf ep-prodact:Injury . | 230 | rdfs:subClassOf ep-prodact:Injury . |
| 225 | 231 | ||
| 226 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 232 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 227 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 233 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 228 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 234 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 229 | 235 | ||
| 230 | ep-prodact:NearMiss | 236 | ep-prodact:NearMiss |
| ... | @@ -246,19 +252,26 @@ ep-prodact:Participation | ... | @@ -246,19 +252,26 @@ ep-prodact:Participation |
| 246 | rdfs:subPropertyOf ep-prodact:involvement . | 252 | rdfs:subPropertyOf ep-prodact:involvement . |
| 247 | 253 | ||
| 248 | ep-prodact:PowerStationFailure | 254 | ep-prodact:PowerStationFailure |
| 249 | - rdf:type owl:Class ; | 255 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 256 | + rdfs:label "power station failure"^^xsd:string ; | ||
| 250 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 257 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 251 | 258 | ||
| 252 | ep-prodact:ProductionActivityLastingLessThanAYear | 259 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 253 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 260 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 254 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 261 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 255 | 262 | ||
| 263 | +ep-prodact:ProductionActivityType | ||
| 264 | + rdf:type rdfs:Class ; | ||
| 265 | + rdfs:label "production activity type"^^xsd:string ; | ||
| 266 | + rdfs:subClassOf owl:Class . | ||
| 267 | + | ||
| 256 | ep-prodact:ProductionOperationClassByDuration | 268 | ep-prodact:ProductionOperationClassByDuration |
| 257 | rdf:type rdfs:Class ; | 269 | rdf:type rdfs:Class ; |
| 258 | rdfs:subClassOf owl:Class . | 270 | rdfs:subClassOf owl:Class . |
| 259 | 271 | ||
| 260 | ep-prodact:ProductionOperationsActivity | 272 | ep-prodact:ProductionOperationsActivity |
| 261 | - rdf:type owl:Class ; | 273 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 274 | + rdfs:label "production operations activity"^^xsd:string ; | ||
| 262 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 275 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 263 | 276 | ||
| 264 | ep-prodact:ProductionVolumeActivity | 277 | ep-prodact:ProductionVolumeActivity |
| ... | @@ -270,7 +283,7 @@ ep-prodact:ReleasedToWater | ... | @@ -270,7 +283,7 @@ ep-prodact:ReleasedToWater |
| 270 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 283 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 271 | 284 | ||
| 272 | ep-prodact:ReportHazard | 285 | ep-prodact:ReportHazard |
| 273 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 286 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 274 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 287 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 275 | 288 | ||
| 276 | ep-prodact:RestrictedWork | 289 | ep-prodact:RestrictedWork |
| ... | @@ -278,7 +291,7 @@ ep-prodact:RestrictedWork | ... | @@ -278,7 +291,7 @@ ep-prodact:RestrictedWork |
| 278 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 291 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 279 | 292 | ||
| 280 | ep-prodact:RestrictedWorkInjury | 293 | ep-prodact:RestrictedWorkInjury |
| 281 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 294 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 282 | rdfs:subClassOf ep-prodact:Injury . | 295 | rdfs:subClassOf ep-prodact:Injury . |
| 283 | 296 | ||
| 284 | ep-prodact:SafetyActivityType | 297 | ep-prodact:SafetyActivityType |
| ... | @@ -286,7 +299,7 @@ ep-prodact:SafetyActivityType | ... | @@ -286,7 +299,7 @@ ep-prodact:SafetyActivityType |
| 286 | rdfs:subClassOf owl:Class . | 299 | rdfs:subClassOf owl:Class . |
| 287 | 300 | ||
| 288 | ep-prodact:SafetyMeeting | 301 | ep-prodact:SafetyMeeting |
| 289 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 302 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 290 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 303 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 291 | 304 | ||
| 292 | ep-prodact:SampleAmountOfSubstance | 305 | ep-prodact:SampleAmountOfSubstance |
| ... | @@ -306,7 +319,7 @@ ep-prodact:SickOnBoard | ... | @@ -306,7 +319,7 @@ ep-prodact:SickOnBoard |
| 306 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 319 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 307 | 320 | ||
| 308 | ep-prodact:SpillOrLeak | 321 | ep-prodact:SpillOrLeak |
| 309 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 322 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 310 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 323 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 311 | 324 | ||
| 312 | ep-prodact:TransportationActivity | 325 | ep-prodact:TransportationActivity |
| ... | @@ -319,14 +332,14 @@ ep-prodact:WaterCleaningOperation | ... | @@ -319,14 +332,14 @@ ep-prodact:WaterCleaningOperation |
| 319 | 332 | ||
| 320 | ep-prodact:WaterSample | 333 | ep-prodact:WaterSample |
| 321 | rdf:type owl:Class ; | 334 | rdf:type owl:Class ; |
| 322 | - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . | 335 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance . |
| 323 | 336 | ||
| 324 | ep-prodact:WorkingUnderPermit | 337 | ep-prodact:WorkingUnderPermit |
| 325 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 338 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 326 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 339 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 327 | 340 | ||
| 328 | ep-prodact:WorkingUnderPermitWithSJA | 341 | ep-prodact:WorkingUnderPermitWithSJA |
| 329 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 342 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 330 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 343 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 331 | 344 | ||
| 332 | ep-prodact:ammoniumDensity | 345 | ep-prodact:ammoniumDensity | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> ; | 22 | + owl:imports <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 25 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
| ... | @@ -1419,6 +1419,78 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -1419,6 +1419,78 @@ ep-dpr-spin-lib:selectProductType |
| 1419 | ]) | 1419 | ]) |
| 1420 | ] . | 1420 | ] . |
| 1421 | 1421 | ||
| 1422 | +ep-dpr-spin-lib:selectProductionActivityType | ||
| 1423 | + rdf:type spin:Function ; | ||
| 1424 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1425 | + spin:body | ||
| 1426 | + [ rdf:type sp:Select ; | ||
| 1427 | + sp:resultVariables ([ sp:varName "productionActivityType"^^xsd:string | ||
| 1428 | + ]) ; | ||
| 1429 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1430 | + sp:expression | ||
| 1431 | + [ rdf:type sp:if ; | ||
| 1432 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1433 | + sp:arg1 spin:_arg1 ; | ||
| 1434 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_production> | ||
| 1435 | + ] ; | ||
| 1436 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperationsActivity> ; | ||
| 1437 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1438 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1439 | + sp:arg1 spin:_arg1 ; | ||
| 1440 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_well> | ||
| 1441 | + ] ; | ||
| 1442 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellOperation> ; | ||
| 1443 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1444 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1445 | + sp:arg1 spin:_arg1 ; | ||
| 1446 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_deviations> | ||
| 1447 | + ] ; | ||
| 1448 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Deviation> ; | ||
| 1449 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1450 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1451 | + sp:arg1 spin:_arg1 ; | ||
| 1452 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_maintenance> | ||
| 1453 | + ] ; | ||
| 1454 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MaintenanceActivity> ; | ||
| 1455 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1456 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1457 | + sp:arg1 spin:_arg1 ; | ||
| 1458 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_construction> | ||
| 1459 | + ] ; | ||
| 1460 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ConstructionOperation> ; | ||
| 1461 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1462 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1463 | + sp:arg1 spin:_arg1 ; | ||
| 1464 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_powerstationfailure> | ||
| 1465 | + ] ; | ||
| 1466 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#PowerStationFailure> ; | ||
| 1467 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1468 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1469 | + sp:arg1 spin:_arg1 ; | ||
| 1470 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_airtraffic> | ||
| 1471 | + ] ; | ||
| 1472 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AirTrafficOperation> ; | ||
| 1473 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1474 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1475 | + sp:arg1 spin:_arg1 ; | ||
| 1476 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other> | ||
| 1477 | + ] ; | ||
| 1478 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 1479 | + sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | ||
| 1480 | + ] | ||
| 1481 | + ] | ||
| 1482 | + ] | ||
| 1483 | + ] | ||
| 1484 | + ] | ||
| 1485 | + ] | ||
| 1486 | + ] | ||
| 1487 | + ] ; | ||
| 1488 | + sp:variable | ||
| 1489 | + [ sp:varName "productionActivityType"^^xsd:string | ||
| 1490 | + ] | ||
| 1491 | + ]) | ||
| 1492 | + ] . | ||
| 1493 | + | ||
| 1422 | ep-dpr-spin-lib:selectProductionFacilityType | 1494 | ep-dpr-spin-lib:selectProductionFacilityType |
| 1423 | rdf:type spin:Function ; | 1495 | rdf:type spin:Function ; |
| 1424 | rdfs:label "select ProductionFacilityType"^^xsd:string ; | 1496 | rdfs:label "select ProductionFacilityType"^^xsd:string ; |
| ... | @@ -1895,75 +1967,13 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -1895,75 +1967,13 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 1895 | ]) | 1967 | ]) |
| 1896 | ] . | 1968 | ] . |
| 1897 | 1969 | ||
| 1898 | -ep-dpr-spin-lib:selectProductionOperationPartType | ||
| 1899 | - rdf:type spin:Function ; | ||
| 1900 | - rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 1901 | - spin:body | ||
| 1902 | - [ rdf:type sp:Select ; | ||
| 1903 | - sp:resultVariables (_:b31) ; | ||
| 1904 | - sp:where ([ rdf:type sp:Bind ; | ||
| 1905 | - sp:expression | ||
| 1906 | - [ rdf:type sp:if ; | ||
| 1907 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1908 | - sp:arg1 spin:_arg1 ; | ||
| 1909 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_production> | ||
| 1910 | - ] ; | ||
| 1911 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 1912 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1913 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1914 | - sp:arg1 spin:_arg1 ; | ||
| 1915 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_maintenance> | ||
| 1916 | - ] ; | ||
| 1917 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MaintenanceActivity> ; | ||
| 1918 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1919 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1920 | - sp:arg1 spin:_arg1 ; | ||
| 1921 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_powerstationfailure> | ||
| 1922 | - ] ; | ||
| 1923 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#PowerStationFailure> ; | ||
| 1924 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1925 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1926 | - sp:arg1 spin:_arg1 ; | ||
| 1927 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_deviations> | ||
| 1928 | - ] ; | ||
| 1929 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Deviation> ; | ||
| 1930 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1931 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1932 | - sp:arg1 spin:_arg1 ; | ||
| 1933 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_airtraffic> | ||
| 1934 | - ] ; | ||
| 1935 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AirTrafficOperation> ; | ||
| 1936 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1937 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1938 | - sp:arg1 spin:_arg1 ; | ||
| 1939 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_construction> | ||
| 1940 | - ] ; | ||
| 1941 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ConstructionOperation> ; | ||
| 1942 | - sp:arg3 [ rdf:type sp:if ; | ||
| 1943 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 1944 | - sp:arg1 spin:_arg1 ; | ||
| 1945 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#TU_s> | ||
| 1946 | - ] ; | ||
| 1947 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#second> ; | ||
| 1948 | - sp:arg3 <http://www.reportinghub.no/ep/schema/production-activity#PartOfProductionActivity> | ||
| 1949 | - ] | ||
| 1950 | - ] | ||
| 1951 | - ] | ||
| 1952 | - ] | ||
| 1953 | - ] | ||
| 1954 | - ] | ||
| 1955 | - ] ; | ||
| 1956 | - sp:variable _:b31 | ||
| 1957 | - ]) | ||
| 1958 | - ] . | ||
| 1959 | - | ||
| 1960 | ep-dpr-spin-lib:selectRelationshipToMeasure | 1970 | ep-dpr-spin-lib:selectRelationshipToMeasure |
| 1961 | rdf:type spin:Function ; | 1971 | rdf:type spin:Function ; |
| 1962 | rdfs:label "select RelationshipToMeasure"^^xsd:string ; | 1972 | rdfs:label "select RelationshipToMeasure"^^xsd:string ; |
| 1963 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1973 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1964 | spin:body | 1974 | spin:body |
| 1965 | [ rdf:type sp:Select ; | 1975 | [ rdf:type sp:Select ; |
| 1966 | - sp:resultVariables (_:b32) ; | 1976 | + sp:resultVariables (_:b31) ; |
| 1967 | sp:where ([ rdf:type sp:Bind ; | 1977 | sp:where ([ rdf:type sp:Bind ; |
| 1968 | sp:expression | 1978 | sp:expression |
| 1969 | [ rdf:type sp:if ; | 1979 | [ rdf:type sp:if ; |
| ... | @@ -2037,7 +2047,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -2037,7 +2047,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 2037 | ] | 2047 | ] |
| 2038 | ] | 2048 | ] |
| 2039 | ] ; | 2049 | ] ; |
| 2040 | - sp:variable _:b32 | 2050 | + sp:variable _:b31 |
| 2041 | ]) | 2051 | ]) |
| 2042 | ] . | 2052 | ] . |
| 2043 | 2053 | ||
| ... | @@ -2046,7 +2056,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -2046,7 +2056,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 2046 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2056 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2047 | spin:body | 2057 | spin:body |
| 2048 | [ rdf:type sp:Select ; | 2058 | [ rdf:type sp:Select ; |
| 2049 | - sp:resultVariables (_:b33) ; | 2059 | + sp:resultVariables (_:b32) ; |
| 2050 | sp:where ([ rdf:type sp:Bind ; | 2060 | sp:where ([ rdf:type sp:Bind ; |
| 2051 | sp:expression | 2061 | sp:expression |
| 2052 | [ rdf:type sp:if ; | 2062 | [ rdf:type sp:if ; |
| ... | @@ -2190,7 +2200,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -2190,7 +2200,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 2190 | ] | 2200 | ] |
| 2191 | ] | 2201 | ] |
| 2192 | ] ; | 2202 | ] ; |
| 2193 | - sp:variable _:b33 | 2203 | + sp:variable _:b32 |
| 2194 | ]) | 2204 | ]) |
| 2195 | ] . | 2205 | ] . |
| 2196 | 2206 | ||
| ... | @@ -2200,7 +2210,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -2200,7 +2210,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 2200 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2210 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2201 | spin:body | 2211 | spin:body |
| 2202 | [ rdf:type sp:Select ; | 2212 | [ rdf:type sp:Select ; |
| 2203 | - sp:resultVariables (_:b34) ; | 2213 | + sp:resultVariables (_:b33) ; |
| 2204 | sp:where ([ rdf:type sp:Bind ; | 2214 | sp:where ([ rdf:type sp:Bind ; |
| 2205 | sp:expression | 2215 | sp:expression |
| 2206 | [ rdf:type sp:if ; | 2216 | [ rdf:type sp:if ; |
| ... | @@ -2211,7 +2221,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -2211,7 +2221,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 2211 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | 2221 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; |
| 2212 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2222 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2213 | ] ; | 2223 | ] ; |
| 2214 | - sp:variable _:b34 | 2224 | + sp:variable _:b33 |
| 2215 | ]) | 2225 | ]) |
| 2216 | ] . | 2226 | ] . |
| 2217 | 2227 | ||
| ... | @@ -2221,7 +2231,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -2221,7 +2231,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 2221 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2231 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2222 | spin:body | 2232 | spin:body |
| 2223 | [ rdf:type sp:Select ; | 2233 | [ rdf:type sp:Select ; |
| 2224 | - sp:resultVariables (_:b35) ; | 2234 | + sp:resultVariables (_:b34) ; |
| 2225 | sp:where ([ rdf:type sp:Bind ; | 2235 | sp:where ([ rdf:type sp:Bind ; |
| 2226 | sp:expression | 2236 | sp:expression |
| 2227 | [ rdf:type sp:if ; | 2237 | [ rdf:type sp:if ; |
| ... | @@ -2239,7 +2249,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -2239,7 +2249,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 2239 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2249 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2240 | ] | 2250 | ] |
| 2241 | ] ; | 2251 | ] ; |
| 2242 | - sp:variable _:b35 | 2252 | + sp:variable _:b34 |
| 2243 | ]) | 2253 | ]) |
| 2244 | ] . | 2254 | ] . |
| 2245 | 2255 | ||
| ... | @@ -2249,7 +2259,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -2249,7 +2259,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 2249 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2259 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2250 | spin:body | 2260 | spin:body |
| 2251 | [ rdf:type sp:Select ; | 2261 | [ rdf:type sp:Select ; |
| 2252 | - sp:resultVariables (_:b36) ; | 2262 | + sp:resultVariables (_:b35) ; |
| 2253 | sp:where ([ rdf:type sp:Bind ; | 2263 | sp:where ([ rdf:type sp:Bind ; |
| 2254 | sp:expression | 2264 | sp:expression |
| 2255 | [ rdf:type sp:if ; | 2265 | [ rdf:type sp:if ; |
| ... | @@ -2323,7 +2333,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -2323,7 +2333,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 2323 | ] | 2333 | ] |
| 2324 | ] | 2334 | ] |
| 2325 | ] ; | 2335 | ] ; |
| 2326 | - sp:variable _:b36 | 2336 | + sp:variable _:b35 |
| 2327 | ]) | 2337 | ]) |
| 2328 | ] . | 2338 | ] . |
| 2329 | 2339 | ||
| ... | @@ -2332,7 +2342,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -2332,7 +2342,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 2332 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2342 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2333 | spin:body | 2343 | spin:body |
| 2334 | [ rdf:type sp:Select ; | 2344 | [ rdf:type sp:Select ; |
| 2335 | - sp:resultVariables (_:b37) ; | 2345 | + sp:resultVariables (_:b36) ; |
| 2336 | sp:where ([ rdf:type sp:Bind ; | 2346 | sp:where ([ rdf:type sp:Bind ; |
| 2337 | sp:expression | 2347 | sp:expression |
| 2338 | [ rdf:type sp:if ; | 2348 | [ rdf:type sp:if ; |
| ... | @@ -2406,7 +2416,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -2406,7 +2416,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 2406 | ] | 2416 | ] |
| 2407 | ] | 2417 | ] |
| 2408 | ] ; | 2418 | ] ; |
| 2409 | - sp:variable _:b37 | 2419 | + sp:variable _:b36 |
| 2410 | ]) | 2420 | ]) |
| 2411 | ] . | 2421 | ] . |
| 2412 | 2422 | ||
| ... | @@ -2416,7 +2426,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -2416,7 +2426,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 2416 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2426 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2417 | spin:body | 2427 | spin:body |
| 2418 | [ rdf:type sp:Select ; | 2428 | [ rdf:type sp:Select ; |
| 2419 | - sp:resultVariables (_:b38) ; | 2429 | + sp:resultVariables (_:b37) ; |
| 2420 | sp:where ([ rdf:type sp:Bind ; | 2430 | sp:where ([ rdf:type sp:Bind ; |
| 2421 | sp:expression | 2431 | sp:expression |
| 2422 | [ rdf:type sp:if ; | 2432 | [ rdf:type sp:if ; |
| ... | @@ -2441,7 +2451,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -2441,7 +2451,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 2441 | ] | 2451 | ] |
| 2442 | ] | 2452 | ] |
| 2443 | ] ; | 2453 | ] ; |
| 2444 | - sp:variable _:b38 | 2454 | + sp:variable _:b37 |
| 2445 | ]) | 2455 | ]) |
| 2446 | ] . | 2456 | ] . |
| 2447 | 2457 | ||
| ... | @@ -2451,7 +2461,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -2451,7 +2461,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 2451 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2461 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2452 | spin:body | 2462 | spin:body |
| 2453 | [ rdf:type sp:Select ; | 2463 | [ rdf:type sp:Select ; |
| 2454 | - sp:resultVariables (_:b39) ; | 2464 | + sp:resultVariables (_:b38) ; |
| 2455 | sp:where ([ rdf:type sp:Bind ; | 2465 | sp:where ([ rdf:type sp:Bind ; |
| 2456 | sp:expression | 2466 | sp:expression |
| 2457 | [ rdf:type sp:if ; | 2467 | [ rdf:type sp:if ; |
| ... | @@ -2476,7 +2486,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -2476,7 +2486,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 2476 | ] | 2486 | ] |
| 2477 | ] | 2487 | ] |
| 2478 | ] ; | 2488 | ] ; |
| 2479 | - sp:variable _:b39 | 2489 | + sp:variable _:b38 |
| 2480 | ]) | 2490 | ]) |
| 2481 | ] . | 2491 | ] . |
| 2482 | 2492 | ||
| ... | @@ -2486,7 +2496,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -2486,7 +2496,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 2486 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2496 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2487 | spin:body | 2497 | spin:body |
| 2488 | [ rdf:type sp:Select ; | 2498 | [ rdf:type sp:Select ; |
| 2489 | - sp:resultVariables (_:b40) ; | 2499 | + sp:resultVariables (_:b39) ; |
| 2490 | sp:where ([ rdf:type sp:Bind ; | 2500 | sp:where ([ rdf:type sp:Bind ; |
| 2491 | sp:expression | 2501 | sp:expression |
| 2492 | [ rdf:type sp:if ; | 2502 | [ rdf:type sp:if ; |
| ... | @@ -2511,7 +2521,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -2511,7 +2521,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 2511 | ] | 2521 | ] |
| 2512 | ] | 2522 | ] |
| 2513 | ] ; | 2523 | ] ; |
| 2514 | - sp:variable _:b40 | 2524 | + sp:variable _:b39 |
| 2515 | ]) | 2525 | ]) |
| 2516 | ] . | 2526 | ] . |
| 2517 | 2527 | ||
| ... | @@ -2521,7 +2531,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -2521,7 +2531,7 @@ ep-dpr-spin-lib:selectVolumeScale |
| 2521 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2531 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2522 | spin:body | 2532 | spin:body |
| 2523 | [ rdf:type sp:Select ; | 2533 | [ rdf:type sp:Select ; |
| 2524 | - sp:resultVariables (_:b41) ; | 2534 | + sp:resultVariables (_:b40) ; |
| 2525 | sp:where ([ rdf:type sp:Bind ; | 2535 | sp:where ([ rdf:type sp:Bind ; |
| 2526 | sp:expression | 2536 | sp:expression |
| 2527 | [ rdf:type sp:if ; | 2537 | [ rdf:type sp:if ; |
| ... | @@ -2749,42 +2759,39 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -2749,42 +2759,39 @@ ep-dpr-spin-lib:selectVolumeScale |
| 2749 | ] | 2759 | ] |
| 2750 | ] | 2760 | ] |
| 2751 | ] ; | 2761 | ] ; |
| 2752 | - sp:variable _:b41 | 2762 | + sp:variable _:b40 |
| 2753 | ]) | 2763 | ]) |
| 2754 | ] . | 2764 | ] . |
| 2755 | 2765 | ||
| 2756 | -_:b41 | ||
| 2757 | - sp:varName "volumeScale"^^xsd:string . | ||
| 2758 | - | ||
| 2759 | _:b40 | 2766 | _:b40 |
| 2760 | - sp:varName "volumeFlowRateScale"^^xsd:string . | 2767 | + sp:varName "volumeScale"^^xsd:string . |
| 2761 | 2768 | ||
| 2762 | _:b39 | 2769 | _:b39 |
| 2763 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | 2770 | + sp:varName "volumeFlowRateScale"^^xsd:string . |
| 2764 | 2771 | ||
| 2765 | _:b38 | 2772 | _:b38 |
| 2766 | - sp:varName "volumeAtStdType"^^xsd:string . | 2773 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . |
| 2767 | 2774 | ||
| 2768 | _:b37 | 2775 | _:b37 |
| 2769 | - sp:varName "prodActType"^^xsd:string . | 2776 | + sp:varName "volumeAtStdType"^^xsd:string . |
| 2770 | 2777 | ||
| 2771 | _:b36 | 2778 | _:b36 |
| 2772 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | 2779 | + sp:varName "prodActType"^^xsd:string . |
| 2773 | 2780 | ||
| 2774 | _:b35 | 2781 | _:b35 |
| 2775 | - sp:varName "temperatureScale"^^xsd:string . | 2782 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . |
| 2776 | 2783 | ||
| 2777 | _:b34 | 2784 | _:b34 |
| 2778 | - sp:varName "specificVolumeScale"^^xsd:string . | 2785 | + sp:varName "temperatureScale"^^xsd:string . |
| 2779 | 2786 | ||
| 2780 | _:b33 | 2787 | _:b33 |
| 2781 | - sp:varName "safetyActivityType"^^xsd:string . | 2788 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 2782 | 2789 | ||
| 2783 | _:b32 | 2790 | _:b32 |
| 2784 | - sp:varName "relationshipToMeasure"^^xsd:string . | 2791 | + sp:varName "safetyActivityType"^^xsd:string . |
| 2785 | 2792 | ||
| 2786 | _:b31 | 2793 | _:b31 |
| 2787 | - sp:varName "popType"^^xsd:string . | 2794 | + sp:varName "relationshipToMeasure"^^xsd:string . |
| 2788 | 2795 | ||
| 2789 | _:b30 | 2796 | _:b30 |
| 2790 | sp:varName "productionFlowPurposeType"^^xsd:string . | 2797 | sp:varName "productionFlowPurposeType"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment