Showing
5 changed files
with
587 additions
and
576 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 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization |
| 9 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 10 | -# imports: http://www.reportinghub.no/ep/schema/1.0/flow | 10 | + |
| 11 | - | 11 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 12 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 12 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| 13 | -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 16 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | + |
| 18 | - | 18 | +<http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 19 | -<http://www.reportinghub.no/ep/schema/1.0/production-activity> | 19 | + rdf:type owl:Ontology ; |
| 20 | - rdf:type owl:Ontology ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <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/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <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/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 21 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | + |
| 23 | - | 23 | +<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
| 24 | -<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | 24 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
| 25 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 25 | + |
| 26 | - | 26 | +<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> |
| 27 | -<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> | 27 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
| 28 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 28 | + |
| 29 | - | 29 | +<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> |
| 30 | -<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> | 30 | + rdf:type owl:Class ; |
| 31 | - rdf:type owl:Class ; | 31 | + rdfs:label "production activity to date"^^xsd:string ; |
| 32 | - rdfs:label "production activity to date"^^xsd:string ; | 32 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 33 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 33 | + |
| 34 | - | 34 | +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 35 | -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 35 | + rdf:type owl:Class ; |
| 36 | - rdf:type owl:Class ; | 36 | + rdfs:label "production well test"^^xsd:string ; |
| 37 | - rdfs:label "production well test"^^xsd:string ; | 37 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 38 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 38 | + |
| 39 | - | 39 | +<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
| 40 | -<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 40 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
| 41 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 41 | + |
| 42 | - | 42 | +<http://www.reportinghub.no/ep/schema/activity#WellOperation> |
| 43 | -<http://www.reportinghub.no/ep/schema/activity#hasFlow> | 43 | + rdf:type ep-prodact:ProductionActivityType . |
| 44 | - rdf:type owl:ObjectProperty ; | 44 | + |
| 45 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 45 | +<http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 46 | - rdfs:label "has flow"^^xsd:string ; | 46 | + rdf:type owl:ObjectProperty ; |
| 47 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 47 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| 48 | - | 48 | + rdfs:label "has flow"^^xsd:string ; |
| 49 | -ep-core:Mass | 49 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 50 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 50 | + |
| 51 | - rdfs:label "mass"^^xsd:string ; | 51 | +ep-core:Mass |
| 52 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 52 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 53 | - | 53 | + rdfs:label "mass"^^xsd:string ; |
| 54 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | 54 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 55 | - rdf:type owl:Class ; | 55 | + |
| 56 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 56 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold> |
| 57 | - | 57 | + rdf:type owl:Class ; |
| 58 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> | 58 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
| 59 | - rdf:type owl:Class ; | 59 | + |
| 60 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 60 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> |
| 61 | - | 61 | + rdf:type owl:Class ; |
| 62 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> | 62 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
| 63 | - rdf:type owl:Class ; | 63 | + |
| 64 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 64 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> |
| 65 | - | 65 | + rdf:type owl:Class ; |
| 66 | -<http://www.reportinghub.no/ep/schema/equipment#Separator> | 66 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
| 67 | - rdf:type owl:Class ; | 67 | + |
| 68 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | 68 | +<http://www.reportinghub.no/ep/schema/equipment#Separator> |
| 69 | - | 69 | + rdf:type owl:Class ; |
| 70 | -<http://www.reportinghub.no/ep/schema/equipment#Tank> | 70 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . |
| 71 | - rdf:type owl:Class ; | 71 | + |
| 72 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . | 72 | +<http://www.reportinghub.no/ep/schema/equipment#Tank> |
| 73 | - | 73 | + rdf:type owl:Class ; |
| 74 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> | 74 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . |
| 75 | - rdf:type owl:Class ; | 75 | + |
| 76 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 76 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> |
| 77 | - | 77 | + rdf:type owl:Class ; |
| 78 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> | 78 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 79 | - rdf:type owl:Class ; | 79 | + |
| 80 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 80 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> |
| 81 | - | 81 | + rdf:type owl:Class ; |
| 82 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | 82 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 83 | - rdf:type owl:Class ; | 83 | + |
| 84 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 84 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> |
| 85 | - | 85 | + rdf:type owl:Class ; |
| 86 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> | 86 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 87 | - rdf:type owl:Class ; | 87 | + |
| 88 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 88 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> |
| 89 | - | 89 | + rdf:type owl:Class ; |
| 90 | -ep-prodact:AdministerFirstAid | 90 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 91 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 91 | + |
| 92 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 92 | +ep-prodact:AdministerFirstAid |
| 93 | - | 93 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 94 | -ep-prodact:AirTrafficOperation | 94 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 95 | - rdf:type owl:Class ; | 95 | + |
| 96 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 96 | +ep-prodact:AirTrafficOperation |
| 97 | - | 97 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 98 | -ep-prodact:Alarm | 98 | + rdfs:label "air traffic operation"^^xsd:string ; |
| 99 | - rdf:type owl:Class ; | 99 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 100 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 100 | + |
| 101 | - | 101 | +ep-prodact:Alarm |
| 102 | -ep-prodact:AmountOfCrudeOil | 102 | + rdf:type owl:Class ; |
| 103 | - rdf:type owl:Class ; | 103 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 104 | - rdfs:subClassOf ep-prodact:AmountOfSubstance . | 104 | + |
| 105 | - | 105 | +ep-prodact:AmountOfCrudeOil |
| 106 | -ep-prodact:AmountOfNaturalGas | 106 | + rdf:type owl:Class ; |
| 107 | - rdf:type owl:Class ; | 107 | + rdfs:subClassOf ep-prodact:AmountOfSubstance . |
| 108 | - rdfs:subClassOf ep-prodact:AmountOfSubstance . | 108 | + |
| 109 | - | 109 | +ep-prodact:AmountOfNaturalGas |
| 110 | -ep-prodact:AmountOfSubstance | 110 | + rdf:type owl:Class ; |
| 111 | - rdf:type owl:Class ; | 111 | + rdfs:subClassOf ep-prodact:AmountOfSubstance . |
| 112 | - rdfs:subClassOf ep-core:PhysicalObject . | 112 | + |
| 113 | - | 113 | +ep-prodact:AmountOfSubstance |
| 114 | -ep-prodact:AnnualProductionActivity | 114 | + rdf:type owl:Class ; |
| 115 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 115 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 116 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 116 | + |
| 117 | - | 117 | +ep-prodact:AnnualProductionActivity |
| 118 | -ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 118 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 119 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 119 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 120 | - rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 120 | + |
| 121 | - | 121 | +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 122 | -ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 122 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 123 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 123 | + rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 124 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 124 | + |
| 125 | - | 125 | +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 126 | -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 126 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 127 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 127 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 128 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 128 | + |
| 129 | - | 129 | +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 130 | -ep-prodact:CargoShipOperation | 130 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 131 | - rdf:type owl:Class ; | 131 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 132 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 132 | + |
| 133 | - | 133 | +ep-prodact:CargoShipOperation |
| 134 | -ep-prodact:ConstructionOperation | 134 | + rdf:type owl:Class ; |
| 135 | - rdf:type owl:Class ; | 135 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 136 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 136 | + |
| 137 | - | 137 | +ep-prodact:ConstructionOperation |
| 138 | -ep-prodact:CumulativeProductionActivitySinceProductionBegan | 138 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 139 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 139 | + rdfs:label "construction operation"^^xsd:string ; |
| 140 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 140 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 141 | - | 141 | + |
| 142 | -ep-prodact:DailyProductionOperationsActivity | 142 | +ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 143 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 143 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 144 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 144 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 145 | - | 145 | + |
| 146 | -ep-prodact:DailyProductionVolumeActivity | 146 | +ep-prodact:DailyProductionOperationsActivity |
| 147 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 147 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 148 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 148 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 149 | - | 149 | + |
| 150 | -ep-prodact:Deviation | 150 | +ep-prodact:DailyProductionVolumeActivity |
| 151 | - rdf:type owl:Class ; | 151 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 152 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 152 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 153 | - | 153 | + |
| 154 | -ep-prodact:DrillOrExcercise | 154 | +ep-prodact:Deviation |
| 155 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 155 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 156 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 156 | + rdfs:label "deviation"^^xsd:string ; |
| 157 | - | 157 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 158 | -ep-prodact:Fire | 158 | + |
| 159 | - rdf:type owl:Class ; | 159 | +ep-prodact:DrillOrExcercise |
| 160 | - rdfs:subClassOf ep-prodact:Incident . | 160 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 161 | - | 161 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 162 | -ep-prodact:FirstAid | 162 | + |
| 163 | - rdf:type owl:Class ; | 163 | +ep-prodact:Fire |
| 164 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 164 | + rdf:type owl:Class ; |
| 165 | - | 165 | + rdfs:subClassOf ep-prodact:Incident . |
| 166 | -ep-prodact:FlowLine | 166 | + |
| 167 | - rdf:type owl:Class ; | 167 | +ep-prodact:FirstAid |
| 168 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | 168 | + rdf:type owl:Class ; |
| 169 | - | 169 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 170 | -ep-prodact:FlowLine-Production | 170 | + |
| 171 | - rdf:type owl:Class ; | 171 | +ep-prodact:FlowLine |
| 172 | - rdfs:subClassOf ep-prodact:FlowLine . | 172 | + rdf:type owl:Class ; |
| 173 | - | 173 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . |
| 174 | -ep-prodact:FusionOfHSEActivitiesOverPeriod | 174 | + |
| 175 | - rdf:type owl:Class ; | 175 | +ep-prodact:FlowLine-Production |
| 176 | - rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . | 176 | + rdf:type owl:Class ; |
| 177 | - | 177 | + rdfs:subClassOf ep-prodact:FlowLine . |
| 178 | -ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | 178 | + |
| 179 | - rdf:type owl:Class ; | 179 | +ep-prodact:FusionOfHSEActivitiesOverPeriod |
| 180 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 180 | + rdf:type owl:Class ; |
| 181 | - | 181 | + rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . |
| 182 | -ep-prodact:HealthSafetyAndEnvironmentActivity | 182 | + |
| 183 | - rdf:type owl:Class ; | 183 | +ep-prodact:FusionOfPartsOfProductionActivityOverPeriod |
| 184 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 184 | + rdf:type owl:Class ; |
| 185 | - | 185 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 186 | -ep-prodact:Incident | 186 | + |
| 187 | - rdf:type owl:Class ; | 187 | +ep-prodact:HealthSafetyAndEnvironmentActivity |
| 188 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 188 | + rdf:type owl:Class ; |
| 189 | - | 189 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 190 | -ep-prodact:Injury | 190 | + |
| 191 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 191 | +ep-prodact:Incident |
| 192 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 192 | + rdf:type owl:Class ; |
| 193 | - | 193 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 194 | -ep-prodact:IssueWorkPermit | 194 | + |
| 195 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 195 | +ep-prodact:Injury |
| 196 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 196 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 197 | - | 197 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 198 | -ep-prodact:JobObservation | 198 | + |
| 199 | - rdf:type owl:Class ; | 199 | +ep-prodact:IssueWorkPermit |
| 200 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 200 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 201 | - | 201 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 202 | -ep-prodact:LostProduction | 202 | + |
| 203 | - rdf:type owl:Class ; | 203 | +ep-prodact:JobObservation |
| 204 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 204 | + rdf:type owl:Class ; |
| 205 | - | 205 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 206 | -ep-prodact:LostTimeAccident | 206 | + |
| 207 | - rdf:type owl:Class ; | 207 | +ep-prodact:LostProduction |
| 208 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 208 | + rdf:type owl:Class ; |
| 209 | - | 209 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 210 | -ep-prodact:LostTimeIncident | 210 | + |
| 211 | - rdf:type owl:Class ; | 211 | +ep-prodact:LostTimeAccident |
| 212 | - rdfs:subClassOf ep-prodact:Incident . | 212 | + rdf:type owl:Class ; |
| 213 | - | 213 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 214 | -ep-prodact:MaintenanceActivity | 214 | + |
| 215 | - rdf:type owl:Class ; | 215 | +ep-prodact:LostTimeIncident |
| 216 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 216 | + rdf:type owl:Class ; |
| 217 | - | 217 | + rdfs:subClassOf ep-prodact:Incident . |
| 218 | -ep-prodact:MarineOperation | 218 | + |
| 219 | - rdf:type owl:Class ; | 219 | +ep-prodact:MaintenanceActivity |
| 220 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 220 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 221 | - | 221 | + rdfs:label "maintenance activity"^^xsd:string ; |
| 222 | -ep-prodact:MedicalTreatmentInjury | 222 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 223 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 223 | + |
| 224 | - rdfs:subClassOf ep-prodact:Injury . | 224 | +ep-prodact:MarineOperation |
| 225 | - | 225 | + rdf:type owl:Class ; |
| 226 | -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 226 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 227 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 227 | + |
| 228 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 228 | +ep-prodact:MedicalTreatmentInjury |
| 229 | - | 229 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 230 | -ep-prodact:NearMiss | 230 | + rdfs:subClassOf ep-prodact:Injury . |
| 231 | - rdf:type owl:Class ; | 231 | + |
| 232 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 232 | +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 233 | - | 233 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 234 | -ep-prodact:NotablePartOfProductionActivity | 234 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 235 | - rdf:type owl:Class ; | 235 | + |
| 236 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 236 | +ep-prodact:NearMiss |
| 237 | - | 237 | + rdf:type owl:Class ; |
| 238 | -ep-prodact:PartOfProductionActivity | 238 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 239 | - rdf:type owl:Class ; | 239 | + |
| 240 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 240 | +ep-prodact:NotablePartOfProductionActivity |
| 241 | - | 241 | + rdf:type owl:Class ; |
| 242 | -ep-prodact:Participation | 242 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 243 | - rdf:type owl:ObjectProperty ; | 243 | + |
| 244 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 244 | +ep-prodact:PartOfProductionActivity |
| 245 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ; | 245 | + rdf:type owl:Class ; |
| 246 | - rdfs:subPropertyOf ep-prodact:involvement . | 246 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 247 | - | 247 | + |
| 248 | -ep-prodact:PowerStationFailure | 248 | +ep-prodact:Participation |
| 249 | - rdf:type owl:Class ; | 249 | + rdf:type owl:ObjectProperty ; |
| 250 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 250 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| 251 | - | 251 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ; |
| 252 | -ep-prodact:ProductionActivityLastingLessThanAYear | 252 | + rdfs:subPropertyOf ep-prodact:involvement . |
| 253 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 253 | + |
| 254 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 254 | +ep-prodact:PowerStationFailure |
| 255 | - | 255 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 256 | -ep-prodact:ProductionOperationClassByDuration | 256 | + rdfs:label "power station failure"^^xsd:string ; |
| 257 | - rdf:type rdfs:Class ; | 257 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 258 | - rdfs:subClassOf owl:Class . | 258 | + |
| 259 | - | 259 | +ep-prodact:ProductionActivityLastingLessThanAYear |
| 260 | -ep-prodact:ProductionOperationsActivity | 260 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 261 | - rdf:type owl:Class ; | 261 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 262 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 262 | + |
| 263 | - | 263 | +ep-prodact:ProductionActivityType |
| 264 | -ep-prodact:ProductionVolumeActivity | 264 | + rdf:type rdfs:Class ; |
| 265 | - rdf:type owl:Class ; | 265 | + rdfs:label "production activity type"^^xsd:string ; |
| 266 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 266 | + rdfs:subClassOf owl:Class . |
| 267 | - | 267 | + |
| 268 | -ep-prodact:ReleasedToWater | 268 | +ep-prodact:ProductionOperationClassByDuration |
| 269 | - rdf:type owl:Class ; | 269 | + rdf:type rdfs:Class ; |
| 270 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 270 | + rdfs:subClassOf owl:Class . |
| 271 | - | 271 | + |
| 272 | -ep-prodact:ReportHazard | 272 | +ep-prodact:ProductionOperationsActivity |
| 273 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 273 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 274 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 274 | + rdfs:label "production operations activity"^^xsd:string ; |
| 275 | - | 275 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 276 | -ep-prodact:RestrictedWork | 276 | + |
| 277 | - rdf:type owl:Class ; | 277 | +ep-prodact:ProductionVolumeActivity |
| 278 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 278 | + rdf:type owl:Class ; |
| 279 | - | 279 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 280 | -ep-prodact:RestrictedWorkInjury | 280 | + |
| 281 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 281 | +ep-prodact:ReleasedToWater |
| 282 | - rdfs:subClassOf ep-prodact:Injury . | 282 | + rdf:type owl:Class ; |
| 283 | - | 283 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 284 | -ep-prodact:SafetyActivityType | 284 | + |
| 285 | - rdf:type rdfs:Class ; | 285 | +ep-prodact:ReportHazard |
| 286 | - rdfs:subClassOf owl:Class . | 286 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 287 | - | 287 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 288 | -ep-prodact:SafetyMeeting | 288 | + |
| 289 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 289 | +ep-prodact:RestrictedWork |
| 290 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 290 | + rdf:type owl:Class ; |
| 291 | - | 291 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 292 | -ep-prodact:SampleAmountOfSubstance | 292 | + |
| 293 | - rdf:type owl:Class ; | 293 | +ep-prodact:RestrictedWorkInjury |
| 294 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Fluid> . | 294 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 295 | - | 295 | + rdfs:subClassOf ep-prodact:Injury . |
| 296 | -ep-prodact:SentAshore | 296 | + |
| 297 | - rdf:type owl:Class ; | 297 | +ep-prodact:SafetyActivityType |
| 298 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 298 | + rdf:type rdfs:Class ; |
| 299 | - | 299 | + rdfs:subClassOf owl:Class . |
| 300 | -ep-prodact:SevereAccident | 300 | + |
| 301 | - rdf:type owl:Class ; | 301 | +ep-prodact:SafetyMeeting |
| 302 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 302 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 303 | - | 303 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 304 | -ep-prodact:SickOnBoard | 304 | + |
| 305 | - rdf:type owl:Class ; | 305 | +ep-prodact:SampleAmountOfSubstance |
| 306 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 306 | + rdf:type owl:Class ; |
| 307 | - | 307 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 308 | -ep-prodact:SpillOrLeak | 308 | + |
| 309 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 309 | +ep-prodact:SentAshore |
| 310 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 310 | + rdf:type owl:Class ; |
| 311 | - | 311 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 312 | -ep-prodact:TransportationActivity | 312 | + |
| 313 | - rdf:type owl:Class ; | 313 | +ep-prodact:SevereAccident |
| 314 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 314 | + rdf:type owl:Class ; |
| 315 | - | 315 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 316 | -ep-prodact:WaterCleaningOperation | 316 | + |
| 317 | - rdf:type owl:Class ; | 317 | +ep-prodact:SickOnBoard |
| 318 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 318 | + rdf:type owl:Class ; |
| 319 | - | 319 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 320 | -ep-prodact:WaterSample | 320 | + |
| 321 | - rdf:type owl:Class ; | 321 | +ep-prodact:SpillOrLeak |
| 322 | - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . | 322 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 323 | - | 323 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 324 | -ep-prodact:WorkingUnderPermit | 324 | + |
| 325 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 325 | +ep-prodact:TransportationActivity |
| 326 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 326 | + rdf:type owl:Class ; |
| 327 | - | 327 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 328 | -ep-prodact:WorkingUnderPermitWithSJA | 328 | + |
| 329 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 329 | +ep-prodact:WaterCleaningOperation |
| 330 | - rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 330 | + rdf:type owl:Class ; |
| 331 | - | 331 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 332 | -ep-prodact:ammoniumDensity | 332 | + |
| 333 | - rdf:type owl:ObjectProperty ; | 333 | +ep-prodact:WaterSample |
| 334 | - rdfs:domain ep-prodact:WaterSample ; | 334 | + rdf:type owl:Class ; |
| 335 | - rdfs:range ep-core:Density . | 335 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance . |
| 336 | - | 336 | + |
| 337 | -ep-prodact:amountOfOil | 337 | +ep-prodact:WorkingUnderPermit |
| 338 | - rdf:type owl:ObjectProperty ; | 338 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 339 | - rdfs:domain ep-prodact:WaterSample ; | 339 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 340 | - rdfs:range ep-core:Mass . | 340 | + |
| 341 | - | 341 | +ep-prodact:WorkingUnderPermitWithSJA |
| 342 | -ep-prodact:classificationBySafetyActivityType | 342 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 343 | - rdf:type owl:ObjectProperty ; | 343 | + rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 344 | - rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; | 344 | + |
| 345 | - rdfs:range ep-prodact:SafetyActivityType . | 345 | +ep-prodact:ammoniumDensity |
| 346 | - | 346 | + rdf:type owl:ObjectProperty ; |
| 347 | -ep-prodact:conveyed | 347 | + rdfs:domain ep-prodact:WaterSample ; |
| 348 | - rdf:type owl:ObjectProperty ; | 348 | + rdfs:range ep-core:Density . |
| 349 | - rdfs:domain ep-prodact:TransportationActivity ; | 349 | + |
| 350 | - rdfs:range ep-core:PhysicalObject ; | 350 | +ep-prodact:amountOfOil |
| 351 | - rdfs:subPropertyOf ep-prodact:involvement . | 351 | + rdf:type owl:ObjectProperty ; |
| 352 | - | 352 | + rdfs:domain ep-prodact:WaterSample ; |
| 353 | -ep-prodact:conveyedAmountOfSubstance | 353 | + rdfs:range ep-core:Mass . |
| 354 | - rdf:type owl:ObjectProperty ; | 354 | + |
| 355 | - rdfs:domain ep-prodact:TransportationActivity ; | 355 | +ep-prodact:classificationBySafetyActivityType |
| 356 | - rdfs:range ep-prodact:AmountOfSubstance ; | 356 | + rdf:type owl:ObjectProperty ; |
| 357 | - rdfs:subPropertyOf ep-prodact:conveyed . | 357 | + rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; |
| 358 | - | 358 | + rdfs:range ep-prodact:SafetyActivityType . |
| 359 | -ep-prodact:coulterCounter | 359 | + |
| 360 | - rdf:type owl:ObjectProperty ; | 360 | +ep-prodact:conveyed |
| 361 | - rdfs:domain ep-prodact:WaterSample ; | 361 | + rdf:type owl:ObjectProperty ; |
| 362 | - rdfs:range ep-core:SpecificMass . | 362 | + rdfs:domain ep-prodact:TransportationActivity ; |
| 363 | - | 363 | + rdfs:range ep-core:PhysicalObject ; |
| 364 | -ep-prodact:glycolDensity | 364 | + rdfs:subPropertyOf ep-prodact:involvement . |
| 365 | - rdf:type owl:ObjectProperty ; | 365 | + |
| 366 | - rdfs:domain ep-prodact:WaterSample ; | 366 | +ep-prodact:conveyedAmountOfSubstance |
| 367 | - rdfs:range ep-core:Density . | 367 | + rdf:type owl:ObjectProperty ; |
| 368 | - | 368 | + rdfs:domain ep-prodact:TransportationActivity ; |
| 369 | -ep-prodact:hasPart | 369 | + rdfs:range ep-prodact:AmountOfSubstance ; |
| 370 | - rdf:type owl:ObjectProperty ; | 370 | + rdfs:subPropertyOf ep-prodact:conveyed . |
| 371 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 371 | + |
| 372 | - rdfs:range ep-prodact:PartOfProductionActivity . | 372 | +ep-prodact:coulterCounter |
| 373 | - | 373 | + rdf:type owl:ObjectProperty ; |
| 374 | -ep-prodact:involvedVessel | 374 | + rdfs:domain ep-prodact:WaterSample ; |
| 375 | - rdf:type owl:ObjectProperty ; | 375 | + rdfs:range ep-core:SpecificMass . |
| 376 | - rdfs:domain ep-prodact:MarineOperation ; | 376 | + |
| 377 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; | 377 | +ep-prodact:glycolDensity |
| 378 | - rdfs:subPropertyOf ep-prodact:involvement . | 378 | + rdf:type owl:ObjectProperty ; |
| 379 | - | 379 | + rdfs:domain ep-prodact:WaterSample ; |
| 380 | -ep-prodact:involvement | 380 | + rdfs:range ep-core:Density . |
| 381 | - rdf:type owl:ObjectProperty ; | 381 | + |
| 382 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 382 | +ep-prodact:hasPart |
| 383 | - rdfs:range ep-core:PhysicalObject . | 383 | + rdf:type owl:ObjectProperty ; |
| 384 | - | 384 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 385 | -ep-prodact:noOfDrillsOrExcercises | 385 | + rdfs:range ep-prodact:PartOfProductionActivity . |
| 386 | - rdf:type owl:DatatypeProperty ; | 386 | + |
| 387 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 387 | +ep-prodact:involvedVessel |
| 388 | - rdfs:range xsd:integer . | 388 | + rdf:type owl:ObjectProperty ; |
| 389 | - | 389 | + rdfs:domain ep-prodact:MarineOperation ; |
| 390 | -ep-prodact:noOfFirstAidEvents | 390 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; |
| 391 | - rdf:type owl:DatatypeProperty ; | 391 | + rdfs:subPropertyOf ep-prodact:involvement . |
| 392 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 392 | + |
| 393 | - rdfs:range xsd:integer . | 393 | +ep-prodact:involvement |
| 394 | - | 394 | + rdf:type owl:ObjectProperty ; |
| 395 | -ep-prodact:noOfHazardReportCards | 395 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| 396 | - rdf:type owl:DatatypeProperty ; | 396 | + rdfs:range ep-core:PhysicalObject . |
| 397 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 397 | + |
| 398 | - rdfs:range xsd:integer . | 398 | +ep-prodact:noOfDrillsOrExcercises |
| 399 | - | 399 | + rdf:type owl:DatatypeProperty ; |
| 400 | -ep-prodact:noOfIncidentsTotal | 400 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 401 | - rdf:type owl:DatatypeProperty ; | 401 | + rdfs:range xsd:integer . |
| 402 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 402 | + |
| 403 | - rdfs:range xsd:integer . | 403 | +ep-prodact:noOfFirstAidEvents |
| 404 | - | 404 | + rdf:type owl:DatatypeProperty ; |
| 405 | -ep-prodact:noOfLostTimeIncidents | 405 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 406 | - rdf:type owl:DatatypeProperty ; | 406 | + rdfs:range xsd:integer . |
| 407 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 407 | + |
| 408 | - rdfs:range xsd:integer . | 408 | +ep-prodact:noOfHazardReportCards |
| 409 | - | 409 | + rdf:type owl:DatatypeProperty ; |
| 410 | -ep-prodact:noOfMiscellaneousHseEvents | 410 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 411 | - rdf:type owl:DatatypeProperty ; | 411 | + rdfs:range xsd:integer . |
| 412 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 412 | + |
| 413 | - rdfs:range xsd:integer . | 413 | +ep-prodact:noOfIncidentsTotal |
| 414 | - | 414 | + rdf:type owl:DatatypeProperty ; |
| 415 | -ep-prodact:noOfPermitsWithSjaIssued | 415 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 416 | - rdf:type owl:DatatypeProperty ; | 416 | + rdfs:range xsd:integer . |
| 417 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 417 | + |
| 418 | - rdfs:range xsd:integer . | 418 | +ep-prodact:noOfLostTimeIncidents |
| 419 | - | 419 | + rdf:type owl:DatatypeProperty ; |
| 420 | -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries | 420 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 421 | - rdf:type owl:DatatypeProperty ; | 421 | + rdfs:range xsd:integer . |
| 422 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 422 | + |
| 423 | - rdfs:range xsd:integer . | 423 | +ep-prodact:noOfMiscellaneousHseEvents |
| 424 | - | 424 | + rdf:type owl:DatatypeProperty ; |
| 425 | -ep-prodact:noOfSafetyMeetings | 425 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 426 | - rdf:type owl:DatatypeProperty ; | 426 | + rdfs:range xsd:integer . |
| 427 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 427 | + |
| 428 | - rdfs:range xsd:integer . | 428 | +ep-prodact:noOfPermitsWithSjaIssued |
| 429 | - | 429 | + rdf:type owl:DatatypeProperty ; |
| 430 | -ep-prodact:noOfSpillsOrLeaks | 430 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 431 | - rdf:type owl:DatatypeProperty ; | 431 | + rdfs:range xsd:integer . |
| 432 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 432 | + |
| 433 | - rdfs:range xsd:integer . | 433 | +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries |
| 434 | - | 434 | + rdf:type owl:DatatypeProperty ; |
| 435 | -ep-prodact:oilInWater | 435 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 436 | - rdf:type owl:ObjectProperty ; | 436 | + rdfs:range xsd:integer . |
| 437 | - rdfs:domain ep-prodact:WaterSample ; | 437 | + |
| 438 | - rdfs:range ep-core:SpecificMass . | 438 | +ep-prodact:noOfSafetyMeetings |
| 439 | - | 439 | + rdf:type owl:DatatypeProperty ; |
| 440 | -ep-prodact:oxygenInWater | 440 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 441 | - rdf:type owl:ObjectProperty ; | 441 | + rdfs:range xsd:integer . |
| 442 | - rdfs:domain ep-prodact:WaterSample ; | 442 | + |
| 443 | - rdfs:range ep-core:SpecificMass . | 443 | +ep-prodact:noOfSpillsOrLeaks |
| 444 | - | 444 | + rdf:type owl:DatatypeProperty ; |
| 445 | -ep-prodact:phenolDensity | 445 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 446 | - rdf:type owl:ObjectProperty ; | 446 | + rdfs:range xsd:integer . |
| 447 | - rdfs:domain ep-prodact:WaterSample ; | 447 | + |
| 448 | - rdfs:range ep-core:Density . | 448 | +ep-prodact:oilInWater |
| 449 | - | 449 | + rdf:type owl:ObjectProperty ; |
| 450 | -ep-prodact:productionActivityPeriodClassification | 450 | + rdfs:domain ep-prodact:WaterSample ; |
| 451 | - rdf:type owl:ObjectProperty ; | 451 | + rdfs:range ep-core:SpecificMass . |
| 452 | - rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; | 452 | + |
| 453 | - rdfs:range ep-prodact:ProductionOperationClassByDuration . | 453 | +ep-prodact:oxygenInWater |
| 454 | - | 454 | + rdf:type owl:ObjectProperty ; |
| 455 | -ep-prodact:residualChlorideInWater | 455 | + rdfs:domain ep-prodact:WaterSample ; |
| 456 | - rdf:type owl:ObjectProperty ; | 456 | + rdfs:range ep-core:SpecificMass . |
| 457 | - rdfs:domain ep-prodact:WaterSample ; | 457 | + |
| 458 | - rdfs:range ep-core:SpecificMass . | 458 | +ep-prodact:phenolDensity |
| 459 | - | 459 | + rdf:type owl:ObjectProperty ; |
| 460 | -ep-prodact:samplePhValue | 460 | + rdfs:domain ep-prodact:WaterSample ; |
| 461 | - rdf:type owl:DatatypeProperty ; | 461 | + rdfs:range ep-core:Density . |
| 462 | - rdfs:domain ep-prodact:WaterSample ; | 462 | + |
| 463 | - rdfs:range xsd:double . | 463 | +ep-prodact:productionActivityPeriodClassification |
| 464 | - | 464 | + rdf:type owl:ObjectProperty ; |
| 465 | -ep-prodact:samplePoint | 465 | + rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; |
| 466 | - rdf:type owl:DatatypeProperty ; | 466 | + rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 467 | - rdfs:domain ep-prodact:WaterSample ; | 467 | + |
| 468 | - rdfs:range xsd:string . | 468 | +ep-prodact:residualChlorideInWater |
| 469 | - | 469 | + rdf:type owl:ObjectProperty ; |
| 470 | -ep-prodact:sampleTemperature | 470 | + rdfs:domain ep-prodact:WaterSample ; |
| 471 | - rdf:type owl:ObjectProperty ; | 471 | + rdfs:range ep-core:SpecificMass . |
| 472 | - rdfs:domain ep-prodact:WaterSample ; | 472 | + |
| 473 | - rdfs:range ep-core:Temperature . | 473 | +ep-prodact:samplePhValue |
| 474 | - | 474 | + rdf:type owl:DatatypeProperty ; |
| 475 | -ep-prodact:sampleTurbidity | 475 | + rdfs:domain ep-prodact:WaterSample ; |
| 476 | - rdf:type owl:DatatypeProperty ; | 476 | + rdfs:range xsd:double . |
| 477 | - rdfs:domain ep-prodact:WaterSample ; | 477 | + |
| 478 | - rdfs:range xsd:double . | 478 | +ep-prodact:samplePoint |
| 479 | - | 479 | + rdf:type owl:DatatypeProperty ; |
| 480 | -ep-prodact:standbyVessel | 480 | + rdfs:domain ep-prodact:WaterSample ; |
| 481 | - rdf:type owl:ObjectProperty ; | 481 | + rdfs:range xsd:string . |
| 482 | - rdfs:domain ep-prodact:MarineOperation ; | 482 | + |
| 483 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; | 483 | +ep-prodact:sampleTemperature |
| 484 | - rdfs:subPropertyOf ep-prodact:involvedVessel . | 484 | + rdf:type owl:ObjectProperty ; |
| 485 | - | 485 | + rdfs:domain ep-prodact:WaterSample ; |
| 486 | -ep-prodact:totalNoOfPermitsIssued | 486 | + rdfs:range ep-core:Temperature . |
| 487 | - rdf:type owl:DatatypeProperty ; | 487 | + |
| 488 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 488 | +ep-prodact:sampleTurbidity |
| 489 | - rdfs:range xsd:integer . | 489 | + rdf:type owl:DatatypeProperty ; |
| 490 | - | 490 | + rdfs:domain ep-prodact:WaterSample ; |
| 491 | -ep-prodact:totalOrganicCarbonInWater | 491 | + rdfs:range xsd:double . |
| 492 | - rdf:type owl:ObjectProperty ; | 492 | + |
| 493 | - rdfs:domain ep-prodact:WaterSample ; | 493 | +ep-prodact:standbyVessel |
| 494 | - rdfs:range ep-core:SpecificMass . | 494 | + rdf:type owl:ObjectProperty ; |
| 495 | - | 495 | + rdfs:domain ep-prodact:MarineOperation ; |
| 496 | -ep-prodact:waterSampleTaken | 496 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; |
| 497 | - rdf:type owl:ObjectProperty ; | 497 | + rdfs:subPropertyOf ep-prodact:involvedVessel . |
| 498 | - rdfs:domain ep-prodact:WaterCleaningOperation ; | 498 | + |
| 499 | - rdfs:range ep-prodact:WaterSample . | 499 | +ep-prodact:totalNoOfPermitsIssued |
| 500 | - | 500 | + rdf:type owl:DatatypeProperty ; |
| 501 | -ep-prodact:yearlyActivityToDate | 501 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 502 | - rdf:type owl:ObjectProperty ; | 502 | + rdfs:range xsd:integer . |
| 503 | - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 503 | + |
| 504 | - rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 504 | +ep-prodact:totalOrganicCarbonInWater |
| 505 | - | 505 | + rdf:type owl:ObjectProperty ; |
| 506 | -<http://www.reportinghub.no/ep/schema/well#WellGroup> | 506 | + rdfs:domain ep-prodact:WaterSample ; |
| 507 | - rdf:type owl:Class . | 507 | + rdfs:range ep-core:SpecificMass . |
| 508 | + | ||
| 509 | +ep-prodact:waterSampleTaken | ||
| 510 | + rdf:type owl:ObjectProperty ; | ||
| 511 | + rdfs:domain ep-prodact:WaterCleaningOperation ; | ||
| 512 | + rdfs:range ep-prodact:WaterSample . | ||
| 513 | + | ||
| 514 | +ep-prodact:yearlyActivityToDate | ||
| 515 | + rdf:type owl:ObjectProperty ; | ||
| 516 | + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ||
| 517 | + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | ||
| 518 | + | ||
| 519 | +<http://www.reportinghub.no/ep/schema/well#WellGroup> | ||
| 520 | + rdf:type owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment