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