Showing
3 changed files
with
25 additions
and
21 deletions
| 1 | -# Saved by TopBraid on Thu Oct 13 09:46:20 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 13:06:48 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 |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 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-purpose |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 10 | 10 | ||
| 11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| ... | @@ -16,13 +16,17 @@ | ... | @@ -16,13 +16,17 @@ |
| 16 | 16 | ||
| 17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 18 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
| 19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <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> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; | 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> | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 25 | + | ||
| 22 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 26 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 23 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
| 24 | rdfs:label "production well test"^^xsd:string ; | 28 | rdfs:label "production well test"^^xsd:string ; |
| 25 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 29 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 26 | 30 | ||
| 27 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> | 31 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 28 | rdf:type owl:ObjectProperty ; | 32 | rdf:type owl:ObjectProperty ; |
| ... | @@ -67,7 +71,7 @@ | ... | @@ -67,7 +71,7 @@ |
| 67 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 71 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 68 | 72 | ||
| 69 | ep-prodact:AdministerFirstAid | 73 | ep-prodact:AdministerFirstAid |
| 70 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 74 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 71 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 75 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 72 | 76 | ||
| 73 | ep-prodact:AirTrafficOperation | 77 | ep-prodact:AirTrafficOperation |
| ... | @@ -84,11 +88,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ... | @@ -84,11 +88,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 84 | 88 | ||
| 85 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 89 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 86 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
| 87 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 91 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
| 88 | 92 | ||
| 89 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 93 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 90 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
| 91 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 95 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
| 92 | 96 | ||
| 93 | ep-prodact:ConstructionOperation | 97 | ep-prodact:ConstructionOperation |
| 94 | rdf:type owl:Class ; | 98 | rdf:type owl:Class ; |
| ... | @@ -100,18 +104,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan | ... | @@ -100,18 +104,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 100 | 104 | ||
| 101 | ep-prodact:DailyProductionOperationsActivity | 105 | ep-prodact:DailyProductionOperationsActivity |
| 102 | rdf:type owl:Class ; | 106 | rdf:type owl:Class ; |
| 103 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 107 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 104 | 108 | ||
| 105 | ep-prodact:DailyProductionVolumeActivity | 109 | ep-prodact:DailyProductionVolumeActivity |
| 106 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 107 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 111 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
| 108 | 112 | ||
| 109 | ep-prodact:Deviation | 113 | ep-prodact:Deviation |
| 110 | rdf:type owl:Class ; | 114 | rdf:type owl:Class ; |
| 111 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 115 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 112 | 116 | ||
| 113 | ep-prodact:DrillOrExcercise | 117 | ep-prodact:DrillOrExcercise |
| 114 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 118 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 115 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 119 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 116 | 120 | ||
| 117 | ep-prodact:Fire | 121 | ep-prodact:Fire |
| ... | @@ -139,11 +143,11 @@ ep-prodact:Incident | ... | @@ -139,11 +143,11 @@ ep-prodact:Incident |
| 139 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 143 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 140 | 144 | ||
| 141 | ep-prodact:Injury | 145 | ep-prodact:Injury |
| 142 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 146 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 143 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 147 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 144 | 148 | ||
| 145 | ep-prodact:IssueWorkPermit | 149 | ep-prodact:IssueWorkPermit |
| 146 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 150 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 147 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 151 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 148 | 152 | ||
| 149 | ep-prodact:JobObservation | 153 | ep-prodact:JobObservation |
| ... | @@ -171,7 +175,7 @@ ep-prodact:MarineOperation | ... | @@ -171,7 +175,7 @@ ep-prodact:MarineOperation |
| 171 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 175 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 172 | 176 | ||
| 173 | ep-prodact:MedicalTreatmentInjury | 177 | ep-prodact:MedicalTreatmentInjury |
| 174 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 178 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 175 | rdfs:subClassOf ep-prodact:Injury . | 179 | rdfs:subClassOf ep-prodact:Injury . |
| 176 | 180 | ||
| 177 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 181 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| ... | @@ -211,7 +215,7 @@ ep-prodact:ReleasedToWater | ... | @@ -211,7 +215,7 @@ ep-prodact:ReleasedToWater |
| 211 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 215 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 212 | 216 | ||
| 213 | ep-prodact:ReportHazard | 217 | ep-prodact:ReportHazard |
| 214 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 218 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 215 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 219 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 216 | 220 | ||
| 217 | ep-prodact:RestrictedWork | 221 | ep-prodact:RestrictedWork |
| ... | @@ -219,7 +223,7 @@ ep-prodact:RestrictedWork | ... | @@ -219,7 +223,7 @@ ep-prodact:RestrictedWork |
| 219 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 223 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 220 | 224 | ||
| 221 | ep-prodact:RestrictedWorkInjury | 225 | ep-prodact:RestrictedWorkInjury |
| 222 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 226 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 223 | rdfs:subClassOf ep-prodact:Injury . | 227 | rdfs:subClassOf ep-prodact:Injury . |
| 224 | 228 | ||
| 225 | ep-prodact:SafetyActivityType | 229 | ep-prodact:SafetyActivityType |
| ... | @@ -227,7 +231,7 @@ ep-prodact:SafetyActivityType | ... | @@ -227,7 +231,7 @@ ep-prodact:SafetyActivityType |
| 227 | rdfs:subClassOf owl:Class . | 231 | rdfs:subClassOf owl:Class . |
| 228 | 232 | ||
| 229 | ep-prodact:SafetyMeeting | 233 | ep-prodact:SafetyMeeting |
| 230 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 234 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 231 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 235 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 232 | 236 | ||
| 233 | ep-prodact:SentAshore | 237 | ep-prodact:SentAshore |
| ... | @@ -243,15 +247,15 @@ ep-prodact:SickOnBoard | ... | @@ -243,15 +247,15 @@ ep-prodact:SickOnBoard |
| 243 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 247 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 244 | 248 | ||
| 245 | ep-prodact:SpillOrLeak | 249 | ep-prodact:SpillOrLeak |
| 246 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 250 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 247 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 248 | 252 | ||
| 249 | ep-prodact:WorkingUnderPermit | 253 | ep-prodact:WorkingUnderPermit |
| 250 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 254 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 255 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 252 | 256 | ||
| 253 | ep-prodact:WorkingUnderPermitWithSJA | 257 | ep-prodact:WorkingUnderPermitWithSJA |
| 254 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 258 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 255 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 259 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 256 | 260 | ||
| 257 | ep-prodact:hasPart | 261 | ep-prodact:hasPart | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Thu Oct 13 10:10:17 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 13:05:23 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