Showing
3 changed files
with
46 additions
and
14 deletions
| 1 | -# Saved by TopBraid on Thu Oct 13 13:06:48 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 14:40:18 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| ... | @@ -19,15 +19,20 @@ | ... | @@ -19,15 +19,20 @@ |
| 19 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; | 19 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 21 | 21 | ||
| 22 | -<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> | 22 | +<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
| 23 | - rdf:type owl:Class ; | 23 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
| 24 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 24 | + |
| 25 | +<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> | ||
| 26 | + rdf:type ep-prodact:ProductionOperationClassByDuration . | ||
| 25 | 27 | ||
| 26 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 28 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 27 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
| 28 | rdfs:label "production well test"^^xsd:string ; | 30 | rdfs:label "production well test"^^xsd:string ; |
| 29 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 31 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 30 | 32 | ||
| 33 | +<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | ||
| 34 | + rdf:type ep-prodact:ProductionOperationClassByDuration . | ||
| 35 | + | ||
| 31 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> | 36 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 32 | rdf:type owl:ObjectProperty ; | 37 | rdf:type owl:ObjectProperty ; |
| 33 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 38 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| ... | @@ -79,19 +84,19 @@ ep-prodact:AirTrafficOperation | ... | @@ -79,19 +84,19 @@ ep-prodact:AirTrafficOperation |
| 79 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 84 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 80 | 85 | ||
| 81 | ep-prodact:AnnualProductionActivity | 86 | ep-prodact:AnnualProductionActivity |
| 82 | - rdf:type owl:Class ; | 87 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 83 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 88 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 84 | 89 | ||
| 85 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 90 | ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 86 | - rdf:type owl:Class ; | 91 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 87 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 92 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 88 | 93 | ||
| 89 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 94 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 90 | - rdf:type owl:Class ; | 95 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 91 | rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 96 | rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
| 92 | 97 | ||
| 93 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 98 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 94 | - rdf:type owl:Class ; | 99 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 95 | rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 100 | rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
| 96 | 101 | ||
| 97 | ep-prodact:ConstructionOperation | 102 | ep-prodact:ConstructionOperation |
| ... | @@ -99,15 +104,15 @@ ep-prodact:ConstructionOperation | ... | @@ -99,15 +104,15 @@ ep-prodact:ConstructionOperation |
| 99 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 104 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 100 | 105 | ||
| 101 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 106 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 102 | - rdf:type owl:Class ; | 107 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 103 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 108 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 104 | 109 | ||
| 105 | ep-prodact:DailyProductionOperationsActivity | 110 | ep-prodact:DailyProductionOperationsActivity |
| 106 | - rdf:type owl:Class ; | 111 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 107 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 112 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 108 | 113 | ||
| 109 | ep-prodact:DailyProductionVolumeActivity | 114 | ep-prodact:DailyProductionVolumeActivity |
| 110 | - rdf:type owl:Class ; | 115 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 111 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 116 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
| 112 | 117 | ||
| 113 | ep-prodact:Deviation | 118 | ep-prodact:Deviation |
| ... | @@ -134,6 +139,14 @@ ep-prodact:FlowLine-Production | ... | @@ -134,6 +139,14 @@ ep-prodact:FlowLine-Production |
| 134 | rdf:type owl:Class ; | 139 | rdf:type owl:Class ; |
| 135 | rdfs:subClassOf ep-prodact:FlowLine . | 140 | rdfs:subClassOf ep-prodact:FlowLine . |
| 136 | 141 | ||
| 142 | +ep-prodact:FusionOfHSEActivitiesOverPeriod | ||
| 143 | + rdf:type owl:Class ; | ||
| 144 | + rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . | ||
| 145 | + | ||
| 146 | +ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | ||
| 147 | + rdf:type owl:Class ; | ||
| 148 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
| 149 | + | ||
| 137 | ep-prodact:HealthSafetyAndEnvironmentActivity | 150 | ep-prodact:HealthSafetyAndEnvironmentActivity |
| 138 | rdf:type owl:Class ; | 151 | rdf:type owl:Class ; |
| 139 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 152 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| ... | @@ -179,7 +192,7 @@ ep-prodact:MedicalTreatmentInjury | ... | @@ -179,7 +192,7 @@ ep-prodact:MedicalTreatmentInjury |
| 179 | rdfs:subClassOf ep-prodact:Injury . | 192 | rdfs:subClassOf ep-prodact:Injury . |
| 180 | 193 | ||
| 181 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 194 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 182 | - rdf:type owl:Class ; | 195 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 183 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 196 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 184 | 197 | ||
| 185 | ep-prodact:NearMiss | 198 | ep-prodact:NearMiss |
| ... | @@ -199,9 +212,13 @@ ep-prodact:PowerStationFailure | ... | @@ -199,9 +212,13 @@ ep-prodact:PowerStationFailure |
| 199 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 212 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 200 | 213 | ||
| 201 | ep-prodact:ProductionActivityLastingLessThanAYear | 214 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 202 | - rdf:type owl:Class ; | 215 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 203 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 216 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 204 | 217 | ||
| 218 | +ep-prodact:ProductionOperationClassByDuration | ||
| 219 | + rdf:type rdfs:Class ; | ||
| 220 | + rdfs:subClassOf owl:Class . | ||
| 221 | + | ||
| 205 | ep-prodact:ProductionOperationsActivity | 222 | ep-prodact:ProductionOperationsActivity |
| 206 | rdf:type owl:Class ; | 223 | rdf:type owl:Class ; |
| 207 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 224 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| ... | @@ -258,6 +275,11 @@ ep-prodact:WorkingUnderPermitWithSJA | ... | @@ -258,6 +275,11 @@ ep-prodact:WorkingUnderPermitWithSJA |
| 258 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 275 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 259 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 276 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 260 | 277 | ||
| 278 | +ep-prodact:classificationBySafetyActivityType | ||
| 279 | + rdf:type owl:ObjectProperty ; | ||
| 280 | + rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; | ||
| 281 | + rdfs:range ep-prodact:SafetyActivityType . | ||
| 282 | + | ||
| 261 | ep-prodact:hasPart | 283 | ep-prodact:hasPart |
| 262 | rdf:type owl:ObjectProperty ; | 284 | rdf:type owl:ObjectProperty ; |
| 263 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 285 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -268,6 +290,11 @@ ep-prodact:involvedVessel | ... | @@ -268,6 +290,11 @@ ep-prodact:involvedVessel |
| 268 | rdfs:domain ep-prodact:MarineOperation ; | 290 | rdfs:domain ep-prodact:MarineOperation ; |
| 269 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | 291 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . |
| 270 | 292 | ||
| 293 | +ep-prodact:involvement | ||
| 294 | + rdf:type owl:ObjectProperty ; | ||
| 295 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
| 296 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 297 | + | ||
| 271 | ep-prodact:noOfDrillsOrExcercises | 298 | ep-prodact:noOfDrillsOrExcercises |
| 272 | rdf:type owl:DatatypeProperty ; | 299 | rdf:type owl:DatatypeProperty ; |
| 273 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 300 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -318,6 +345,11 @@ ep-prodact:noOfSpillsOrLeaks | ... | @@ -318,6 +345,11 @@ ep-prodact:noOfSpillsOrLeaks |
| 318 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 345 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 319 | rdfs:range xsd:integer . | 346 | rdfs:range xsd:integer . |
| 320 | 347 | ||
| 348 | +ep-prodact:productionActivityPeriodClassification | ||
| 349 | + rdf:type owl:ObjectProperty ; | ||
| 350 | + rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; | ||
| 351 | + rdfs:range ep-prodact:ProductionOperationClassByDuration . | ||
| 352 | + | ||
| 321 | ep-prodact:totalNoOfPermitsIssued | 353 | ep-prodact:totalNoOfPermitsIssued |
| 322 | rdf:type owl:DatatypeProperty ; | 354 | rdf:type owl:DatatypeProperty ; |
| 323 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 355 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Thu Oct 13 13:05:23 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 14:16:00 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment