MonkeyChap

Added some facility types…again

1 -# Saved by TopBraid on Thu Oct 06 15:53:29 BST 2011 1 +# Saved by TopBraid on Thu Oct 06 21:27:15 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/activity-purpose 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/activity 6 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
5 # imports: http://www.reportinghub.no/ep/schema/1.0/production 8 # imports: http://www.reportinghub.no/ep/schema/1.0/production
6 9
7 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 10 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
...@@ -12,7 +15,7 @@ ...@@ -12,7 +15,7 @@
12 15
13 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 16 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
14 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
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> ; 18 + 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> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 20
18 ep-prodact:AdministerFirstAid 21 ep-prodact:AdministerFirstAid
...@@ -35,6 +38,18 @@ ep-prodact:IssueWorkPermit ...@@ -35,6 +38,18 @@ ep-prodact:IssueWorkPermit
35 rdf:type owl:Class ; 38 rdf:type owl:Class ;
36 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 39 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
37 40
41 +ep-prodact:Manifold
42 + rdf:type owl:Class ;
43 + rdfs:subClassOf ep-prodact:TemporalPartOfAManifold .
44 +
45 +ep-prodact:Manifold-Injection
46 + rdf:type owl:Class ;
47 + rdfs:subClassOf ep-prodact:Manifold .
48 +
49 +ep-prodact:Manifold-Production
50 + rdf:type owl:Class ;
51 + rdfs:subClassOf ep-prodact:Manifold .
52 +
38 ep-prodact:MedicalTreatmentInjury 53 ep-prodact:MedicalTreatmentInjury
39 rdf:type owl:Class ; 54 rdf:type owl:Class ;
40 rdfs:subClassOf ep-prodact:Injury . 55 rdfs:subClassOf ep-prodact:Injury .
...@@ -63,6 +78,10 @@ ep-prodact:SpillOrLeak ...@@ -63,6 +78,10 @@ ep-prodact:SpillOrLeak
63 rdf:type owl:Class ; 78 rdf:type owl:Class ;
64 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 79 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
65 80
81 +ep-prodact:TemporalPartOfAManifold
82 + rdf:type owl:Class ;
83 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
84 +
66 ep-prodact:WorkingUnderPermit 85 ep-prodact:WorkingUnderPermit
67 rdf:type owl:Class ; 86 rdf:type owl:Class ;
68 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 87 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -78,61 +97,6 @@ ep-prodact:YearlyProductionActivity ...@@ -78,61 +97,6 @@ ep-prodact:YearlyProductionActivity
78 ep-prodact:YearlyProductionActivityToEndOfReportingPeriod 97 ep-prodact:YearlyProductionActivityToEndOfReportingPeriod
79 rdf:type owl:Class ; 98 rdf:type owl:Class ;
80 rdfs:subClassOf ep-prodact:YearlyProductionActivity . 99 rdfs:subClassOf ep-prodact:YearlyProductionActivity .
81 -
82 -ep-prodact:noOfDrillsOrExcercises
83 - rdf:type owl:DatatypeProperty ;
84 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
85 - rdfs:range xsd:integer .
86 -
87 -ep-prodact:noOfFirstAidEvents
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:noOfHazardReportCards
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:noOfIncidentsTotal
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:noOfLostTimeIncidents
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:noOfMiscellaneousHseEvents
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:noOfPermitsWithSjaIssued
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:noOfRestrictedWorkAndMedicalTreatmentInjuries
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:noOfSafetyMeetings
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:noOfSpillsOrLeaks
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:totalNoOfPermitsIssued
133 - rdf:type owl:DatatypeProperty ;
134 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
135 - rdfs:range xsd:integer .
136 100
137 ep-prodact:hasPart 101 ep-prodact:hasPart
138 rdf:type owl:ObjectProperty ; 102 rdf:type owl:ObjectProperty ;
......