Showing
3 changed files
with
466 additions
and
461 deletions
1 | -# Saved by TopBraid on Fri Oct 14 13:39:53 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 15:14:22 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-core: <http://www.reportinghub.no/ep/schema/core#> . | 11 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
12 | -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 12 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
17 | - | 17 | + |
18 | -<http://www.reportinghub.no/ep/schema/1.0/production-activity> | 18 | +<http://www.reportinghub.no/ep/schema/1.0/production-activity> |
19 | - rdf:type owl:Ontology ; | 19 | + rdf:type owl:Ontology ; |
20 | - 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> ; | 20 | + 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> ; |
21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
22 | - | 22 | + |
23 | -<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | 23 | +<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
24 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 24 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
25 | - | 25 | + |
26 | -<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> | 26 | +<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> |
27 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 27 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
28 | - | 28 | + |
29 | -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 29 | +<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> |
30 | - rdf:type owl:Class ; | 30 | + rdf:type owl:Class ; |
31 | - rdfs:label "production well test"^^xsd:string ; | 31 | + rdfs:label "production activity to date"^^xsd:string ; |
32 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 32 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
33 | - | 33 | + |
34 | -<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 34 | +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
35 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | 35 | + rdf:type owl:Class ; |
36 | - | 36 | + rdfs:label "production well test"^^xsd:string ; |
37 | -<http://www.reportinghub.no/ep/schema/activity#hasFlow> | 37 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
38 | - rdf:type owl:ObjectProperty ; | 38 | + |
39 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 39 | +<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
40 | - rdfs:label "has flow"^^xsd:string ; | 40 | + rdf:type ep-prodact:ProductionOperationClassByDuration . |
41 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 41 | + |
42 | - | 42 | +<http://www.reportinghub.no/ep/schema/activity#hasFlow> |
43 | -ep-core:Mass | 43 | + rdf:type owl:ObjectProperty ; |
44 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 44 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
45 | - rdfs:label "mass"^^xsd:string ; | 45 | + rdfs:label "has flow"^^xsd:string ; |
46 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 46 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
47 | - | 47 | + |
48 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | 48 | +ep-core:Mass |
49 | - rdf:type owl:Class ; | 49 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
50 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 50 | + rdfs:label "mass"^^xsd:string ; |
51 | - | 51 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
52 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> | 52 | + |
53 | - rdf:type owl:Class ; | 53 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold> |
54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 54 | + rdf:type owl:Class ; |
55 | - | 55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
56 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> | 56 | + |
57 | - rdf:type owl:Class ; | 57 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> |
58 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | 58 | + rdf:type owl:Class ; |
59 | - | 59 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
60 | -<http://www.reportinghub.no/ep/schema/equipment#Separator> | 60 | + |
61 | - rdf:type owl:Class ; | 61 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> |
62 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | 62 | + rdf:type owl:Class ; |
63 | - | 63 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . |
64 | -<http://www.reportinghub.no/ep/schema/equipment#Tank> | 64 | + |
65 | - rdf:type owl:Class ; | 65 | +<http://www.reportinghub.no/ep/schema/equipment#Separator> |
66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . | 66 | + rdf:type owl:Class ; |
67 | - | 67 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . |
68 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> | 68 | + |
69 | - rdf:type owl:Class ; | 69 | +<http://www.reportinghub.no/ep/schema/equipment#Tank> |
70 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 70 | + rdf:type owl:Class ; |
71 | - | 71 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . |
72 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> | 72 | + |
73 | - rdf:type owl:Class ; | 73 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> |
74 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 74 | + rdf:type owl:Class ; |
75 | - | 75 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
76 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | 76 | + |
77 | - rdf:type owl:Class ; | 77 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> |
78 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 78 | + rdf:type owl:Class ; |
79 | - | 79 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
80 | -<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> | 80 | + |
81 | - rdf:type owl:Class ; | 81 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> |
82 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 82 | + rdf:type owl:Class ; |
83 | - | 83 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
84 | -ep-prodact:AdministerFirstAid | 84 | + |
85 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 85 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> |
86 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 86 | + rdf:type owl:Class ; |
87 | - | 87 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
88 | -ep-prodact:AirTrafficOperation | 88 | + |
89 | - rdf:type owl:Class ; | 89 | +ep-prodact:AdministerFirstAid |
90 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 90 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
91 | - | 91 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
92 | -ep-prodact:Alarm | 92 | + |
93 | - rdf:type owl:Class ; | 93 | +ep-prodact:AirTrafficOperation |
94 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 94 | + rdf:type owl:Class ; |
95 | - | 95 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
96 | -ep-prodact:AnnualProductionActivity | 96 | + |
97 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 97 | +ep-prodact:Alarm |
98 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 98 | + rdf:type owl:Class ; |
99 | - | 99 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
100 | -ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | 100 | + |
101 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 101 | +ep-prodact:AnnualProductionActivity |
102 | - rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 102 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
103 | - | 103 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
104 | -ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 104 | + |
105 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 105 | +ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
106 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 106 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
107 | - | 107 | + rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
108 | -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 108 | + |
109 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 109 | +ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
110 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 110 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
111 | - | 111 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . |
112 | -ep-prodact:CargoShipOperation | 112 | + |
113 | - rdf:type owl:Class ; | 113 | +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
114 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 114 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
115 | - | 115 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . |
116 | -ep-prodact:ConstructionOperation | 116 | + |
117 | - rdf:type owl:Class ; | 117 | +ep-prodact:CargoShipOperation |
118 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 118 | + rdf:type owl:Class ; |
119 | - | 119 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
120 | -ep-prodact:CumulativeProductionActivitySinceProductionBegan | 120 | + |
121 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 121 | +ep-prodact:ConstructionOperation |
122 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 122 | + rdf:type owl:Class ; |
123 | - | 123 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
124 | -ep-prodact:DailyProductionOperationsActivity | 124 | + |
125 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 125 | +ep-prodact:CumulativeProductionActivitySinceProductionBegan |
126 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 126 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
127 | - | 127 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
128 | -ep-prodact:DailyProductionVolumeActivity | 128 | + |
129 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 129 | +ep-prodact:DailyProductionOperationsActivity |
130 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 130 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
131 | - | 131 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
132 | -ep-prodact:Deviation | 132 | + |
133 | - rdf:type owl:Class ; | 133 | +ep-prodact:DailyProductionVolumeActivity |
134 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 134 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
135 | - | 135 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
136 | -ep-prodact:DrillOrExcercise | 136 | + |
137 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 137 | +ep-prodact:Deviation |
138 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 138 | + rdf:type owl:Class ; |
139 | - | 139 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
140 | -ep-prodact:Fire | 140 | + |
141 | - rdf:type owl:Class ; | 141 | +ep-prodact:DrillOrExcercise |
142 | - rdfs:subClassOf ep-prodact:Incident . | 142 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
143 | - | 143 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
144 | -ep-prodact:FirstAid | 144 | + |
145 | - rdf:type owl:Class ; | 145 | +ep-prodact:Fire |
146 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 146 | + rdf:type owl:Class ; |
147 | - | 147 | + rdfs:subClassOf ep-prodact:Incident . |
148 | -ep-prodact:FlowLine | 148 | + |
149 | - rdf:type owl:Class ; | 149 | +ep-prodact:FirstAid |
150 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | 150 | + rdf:type owl:Class ; |
151 | - | 151 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
152 | -ep-prodact:FlowLine-Production | 152 | + |
153 | - rdf:type owl:Class ; | 153 | +ep-prodact:FlowLine |
154 | - rdfs:subClassOf ep-prodact:FlowLine . | 154 | + rdf:type owl:Class ; |
155 | - | 155 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . |
156 | -ep-prodact:FusionOfHSEActivitiesOverPeriod | 156 | + |
157 | - rdf:type owl:Class ; | 157 | +ep-prodact:FlowLine-Production |
158 | - rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . | 158 | + rdf:type owl:Class ; |
159 | - | 159 | + rdfs:subClassOf ep-prodact:FlowLine . |
160 | -ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | 160 | + |
161 | - rdf:type owl:Class ; | 161 | +ep-prodact:FusionOfHSEActivitiesOverPeriod |
162 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 162 | + rdf:type owl:Class ; |
163 | - | 163 | + rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . |
164 | -ep-prodact:HealthSafetyAndEnvironmentActivity | 164 | + |
165 | - rdf:type owl:Class ; | 165 | +ep-prodact:FusionOfPartsOfProductionActivityOverPeriod |
166 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 166 | + rdf:type owl:Class ; |
167 | - | 167 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
168 | -ep-prodact:Incident | 168 | + |
169 | - rdf:type owl:Class ; | 169 | +ep-prodact:HealthSafetyAndEnvironmentActivity |
170 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 170 | + rdf:type owl:Class ; |
171 | - | 171 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
172 | -ep-prodact:Injury | 172 | + |
173 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 173 | +ep-prodact:Incident |
174 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 174 | + rdf:type owl:Class ; |
175 | - | 175 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
176 | -ep-prodact:IssueWorkPermit | 176 | + |
177 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 177 | +ep-prodact:Injury |
178 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 178 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
179 | - | 179 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
180 | -ep-prodact:JobObservation | 180 | + |
181 | - rdf:type owl:Class ; | 181 | +ep-prodact:IssueWorkPermit |
182 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 182 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
183 | - | 183 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
184 | -ep-prodact:LostProduction | 184 | + |
185 | - rdf:type owl:Class ; | 185 | +ep-prodact:JobObservation |
186 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 186 | + rdf:type owl:Class ; |
187 | - | 187 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
188 | -ep-prodact:LostTimeAccident | 188 | + |
189 | - rdf:type owl:Class ; | 189 | +ep-prodact:LostProduction |
190 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 190 | + rdf:type owl:Class ; |
191 | - | 191 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
192 | -ep-prodact:LostTimeIncident | 192 | + |
193 | - rdf:type owl:Class ; | 193 | +ep-prodact:LostTimeAccident |
194 | - rdfs:subClassOf ep-prodact:Incident . | 194 | + rdf:type owl:Class ; |
195 | - | 195 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
196 | -ep-prodact:MaintenanceActivity | 196 | + |
197 | - rdf:type owl:Class ; | 197 | +ep-prodact:LostTimeIncident |
198 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 198 | + rdf:type owl:Class ; |
199 | - | 199 | + rdfs:subClassOf ep-prodact:Incident . |
200 | -ep-prodact:MarineOperation | 200 | + |
201 | - rdf:type owl:Class ; | 201 | +ep-prodact:MaintenanceActivity |
202 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 202 | + rdf:type owl:Class ; |
203 | - | 203 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
204 | -ep-prodact:MedicalTreatmentInjury | 204 | + |
205 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 205 | +ep-prodact:MarineOperation |
206 | - rdfs:subClassOf ep-prodact:Injury . | 206 | + rdf:type owl:Class ; |
207 | - | 207 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
208 | -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 208 | + |
209 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 209 | +ep-prodact:MedicalTreatmentInjury |
210 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 210 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
211 | - | 211 | + rdfs:subClassOf ep-prodact:Injury . |
212 | -ep-prodact:NearMiss | 212 | + |
213 | - rdf:type owl:Class ; | 213 | +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
214 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 214 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
215 | - | 215 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
216 | -ep-prodact:NotablePartOfProductionActivity | 216 | + |
217 | - rdf:type owl:Class ; | 217 | +ep-prodact:NearMiss |
218 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 218 | + rdf:type owl:Class ; |
219 | - | 219 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
220 | -ep-prodact:PartOfProductionActivity | 220 | + |
221 | - rdf:type owl:Class ; | 221 | +ep-prodact:NotablePartOfProductionActivity |
222 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 222 | + rdf:type owl:Class ; |
223 | - | 223 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
224 | -ep-prodact:PowerStationFailure | 224 | + |
225 | - rdf:type owl:Class ; | 225 | +ep-prodact:PartOfProductionActivity |
226 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 226 | + rdf:type owl:Class ; |
227 | - | 227 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
228 | -ep-prodact:ProductionActivityLastingLessThanAYear | 228 | + |
229 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 229 | +ep-prodact:PowerStationFailure |
230 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 230 | + rdf:type owl:Class ; |
231 | - | 231 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
232 | -ep-prodact:ProductionOperationClassByDuration | 232 | + |
233 | - rdf:type rdfs:Class ; | 233 | +ep-prodact:ProductionActivityLastingLessThanAYear |
234 | - rdfs:subClassOf owl:Class . | 234 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
235 | - | 235 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
236 | -ep-prodact:ProductionOperationsActivity | 236 | + |
237 | - rdf:type owl:Class ; | 237 | +ep-prodact:ProductionOperationClassByDuration |
238 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 238 | + rdf:type rdfs:Class ; |
239 | - | 239 | + rdfs:subClassOf owl:Class . |
240 | -ep-prodact:ProductionVolumeActivity | 240 | + |
241 | - rdf:type owl:Class ; | 241 | +ep-prodact:ProductionOperationsActivity |
242 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 242 | + rdf:type owl:Class ; |
243 | - | 243 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
244 | -ep-prodact:ReleasedToWater | 244 | + |
245 | - rdf:type owl:Class ; | 245 | +ep-prodact:ProductionVolumeActivity |
246 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 246 | + rdf:type owl:Class ; |
247 | - | 247 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
248 | -ep-prodact:ReportHazard | 248 | + |
249 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 249 | +ep-prodact:ReleasedToWater |
250 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 250 | + rdf:type owl:Class ; |
251 | - | 251 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
252 | -ep-prodact:RestrictedWork | 252 | + |
253 | - rdf:type owl:Class ; | 253 | +ep-prodact:ReportHazard |
254 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 254 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
255 | - | 255 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
256 | -ep-prodact:RestrictedWorkInjury | 256 | + |
257 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 257 | +ep-prodact:RestrictedWork |
258 | - rdfs:subClassOf ep-prodact:Injury . | 258 | + rdf:type owl:Class ; |
259 | - | 259 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
260 | -ep-prodact:SafetyActivityType | 260 | + |
261 | - rdf:type rdfs:Class ; | 261 | +ep-prodact:RestrictedWorkInjury |
262 | - rdfs:subClassOf owl:Class . | 262 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
263 | - | 263 | + rdfs:subClassOf ep-prodact:Injury . |
264 | -ep-prodact:SafetyMeeting | 264 | + |
265 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 265 | +ep-prodact:SafetyActivityType |
266 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 266 | + rdf:type rdfs:Class ; |
267 | - | 267 | + rdfs:subClassOf owl:Class . |
268 | -ep-prodact:SampleAmountOfSubstance | 268 | + |
269 | - rdf:type owl:Class ; | 269 | +ep-prodact:SafetyMeeting |
270 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Fluid> . | 270 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
271 | - | 271 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
272 | -ep-prodact:SentAshore | 272 | + |
273 | - rdf:type owl:Class ; | 273 | +ep-prodact:SampleAmountOfSubstance |
274 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 274 | + rdf:type owl:Class ; |
275 | - | 275 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Fluid> . |
276 | -ep-prodact:SevereAccident | 276 | + |
277 | - rdf:type owl:Class ; | 277 | +ep-prodact:SentAshore |
278 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 278 | + rdf:type owl:Class ; |
279 | - | 279 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
280 | -ep-prodact:SickOnBoard | 280 | + |
281 | - rdf:type owl:Class ; | 281 | +ep-prodact:SevereAccident |
282 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 282 | + rdf:type owl:Class ; |
283 | - | 283 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
284 | -ep-prodact:SpillOrLeak | 284 | + |
285 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 285 | +ep-prodact:SickOnBoard |
286 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 286 | + rdf:type owl:Class ; |
287 | - | 287 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
288 | -ep-prodact:WaterCleaningOperation | 288 | + |
289 | - rdf:type owl:Class ; | 289 | +ep-prodact:SpillOrLeak |
290 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 290 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
291 | - | 291 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
292 | -ep-prodact:WaterSample | 292 | + |
293 | - rdf:type owl:Class ; | 293 | +ep-prodact:WaterCleaningOperation |
294 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance . | 294 | + rdf:type owl:Class ; |
295 | - | 295 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
296 | -ep-prodact:WorkingUnderPermit | 296 | + |
297 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 297 | +ep-prodact:WaterSample |
298 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 298 | + rdf:type owl:Class ; |
299 | - | 299 | + rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . |
300 | -ep-prodact:WorkingUnderPermitWithSJA | 300 | + |
301 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 301 | +ep-prodact:WorkingUnderPermit |
302 | - rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 302 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
303 | - | 303 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
304 | -ep-prodact:ammoniumDensity | 304 | + |
305 | - rdf:type owl:ObjectProperty ; | 305 | +ep-prodact:WorkingUnderPermitWithSJA |
306 | - rdfs:domain ep-prodact:WaterSample ; | 306 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
307 | - rdfs:range ep-core:Density . | 307 | + rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
308 | - | 308 | + |
309 | -ep-prodact:amountOfOil | 309 | +ep-prodact:ammoniumDensity |
310 | - rdf:type owl:ObjectProperty ; | 310 | + rdf:type owl:ObjectProperty ; |
311 | - rdfs:domain ep-prodact:WaterSample ; | 311 | + rdfs:domain ep-prodact:WaterSample ; |
312 | - rdfs:range ep-core:Mass . | 312 | + rdfs:range ep-core:Density . |
313 | - | 313 | + |
314 | -ep-prodact:classificationBySafetyActivityType | 314 | +ep-prodact:amountOfOil |
315 | - rdf:type owl:ObjectProperty ; | 315 | + rdf:type owl:ObjectProperty ; |
316 | - rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; | 316 | + rdfs:domain ep-prodact:WaterSample ; |
317 | - rdfs:range ep-prodact:SafetyActivityType . | 317 | + rdfs:range ep-core:Mass . |
318 | - | 318 | + |
319 | -ep-prodact:coulterCounter | 319 | +ep-prodact:classificationBySafetyActivityType |
320 | - rdf:type owl:ObjectProperty ; | 320 | + rdf:type owl:ObjectProperty ; |
321 | - rdfs:domain ep-prodact:WaterSample ; | 321 | + rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; |
322 | - rdfs:range ep-core:SpecificMass . | 322 | + rdfs:range ep-prodact:SafetyActivityType . |
323 | - | 323 | + |
324 | -ep-prodact:glycolDensity | 324 | +ep-prodact:coulterCounter |
325 | - rdf:type owl:ObjectProperty ; | 325 | + rdf:type owl:ObjectProperty ; |
326 | - rdfs:domain ep-prodact:WaterSample ; | 326 | + rdfs:domain ep-prodact:WaterSample ; |
327 | - rdfs:range ep-core:Density . | 327 | + rdfs:range ep-core:SpecificMass . |
328 | - | 328 | + |
329 | -ep-prodact:hasPart | 329 | +ep-prodact:glycolDensity |
330 | - rdf:type owl:ObjectProperty ; | 330 | + rdf:type owl:ObjectProperty ; |
331 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 331 | + rdfs:domain ep-prodact:WaterSample ; |
332 | - rdfs:range ep-prodact:PartOfProductionActivity . | 332 | + rdfs:range ep-core:Density . |
333 | - | 333 | + |
334 | -ep-prodact:involvedVessel | 334 | +ep-prodact:hasPart |
335 | - rdf:type owl:ObjectProperty ; | 335 | + rdf:type owl:ObjectProperty ; |
336 | - rdfs:domain ep-prodact:MarineOperation ; | 336 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
337 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | 337 | + rdfs:range ep-prodact:PartOfProductionActivity . |
338 | - | 338 | + |
339 | -ep-prodact:involvement | 339 | +ep-prodact:involvedVessel |
340 | - rdf:type owl:ObjectProperty ; | 340 | + rdf:type owl:ObjectProperty ; |
341 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 341 | + rdfs:domain ep-prodact:MarineOperation ; |
342 | - rdfs:range ep-core:PhysicalObject . | 342 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . |
343 | - | 343 | + |
344 | -ep-prodact:noOfDrillsOrExcercises | 344 | +ep-prodact:involvement |
345 | - rdf:type owl:DatatypeProperty ; | 345 | + rdf:type owl:ObjectProperty ; |
346 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 346 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
347 | - rdfs:range xsd:integer . | 347 | + rdfs:range ep-core:PhysicalObject . |
348 | - | 348 | + |
349 | -ep-prodact:noOfFirstAidEvents | 349 | +ep-prodact:noOfDrillsOrExcercises |
350 | - rdf:type owl:DatatypeProperty ; | 350 | + rdf:type owl:DatatypeProperty ; |
351 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 351 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
352 | - rdfs:range xsd:integer . | 352 | + rdfs:range xsd:integer . |
353 | - | 353 | + |
354 | -ep-prodact:noOfHazardReportCards | 354 | +ep-prodact:noOfFirstAidEvents |
355 | - rdf:type owl:DatatypeProperty ; | 355 | + rdf:type owl:DatatypeProperty ; |
356 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 356 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
357 | - rdfs:range xsd:integer . | 357 | + rdfs:range xsd:integer . |
358 | - | 358 | + |
359 | -ep-prodact:noOfIncidentsTotal | 359 | +ep-prodact:noOfHazardReportCards |
360 | - rdf:type owl:DatatypeProperty ; | 360 | + rdf:type owl:DatatypeProperty ; |
361 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 361 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
362 | - rdfs:range xsd:integer . | 362 | + rdfs:range xsd:integer . |
363 | - | 363 | + |
364 | -ep-prodact:noOfLostTimeIncidents | 364 | +ep-prodact:noOfIncidentsTotal |
365 | - rdf:type owl:DatatypeProperty ; | 365 | + rdf:type owl:DatatypeProperty ; |
366 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 366 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
367 | - rdfs:range xsd:integer . | 367 | + rdfs:range xsd:integer . |
368 | - | 368 | + |
369 | -ep-prodact:noOfMiscellaneousHseEvents | 369 | +ep-prodact:noOfLostTimeIncidents |
370 | - rdf:type owl:DatatypeProperty ; | 370 | + rdf:type owl:DatatypeProperty ; |
371 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 371 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
372 | - rdfs:range xsd:integer . | 372 | + rdfs:range xsd:integer . |
373 | - | 373 | + |
374 | -ep-prodact:noOfPermitsWithSjaIssued | 374 | +ep-prodact:noOfMiscellaneousHseEvents |
375 | - rdf:type owl:DatatypeProperty ; | 375 | + rdf:type owl:DatatypeProperty ; |
376 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 376 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
377 | - rdfs:range xsd:integer . | 377 | + rdfs:range xsd:integer . |
378 | - | 378 | + |
379 | -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries | 379 | +ep-prodact:noOfPermitsWithSjaIssued |
380 | - rdf:type owl:DatatypeProperty ; | 380 | + rdf:type owl:DatatypeProperty ; |
381 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 381 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
382 | - rdfs:range xsd:integer . | 382 | + rdfs:range xsd:integer . |
383 | - | 383 | + |
384 | -ep-prodact:noOfSafetyMeetings | 384 | +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries |
385 | - rdf:type owl:DatatypeProperty ; | 385 | + rdf:type owl:DatatypeProperty ; |
386 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 386 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
387 | - rdfs:range xsd:integer . | 387 | + rdfs:range xsd:integer . |
388 | - | 388 | + |
389 | -ep-prodact:noOfSpillsOrLeaks | 389 | +ep-prodact:noOfSafetyMeetings |
390 | - rdf:type owl:DatatypeProperty ; | 390 | + rdf:type owl:DatatypeProperty ; |
391 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 391 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
392 | - rdfs:range xsd:integer . | 392 | + rdfs:range xsd:integer . |
393 | - | 393 | + |
394 | -ep-prodact:oilInWater | 394 | +ep-prodact:noOfSpillsOrLeaks |
395 | - rdf:type owl:ObjectProperty ; | 395 | + rdf:type owl:DatatypeProperty ; |
396 | - rdfs:domain ep-prodact:WaterSample ; | 396 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
397 | - rdfs:range ep-core:SpecificMass . | 397 | + rdfs:range xsd:integer . |
398 | - | 398 | + |
399 | -ep-prodact:oxygenInWater | 399 | +ep-prodact:oilInWater |
400 | - rdf:type owl:ObjectProperty ; | 400 | + rdf:type owl:ObjectProperty ; |
401 | - rdfs:domain ep-prodact:WaterSample ; | 401 | + rdfs:domain ep-prodact:WaterSample ; |
402 | - rdfs:range ep-core:SpecificMass . | 402 | + rdfs:range ep-core:SpecificMass . |
403 | - | 403 | + |
404 | -ep-prodact:phenolDensity | 404 | +ep-prodact:oxygenInWater |
405 | - rdf:type owl:ObjectProperty ; | 405 | + rdf:type owl:ObjectProperty ; |
406 | - rdfs:domain ep-prodact:WaterSample ; | 406 | + rdfs:domain ep-prodact:WaterSample ; |
407 | - rdfs:range ep-core:Density . | 407 | + rdfs:range ep-core:SpecificMass . |
408 | - | 408 | + |
409 | -ep-prodact:productionActivityPeriodClassification | 409 | +ep-prodact:phenolDensity |
410 | - rdf:type owl:ObjectProperty ; | 410 | + rdf:type owl:ObjectProperty ; |
411 | - rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; | 411 | + rdfs:domain ep-prodact:WaterSample ; |
412 | - rdfs:range ep-prodact:ProductionOperationClassByDuration . | 412 | + rdfs:range ep-core:Density . |
413 | - | 413 | + |
414 | -ep-prodact:residualChlorideInWater | 414 | +ep-prodact:productionActivityPeriodClassification |
415 | - rdf:type owl:ObjectProperty ; | 415 | + rdf:type owl:ObjectProperty ; |
416 | - rdfs:domain ep-prodact:WaterSample ; | 416 | + rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; |
417 | - rdfs:range ep-core:SpecificMass . | 417 | + rdfs:range ep-prodact:ProductionOperationClassByDuration . |
418 | - | 418 | + |
419 | -ep-prodact:samplePhValue | 419 | +ep-prodact:residualChlorideInWater |
420 | - rdf:type owl:DatatypeProperty ; | 420 | + rdf:type owl:ObjectProperty ; |
421 | - rdfs:domain ep-prodact:WaterSample ; | 421 | + rdfs:domain ep-prodact:WaterSample ; |
422 | - rdfs:range xsd:double . | 422 | + rdfs:range ep-core:SpecificMass . |
423 | - | 423 | + |
424 | -ep-prodact:samplePoint | 424 | +ep-prodact:samplePhValue |
425 | - rdf:type owl:DatatypeProperty ; | 425 | + rdf:type owl:DatatypeProperty ; |
426 | - rdfs:domain ep-prodact:WaterSample ; | 426 | + rdfs:domain ep-prodact:WaterSample ; |
427 | - rdfs:range xsd:string . | 427 | + rdfs:range xsd:double . |
428 | - | 428 | + |
429 | -ep-prodact:sampleTemperature | 429 | +ep-prodact:samplePoint |
430 | - rdf:type owl:ObjectProperty ; | 430 | + rdf:type owl:DatatypeProperty ; |
431 | - rdfs:domain ep-prodact:WaterSample ; | 431 | + rdfs:domain ep-prodact:WaterSample ; |
432 | - rdfs:range ep-core:Temperature . | 432 | + rdfs:range xsd:string . |
433 | - | 433 | + |
434 | -ep-prodact:sampleTurbidity | 434 | +ep-prodact:sampleTemperature |
435 | - rdf:type owl:DatatypeProperty ; | 435 | + rdf:type owl:ObjectProperty ; |
436 | - rdfs:domain ep-prodact:WaterSample ; | 436 | + rdfs:domain ep-prodact:WaterSample ; |
437 | - rdfs:range xsd:double . | 437 | + rdfs:range ep-core:Temperature . |
438 | - | 438 | + |
439 | -ep-prodact:totalNoOfPermitsIssued | 439 | +ep-prodact:sampleTurbidity |
440 | - rdf:type owl:DatatypeProperty ; | 440 | + rdf:type owl:DatatypeProperty ; |
441 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 441 | + rdfs:domain ep-prodact:WaterSample ; |
442 | - rdfs:range xsd:integer . | 442 | + rdfs:range xsd:double . |
443 | - | 443 | + |
444 | -ep-prodact:totalOrganicCarbonInWater | 444 | +ep-prodact:totalNoOfPermitsIssued |
445 | - rdf:type owl:ObjectProperty ; | 445 | + rdf:type owl:DatatypeProperty ; |
446 | - rdfs:domain ep-prodact:WaterSample ; | 446 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
447 | - rdfs:range ep-core:SpecificMass . | 447 | + rdfs:range xsd:integer . |
448 | - | 448 | + |
449 | -ep-prodact:waterSampleTaken | 449 | +ep-prodact:totalOrganicCarbonInWater |
450 | - rdf:type owl:ObjectProperty ; | 450 | + rdf:type owl:ObjectProperty ; |
451 | - rdfs:domain ep-prodact:WaterCleaningOperation ; | 451 | + rdfs:domain ep-prodact:WaterSample ; |
452 | - rdfs:range ep-prodact:WaterSample . | 452 | + rdfs:range ep-core:SpecificMass . |
453 | - | 453 | + |
454 | -ep-prodact:yearlyActivityToDate | 454 | +ep-prodact:waterSampleTaken |
455 | - rdf:type owl:ObjectProperty ; | 455 | + rdf:type owl:ObjectProperty ; |
456 | - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 456 | + rdfs:domain ep-prodact:WaterCleaningOperation ; |
457 | - rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 457 | + rdfs:range ep-prodact:WaterSample . |
458 | - | 458 | + |
459 | -<http://www.reportinghub.no/ep/schema/well#WellGroup> | 459 | +ep-prodact:yearlyActivityToDate |
460 | - rdf:type owl:Class . | 460 | + rdf:type owl:ObjectProperty ; |
461 | + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ||
462 | + rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | ||
463 | + | ||
464 | +<http://www.reportinghub.no/ep/schema/well#WellGroup> | ||
465 | + rdf:type owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Fri Oct 14 13:39:20 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 15:27:40 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