MonkeyChap

added properties for numbers of incidents

...@@ -154,6 +154,61 @@ ep-prodact:YearlyProductionActivityToEndOfReportingPeriod ...@@ -154,6 +154,61 @@ ep-prodact:YearlyProductionActivityToEndOfReportingPeriod
154 rdf:type owl:Class ; 154 rdf:type owl:Class ;
155 rdfs:subClassOf ep-prodact:YearlyProductionActivity . 155 rdfs:subClassOf ep-prodact:YearlyProductionActivity .
156 156
157 +ep-prodact:noOfDrillsOrExcercises
158 + rdf:type owl:DatatypeProperty ;
159 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
160 + rdfs:range xsd:integer .
161 +
162 +ep-prodact:noOfFirstAidEvents
163 + rdf:type owl:DatatypeProperty ;
164 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
165 + rdfs:range xsd:integer .
166 +
167 +ep-prodact:noOfHazardReportCards
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
170 + rdfs:range xsd:integer .
171 +
172 +ep-prodact:noOfIncidentsTotal
173 + rdf:type owl:DatatypeProperty ;
174 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
175 + rdfs:range xsd:integer .
176 +
177 +ep-prodact:noOfLostTimeIncidents
178 + rdf:type owl:DatatypeProperty ;
179 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
180 + rdfs:range xsd:integer .
181 +
182 +ep-prodact:noOfMiscellaneousHseEvents
183 + rdf:type owl:DatatypeProperty ;
184 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
185 + rdfs:range xsd:integer .
186 +
187 +ep-prodact:noOfPermitsWithSjaIssued
188 + rdf:type owl:DatatypeProperty ;
189 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
190 + rdfs:range xsd:integer .
191 +
192 +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
193 + rdf:type owl:DatatypeProperty ;
194 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
195 + rdfs:range xsd:integer .
196 +
197 +ep-prodact:noOfSafetyMeetings
198 + rdf:type owl:DatatypeProperty ;
199 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
200 + rdfs:range xsd:integer .
201 +
202 +ep-prodact:noOfSpillsOrLeaks
203 + rdf:type owl:DatatypeProperty ;
204 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
205 + rdfs:range xsd:integer .
206 +
207 +ep-prodact:totalNoOfPermitsIssued
208 + rdf:type owl:DatatypeProperty ;
209 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
210 + rdfs:range xsd:integer .
211 +
157 ep-prodact:Zone 212 ep-prodact:Zone
158 rdf:type owl:Class ; 213 rdf:type owl:Class ;
159 rdfs:subClassOf ep-prodact:SubjectOfProductionReport . 214 rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
......