Showing
3 changed files
with
333 additions
and
329 deletions
1 | -# Saved by TopBraid on Thu Oct 13 09:46:20 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 13:06:48 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/production-facility | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
9 | -# imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow |
10 | - | 10 | + |
11 | -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 11 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
16 | - | 16 | + |
17 | -<http://www.reportinghub.no/ep/schema/1.0/production-activity> | 17 | +<http://www.reportinghub.no/ep/schema/1.0/production-activity> |
18 | - rdf:type owl:Ontology ; | 18 | + rdf:type owl:Ontology ; |
19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <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/flow> ; | 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; |
20 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
21 | - | 21 | + |
22 | -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 22 | +<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> |
23 | - rdf:type owl:Class ; | 23 | + rdf:type owl:Class ; |
24 | - rdfs:label "production well test"^^xsd:string ; | 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
25 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 25 | + |
26 | - | 26 | +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
27 | -<http://www.reportinghub.no/ep/schema/activity#hasFlow> | 27 | + rdf:type owl:Class ; |
28 | - rdf:type owl:ObjectProperty ; | 28 | + rdfs:label "production well test"^^xsd:string ; |
29 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 29 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
30 | - rdfs:label "has flow"^^xsd:string ; | 30 | + |
31 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 31 | +<http://www.reportinghub.no/ep/schema/activity#hasFlow> |
32 | - | 32 | + rdf:type owl:ObjectProperty ; |
33 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | 33 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
34 | - rdf:type owl:Class ; | 34 | + rdfs:label "has flow"^^xsd:string ; |
35 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 35 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
36 | - | 36 | + |
37 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> | 37 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold> |
38 | - rdf:type owl:Class ; | 38 | + rdf:type owl:Class ; |
39 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 39 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
40 | - | 40 | + |
41 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> | 41 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> |
42 | - rdf:type owl:Class ; | 42 | + rdf:type owl:Class ; |
43 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 43 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
44 | - | 44 | + |
45 | -<http://www.reportinghub.no/ep/schema/equipment#Separator> | 45 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> |
46 | - rdf:type owl:Class ; | 46 | + rdf:type owl:Class ; |
47 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | 47 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
48 | - | 48 | + |
49 | -<http://www.reportinghub.no/ep/schema/equipment#Tank> | 49 | +<http://www.reportinghub.no/ep/schema/equipment#Separator> |
50 | - rdf:type owl:Class ; | 50 | + rdf:type owl:Class ; |
51 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . | 51 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . |
52 | - | 52 | + |
53 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> | 53 | +<http://www.reportinghub.no/ep/schema/equipment#Tank> |
54 | - rdf:type owl:Class ; | 54 | + rdf:type owl:Class ; |
55 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . |
56 | - | 56 | + |
57 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> | 57 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> |
58 | - rdf:type owl:Class ; | 58 | + rdf:type owl:Class ; |
59 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 59 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
60 | - | 60 | + |
61 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | 61 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> |
62 | - rdf:type owl:Class ; | 62 | + rdf:type owl:Class ; |
63 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 63 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
64 | - | 64 | + |
65 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> | 65 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> |
66 | - rdf:type owl:Class ; | 66 | + rdf:type owl:Class ; |
67 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 67 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
68 | - | 68 | + |
69 | -ep-prodact:AdministerFirstAid | 69 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> |
70 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 70 | + rdf:type owl:Class ; |
71 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 71 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
72 | - | 72 | + |
73 | -ep-prodact:AirTrafficOperation | 73 | +ep-prodact:AdministerFirstAid |
74 | - rdf:type owl:Class ; | 74 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
75 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 75 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
76 | - | 76 | + |
77 | -ep-prodact:AnnualProductionActivity | 77 | +ep-prodact:AirTrafficOperation |
78 | - rdf:type owl:Class ; | 78 | + rdf:type owl:Class ; |
79 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 79 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
80 | - | 80 | + |
81 | -ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 81 | +ep-prodact:AnnualProductionActivity |
82 | - rdf:type owl:Class ; | 82 | + rdf:type owl:Class ; |
83 | - rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 83 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
84 | - | 84 | + |
85 | -ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 85 | +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
86 | - rdf:type owl:Class ; | 86 | + rdf:type owl:Class ; |
87 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 87 | + rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
88 | - | 88 | + |
89 | -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 89 | +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
90 | - rdf:type owl:Class ; | 90 | + rdf:type owl:Class ; |
91 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 91 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
92 | - | 92 | + |
93 | -ep-prodact:ConstructionOperation | 93 | +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
94 | - rdf:type owl:Class ; | 94 | + rdf:type owl:Class ; |
95 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 95 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
96 | - | 96 | + |
97 | -ep-prodact:CumulativeProductionActivitySinceProductionBegan | 97 | +ep-prodact:ConstructionOperation |
98 | - rdf:type owl:Class ; | 98 | + rdf:type owl:Class ; |
99 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 99 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
100 | - | 100 | + |
101 | -ep-prodact:DailyProductionOperationsActivity | 101 | +ep-prodact:CumulativeProductionActivitySinceProductionBegan |
102 | - rdf:type owl:Class ; | 102 | + rdf:type owl:Class ; |
103 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 103 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
104 | - | 104 | + |
105 | -ep-prodact:DailyProductionVolumeActivity | 105 | +ep-prodact:DailyProductionOperationsActivity |
106 | - rdf:type owl:Class ; | 106 | + rdf:type owl:Class ; |
107 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 107 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
108 | - | 108 | + |
109 | -ep-prodact:Deviation | 109 | +ep-prodact:DailyProductionVolumeActivity |
110 | - rdf:type owl:Class ; | 110 | + rdf:type owl:Class ; |
111 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 111 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
112 | - | 112 | + |
113 | -ep-prodact:DrillOrExcercise | 113 | +ep-prodact:Deviation |
114 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 114 | + rdf:type owl:Class ; |
115 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 115 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
116 | - | 116 | + |
117 | -ep-prodact:Fire | 117 | +ep-prodact:DrillOrExcercise |
118 | - rdf:type owl:Class ; | 118 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
119 | - rdfs:subClassOf ep-prodact:Incident . | 119 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
120 | - | 120 | + |
121 | -ep-prodact:FirstAid | 121 | +ep-prodact:Fire |
122 | - rdf:type owl:Class ; | 122 | + rdf:type owl:Class ; |
123 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 123 | + rdfs:subClassOf ep-prodact:Incident . |
124 | - | 124 | + |
125 | -ep-prodact:FlowLine | 125 | +ep-prodact:FirstAid |
126 | - rdf:type owl:Class ; | 126 | + rdf:type owl:Class ; |
127 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | 127 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
128 | - | 128 | + |
129 | -ep-prodact:FlowLine-Production | 129 | +ep-prodact:FlowLine |
130 | - rdf:type owl:Class ; | 130 | + rdf:type owl:Class ; |
131 | - rdfs:subClassOf ep-prodact:FlowLine . | 131 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . |
132 | - | 132 | + |
133 | -ep-prodact:HealthSafetyAndEnvironmentActivity | 133 | +ep-prodact:FlowLine-Production |
134 | - rdf:type owl:Class ; | 134 | + rdf:type owl:Class ; |
135 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 135 | + rdfs:subClassOf ep-prodact:FlowLine . |
136 | - | 136 | + |
137 | -ep-prodact:Incident | 137 | +ep-prodact:HealthSafetyAndEnvironmentActivity |
138 | - rdf:type owl:Class ; | 138 | + rdf:type owl:Class ; |
139 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 139 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
140 | - | 140 | + |
141 | -ep-prodact:Injury | 141 | +ep-prodact:Incident |
142 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 142 | + rdf:type owl:Class ; |
143 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 143 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
144 | - | 144 | + |
145 | -ep-prodact:IssueWorkPermit | 145 | +ep-prodact:Injury |
146 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 146 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
147 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 147 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
148 | - | 148 | + |
149 | -ep-prodact:JobObservation | 149 | +ep-prodact:IssueWorkPermit |
150 | - rdf:type owl:Class ; | 150 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
151 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 151 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
152 | - | 152 | + |
153 | -ep-prodact:LostProduction | 153 | +ep-prodact:JobObservation |
154 | - rdf:type owl:Class ; | 154 | + rdf:type owl:Class ; |
155 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 155 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
156 | - | 156 | + |
157 | -ep-prodact:LostTimeAccident | 157 | +ep-prodact:LostProduction |
158 | - rdf:type owl:Class ; | 158 | + rdf:type owl:Class ; |
159 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 159 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
160 | - | 160 | + |
161 | -ep-prodact:LostTimeIncident | 161 | +ep-prodact:LostTimeAccident |
162 | - rdf:type owl:Class ; | 162 | + rdf:type owl:Class ; |
163 | - rdfs:subClassOf ep-prodact:Incident . | 163 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
164 | - | 164 | + |
165 | -ep-prodact:MaintenanceActivity | 165 | +ep-prodact:LostTimeIncident |
166 | - rdf:type owl:Class ; | 166 | + rdf:type owl:Class ; |
167 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 167 | + rdfs:subClassOf ep-prodact:Incident . |
168 | - | 168 | + |
169 | -ep-prodact:MarineOperation | 169 | +ep-prodact:MaintenanceActivity |
170 | - rdf:type owl:Class ; | 170 | + rdf:type owl:Class ; |
171 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 171 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
172 | - | 172 | + |
173 | -ep-prodact:MedicalTreatmentInjury | 173 | +ep-prodact:MarineOperation |
174 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 174 | + rdf:type owl:Class ; |
175 | - rdfs:subClassOf ep-prodact:Injury . | 175 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
176 | - | 176 | + |
177 | -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 177 | +ep-prodact:MedicalTreatmentInjury |
178 | - rdf:type owl:Class ; | 178 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
179 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 179 | + rdfs:subClassOf ep-prodact:Injury . |
180 | - | 180 | + |
181 | -ep-prodact:NearMiss | 181 | +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
182 | - rdf:type owl:Class ; | 182 | + rdf:type owl:Class ; |
183 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 183 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
184 | - | 184 | + |
185 | -ep-prodact:NotablePartOfProductionActivity | 185 | +ep-prodact:NearMiss |
186 | - rdf:type owl:Class ; | 186 | + rdf:type owl:Class ; |
187 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 187 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
188 | - | 188 | + |
189 | -ep-prodact:PartOfProductionActivity | 189 | +ep-prodact:NotablePartOfProductionActivity |
190 | - rdf:type owl:Class ; | 190 | + rdf:type owl:Class ; |
191 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 191 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
192 | - | 192 | + |
193 | -ep-prodact:PowerStationFailure | 193 | +ep-prodact:PartOfProductionActivity |
194 | - rdf:type owl:Class ; | 194 | + rdf:type owl:Class ; |
195 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 195 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
196 | - | 196 | + |
197 | -ep-prodact:ProductionActivityLastingLessThanAYear | 197 | +ep-prodact:PowerStationFailure |
198 | - rdf:type owl:Class ; | 198 | + rdf:type owl:Class ; |
199 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 199 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
200 | - | 200 | + |
201 | -ep-prodact:ProductionOperationsActivity | 201 | +ep-prodact:ProductionActivityLastingLessThanAYear |
202 | - rdf:type owl:Class ; | 202 | + rdf:type owl:Class ; |
203 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 203 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
204 | - | 204 | + |
205 | -ep-prodact:ProductionVolumeActivity | 205 | +ep-prodact:ProductionOperationsActivity |
206 | - rdf:type owl:Class ; | 206 | + rdf:type owl:Class ; |
207 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 207 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
208 | - | 208 | + |
209 | -ep-prodact:ReleasedToWater | 209 | +ep-prodact:ProductionVolumeActivity |
210 | - rdf:type owl:Class ; | 210 | + rdf:type owl:Class ; |
211 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 211 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
212 | - | 212 | + |
213 | -ep-prodact:ReportHazard | 213 | +ep-prodact:ReleasedToWater |
214 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 214 | + rdf:type owl:Class ; |
215 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 215 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
216 | - | 216 | + |
217 | -ep-prodact:RestrictedWork | 217 | +ep-prodact:ReportHazard |
218 | - rdf:type owl:Class ; | 218 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
219 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 219 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
220 | - | 220 | + |
221 | -ep-prodact:RestrictedWorkInjury | 221 | +ep-prodact:RestrictedWork |
222 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 222 | + rdf:type owl:Class ; |
223 | - rdfs:subClassOf ep-prodact:Injury . | 223 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
224 | - | 224 | + |
225 | -ep-prodact:SafetyActivityType | 225 | +ep-prodact:RestrictedWorkInjury |
226 | - rdf:type rdfs:Class ; | 226 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
227 | - rdfs:subClassOf owl:Class . | 227 | + rdfs:subClassOf ep-prodact:Injury . |
228 | - | 228 | + |
229 | -ep-prodact:SafetyMeeting | 229 | +ep-prodact:SafetyActivityType |
230 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 230 | + rdf:type rdfs:Class ; |
231 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 231 | + rdfs:subClassOf owl:Class . |
232 | - | 232 | + |
233 | -ep-prodact:SentAshore | 233 | +ep-prodact:SafetyMeeting |
234 | - rdf:type owl:Class ; | 234 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
235 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 235 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
236 | - | 236 | + |
237 | -ep-prodact:SevereAccident | 237 | +ep-prodact:SentAshore |
238 | - rdf:type owl:Class ; | 238 | + rdf:type owl:Class ; |
239 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 239 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
240 | - | 240 | + |
241 | -ep-prodact:SickOnBoard | 241 | +ep-prodact:SevereAccident |
242 | - rdf:type owl:Class ; | 242 | + rdf:type owl:Class ; |
243 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 243 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
244 | - | 244 | + |
245 | -ep-prodact:SpillOrLeak | 245 | +ep-prodact:SickOnBoard |
246 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 246 | + rdf:type owl:Class ; |
247 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 247 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
248 | - | 248 | + |
249 | -ep-prodact:WorkingUnderPermit | 249 | +ep-prodact:SpillOrLeak |
250 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 250 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
251 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
252 | - | 252 | + |
253 | -ep-prodact:WorkingUnderPermitWithSJA | 253 | +ep-prodact:WorkingUnderPermit |
254 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 254 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
255 | - rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 255 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
256 | - | 256 | + |
257 | -ep-prodact:hasPart | 257 | +ep-prodact:WorkingUnderPermitWithSJA |
258 | - rdf:type owl:ObjectProperty ; | 258 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
259 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 259 | + rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
260 | - rdfs:range ep-prodact:PartOfProductionActivity . | 260 | + |
261 | - | 261 | +ep-prodact:hasPart |
262 | -ep-prodact:involvedVessel | 262 | + rdf:type owl:ObjectProperty ; |
263 | - rdf:type owl:ObjectProperty ; | 263 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
264 | - rdfs:domain ep-prodact:MarineOperation ; | 264 | + rdfs:range ep-prodact:PartOfProductionActivity . |
265 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | 265 | + |
266 | - | 266 | +ep-prodact:involvedVessel |
267 | -ep-prodact:noOfDrillsOrExcercises | 267 | + rdf:type owl:ObjectProperty ; |
268 | - rdf:type owl:DatatypeProperty ; | 268 | + rdfs:domain ep-prodact:MarineOperation ; |
269 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 269 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . |
270 | - rdfs:range xsd:integer . | 270 | + |
271 | - | 271 | +ep-prodact:noOfDrillsOrExcercises |
272 | -ep-prodact:noOfFirstAidEvents | 272 | + rdf:type owl:DatatypeProperty ; |
273 | - rdf:type owl:DatatypeProperty ; | 273 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
274 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 274 | + rdfs:range xsd:integer . |
275 | - rdfs:range xsd:integer . | 275 | + |
276 | - | 276 | +ep-prodact:noOfFirstAidEvents |
277 | -ep-prodact:noOfHazardReportCards | 277 | + rdf:type owl:DatatypeProperty ; |
278 | - rdf:type owl:DatatypeProperty ; | 278 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
279 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 279 | + rdfs:range xsd:integer . |
280 | - rdfs:range xsd:integer . | 280 | + |
281 | - | 281 | +ep-prodact:noOfHazardReportCards |
282 | -ep-prodact:noOfIncidentsTotal | 282 | + rdf:type owl:DatatypeProperty ; |
283 | - rdf:type owl:DatatypeProperty ; | 283 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
284 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 284 | + rdfs:range xsd:integer . |
285 | - rdfs:range xsd:integer . | 285 | + |
286 | - | 286 | +ep-prodact:noOfIncidentsTotal |
287 | -ep-prodact:noOfLostTimeIncidents | 287 | + rdf:type owl:DatatypeProperty ; |
288 | - rdf:type owl:DatatypeProperty ; | 288 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
289 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 289 | + rdfs:range xsd:integer . |
290 | - rdfs:range xsd:integer . | 290 | + |
291 | - | 291 | +ep-prodact:noOfLostTimeIncidents |
292 | -ep-prodact:noOfMiscellaneousHseEvents | 292 | + rdf:type owl:DatatypeProperty ; |
293 | - rdf:type owl:DatatypeProperty ; | 293 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
294 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 294 | + rdfs:range xsd:integer . |
295 | - rdfs:range xsd:integer . | 295 | + |
296 | - | 296 | +ep-prodact:noOfMiscellaneousHseEvents |
297 | -ep-prodact:noOfPermitsWithSjaIssued | 297 | + rdf:type owl:DatatypeProperty ; |
298 | - rdf:type owl:DatatypeProperty ; | 298 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
299 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 299 | + rdfs:range xsd:integer . |
300 | - rdfs:range xsd:integer . | 300 | + |
301 | - | 301 | +ep-prodact:noOfPermitsWithSjaIssued |
302 | -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries | 302 | + rdf:type owl:DatatypeProperty ; |
303 | - rdf:type owl:DatatypeProperty ; | 303 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
304 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 304 | + rdfs:range xsd:integer . |
305 | - rdfs:range xsd:integer . | 305 | + |
306 | - | 306 | +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries |
307 | -ep-prodact:noOfSafetyMeetings | 307 | + rdf:type owl:DatatypeProperty ; |
308 | - rdf:type owl:DatatypeProperty ; | 308 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
309 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 309 | + rdfs:range xsd:integer . |
310 | - rdfs:range xsd:integer . | 310 | + |
311 | - | 311 | +ep-prodact:noOfSafetyMeetings |
312 | -ep-prodact:noOfSpillsOrLeaks | 312 | + rdf:type owl:DatatypeProperty ; |
313 | - rdf:type owl:DatatypeProperty ; | 313 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
314 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 314 | + rdfs:range xsd:integer . |
315 | - rdfs:range xsd:integer . | 315 | + |
316 | - | 316 | +ep-prodact:noOfSpillsOrLeaks |
317 | -ep-prodact:totalNoOfPermitsIssued | 317 | + rdf:type owl:DatatypeProperty ; |
318 | - rdf:type owl:DatatypeProperty ; | 318 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
319 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 319 | + rdfs:range xsd:integer . |
320 | - rdfs:range xsd:integer . | 320 | + |
321 | - | 321 | +ep-prodact:totalNoOfPermitsIssued |
322 | -ep-prodact:yearlyActivityToDate | 322 | + rdf:type owl:DatatypeProperty ; |
323 | - rdf:type owl:ObjectProperty ; | 323 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
324 | - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 324 | + rdfs:range xsd:integer . |
325 | - rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 325 | + |
326 | - | 326 | +ep-prodact:yearlyActivityToDate |
327 | -<http://www.reportinghub.no/ep/schema/well#WellGroup> | 327 | + rdf:type owl:ObjectProperty ; |
328 | - rdf:type owl:Class . | 328 | + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; |
329 | + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | ||
330 | + | ||
331 | +<http://www.reportinghub.no/ep/schema/well#WellGroup> | ||
332 | + rdf:type owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Thu Oct 13 10:10:17 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 13:05:23 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment