Added some new URI functions, added some new production activities
Showing
3 changed files
with
31 additions
and
21 deletions
| 1 | -# Saved by TopBraid on Wed Oct 12 15:34:04 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 09:46:20 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/well | 4 | # 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 | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 9 | 10 | ||
| 10 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| ... | @@ -15,13 +16,13 @@ | ... | @@ -15,13 +16,13 @@ |
| 15 | 16 | ||
| 16 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 17 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
| 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> ; | 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:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 21 | ||
| 21 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 22 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 22 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
| 23 | rdfs:label "production well test"^^xsd:string ; | 24 | 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 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 25 | 26 | ||
| 26 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> | 27 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 27 | rdf:type owl:ObjectProperty ; | 28 | rdf:type owl:ObjectProperty ; |
| ... | @@ -66,7 +67,7 @@ | ... | @@ -66,7 +67,7 @@ |
| 66 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 67 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 67 | 68 | ||
| 68 | ep-prodact:AdministerFirstAid | 69 | ep-prodact:AdministerFirstAid |
| 69 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 70 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 70 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 71 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 71 | 72 | ||
| 72 | ep-prodact:AirTrafficOperation | 73 | ep-prodact:AirTrafficOperation |
| ... | @@ -83,11 +84,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ... | @@ -83,11 +84,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 83 | 84 | ||
| 84 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 85 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 85 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| 86 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 87 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 87 | 88 | ||
| 88 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 89 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 89 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
| 90 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 91 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 91 | 92 | ||
| 92 | ep-prodact:ConstructionOperation | 93 | ep-prodact:ConstructionOperation |
| 93 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
| ... | @@ -99,18 +100,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan | ... | @@ -99,18 +100,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 99 | 100 | ||
| 100 | ep-prodact:DailyProductionOperationsActivity | 101 | ep-prodact:DailyProductionOperationsActivity |
| 101 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
| 102 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 103 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 103 | 104 | ||
| 104 | ep-prodact:DailyProductionVolumeActivity | 105 | ep-prodact:DailyProductionVolumeActivity |
| 105 | rdf:type owl:Class ; | 106 | rdf:type owl:Class ; |
| 106 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 107 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 107 | 108 | ||
| 108 | ep-prodact:Deviation | 109 | ep-prodact:Deviation |
| 109 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 110 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 111 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 111 | 112 | ||
| 112 | ep-prodact:DrillOrExcercise | 113 | ep-prodact:DrillOrExcercise |
| 113 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 114 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 114 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 115 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 115 | 116 | ||
| 116 | ep-prodact:Fire | 117 | ep-prodact:Fire |
| ... | @@ -138,11 +139,11 @@ ep-prodact:Incident | ... | @@ -138,11 +139,11 @@ ep-prodact:Incident |
| 138 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 139 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 139 | 140 | ||
| 140 | ep-prodact:Injury | 141 | ep-prodact:Injury |
| 141 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 142 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 142 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 143 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 143 | 144 | ||
| 144 | ep-prodact:IssueWorkPermit | 145 | ep-prodact:IssueWorkPermit |
| 145 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 146 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 146 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 147 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 147 | 148 | ||
| 148 | ep-prodact:JobObservation | 149 | ep-prodact:JobObservation |
| ... | @@ -170,7 +171,7 @@ ep-prodact:MarineOperation | ... | @@ -170,7 +171,7 @@ ep-prodact:MarineOperation |
| 170 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 171 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 171 | 172 | ||
| 172 | ep-prodact:MedicalTreatmentInjury | 173 | ep-prodact:MedicalTreatmentInjury |
| 173 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 174 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 174 | rdfs:subClassOf ep-prodact:Injury . | 175 | rdfs:subClassOf ep-prodact:Injury . |
| 175 | 176 | ||
| 176 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 177 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| ... | @@ -181,6 +182,10 @@ ep-prodact:NearMiss | ... | @@ -181,6 +182,10 @@ ep-prodact:NearMiss |
| 181 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| 182 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 183 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 183 | 184 | ||
| 185 | +ep-prodact:NotablePartOfProductionActivity | ||
| 186 | + rdf:type owl:Class ; | ||
| 187 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
| 188 | + | ||
| 184 | ep-prodact:PartOfProductionActivity | 189 | ep-prodact:PartOfProductionActivity |
| 185 | rdf:type owl:Class ; | 190 | rdf:type owl:Class ; |
| 186 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 191 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -206,7 +211,7 @@ ep-prodact:ReleasedToWater | ... | @@ -206,7 +211,7 @@ ep-prodact:ReleasedToWater |
| 206 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 211 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 207 | 212 | ||
| 208 | ep-prodact:ReportHazard | 213 | ep-prodact:ReportHazard |
| 209 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 214 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 210 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 215 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 211 | 216 | ||
| 212 | ep-prodact:RestrictedWork | 217 | ep-prodact:RestrictedWork |
| ... | @@ -214,7 +219,7 @@ ep-prodact:RestrictedWork | ... | @@ -214,7 +219,7 @@ ep-prodact:RestrictedWork |
| 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 219 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 215 | 220 | ||
| 216 | ep-prodact:RestrictedWorkInjury | 221 | ep-prodact:RestrictedWorkInjury |
| 217 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 222 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 218 | rdfs:subClassOf ep-prodact:Injury . | 223 | rdfs:subClassOf ep-prodact:Injury . |
| 219 | 224 | ||
| 220 | ep-prodact:SafetyActivityType | 225 | ep-prodact:SafetyActivityType |
| ... | @@ -222,7 +227,7 @@ ep-prodact:SafetyActivityType | ... | @@ -222,7 +227,7 @@ ep-prodact:SafetyActivityType |
| 222 | rdfs:subClassOf owl:Class . | 227 | rdfs:subClassOf owl:Class . |
| 223 | 228 | ||
| 224 | ep-prodact:SafetyMeeting | 229 | ep-prodact:SafetyMeeting |
| 225 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 230 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 226 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 231 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 227 | 232 | ||
| 228 | ep-prodact:SentAshore | 233 | ep-prodact:SentAshore |
| ... | @@ -238,15 +243,15 @@ ep-prodact:SickOnBoard | ... | @@ -238,15 +243,15 @@ ep-prodact:SickOnBoard |
| 238 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 243 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 239 | 244 | ||
| 240 | ep-prodact:SpillOrLeak | 245 | ep-prodact:SpillOrLeak |
| 241 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 246 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 242 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 247 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 243 | 248 | ||
| 244 | ep-prodact:WorkingUnderPermit | 249 | ep-prodact:WorkingUnderPermit |
| 245 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 250 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 246 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 247 | 252 | ||
| 248 | ep-prodact:WorkingUnderPermitWithSJA | 253 | ep-prodact:WorkingUnderPermitWithSJA |
| 249 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 254 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 250 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 255 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 251 | 256 | ||
| 252 | ep-prodact:hasPart | 257 | ep-prodact:hasPart |
| ... | @@ -254,6 +259,11 @@ ep-prodact:hasPart | ... | @@ -254,6 +259,11 @@ ep-prodact:hasPart |
| 254 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 259 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 255 | rdfs:range ep-prodact:PartOfProductionActivity . | 260 | rdfs:range ep-prodact:PartOfProductionActivity . |
| 256 | 261 | ||
| 262 | +ep-prodact:involvedVessel | ||
| 263 | + rdf:type owl:ObjectProperty ; | ||
| 264 | + rdfs:domain ep-prodact:MarineOperation ; | ||
| 265 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | ||
| 266 | + | ||
| 257 | ep-prodact:noOfDrillsOrExcercises | 267 | ep-prodact:noOfDrillsOrExcercises |
| 258 | rdf:type owl:DatatypeProperty ; | 268 | rdf:type owl:DatatypeProperty ; |
| 259 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 269 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Wed Oct 12 20:37:18 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 10:10:17 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