Showing
1 changed file
with
51 additions
and
2 deletions
| 1 | -# Saved by TopBraid on Thu Oct 06 11:28:29 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 06 11:41: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/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 |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 5 | 6 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/schema/1.0/production_activity#> . | 7 | @prefix : <http://www.reportinghub.no/ep/schema/1.0/production_activity#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -11,5 +12,53 @@ | ... | @@ -11,5 +12,53 @@ |
| 11 | 12 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/production_activity> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production_activity> |
| 13 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | 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> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | + | ||
| 18 | +<http://www.reportinghub.no/ep/schema/activity#AdministerFirstAid> | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 21 | + | ||
| 22 | +<http://www.reportinghub.no/ep/schema/activity#DrillOrExcercise> | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 25 | + | ||
| 26 | +<http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> | ||
| 27 | + rdf:type owl:Class ; | ||
| 28 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 29 | + | ||
| 30 | +<http://www.reportinghub.no/ep/schema/activity#Injury> | ||
| 31 | + rdf:type owl:Class ; | ||
| 32 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 33 | + | ||
| 34 | +<http://www.reportinghub.no/ep/schema/activity#IssueWorkPermit> | ||
| 35 | + rdf:type owl:Class ; | ||
| 36 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 37 | + | ||
| 38 | +<http://www.reportinghub.no/ep/schema/activity#MedicalTreatmentInjury> | ||
| 39 | + rdf:type owl:Class ; | ||
| 40 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Injury> . | ||
| 41 | + | ||
| 42 | +<http://www.reportinghub.no/ep/schema/activity#ReportHazard> | ||
| 43 | + rdf:type owl:Class ; | ||
| 44 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 45 | + | ||
| 46 | +<http://www.reportinghub.no/ep/schema/activity#RestrictedWorkInjury> | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Injury> . | ||
| 49 | + | ||
| 50 | +<http://www.reportinghub.no/ep/schema/activity#SafetyMeeting> | ||
| 51 | + rdf:type owl:Class ; | ||
| 52 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 53 | + | ||
| 54 | +<http://www.reportinghub.no/ep/schema/activity#SpillOrLeak> | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 57 | + | ||
| 58 | +<http://www.reportinghub.no/ep/schema/activity#WorkingUnderPermit> | ||
| 59 | + rdf:type owl:Class ; | ||
| 60 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#HealthSafetyAndEnvironmentActivity> . | ||
| 61 | + | ||
| 62 | +<http://www.reportinghub.no/ep/schema/activity#WorkingUnderPermitWithSJA> | ||
| 63 | + rdf:type owl:Class ; | ||
| 64 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WorkingUnderPermit> . | ... | ... |
-
Please register or login to post a comment