Added powertype of safety activities and some more standard period activities
Showing
1 changed file
with
31 additions
and
19 deletions
| 1 | -# Saved by TopBraid on Sun Oct 09 11:27:08 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 20:19:35 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 8 | 8 | ||
| 9 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 9 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 15 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <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> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> | 20 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> |
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| 54 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 54 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 55 | 55 | ||
| 56 | ep-prodact:AdministerFirstAid | 56 | ep-prodact:AdministerFirstAid |
| 57 | - rdf:type owl:Class ; | 57 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 58 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 58 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 59 | 59 | ||
| 60 | ep-prodact:AirTrafficOperation | 60 | ep-prodact:AirTrafficOperation |
| ... | @@ -71,30 +71,34 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ... | @@ -71,30 +71,34 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 71 | 71 | ||
| 72 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 72 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 73 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
| 74 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 74 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 75 | 75 | ||
| 76 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 76 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 77 | rdf:type owl:Class ; | 77 | rdf:type owl:Class ; |
| 78 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 78 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 79 | 79 | ||
| 80 | ep-prodact:ConstructionOperation | 80 | ep-prodact:ConstructionOperation |
| 81 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
| 82 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 82 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 83 | 83 | ||
| 84 | +ep-prodact:CumulativeProductionActivitySinceProductionBegan | ||
| 85 | + rdf:type owl:Class ; | ||
| 86 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 87 | + | ||
| 84 | ep-prodact:DailyProductionOperationsActivity | 88 | ep-prodact:DailyProductionOperationsActivity |
| 85 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| 86 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 90 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 87 | 91 | ||
| 88 | ep-prodact:DailyProductionVolumeActivity | 92 | ep-prodact:DailyProductionVolumeActivity |
| 89 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| 90 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 94 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 91 | 95 | ||
| 92 | ep-prodact:Deviation | 96 | ep-prodact:Deviation |
| 93 | rdf:type owl:Class ; | 97 | rdf:type owl:Class ; |
| 94 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 98 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 95 | 99 | ||
| 96 | ep-prodact:DrillOrExcercise | 100 | ep-prodact:DrillOrExcercise |
| 97 | - rdf:type owl:Class ; | 101 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 98 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 102 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 99 | 103 | ||
| 100 | ep-prodact:FlowLine | 104 | ep-prodact:FlowLine |
| ... | @@ -110,11 +114,11 @@ ep-prodact:HealthSafetyAndEnvironmentActivity | ... | @@ -110,11 +114,11 @@ ep-prodact:HealthSafetyAndEnvironmentActivity |
| 110 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 114 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 111 | 115 | ||
| 112 | ep-prodact:Injury | 116 | ep-prodact:Injury |
| 113 | - rdf:type owl:Class ; | 117 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 114 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 118 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 115 | 119 | ||
| 116 | ep-prodact:IssueWorkPermit | 120 | ep-prodact:IssueWorkPermit |
| 117 | - rdf:type owl:Class ; | 121 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 118 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 122 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 119 | 123 | ||
| 120 | ep-prodact:LostProduction | 124 | ep-prodact:LostProduction |
| ... | @@ -130,9 +134,13 @@ ep-prodact:MarineOperation | ... | @@ -130,9 +134,13 @@ ep-prodact:MarineOperation |
| 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 134 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 131 | 135 | ||
| 132 | ep-prodact:MedicalTreatmentInjury | 136 | ep-prodact:MedicalTreatmentInjury |
| 133 | - rdf:type owl:Class ; | 137 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 134 | rdfs:subClassOf ep-prodact:Injury . | 138 | rdfs:subClassOf ep-prodact:Injury . |
| 135 | 139 | ||
| 140 | +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | ||
| 141 | + rdf:type owl:Class ; | ||
| 142 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | ||
| 143 | + | ||
| 136 | ep-prodact:PartOfProductionActivity | 144 | ep-prodact:PartOfProductionActivity |
| 137 | rdf:type owl:Class ; | 145 | rdf:type owl:Class ; |
| 138 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 146 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -154,27 +162,31 @@ ep-prodact:ProductionVolumeActivity | ... | @@ -154,27 +162,31 @@ ep-prodact:ProductionVolumeActivity |
| 154 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 162 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 155 | 163 | ||
| 156 | ep-prodact:ReportHazard | 164 | ep-prodact:ReportHazard |
| 157 | - rdf:type owl:Class ; | 165 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 158 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 159 | 167 | ||
| 160 | ep-prodact:RestrictedWorkInjury | 168 | ep-prodact:RestrictedWorkInjury |
| 161 | - rdf:type owl:Class ; | 169 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 162 | rdfs:subClassOf ep-prodact:Injury . | 170 | rdfs:subClassOf ep-prodact:Injury . |
| 163 | 171 | ||
| 172 | +ep-prodact:SafetyActivityType | ||
| 173 | + rdf:type rdfs:Class ; | ||
| 174 | + rdfs:subClassOf owl:Class . | ||
| 175 | + | ||
| 164 | ep-prodact:SafetyMeeting | 176 | ep-prodact:SafetyMeeting |
| 165 | - rdf:type owl:Class ; | 177 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 178 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 167 | 179 | ||
| 168 | ep-prodact:SpillOrLeak | 180 | ep-prodact:SpillOrLeak |
| 169 | - rdf:type owl:Class ; | 181 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 170 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 182 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 171 | 183 | ||
| 172 | ep-prodact:WorkingUnderPermit | 184 | ep-prodact:WorkingUnderPermit |
| 173 | - rdf:type owl:Class ; | 185 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 174 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 186 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 175 | 187 | ||
| 176 | ep-prodact:WorkingUnderPermitWithSJA | 188 | ep-prodact:WorkingUnderPermitWithSJA |
| 177 | - rdf:type owl:Class ; | 189 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 178 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 190 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 179 | 191 | ||
| 180 | ep-prodact:hasPart | 192 | ep-prodact:hasPart | ... | ... |
-
Please register or login to post a comment