Added top structure for operations reporting, including yearly activity, and number of HSE events
Showing
1 changed file
with
74 additions
and
2 deletions
| 1 | -# Saved by TopBraid on Thu Oct 06 13:53:02 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 06 15:53:29 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/activity-purpose | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <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/production> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | ep-prodact:AdministerFirstAid | 18 | ep-prodact:AdministerFirstAid |
| ... | @@ -43,6 +43,10 @@ ep-prodact:PartOfProductionActivity | ... | @@ -43,6 +43,10 @@ ep-prodact:PartOfProductionActivity |
| 43 | rdf:type owl:Class ; | 43 | rdf:type owl:Class ; |
| 44 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 44 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 45 | 45 | ||
| 46 | +ep-prodact:ProductionActivityLastingLessThanAYear | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 49 | + | ||
| 46 | ep-prodact:ReportHazard | 50 | ep-prodact:ReportHazard |
| 47 | rdf:type owl:Class ; | 51 | rdf:type owl:Class ; |
| 48 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 52 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -67,7 +71,75 @@ ep-prodact:WorkingUnderPermitWithSJA | ... | @@ -67,7 +71,75 @@ ep-prodact:WorkingUnderPermitWithSJA |
| 67 | rdf:type owl:Class ; | 71 | rdf:type owl:Class ; |
| 68 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 72 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 69 | 73 | ||
| 74 | +ep-prodact:YearlyProductionActivity | ||
| 75 | + rdf:type owl:Class ; | ||
| 76 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 77 | + | ||
| 78 | +ep-prodact:YearlyProductionActivityToEndOfReportingPeriod | ||
| 79 | + rdf:type owl:Class ; | ||
| 80 | + rdfs:subClassOf ep-prodact:YearlyProductionActivity . | ||
| 81 | + | ||
| 70 | ep-prodact:hasPart | 82 | ep-prodact:hasPart |
| 71 | rdf:type owl:ObjectProperty ; | 83 | rdf:type owl:ObjectProperty ; |
| 72 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 84 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 73 | rdfs:range ep-prodact:PartOfProductionActivity . | 85 | rdfs:range ep-prodact:PartOfProductionActivity . |
| 86 | + | ||
| 87 | +ep-prodact:noOfDrillsOrExcercises | ||
| 88 | + rdf:type owl:DatatypeProperty ; | ||
| 89 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 90 | + rdfs:range xsd:integer . | ||
| 91 | + | ||
| 92 | +ep-prodact:noOfFirstAidEvents | ||
| 93 | + rdf:type owl:DatatypeProperty ; | ||
| 94 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 95 | + rdfs:range xsd:integer . | ||
| 96 | + | ||
| 97 | +ep-prodact:noOfHazardReportCards | ||
| 98 | + rdf:type owl:DatatypeProperty ; | ||
| 99 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 100 | + rdfs:range xsd:integer . | ||
| 101 | + | ||
| 102 | +ep-prodact:noOfIncidentsTotal | ||
| 103 | + rdf:type owl:DatatypeProperty ; | ||
| 104 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 105 | + rdfs:range xsd:integer . | ||
| 106 | + | ||
| 107 | +ep-prodact:noOfLostTimeIncidents | ||
| 108 | + rdf:type owl:DatatypeProperty ; | ||
| 109 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 110 | + rdfs:range xsd:integer . | ||
| 111 | + | ||
| 112 | +ep-prodact:noOfMiscellaneousHseEvents | ||
| 113 | + rdf:type owl:DatatypeProperty ; | ||
| 114 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 115 | + rdfs:range xsd:integer . | ||
| 116 | + | ||
| 117 | +ep-prodact:noOfPermitsWithSjaIssued | ||
| 118 | + rdf:type owl:DatatypeProperty ; | ||
| 119 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 120 | + rdfs:range xsd:integer . | ||
| 121 | + | ||
| 122 | +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries | ||
| 123 | + rdf:type owl:DatatypeProperty ; | ||
| 124 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 125 | + rdfs:range xsd:integer . | ||
| 126 | + | ||
| 127 | +ep-prodact:noOfSafetyMeetings | ||
| 128 | + rdf:type owl:DatatypeProperty ; | ||
| 129 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 130 | + rdfs:range xsd:integer . | ||
| 131 | + | ||
| 132 | +ep-prodact:noOfSpillsOrLeaks | ||
| 133 | + rdf:type owl:DatatypeProperty ; | ||
| 134 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 135 | + rdfs:range xsd:integer . | ||
| 136 | + | ||
| 137 | +ep-prodact:totalNoOfPermitsIssued | ||
| 138 | + rdf:type owl:DatatypeProperty ; | ||
| 139 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 140 | + rdfs:range xsd:integer . | ||
| 141 | + | ||
| 142 | +ep-prodact:yearlyActivityToDate | ||
| 143 | + rdf:type owl:ObjectProperty ; | ||
| 144 | + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ||
| 145 | + rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . | ... | ... |
-
Please register or login to post a comment