Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
MonkeyChap
2011-10-06 20:12:46 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c7b326cf526a4395f51c4584c339e0b9a6a4f58
1c7b326c
1 parent
356f8c67
added properties for numbers of incidents
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-ACTIVITY.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-ACTIVITY.ttl
View file @
1c7b326
...
...
@@ -153,6 +153,61 @@ ep-prodact:YearlyProductionActivity
ep-prodact:
YearlyProductionActivityToEndOfReportingPeriod
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-prodact:
YearlyProductionActivity
.
ep-prodact:
noOfDrillsOrExcercises
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfFirstAidEvents
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfHazardReportCards
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfIncidentsTotal
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfLostTimeIncidents
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfMiscellaneousHseEvents
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfPermitsWithSjaIssued
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfRestrictedWorkAndMedicalTreatmentInjuries
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfSafetyMeetings
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfSpillsOrLeaks
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
totalNoOfPermitsIssued
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
range
xsd:
integer
.
ep-prodact:
Zone
rdf:
type
owl:
Class
;
...
...
Please
register
or
login
to post a comment