Showing
2 changed files
with
97 additions
and
86 deletions
| ... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
| 39 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 39 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 40 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
| 41 | rdfs:label "production well test"^^xsd:string ; | 41 | rdfs:label "production well test"^^xsd:string ; |
| 42 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 42 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 43 | 43 | ||
| 44 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 44 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
| 45 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 45 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| 54 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . | 54 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . |
| 55 | 55 | ||
| 56 | ep-core:Mass | 56 | ep-core:Mass |
| 57 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 57 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 58 | rdfs:label "mass"^^xsd:string ; | 58 | rdfs:label "mass"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 59 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 60 | 60 | ||
| ... | @@ -99,13 +99,13 @@ ep-core:Mass | ... | @@ -99,13 +99,13 @@ ep-core:Mass |
| 99 | rdfs:label "(temporal part of a) sample of material"^^xsd:string . | 99 | rdfs:label "(temporal part of a) sample of material"^^xsd:string . |
| 100 | 100 | ||
| 101 | ep-prodact:AdministerFirstAid | 101 | ep-prodact:AdministerFirstAid |
| 102 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 102 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 103 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 103 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 104 | 104 | ||
| 105 | ep-prodact:AirTrafficOperation | 105 | ep-prodact:AirTrafficOperation |
| 106 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 106 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 107 | rdfs:label "air traffic operation"^^xsd:string ; | 107 | rdfs:label "air traffic operation"^^xsd:string ; |
| 108 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 108 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 109 | 109 | ||
| 110 | ep-prodact:Alarm | 110 | ep-prodact:Alarm |
| 111 | rdf:type owl:Class ; | 111 | rdf:type owl:Class ; |
| ... | @@ -122,54 +122,54 @@ ep-prodact:AlertType | ... | @@ -122,54 +122,54 @@ ep-prodact:AlertType |
| 122 | rdfs:subClassOf owl:Class . | 122 | rdfs:subClassOf owl:Class . |
| 123 | 123 | ||
| 124 | ep-prodact:AllocateSplitFactors | 124 | ep-prodact:AllocateSplitFactors |
| 125 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 125 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
| 126 | rdfs:label "allocate split factors"^^xsd:string ; | 126 | rdfs:label "allocate split factors"^^xsd:string ; |
| 127 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 127 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 128 | 128 | ||
| 129 | ep-prodact:AnnualProductionActivity | 129 | ep-prodact:AnnualProductionActivity |
| 130 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 130 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 132 | 132 | ||
| 133 | ep-prodact:AnnualProductionActivityToDate | 133 | ep-prodact:AnnualProductionActivityToDate |
| 134 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 134 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 135 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 135 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 136 | 136 | ||
| 137 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 137 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 138 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 138 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 139 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . | 139 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate . |
| 140 | 140 | ||
| 141 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 141 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 142 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 142 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 143 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . | 143 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . |
| 144 | 144 | ||
| 145 | ep-prodact:CargoShipOperation | 145 | ep-prodact:CargoShipOperation |
| 146 | rdf:type owl:Class ; | 146 | rdf:type owl:Class ; |
| 147 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 147 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 148 | 148 | ||
| 149 | ep-prodact:ConstructionOperation | 149 | ep-prodact:ConstructionOperation |
| 150 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 150 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 151 | rdfs:label "construction operation"^^xsd:string ; | 151 | rdfs:label "construction operation"^^xsd:string ; |
| 152 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 152 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 153 | 153 | ||
| 154 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 154 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 155 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 155 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 156 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 156 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 157 | 157 | ||
| 158 | ep-prodact:DailyProductionOperationsActivity | 158 | ep-prodact:DailyProductionOperationsActivity |
| 159 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 159 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 160 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 160 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 161 | 161 | ||
| 162 | ep-prodact:DailyProductionVolumeActivity | 162 | ep-prodact:DailyProductionVolumeActivity |
| 163 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 163 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 164 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 164 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 165 | 165 | ||
| 166 | ep-prodact:Deviation | 166 | ep-prodact:Deviation |
| 167 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 167 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 168 | rdfs:label "deviation"^^xsd:string ; | 168 | rdfs:label "deviation"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 169 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 170 | 170 | ||
| 171 | ep-prodact:DrillOrExcercise | 171 | ep-prodact:DrillOrExcercise |
| 172 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 172 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 173 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 173 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 174 | 174 | ||
| 175 | ep-prodact:Fire | 175 | ep-prodact:Fire |
| ... | @@ -191,55 +191,55 @@ ep-prodact:FlowLine-Production | ... | @@ -191,55 +191,55 @@ ep-prodact:FlowLine-Production |
| 191 | ep-prodact:FluidLevelTest | 191 | ep-prodact:FluidLevelTest |
| 192 | rdf:type owl:Class ; | 192 | rdf:type owl:Class ; |
| 193 | rdfs:label "fluid level test"^^xsd:string ; | 193 | rdfs:label "fluid level test"^^xsd:string ; |
| 194 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 194 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 195 | 195 | ||
| 196 | ep-prodact:FluidSampling-DST | 196 | ep-prodact:FluidSampling-DST |
| 197 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 197 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 198 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 198 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 199 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 200 | 200 | ||
| 201 | ep-prodact:FluidSampling-RFTorMDT | 201 | ep-prodact:FluidSampling-RFTorMDT |
| 202 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 202 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 203 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 203 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 204 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 205 | 205 | ||
| 206 | ep-prodact:FluidSampling-bottomhole | 206 | ep-prodact:FluidSampling-bottomhole |
| 207 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 207 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 208 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 208 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 209 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 210 | 210 | ||
| 211 | ep-prodact:FluidSampling-formationTester | 211 | ep-prodact:FluidSampling-formationTester |
| 212 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 212 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 213 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 213 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 214 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 215 | 215 | ||
| 216 | ep-prodact:FluidSampling-recombined | 216 | ep-prodact:FluidSampling-recombined |
| 217 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 217 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 218 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 218 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 219 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 220 | 220 | ||
| 221 | ep-prodact:FluidSampling-separatorGas | 221 | ep-prodact:FluidSampling-separatorGas |
| 222 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 222 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 223 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 223 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 224 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 225 | 225 | ||
| 226 | ep-prodact:FluidSampling-separatorOil | 226 | ep-prodact:FluidSampling-separatorOil |
| 227 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 227 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 228 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 228 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 229 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 230 | 230 | ||
| 231 | ep-prodact:FluidSampling-separatorWater | 231 | ep-prodact:FluidSampling-separatorWater |
| 232 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 232 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 233 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 233 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 234 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 235 | 235 | ||
| 236 | ep-prodact:FluidSampling-synthetic | 236 | ep-prodact:FluidSampling-synthetic |
| 237 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 237 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 238 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 238 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 239 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 240 | 240 | ||
| 241 | ep-prodact:FluidSampling-wellhead | 241 | ep-prodact:FluidSampling-wellhead |
| 242 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 242 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 243 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 243 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 244 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 245 | 245 | ||
| ... | @@ -270,26 +270,26 @@ ep-prodact:Incident | ... | @@ -270,26 +270,26 @@ ep-prodact:Incident |
| 270 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 270 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 271 | 271 | ||
| 272 | ep-prodact:InitialWellTest | 272 | ep-prodact:InitialWellTest |
| 273 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 273 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 274 | rdfs:label "initial"^^xsd:string ; | 274 | rdfs:label "initial"^^xsd:string ; |
| 275 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 275 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 276 | 276 | ||
| 277 | ep-prodact:InjectionWellTest | 277 | ep-prodact:InjectionWellTest |
| 278 | rdf:type owl:Class ; | 278 | rdf:type owl:Class ; |
| 279 | rdfs:label "injection well test"^^xsd:string ; | 279 | rdfs:label "injection well test"^^xsd:string ; |
| 280 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 280 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 281 | 281 | ||
| 282 | ep-prodact:Injury | 282 | ep-prodact:Injury |
| 283 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 283 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 284 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 284 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 285 | 285 | ||
| 286 | ep-prodact:IssueBillOfLading | 286 | ep-prodact:IssueBillOfLading |
| 287 | - rdf:type ep-prodact:SalesActivityType , owl:Class ; | 287 | + rdf:type owl:Class , ep-prodact:SalesActivityType ; |
| 288 | rdfs:label "issue bill of lading"^^xsd:string ; | 288 | rdfs:label "issue bill of lading"^^xsd:string ; |
| 289 | rdfs:subClassOf ep-prodact:SalesActivity . | 289 | rdfs:subClassOf ep-prodact:SalesActivity . |
| 290 | 290 | ||
| 291 | ep-prodact:IssueWorkPermit | 291 | ep-prodact:IssueWorkPermit |
| 292 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 292 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 293 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 293 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 294 | 294 | ||
| 295 | ep-prodact:JobObservation | 295 | ep-prodact:JobObservation |
| ... | @@ -309,7 +309,7 @@ ep-prodact:LostTimeIncident | ... | @@ -309,7 +309,7 @@ ep-prodact:LostTimeIncident |
| 309 | rdfs:subClassOf ep-prodact:Incident . | 309 | rdfs:subClassOf ep-prodact:Incident . |
| 310 | 310 | ||
| 311 | ep-prodact:MaintenanceActivity | 311 | ep-prodact:MaintenanceActivity |
| 312 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 312 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 313 | rdfs:label "maintenance activity"^^xsd:string ; | 313 | rdfs:label "maintenance activity"^^xsd:string ; |
| 314 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 314 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 315 | 315 | ||
| ... | @@ -319,25 +319,30 @@ ep-prodact:MakeAComment | ... | @@ -319,25 +319,30 @@ ep-prodact:MakeAComment |
| 319 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 319 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 320 | 320 | ||
| 321 | ep-prodact:MakeATransaction | 321 | ep-prodact:MakeATransaction |
| 322 | - rdf:type ep-prodact:SalesActivityType , owl:Class ; | 322 | + rdf:type owl:Class , ep-prodact:SalesActivityType ; |
| 323 | rdfs:label "make a transaction"^^xsd:string ; | 323 | rdfs:label "make a transaction"^^xsd:string ; |
| 324 | rdfs:subClassOf ep-prodact:SalesActivity . | 324 | rdfs:subClassOf ep-prodact:SalesActivity . |
| 325 | 325 | ||
| 326 | ep-prodact:MarineOperation | 326 | ep-prodact:MarineOperation |
| 327 | rdf:type owl:Class ; | 327 | rdf:type owl:Class ; |
| 328 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 328 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 329 | + | ||
| 330 | +ep-prodact:MeasurePropertiesOfAFlow | ||
| 331 | + rdf:type owl:Class ; | ||
| 332 | + rdfs:label "measure properties of a flow"^^xsd:string ; | ||
| 333 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 329 | 334 | ||
| 330 | ep-prodact:MeasureSplitFactors | 335 | ep-prodact:MeasureSplitFactors |
| 331 | - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; | 336 | + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; |
| 332 | rdfs:label "measure split factors"^^xsd:string ; | 337 | rdfs:label "measure split factors"^^xsd:string ; |
| 333 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 338 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 334 | 339 | ||
| 335 | ep-prodact:MedicalTreatmentInjury | 340 | ep-prodact:MedicalTreatmentInjury |
| 336 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 341 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 337 | rdfs:subClassOf ep-prodact:Injury . | 342 | rdfs:subClassOf ep-prodact:Injury . |
| 338 | 343 | ||
| 339 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 344 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 340 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 345 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 341 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 346 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 342 | 347 | ||
| 343 | ep-prodact:MovementOfProduct | 348 | ep-prodact:MovementOfProduct |
| ... | @@ -359,12 +364,12 @@ ep-prodact:NotablePartOfProductionActivity | ... | @@ -359,12 +364,12 @@ ep-prodact:NotablePartOfProductionActivity |
| 359 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 364 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 360 | 365 | ||
| 361 | ep-prodact:OtherProductionActivity | 366 | ep-prodact:OtherProductionActivity |
| 362 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 367 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 363 | rdfs:label "other production activity"^^xsd:string ; | 368 | rdfs:label "other production activity"^^xsd:string ; |
| 364 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 369 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 365 | 370 | ||
| 366 | ep-prodact:OtherReasonWellTest | 371 | ep-prodact:OtherReasonWellTest |
| 367 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 372 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 368 | rdfs:label "other"^^xsd:string ; | 373 | rdfs:label "other"^^xsd:string ; |
| 369 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 374 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 370 | 375 | ||
| ... | @@ -379,17 +384,17 @@ ep-prodact:Participation | ... | @@ -379,17 +384,17 @@ ep-prodact:Participation |
| 379 | rdfs:subPropertyOf ep-prodact:involvement . | 384 | rdfs:subPropertyOf ep-prodact:involvement . |
| 380 | 385 | ||
| 381 | ep-prodact:PeriodicWellTest | 386 | ep-prodact:PeriodicWellTest |
| 382 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 387 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 383 | rdfs:label "periodic"^^xsd:string ; | 388 | rdfs:label "periodic"^^xsd:string ; |
| 384 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 389 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 385 | 390 | ||
| 386 | ep-prodact:PowerStationFailure | 391 | ep-prodact:PowerStationFailure |
| 387 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 392 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 388 | rdfs:label "power station failure"^^xsd:string ; | 393 | rdfs:label "power station failure"^^xsd:string ; |
| 389 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 394 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 390 | 395 | ||
| 391 | ep-prodact:ProductCompletedLifting | 396 | ep-prodact:ProductCompletedLifting |
| 392 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 397 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 393 | rdfs:label "product completed lifting"^^xsd:string ; | 398 | rdfs:label "product completed lifting"^^xsd:string ; |
| 394 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 399 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 395 | 400 | ||
| ... | @@ -399,77 +404,77 @@ ep-prodact:ProductDespatch | ... | @@ -399,77 +404,77 @@ ep-prodact:ProductDespatch |
| 399 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 404 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 400 | 405 | ||
| 401 | ep-prodact:ProductGain-Loss | 406 | ep-prodact:ProductGain-Loss |
| 402 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 407 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 403 | rdfs:label "product gain/loss"^^xsd:string ; | 408 | rdfs:label "product gain/loss"^^xsd:string ; |
| 404 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 409 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 405 | 410 | ||
| 406 | ep-prodact:ProductInputToStorage | 411 | ep-prodact:ProductInputToStorage |
| 407 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 412 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 408 | rdfs:label "product input to storage"^^xsd:string ; | 413 | rdfs:label "product input to storage"^^xsd:string ; |
| 409 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 414 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 410 | 415 | ||
| 411 | ep-prodact:ProductLifted | 416 | ep-prodact:ProductLifted |
| 412 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 417 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 413 | rdfs:label "product lifted"^^xsd:string ; | 418 | rdfs:label "product lifted"^^xsd:string ; |
| 414 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 419 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 415 | 420 | ||
| 416 | ep-prodact:ProductLiftingEntitlement | 421 | ep-prodact:ProductLiftingEntitlement |
| 417 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 422 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 418 | rdfs:label "product lifting entitlement"^^xsd:string ; | 423 | rdfs:label "product lifting entitlement"^^xsd:string ; |
| 419 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 424 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 420 | 425 | ||
| 421 | ep-prodact:ProductLiftingEntitlementRemaining | 426 | ep-prodact:ProductLiftingEntitlementRemaining |
| 422 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 427 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 423 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 428 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
| 424 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 429 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 425 | 430 | ||
| 426 | ep-prodact:ProductLinePack | 431 | ep-prodact:ProductLinePack |
| 427 | - rdf:type ep-prodact:MovementOfProductType , owl:Class ; | 432 | + rdf:type owl:Class , ep-prodact:MovementOfProductType ; |
| 428 | rdfs:label "product line pack"^^xsd:string ; | 433 | rdfs:label "product line pack"^^xsd:string ; |
| 429 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 434 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 430 | 435 | ||
| 431 | ep-prodact:ProductMassAdjustment | 436 | ep-prodact:ProductMassAdjustment |
| 432 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 437 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 433 | rdfs:label "product mass adjustment"^^xsd:string ; | 438 | rdfs:label "product mass adjustment"^^xsd:string ; |
| 434 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 439 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 435 | 440 | ||
| 436 | ep-prodact:ProductPartialLifting | 441 | ep-prodact:ProductPartialLifting |
| 437 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 442 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 438 | rdfs:label "product partial lifting"^^xsd:string ; | 443 | rdfs:label "product partial lifting"^^xsd:string ; |
| 439 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 444 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 440 | 445 | ||
| 441 | ep-prodact:ProductPipelineLifting | 446 | ep-prodact:ProductPipelineLifting |
| 442 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 447 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 443 | rdfs:label "product pipeline lifting"^^xsd:string ; | 448 | rdfs:label "product pipeline lifting"^^xsd:string ; |
| 444 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 449 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 445 | 450 | ||
| 446 | ep-prodact:ProductProductionImbalance | 451 | ep-prodact:ProductProductionImbalance |
| 447 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 452 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 448 | rdfs:label "product production imbalance"^^xsd:string ; | 453 | rdfs:label "product production imbalance"^^xsd:string ; |
| 449 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 454 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 450 | 455 | ||
| 451 | ep-prodact:ProductSwap | 456 | ep-prodact:ProductSwap |
| 452 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 457 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 453 | rdfs:label "product swap"^^xsd:string ; | 458 | rdfs:label "product swap"^^xsd:string ; |
| 454 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 459 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 455 | 460 | ||
| 456 | ep-prodact:ProductTankerLifting | 461 | ep-prodact:ProductTankerLifting |
| 457 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 462 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 458 | rdfs:label "product tanker lifting"^^xsd:string ; | 463 | rdfs:label "product tanker lifting"^^xsd:string ; |
| 459 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 464 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 460 | 465 | ||
| 461 | ep-prodact:ProductTransaction | 466 | ep-prodact:ProductTransaction |
| 462 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 467 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 463 | rdfs:label "product transaction"^^xsd:string ; | 468 | rdfs:label "product transaction"^^xsd:string ; |
| 464 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 469 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 465 | 470 | ||
| 466 | ep-prodact:ProductTransfer | 471 | ep-prodact:ProductTransfer |
| 467 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 472 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 468 | rdfs:label "product transfer"^^xsd:string ; | 473 | rdfs:label "product transfer"^^xsd:string ; |
| 469 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 474 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 470 | 475 | ||
| 471 | ep-prodact:ProductionActivityLastingLessThanAYear | 476 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 472 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 477 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 473 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 478 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 474 | 479 | ||
| 475 | ep-prodact:ProductionActivityType | 480 | ep-prodact:ProductionActivityType |
| ... | @@ -488,7 +493,7 @@ ep-prodact:ProductionOperationMethodType | ... | @@ -488,7 +493,7 @@ ep-prodact:ProductionOperationMethodType |
| 488 | rdfs:subClassOf owl:Class . | 493 | rdfs:subClassOf owl:Class . |
| 489 | 494 | ||
| 490 | ep-prodact:ProductionOperationsActivity | 495 | ep-prodact:ProductionOperationsActivity |
| 491 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 496 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 492 | rdfs:label "production operations activity"^^xsd:string ; | 497 | rdfs:label "production operations activity"^^xsd:string ; |
| 493 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 498 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 494 | 499 | ||
| ... | @@ -506,7 +511,7 @@ ep-prodact:ReleasedToWater | ... | @@ -506,7 +511,7 @@ ep-prodact:ReleasedToWater |
| 506 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 511 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 507 | 512 | ||
| 508 | ep-prodact:ReportHazard | 513 | ep-prodact:ReportHazard |
| 509 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 514 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 510 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 515 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 511 | 516 | ||
| 512 | ep-prodact:RestrictedWork | 517 | ep-prodact:RestrictedWork |
| ... | @@ -514,11 +519,11 @@ ep-prodact:RestrictedWork | ... | @@ -514,11 +519,11 @@ ep-prodact:RestrictedWork |
| 514 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 519 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 515 | 520 | ||
| 516 | ep-prodact:RestrictedWorkInjury | 521 | ep-prodact:RestrictedWorkInjury |
| 517 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 522 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 518 | rdfs:subClassOf ep-prodact:Injury . | 523 | rdfs:subClassOf ep-prodact:Injury . |
| 519 | 524 | ||
| 520 | ep-prodact:RevisionWellTest | 525 | ep-prodact:RevisionWellTest |
| 521 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 526 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 522 | rdfs:label "revision"^^xsd:string ; | 527 | rdfs:label "revision"^^xsd:string ; |
| 523 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 528 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 524 | 529 | ||
| ... | @@ -527,7 +532,7 @@ ep-prodact:SafetyActivityType | ... | @@ -527,7 +532,7 @@ ep-prodact:SafetyActivityType |
| 527 | rdfs:subClassOf owl:Class . | 532 | rdfs:subClassOf owl:Class . |
| 528 | 533 | ||
| 529 | ep-prodact:SafetyMeeting | 534 | ep-prodact:SafetyMeeting |
| 530 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 535 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 531 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 536 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 532 | 537 | ||
| 533 | ep-prodact:SalesActivity | 538 | ep-prodact:SalesActivity |
| ... | @@ -553,7 +558,7 @@ ep-prodact:SickOnBoard | ... | @@ -553,7 +558,7 @@ ep-prodact:SickOnBoard |
| 553 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 558 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 554 | 559 | ||
| 555 | ep-prodact:SpillOrLeak | 560 | ep-prodact:SpillOrLeak |
| 556 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 561 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 557 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 562 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 558 | 563 | ||
| 559 | ep-prodact:SplitFactorDeterminationType | 564 | ep-prodact:SplitFactorDeterminationType |
| ... | @@ -571,7 +576,7 @@ ep-prodact:TransportationActivity | ... | @@ -571,7 +576,7 @@ ep-prodact:TransportationActivity |
| 571 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 576 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 572 | 577 | ||
| 573 | ep-prodact:UnknownReasonWellTest | 578 | ep-prodact:UnknownReasonWellTest |
| 574 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 579 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 575 | rdfs:label "unknown"^^xsd:string ; | 580 | rdfs:label "unknown"^^xsd:string ; |
| 576 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 581 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 577 | 582 | ||
| ... | @@ -587,7 +592,7 @@ ep-prodact:WaterDischarge | ... | @@ -587,7 +592,7 @@ ep-prodact:WaterDischarge |
| 587 | ep-prodact:WaterSample | 592 | ep-prodact:WaterSample |
| 588 | rdf:type owl:Class ; | 593 | rdf:type owl:Class ; |
| 589 | rdfs:label "(temporal part of a) water sample"^^xsd:string ; | 594 | rdfs:label "(temporal part of a) water sample"^^xsd:string ; |
| 590 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> , ep-material:Water . | 595 | + rdfs:subClassOf ep-material:Water , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> . |
| 591 | 596 | ||
| 592 | ep-prodact:WellTestReasonType | 597 | ep-prodact:WellTestReasonType |
| 593 | rdf:type rdfs:Class ; | 598 | rdf:type rdfs:Class ; |
| ... | @@ -595,11 +600,11 @@ ep-prodact:WellTestReasonType | ... | @@ -595,11 +600,11 @@ ep-prodact:WellTestReasonType |
| 595 | rdfs:subClassOf owl:Class . | 600 | rdfs:subClassOf owl:Class . |
| 596 | 601 | ||
| 597 | ep-prodact:WorkingUnderPermit | 602 | ep-prodact:WorkingUnderPermit |
| 598 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 603 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 599 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 604 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 600 | 605 | ||
| 601 | ep-prodact:WorkingUnderPermitWithSJA | 606 | ep-prodact:WorkingUnderPermitWithSJA |
| 602 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 607 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 603 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 608 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 604 | 609 | ||
| 605 | ep-prodact:accountNumber | 610 | ep-prodact:accountNumber |
| ... | @@ -630,7 +635,7 @@ ep-prodact:buyer | ... | @@ -630,7 +635,7 @@ ep-prodact:buyer |
| 630 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . | 635 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . |
| 631 | 636 | ||
| 632 | ep-prodact:cargoBatchNumber | 637 | ep-prodact:cargoBatchNumber |
| 633 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 638 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 634 | rdfs:label "cargo batch number"^^xsd:string . | 639 | rdfs:label "cargo batch number"^^xsd:string . |
| 635 | 640 | ||
| 636 | ep-prodact:cargoLoaded | 641 | ep-prodact:cargoLoaded |
| ... | @@ -640,7 +645,7 @@ ep-prodact:cargoLoaded | ... | @@ -640,7 +645,7 @@ ep-prodact:cargoLoaded |
| 640 | rdfs:range ep-core:PhysicalObject . | 645 | rdfs:range ep-core:PhysicalObject . |
| 641 | 646 | ||
| 642 | ep-prodact:cargoNumber | 647 | ep-prodact:cargoNumber |
| 643 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 648 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 644 | rdfs:label "cargo number"^^xsd:string . | 649 | rdfs:label "cargo number"^^xsd:string . |
| 645 | 650 | ||
| 646 | ep-prodact:classificationBySafetyActivityType | 651 | ep-prodact:classificationBySafetyActivityType |
| ... | @@ -693,7 +698,7 @@ ep-prodact:glycolDensity | ... | @@ -693,7 +698,7 @@ ep-prodact:glycolDensity |
| 693 | rdfs:range ep-core:Density . | 698 | rdfs:range ep-core:Density . |
| 694 | 699 | ||
| 695 | ep-prodact:hasGasLiftChoke | 700 | ep-prodact:hasGasLiftChoke |
| 696 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 701 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 697 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 702 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 698 | rdfs:label "has gas lift choke"^^xsd:string ; | 703 | rdfs:label "has gas lift choke"^^xsd:string ; |
| 699 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 704 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
| ... | @@ -710,7 +715,7 @@ ep-prodact:hasPredecessor | ... | @@ -710,7 +715,7 @@ ep-prodact:hasPredecessor |
| 710 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 715 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 711 | 716 | ||
| 712 | ep-prodact:hasShutInPressure | 717 | ep-prodact:hasShutInPressure |
| 713 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 718 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 714 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 719 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 715 | rdfs:label "has shut-in pressure"^^xsd:string ; | 720 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| 716 | rdfs:range ep-core:Pressure . | 721 | rdfs:range ep-core:Pressure . |
| ... | @@ -722,25 +727,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -722,25 +727,25 @@ ep-prodact:hasValidPredecessor |
| 722 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 727 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 723 | 728 | ||
| 724 | ep-prodact:injectionWellTestMaximumAnnularPressure | 729 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 725 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 730 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 726 | rdfs:domain ep-prodact:InjectionWellTest ; | 731 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 727 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 732 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 728 | rdfs:range ep-core:Pressure . | 733 | rdfs:range ep-core:Pressure . |
| 729 | 734 | ||
| 730 | ep-prodact:injectionWellTestMinimumAnnularPressure | 735 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 731 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 736 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 732 | rdfs:domain ep-prodact:InjectionWellTest ; | 737 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 733 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 738 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 734 | rdfs:range ep-core:Pressure . | 739 | rdfs:range ep-core:Pressure . |
| 735 | 740 | ||
| 736 | ep-prodact:injectionWellTestWellheadFlowingPressure | 741 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 737 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 742 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 738 | rdfs:domain ep-prodact:InjectionWellTest ; | 743 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 739 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 744 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 740 | rdfs:range ep-core:Pressure . | 745 | rdfs:range ep-core:Pressure . |
| 741 | 746 | ||
| 742 | ep-prodact:injectionWellTestWellheadMaximumPressure | 747 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 743 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 748 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 744 | rdfs:domain ep-prodact:InjectionWellTest ; | 749 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 745 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 750 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 746 | rdfs:range ep-core:Pressure . | 751 | rdfs:range ep-core:Pressure . |
| ... | @@ -750,8 +755,14 @@ ep-prodact:involvement | ... | @@ -750,8 +755,14 @@ ep-prodact:involvement |
| 750 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 755 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| 751 | rdfs:range ep-core:PhysicalObject . | 756 | rdfs:range ep-core:PhysicalObject . |
| 752 | 757 | ||
| 758 | +ep-prodact:measuredFlow | ||
| 759 | + rdf:type owl:ObjectProperty ; | ||
| 760 | + rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; | ||
| 761 | + rdfs:label "measured flow"^^xsd:string ; | ||
| 762 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | ||
| 763 | + | ||
| 753 | ep-prodact:movedProduct | 764 | ep-prodact:movedProduct |
| 754 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 765 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 755 | rdfs:domain ep-prodact:MovementOfProduct ; | 766 | rdfs:domain ep-prodact:MovementOfProduct ; |
| 756 | rdfs:label "moved product"^^xsd:string . | 767 | rdfs:label "moved product"^^xsd:string . |
| 757 | 768 | ||
| ... | @@ -811,7 +822,7 @@ ep-prodact:oilInWater | ... | @@ -811,7 +822,7 @@ ep-prodact:oilInWater |
| 811 | rdfs:range ep-core:MassPerUnitMassConcentration . | 822 | rdfs:range ep-core:MassPerUnitMassConcentration . |
| 812 | 823 | ||
| 813 | ep-prodact:onProductionFacility | 824 | ep-prodact:onProductionFacility |
| 814 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 825 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 815 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 826 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 816 | rdfs:label "on facility"^^xsd:string ; | 827 | rdfs:label "on facility"^^xsd:string ; |
| 817 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 828 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| ... | @@ -837,7 +848,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -837,7 +848,7 @@ ep-prodact:productionActivityPeriodClassification |
| 837 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 848 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 838 | 849 | ||
| 839 | ep-prodact:productionOperator | 850 | ep-prodact:productionOperator |
| 840 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 851 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 841 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 852 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 842 | rdfs:label "production operator"^^xsd:string ; | 853 | rdfs:label "production operator"^^xsd:string ; |
| 843 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 854 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -859,7 +870,7 @@ ep-prodact:samplePhValue | ... | @@ -859,7 +870,7 @@ ep-prodact:samplePhValue |
| 859 | rdfs:range xsd:double . | 870 | rdfs:range xsd:double . |
| 860 | 871 | ||
| 861 | ep-prodact:samplePoint | 872 | ep-prodact:samplePoint |
| 862 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 873 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 863 | rdfs:domain ep-prodact:WaterSample ; | 874 | rdfs:domain ep-prodact:WaterSample ; |
| 864 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | 875 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . |
| 865 | 876 | ||
| ... | @@ -897,7 +908,7 @@ ep-prodact:sourceOrganization | ... | @@ -897,7 +908,7 @@ ep-prodact:sourceOrganization |
| 897 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 908 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 898 | 909 | ||
| 899 | ep-prodact:testedWellBoreInterval | 910 | ep-prodact:testedWellBoreInterval |
| 900 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 911 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 901 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 912 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 902 | rdfs:label "tested wellbore interval"^^xsd:string ; | 913 | rdfs:label "tested wellbore interval"^^xsd:string ; |
| 903 | rdfs:range ep-core:PhysicalObject . | 914 | rdfs:range ep-core:PhysicalObject . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment