Tidied up structure of production activities, added top structure, annual activi…
…ties, sorted namespaces
Showing
1 changed file
with
41 additions
and
38 deletions
| 1 | -# Saved by TopBraid on Sat Oct 08 14:24:50 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 11:27:08 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 | 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/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> ; | 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> ; |
| 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> |
| ... | @@ -29,10 +29,6 @@ | ... | @@ -29,10 +29,6 @@ |
| 29 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
| 30 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 30 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
| 31 | 31 | ||
| 32 | -<http://www.reportinghub.no/ep/schema/equipment#Reservoir> | ||
| 33 | - rdf:type owl:Class ; | ||
| 34 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAReservoir> . | ||
| 35 | - | ||
| 36 | <http://www.reportinghub.no/ep/schema/equipment#Separator> | 32 | <http://www.reportinghub.no/ep/schema/equipment#Separator> |
| 37 | rdf:type owl:Class ; | 33 | rdf:type owl:Class ; |
| 38 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | 34 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . |
| ... | @@ -49,10 +45,6 @@ | ... | @@ -49,10 +45,6 @@ |
| 49 | rdf:type owl:Class ; | 45 | rdf:type owl:Class ; |
| 50 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 46 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 51 | 47 | ||
| 52 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAReservoir> | ||
| 53 | - rdf:type owl:Class ; | ||
| 54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 55 | - | ||
| 56 | <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | 48 | <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> |
| 57 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
| 58 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 50 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| ... | @@ -61,29 +53,45 @@ | ... | @@ -61,29 +53,45 @@ |
| 61 | rdf:type owl:Class ; | 53 | rdf:type owl:Class ; |
| 62 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 54 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 63 | 55 | ||
| 64 | -<http://www.reportinghub.no/ep/schema/organization#TemporalPartOfACrew> | ||
| 65 | - rdf:type owl:Class ; | ||
| 66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 67 | - | ||
| 68 | ep-prodact:AdministerFirstAid | 56 | ep-prodact:AdministerFirstAid |
| 69 | rdf:type owl:Class ; | 57 | rdf:type owl:Class ; |
| 70 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 58 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 71 | 59 | ||
| 72 | ep-prodact:AirTrafficOperation | 60 | ep-prodact:AirTrafficOperation |
| 73 | rdf:type owl:Class ; | 61 | rdf:type owl:Class ; |
| 74 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 62 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 63 | + | ||
| 64 | +ep-prodact:AnnualProductionActivity | ||
| 65 | + rdf:type owl:Class ; | ||
| 66 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 67 | + | ||
| 68 | +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ||
| 69 | + rdf:type owl:Class ; | ||
| 70 | + rdfs:subClassOf ep-prodact:AnnualProductionActivity . | ||
| 71 | + | ||
| 72 | +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | ||
| 73 | + rdf:type owl:Class ; | ||
| 74 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | ||
| 75 | + | ||
| 76 | +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | ||
| 77 | + rdf:type owl:Class ; | ||
| 78 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | ||
| 75 | 79 | ||
| 76 | ep-prodact:ConstructionOperation | 80 | ep-prodact:ConstructionOperation |
| 77 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
| 78 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 82 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 79 | 83 | ||
| 80 | -ep-prodact:Crew | 84 | +ep-prodact:DailyProductionOperationsActivity |
| 81 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| 82 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#TemporalPartOfACrew> . | 86 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 87 | + | ||
| 88 | +ep-prodact:DailyProductionVolumeActivity | ||
| 89 | + rdf:type owl:Class ; | ||
| 90 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | ||
| 83 | 91 | ||
| 84 | ep-prodact:Deviation | 92 | ep-prodact:Deviation |
| 85 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| 86 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 94 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 87 | 95 | ||
| 88 | ep-prodact:DrillOrExcercise | 96 | ep-prodact:DrillOrExcercise |
| 89 | rdf:type owl:Class ; | 97 | rdf:type owl:Class ; |
| ... | @@ -115,11 +123,11 @@ ep-prodact:LostProduction | ... | @@ -115,11 +123,11 @@ ep-prodact:LostProduction |
| 115 | 123 | ||
| 116 | ep-prodact:MaintenanceActivity | 124 | ep-prodact:MaintenanceActivity |
| 117 | rdf:type owl:Class ; | 125 | rdf:type owl:Class ; |
| 118 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 126 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 119 | 127 | ||
| 120 | ep-prodact:MarineOperation | 128 | ep-prodact:MarineOperation |
| 121 | rdf:type owl:Class ; | 129 | rdf:type owl:Class ; |
| 122 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 130 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 123 | 131 | ||
| 124 | ep-prodact:MedicalTreatmentInjury | 132 | ep-prodact:MedicalTreatmentInjury |
| 125 | rdf:type owl:Class ; | 133 | rdf:type owl:Class ; |
| ... | @@ -137,6 +145,14 @@ ep-prodact:ProductionActivityLastingLessThanAYear | ... | @@ -137,6 +145,14 @@ ep-prodact:ProductionActivityLastingLessThanAYear |
| 137 | rdf:type owl:Class ; | 145 | rdf:type owl:Class ; |
| 138 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 146 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 139 | 147 | ||
| 148 | +ep-prodact:ProductionOperationsActivity | ||
| 149 | + rdf:type owl:Class ; | ||
| 150 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 151 | + | ||
| 152 | +ep-prodact:ProductionVolumeActivity | ||
| 153 | + rdf:type owl:Class ; | ||
| 154 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 155 | + | ||
| 140 | ep-prodact:ReportHazard | 156 | ep-prodact:ReportHazard |
| 141 | rdf:type owl:Class ; | 157 | rdf:type owl:Class ; |
| 142 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 158 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -161,14 +177,6 @@ ep-prodact:WorkingUnderPermitWithSJA | ... | @@ -161,14 +177,6 @@ ep-prodact:WorkingUnderPermitWithSJA |
| 161 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| 162 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 178 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 163 | 179 | ||
| 164 | -ep-prodact:YearlyProductionActivity | ||
| 165 | - rdf:type owl:Class ; | ||
| 166 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 167 | - | ||
| 168 | -ep-prodact:YearlyProductionActivityToEndOfReportingPeriod | ||
| 169 | - rdf:type owl:Class ; | ||
| 170 | - rdfs:subClassOf ep-prodact:YearlyProductionActivity . | ||
| 171 | - | ||
| 172 | ep-prodact:hasPart | 180 | ep-prodact:hasPart |
| 173 | rdf:type owl:ObjectProperty ; | 181 | rdf:type owl:ObjectProperty ; |
| 174 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 182 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -232,12 +240,7 @@ ep-prodact:totalNoOfPermitsIssued | ... | @@ -232,12 +240,7 @@ ep-prodact:totalNoOfPermitsIssued |
| 232 | ep-prodact:yearlyActivityToDate | 240 | ep-prodact:yearlyActivityToDate |
| 233 | rdf:type owl:ObjectProperty ; | 241 | rdf:type owl:ObjectProperty ; |
| 234 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 242 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; |
| 235 | - rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . | 243 | + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 236 | - | ||
| 237 | -<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellGroup> | ||
| 238 | - rdf:type owl:Class ; | ||
| 239 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 240 | 244 | ||
| 241 | <http://www.reportinghub.no/ep/schema/well#WellGroup> | 245 | <http://www.reportinghub.no/ep/schema/well#WellGroup> |
| 242 | - rdf:type owl:Class ; | 246 | + rdf:type owl:Class . |
| 243 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellGroup> . | ... | ... |
-
Please register or login to post a comment