Showing
4 changed files
with
31 additions
and
19 deletions
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Tue Oct 11 21:13:23 BST 2011 | 1 | +# Saved by TopBraid on Wed Oct 12 15:34:04 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/activity-purpose | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow | ||
| 8 | 9 | ||
| 9 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 10 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -14,9 +15,20 @@ | ... | @@ -14,9 +15,20 @@ |
| 14 | 15 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 16 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 16 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 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: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> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 20 | ||
| 21 | +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | ||
| 22 | + rdf:type owl:Class ; | ||
| 23 | + rdfs:label "production well test"^^xsd:string ; | ||
| 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | ||
| 25 | + | ||
| 26 | +<http://www.reportinghub.no/ep/schema/activity#hasFlow> | ||
| 27 | + rdf:type owl:ObjectProperty ; | ||
| 28 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
| 29 | + rdfs:label "has flow"^^xsd:string ; | ||
| 30 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | ||
| 31 | + | ||
| 20 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> | 32 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> |
| 21 | rdf:type owl:Class ; | 33 | rdf:type owl:Class ; |
| 22 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 34 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
| ... | @@ -54,7 +66,7 @@ | ... | @@ -54,7 +66,7 @@ |
| 54 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 66 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 55 | 67 | ||
| 56 | ep-prodact:AdministerFirstAid | 68 | ep-prodact:AdministerFirstAid |
| 57 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 69 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 58 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 70 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 59 | 71 | ||
| 60 | ep-prodact:AirTrafficOperation | 72 | ep-prodact:AirTrafficOperation |
| ... | @@ -71,11 +83,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ... | @@ -71,11 +83,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 71 | 83 | ||
| 72 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 84 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 73 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| 74 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 86 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
| 75 | 87 | ||
| 76 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 88 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 77 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| 78 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 90 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
| 79 | 91 | ||
| 80 | ep-prodact:ConstructionOperation | 92 | ep-prodact:ConstructionOperation |
| 81 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| ... | @@ -87,18 +99,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan | ... | @@ -87,18 +99,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 87 | 99 | ||
| 88 | ep-prodact:DailyProductionOperationsActivity | 100 | ep-prodact:DailyProductionOperationsActivity |
| 89 | rdf:type owl:Class ; | 101 | rdf:type owl:Class ; |
| 90 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 102 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 91 | 103 | ||
| 92 | ep-prodact:DailyProductionVolumeActivity | 104 | ep-prodact:DailyProductionVolumeActivity |
| 93 | rdf:type owl:Class ; | 105 | rdf:type owl:Class ; |
| 94 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 106 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
| 95 | 107 | ||
| 96 | ep-prodact:Deviation | 108 | ep-prodact:Deviation |
| 97 | rdf:type owl:Class ; | 109 | rdf:type owl:Class ; |
| 98 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 110 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 99 | 111 | ||
| 100 | ep-prodact:DrillOrExcercise | 112 | ep-prodact:DrillOrExcercise |
| 101 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 113 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 102 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 114 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 103 | 115 | ||
| 104 | ep-prodact:Fire | 116 | ep-prodact:Fire |
| ... | @@ -126,11 +138,11 @@ ep-prodact:Incident | ... | @@ -126,11 +138,11 @@ ep-prodact:Incident |
| 126 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 138 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 127 | 139 | ||
| 128 | ep-prodact:Injury | 140 | ep-prodact:Injury |
| 129 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 141 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 130 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 142 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 131 | 143 | ||
| 132 | ep-prodact:IssueWorkPermit | 144 | ep-prodact:IssueWorkPermit |
| 133 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 145 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 134 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 146 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 135 | 147 | ||
| 136 | ep-prodact:JobObservation | 148 | ep-prodact:JobObservation |
| ... | @@ -158,7 +170,7 @@ ep-prodact:MarineOperation | ... | @@ -158,7 +170,7 @@ ep-prodact:MarineOperation |
| 158 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 170 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 159 | 171 | ||
| 160 | ep-prodact:MedicalTreatmentInjury | 172 | ep-prodact:MedicalTreatmentInjury |
| 161 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 173 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 162 | rdfs:subClassOf ep-prodact:Injury . | 174 | rdfs:subClassOf ep-prodact:Injury . |
| 163 | 175 | ||
| 164 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 176 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| ... | @@ -194,7 +206,7 @@ ep-prodact:ReleasedToWater | ... | @@ -194,7 +206,7 @@ ep-prodact:ReleasedToWater |
| 194 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 206 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 195 | 207 | ||
| 196 | ep-prodact:ReportHazard | 208 | ep-prodact:ReportHazard |
| 197 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 209 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 198 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 210 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 199 | 211 | ||
| 200 | ep-prodact:RestrictedWork | 212 | ep-prodact:RestrictedWork |
| ... | @@ -202,7 +214,7 @@ ep-prodact:RestrictedWork | ... | @@ -202,7 +214,7 @@ ep-prodact:RestrictedWork |
| 202 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 203 | 215 | ||
| 204 | ep-prodact:RestrictedWorkInjury | 216 | ep-prodact:RestrictedWorkInjury |
| 205 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 217 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 206 | rdfs:subClassOf ep-prodact:Injury . | 218 | rdfs:subClassOf ep-prodact:Injury . |
| 207 | 219 | ||
| 208 | ep-prodact:SafetyActivityType | 220 | ep-prodact:SafetyActivityType |
| ... | @@ -210,7 +222,7 @@ ep-prodact:SafetyActivityType | ... | @@ -210,7 +222,7 @@ ep-prodact:SafetyActivityType |
| 210 | rdfs:subClassOf owl:Class . | 222 | rdfs:subClassOf owl:Class . |
| 211 | 223 | ||
| 212 | ep-prodact:SafetyMeeting | 224 | ep-prodact:SafetyMeeting |
| 213 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 225 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 226 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 215 | 227 | ||
| 216 | ep-prodact:SentAshore | 228 | ep-prodact:SentAshore |
| ... | @@ -226,15 +238,15 @@ ep-prodact:SickOnBoard | ... | @@ -226,15 +238,15 @@ ep-prodact:SickOnBoard |
| 226 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 238 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 227 | 239 | ||
| 228 | ep-prodact:SpillOrLeak | 240 | ep-prodact:SpillOrLeak |
| 229 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 241 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 230 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 242 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 231 | 243 | ||
| 232 | ep-prodact:WorkingUnderPermit | 244 | ep-prodact:WorkingUnderPermit |
| 233 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 245 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 234 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 246 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 235 | 247 | ||
| 236 | ep-prodact:WorkingUnderPermitWithSJA | 248 | ep-prodact:WorkingUnderPermitWithSJA |
| 237 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 249 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 238 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 250 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 239 | 251 | ||
| 240 | ep-prodact:hasPart | 252 | ep-prodact:hasPart | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment