David Price

Changed 5 properties to use xsd dateTime from vaem dateUnion

1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
2 -# imports: http://www.linkedmodel.org/1.1/schema/ordered 2 +# imports: http://www.linkedmodel.org/1.1/schema/ordered
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/material 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/material
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization 7 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/report 8 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
9 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 9 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
10 - 10 +
11 -@prefix dc: <http://purl.org/dc/elements/1.1/> . 11 +@prefix dc: <http://purl.org/dc/elements/1.1/> .
12 -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . 12 +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
13 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 13 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
14 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 14 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
15 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 15 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
16 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 16 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 17 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18 - 18 +
19 -<http://www.reportinghub.no/ep/schema/1.0/activity> 19 +<http://www.reportinghub.no/ep/schema/1.0/activity>
20 - rdf:type owl:Ontology ; 20 + rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
22 - owl:versionInfo "0.1.0"^^xsd:string . 22 + owl:versionInfo "0.1.0"^^xsd:string .
23 - 23 +
24 -ep-activity:Activity 24 +ep-activity:Activity
25 - rdf:type owl:Class ; 25 + rdf:type owl:Class ;
26 - rdfs:label "Activity"^^xsd:string ; 26 + rdfs:label "Activity"^^xsd:string ;
27 - rdfs:subClassOf ep-core:PhysicalThing ; 27 + rdfs:subClassOf ep-core:PhysicalThing ;
28 - rdfs:subClassOf 28 + rdfs:subClassOf
29 - [ rdf:type owl:Restriction ; 29 + [ rdf:type owl:Restriction ;
30 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 30 + owl:allValuesFrom ep-activity:Activity ;
31 - owl:onProperty ep-activity:finishedAt 31 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
32 - ] ; 32 + ] ;
33 - rdfs:subClassOf 33 + rdfs:subClassOf
34 - [ rdf:type owl:Restriction ; 34 + [ rdf:type owl:Restriction ;
35 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 35 + owl:allValuesFrom ep-activity:Activity ;
36 - owl:onProperty ep-activity:startedAt 36 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
37 - ] ; 37 + ] ;
38 - rdfs:subClassOf 38 + rdfs:subClassOf
39 - [ rdf:type owl:Restriction ; 39 + [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ep-activity:Activity ; 40 + owl:allValuesFrom ep-activity:Activity ;
41 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 41 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
42 - ] ; 42 + ] ;
43 - rdfs:subClassOf 43 + rdfs:subClassOf
44 - [ rdf:type owl:Restriction ; 44 + [ rdf:type owl:Restriction ;
45 - owl:allValuesFrom ep-activity:Activity ; 45 + owl:allValuesFrom ep-activity:Activity ;
46 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 46 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
47 - ] ; 47 + ] ;
48 - rdfs:subClassOf 48 + rdfs:subClassOf
49 - [ rdf:type owl:Restriction ; 49 + [ rdf:type owl:Restriction ;
50 - owl:allValuesFrom ep-activity:Activity ; 50 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
51 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 51 + owl:onProperty ep-activity:startedAt
52 - ] ; 52 + ] ;
53 - rdfs:subClassOf 53 + rdfs:subClassOf
54 - [ rdf:type owl:Restriction ; 54 + [ rdf:type owl:Restriction ;
55 - owl:allValuesFrom ep-activity:Activity ; 55 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
56 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 56 + owl:onProperty ep-activity:finishedAt
57 - ] . 57 + ] .
58 - 58 +
59 -ep-activity:ActivitySuccessType 59 +ep-activity:ActivitySuccessType
60 - rdf:type rdfs:Class ; 60 + rdf:type rdfs:Class ;
61 - rdfs:label "activity success type"^^xsd:string ; 61 + rdfs:label "activity success type"^^xsd:string ;
62 - rdfs:subClassOf owl:Class . 62 + rdfs:subClassOf owl:Class .
63 - 63 +
64 -ep-activity:DailyDrillingActivity 64 +ep-activity:DailyDrillingActivity
65 - rdf:type owl:Class ; 65 + rdf:type owl:Class ;
66 - rdfs:label "daily drilling activity"^^xsd:string ; 66 + rdfs:label "daily drilling activity"^^xsd:string ;
67 - rdfs:subClassOf ep-activity:DrillingActivity ; 67 + rdfs:subClassOf ep-activity:DrillingActivity ;
68 - rdfs:subClassOf 68 + rdfs:subClassOf
69 - [ rdf:type owl:Restriction ; 69 + [ rdf:type owl:Restriction ;
70 - owl:allValuesFrom ep-activity:DrillingActivity ; 70 + owl:allValuesFrom ep-activity:Activity ;
71 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 71 + owl:onProperty ep-core:hasPart
72 - ] ; 72 + ] ;
73 - rdfs:subClassOf 73 + rdfs:subClassOf
74 - [ rdf:type owl:Restriction ; 74 + [ rdf:type owl:Restriction ;
75 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 75 + owl:allValuesFrom ep-activity:DrillingActivity ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 76 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
77 - ] ; 77 + ] ;
78 - rdfs:subClassOf 78 + rdfs:subClassOf
79 - [ rdf:type owl:Restriction ; 79 + [ rdf:type owl:Restriction ;
80 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 80 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
81 - owl:onProperty ep-activity:onWellBore 81 + owl:onProperty ep-activity:onWellBore
82 - ] ; 82 + ] ;
83 - rdfs:subClassOf 83 + rdfs:subClassOf
84 - [ rdf:type owl:Restriction ; 84 + [ rdf:type owl:Restriction ;
85 - owl:allValuesFrom ep-activity:DrillingActivity ; 85 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
86 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 86 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
87 - ] ; 87 + ] ;
88 - rdfs:subClassOf 88 + rdfs:subClassOf
89 - [ rdf:type owl:Restriction ; 89 + [ rdf:type owl:Restriction ;
90 - owl:allValuesFrom ep-activity:Activity ; 90 + owl:allValuesFrom ep-activity:DrillingActivity ;
91 - owl:onProperty ep-core:hasPart 91 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
92 - ] . 92 + ] .
93 - 93 +
94 -ep-activity:DailyDrillingActivityToStatus 94 +ep-activity:DailyDrillingActivityToStatus
95 - rdf:type owl:Class ; 95 + rdf:type owl:Class ;
96 - rdfs:label "daily drilling activity to status"^^xsd:string ; 96 + rdfs:label "daily drilling activity to status"^^xsd:string ;
97 - rdfs:subClassOf ep-activity:DrillingActivity ; 97 + rdfs:subClassOf ep-activity:DrillingActivity ;
98 - rdfs:subClassOf 98 + rdfs:subClassOf
99 - [ rdf:type owl:Restriction ; 99 + [ rdf:type owl:Restriction ;
100 - owl:allValuesFrom ep-activity:Activity ; 100 + owl:allValuesFrom ep-activity:DrillingActivity ;
101 - owl:onProperty ep-core:hasPart 101 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
102 - ] ; 102 + ] ;
103 - rdfs:subClassOf 103 + rdfs:subClassOf
104 - [ rdf:type owl:Restriction ; 104 + [ rdf:type owl:Restriction ;
105 - owl:allValuesFrom ep-activity:DrillingActivity ; 105 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
106 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 106 + owl:onProperty ep-activity:onWellBore
107 - ] ; 107 + ] ;
108 - rdfs:subClassOf 108 + rdfs:subClassOf
109 - [ rdf:type owl:Restriction ; 109 + [ rdf:type owl:Restriction ;
110 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 110 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
111 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 111 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
112 - ] ; 112 + ] ;
113 - rdfs:subClassOf 113 + rdfs:subClassOf
114 - [ rdf:type owl:Restriction ; 114 + [ rdf:type owl:Restriction ;
115 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 115 + owl:allValuesFrom ep-activity:DrillingActivity ;
116 - owl:onProperty ep-activity:onWellBore 116 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
117 - ] ; 117 + ] ;
118 - rdfs:subClassOf 118 + rdfs:subClassOf
119 - [ rdf:type owl:Restriction ; 119 + [ rdf:type owl:Restriction ;
120 - owl:allValuesFrom ep-activity:DrillingActivity ; 120 + owl:allValuesFrom ep-activity:Activity ;
121 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 121 + owl:onProperty ep-core:hasPart
122 - ] . 122 + ] .
123 - 123 +
124 -ep-activity:Drill-bypass 124 +ep-activity:Drill-bypass
125 - rdf:type ep-activity:WellBoreDrillingType ; 125 + rdf:type ep-activity:WellBoreDrillingType ;
126 - rdfs:label "drill - bypass"^^xsd:string ; 126 + rdfs:label "drill - bypass"^^xsd:string ;
127 - rdfs:subClassOf ep-activity:DrillingActivity . 127 + rdfs:subClassOf ep-activity:DrillingActivity .
128 - 128 +
129 -ep-activity:Drill-initial 129 +ep-activity:Drill-initial
130 - rdf:type ep-activity:WellBoreDrillingType ; 130 + rdf:type ep-activity:WellBoreDrillingType ;
131 - rdfs:label "drill - initial"^^xsd:string ; 131 + rdfs:label "drill - initial"^^xsd:string ;
132 - rdfs:subClassOf ep-activity:DrillingActivity . 132 + rdfs:subClassOf ep-activity:DrillingActivity .
133 - 133 +
134 -ep-activity:Drill-redrill 134 +ep-activity:Drill-redrill
135 - rdf:type ep-activity:WellBoreDrillingType ; 135 + rdf:type ep-activity:WellBoreDrillingType ;
136 - rdfs:label "drill - redrill"^^xsd:string ; 136 + rdfs:label "drill - redrill"^^xsd:string ;
137 - rdfs:subClassOf ep-activity:DrillingActivity . 137 + rdfs:subClassOf ep-activity:DrillingActivity .
138 - 138 +
139 -ep-activity:Drill-reentry 139 +ep-activity:Drill-reentry
140 - rdf:type ep-activity:WellBoreDrillingType ; 140 + rdf:type ep-activity:WellBoreDrillingType ;
141 - rdfs:label "drill - reentry"^^xsd:string ; 141 + rdfs:label "drill - reentry"^^xsd:string ;
142 - rdfs:subClassOf ep-activity:DrillingActivity . 142 + rdfs:subClassOf ep-activity:DrillingActivity .
143 - 143 +
144 -ep-activity:Drill-respud 144 +ep-activity:Drill-respud
145 - rdf:type ep-activity:WellBoreDrillingType ; 145 + rdf:type ep-activity:WellBoreDrillingType ;
146 - rdfs:label "drill - respud"^^xsd:string ; 146 + rdfs:label "drill - respud"^^xsd:string ;
147 - rdfs:subClassOf ep-activity:DrillingActivity . 147 + rdfs:subClassOf ep-activity:DrillingActivity .
148 - 148 +
149 -ep-activity:Drill-sidetrack 149 +ep-activity:Drill-sidetrack
150 - rdf:type ep-activity:WellBoreDrillingType ; 150 + rdf:type ep-activity:WellBoreDrillingType ;
151 - rdfs:label "drill - sidetrack"^^xsd:string ; 151 + rdfs:label "drill - sidetrack"^^xsd:string ;
152 - rdfs:subClassOf ep-activity:DrillingActivity . 152 + rdfs:subClassOf ep-activity:DrillingActivity .
153 - 153 +
154 -ep-activity:DrillStemTest 154 +ep-activity:DrillStemTest
155 - rdf:type ep-activity:WellTestType , owl:Class ; 155 + rdf:type owl:Class , ep-activity:WellTestType ;
156 - rdfs:label "drill stem test"^^xsd:string ; 156 + rdfs:label "drill stem test"^^xsd:string ;
157 - rdfs:subClassOf ep-activity:WellTest ; 157 + rdfs:subClassOf ep-activity:WellTest ;
158 - dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; 158 + dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
159 - owl:disjointWith ep-activity:ProductionTest . 159 + owl:disjointWith ep-activity:ProductionTest .
160 - 160 +
161 -ep-activity:DrillingActivity 161 +ep-activity:DrillingActivity
162 - rdf:type owl:Class ; 162 + rdf:type owl:Class ;
163 - rdfs:label "Drilling activity"^^xsd:string ; 163 + rdfs:label "Drilling activity"^^xsd:string ;
164 - rdfs:subClassOf ep-activity:Activity . 164 + rdfs:subClassOf ep-activity:Activity .
165 - 165 +
166 -ep-activity:DrillingActivity-bop_test 166 +ep-activity:DrillingActivity-bop_test
167 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 167 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
168 - rdfs:label "drilling activity - BOP test"^^xsd:string ; 168 + rdfs:label "drilling activity - BOP test"^^xsd:string ;
169 - rdfs:subClassOf ep-activity:DrillingActivity . 169 + rdfs:subClassOf ep-activity:DrillingActivity .
170 - 170 +
171 -ep-activity:DrillingActivity-circulation_loss 171 +ep-activity:DrillingActivity-circulation_loss
172 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 172 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
173 - rdfs:label "drilling activity - circulation loss"^^xsd:string ; 173 + rdfs:label "drilling activity - circulation loss"^^xsd:string ;
174 - rdfs:subClassOf ep-activity:DrillingActivity . 174 + rdfs:subClassOf ep-activity:DrillingActivity .
175 - 175 +
176 -ep-activity:DrillingActivity-coiled_tubing 176 +ep-activity:DrillingActivity-coiled_tubing
177 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 177 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
178 - rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 178 + rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
179 - rdfs:subClassOf ep-activity:DrillingActivity . 179 + rdfs:subClassOf ep-activity:DrillingActivity .
180 - 180 +
181 -ep-activity:DrillingActivity-equipment_failure 181 +ep-activity:DrillingActivity-equipment_failure
182 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 182 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
183 - rdfs:label "drilling activity - equipment failure"^^xsd:string ; 183 + rdfs:label "drilling activity - equipment failure"^^xsd:string ;
184 - rdfs:subClassOf ep-activity:DrillingActivity . 184 + rdfs:subClassOf ep-activity:DrillingActivity .
185 - 185 +
186 -ep-activity:DrillingActivity-equipment_hang 186 +ep-activity:DrillingActivity-equipment_hang
187 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 187 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
188 - rdfs:label "drilling activity - equipment hang"^^xsd:string ; 188 + rdfs:label "drilling activity - equipment hang"^^xsd:string ;
189 - rdfs:subClassOf ep-activity:DrillingActivity . 189 + rdfs:subClassOf ep-activity:DrillingActivity .
190 - 190 +
191 -ep-activity:DrillingActivity-fixed_equipment 191 +ep-activity:DrillingActivity-fixed_equipment
192 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 192 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
193 - rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 193 + rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
194 - rdfs:subClassOf ep-activity:DrillingActivity . 194 + rdfs:subClassOf ep-activity:DrillingActivity .
195 - 195 +
196 -ep-activity:DrillingActivity-injury 196 +ep-activity:DrillingActivity-injury
197 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 197 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
198 - rdfs:label "drilling activity- injury"^^xsd:string ; 198 + rdfs:label "drilling activity- injury"^^xsd:string ;
199 - rdfs:subClassOf ep-activity:DrillingActivity . 199 + rdfs:subClassOf ep-activity:DrillingActivity .
200 - 200 +
201 -ep-activity:DrillingActivity-kick 201 +ep-activity:DrillingActivity-kick
202 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 202 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
203 - rdfs:label "drilling activity - operation kick"^^xsd:string ; 203 + rdfs:label "drilling activity - operation kick"^^xsd:string ;
204 - rdfs:subClassOf ep-activity:DrillingActivity . 204 + rdfs:subClassOf ep-activity:DrillingActivity .
205 - 205 +
206 -ep-activity:DrillingActivity-mud_loss 206 +ep-activity:DrillingActivity-mud_loss
207 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 207 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
208 - rdfs:label "drilling activity - mud loss"^^xsd:string ; 208 + rdfs:label "drilling activity - mud loss"^^xsd:string ;
209 - rdfs:subClassOf ep-activity:DrillingActivity . 209 + rdfs:subClassOf ep-activity:DrillingActivity .
210 - 210 +
211 -ep-activity:DrillingActivity-operation_failed 211 +ep-activity:DrillingActivity-operation_failed
212 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 212 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
213 - rdfs:label "drilling activity - operation failed"^^xsd:string ; 213 + rdfs:label "drilling activity - operation failed"^^xsd:string ;
214 - rdfs:subClassOf ep-activity:DrillingActivity . 214 + rdfs:subClassOf ep-activity:DrillingActivity .
215 - 215 +
216 -ep-activity:DrillingActivity-snubbing 216 +ep-activity:DrillingActivity-snubbing
217 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 217 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
218 - rdfs:label "drilling activity - snubbing"^^xsd:string ; 218 + rdfs:label "drilling activity - snubbing"^^xsd:string ;
219 - rdfs:subClassOf ep-activity:DrillingActivity . 219 + rdfs:subClassOf ep-activity:DrillingActivity .
220 - 220 +
221 -ep-activity:DrillingActivity-stuck_equipment 221 +ep-activity:DrillingActivity-stuck_equipment
222 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 222 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
223 - rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 223 + rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
224 - rdfs:subClassOf ep-activity:DrillingActivity . 224 + rdfs:subClassOf ep-activity:DrillingActivity .
225 - 225 +
226 -ep-activity:DrillingActivity-success 226 +ep-activity:DrillingActivity-success
227 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 227 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
228 - rdfs:label "drilling activity - success"^^xsd:string ; 228 + rdfs:label "drilling activity - success"^^xsd:string ;
229 - rdfs:subClassOf ep-activity:DrillingActivity . 229 + rdfs:subClassOf ep-activity:DrillingActivity .
230 - 230 +
231 -ep-activity:DrillingActivity-wire_line 231 +ep-activity:DrillingActivity-wire_line
232 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 232 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
233 - rdfs:label "drilling activity - wireline"^^xsd:string ; 233 + rdfs:label "drilling activity - wireline"^^xsd:string ;
234 - rdfs:subClassOf ep-activity:DrillingActivity . 234 + rdfs:subClassOf ep-activity:DrillingActivity .
235 - 235 +
236 -ep-activity:DrillingActivityOutcomeType 236 +ep-activity:DrillingActivityOutcomeType
237 - rdf:type rdfs:Class ; 237 + rdf:type rdfs:Class ;
238 - rdfs:label "drilling activity outcome type"^^xsd:string ; 238 + rdfs:label "drilling activity outcome type"^^xsd:string ;
239 - rdfs:subClassOf owl:Class . 239 + rdfs:subClassOf owl:Class .
240 - 240 +
241 -ep-activity:DrillingActivityTypeAccordingToEquipmentType 241 +ep-activity:DrillingActivityTypeAccordingToEquipmentType
242 - rdf:type rdfs:Class ; 242 + rdf:type rdfs:Class ;
243 - rdfs:label "drilling activity type according to equipment type"^^xsd:string ; 243 + rdfs:label "drilling activity type according to equipment type"^^xsd:string ;
244 - rdfs:subClassOf owl:Class . 244 + rdfs:subClassOf owl:Class .
245 - 245 +
246 -ep-activity:EquipmentFailureAndRepair 246 +ep-activity:EquipmentFailureAndRepair
247 - rdf:type owl:Class ; 247 + rdf:type owl:Class ;
248 - rdfs:label "equipment failure and repair"^^xsd:string ; 248 + rdfs:label "equipment failure and repair"^^xsd:string ;
249 - rdfs:subClassOf ep-activity:Activity . 249 + rdfs:subClassOf ep-activity:Activity .
250 - 250 +
251 -ep-activity:ExtractAWellCore 251 +ep-activity:ExtractAWellCore
252 - rdf:type owl:Class ; 252 + rdf:type owl:Class ;
253 - rdfs:label "extract a well core"^^xsd:string ; 253 + rdfs:label "extract a well core"^^xsd:string ;
254 - rdfs:subClassOf ep-activity:WellOperation . 254 + rdfs:subClassOf ep-activity:WellOperation .
255 - 255 +
256 -ep-activity:FailedActivity 256 +ep-activity:FailedActivity
257 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 257 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
258 - rdfs:label "failed activity"^^xsd:string ; 258 + rdfs:label "failed activity"^^xsd:string ;
259 - rdfs:subClassOf ep-activity:Activity ; 259 + rdfs:subClassOf ep-activity:Activity ;
260 - owl:disjointWith ep-activity:SuccessfulActivity . 260 + owl:disjointWith ep-activity:SuccessfulActivity .
261 - 261 +
262 -ep-activity:FluidReading 262 +ep-activity:FluidReading
263 - rdf:type owl:Class ; 263 + rdf:type owl:Class ;
264 - rdfs:label "fluid reading"^^xsd:string ; 264 + rdfs:label "fluid reading"^^xsd:string ;
265 - rdfs:subClassOf ep-activity:Activity . 265 + rdfs:subClassOf ep-activity:Activity .
266 - 266 +
267 -ep-activity:FormationIntegrityTest 267 +ep-activity:FormationIntegrityTest
268 - rdf:type ep-activity:PressureTestType , owl:Class ; 268 + rdf:type owl:Class , ep-activity:PressureTestType ;
269 - rdfs:label "formation integrity test"^^xsd:string ; 269 + rdfs:label "formation integrity test"^^xsd:string ;
270 - rdfs:subClassOf ep-activity:WellBorePressureTest ; 270 + rdfs:subClassOf ep-activity:WellBorePressureTest ;
271 - owl:disjointWith ep-activity:LeakOffTest . 271 + owl:disjointWith ep-activity:LeakOffTest .
272 - 272 +
273 -ep-activity:GasReading 273 +ep-activity:GasReading
274 - rdf:type owl:Class ; 274 + rdf:type owl:Class ;
275 - rdfs:label "gas reading"^^xsd:string ; 275 + rdfs:label "gas reading"^^xsd:string ;
276 - rdfs:subClassOf ep-activity:Activity . 276 + rdfs:subClassOf ep-activity:Activity .
277 - 277 +
278 -ep-activity:GasReading-circulating_background_gas 278 +ep-activity:GasReading-circulating_background_gas
279 - rdf:type ep-activity:GasReadingType , owl:Class ; 279 + rdf:type ep-activity:GasReadingType , owl:Class ;
280 - rdfs:label "gas reading circulating background gas"^^xsd:string ; 280 + rdfs:label "gas reading circulating background gas"^^xsd:string ;
281 - rdfs:subClassOf ep-activity:GasReading ; 281 + rdfs:subClassOf ep-activity:GasReading ;
282 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . 282 + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings .
283 - 283 +
284 -ep-activity:GasReading-connection_gas 284 +ep-activity:GasReading-connection_gas
285 - rdf:type ep-activity:GasReadingType , owl:Class ; 285 + rdf:type ep-activity:GasReadingType , owl:Class ;
286 - rdfs:label "gas reading connection gas"^^xsd:string ; 286 + rdfs:label "gas reading connection gas"^^xsd:string ;
287 - rdfs:subClassOf ep-activity:GasReading ; 287 + rdfs:subClassOf ep-activity:GasReading ;
288 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . 288 + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings .
289 - 289 +
290 -ep-activity:GasReading-drilling_background_gas 290 +ep-activity:GasReading-drilling_background_gas
291 - rdf:type ep-activity:GasReadingType , owl:Class ; 291 + rdf:type ep-activity:GasReadingType , owl:Class ;
292 - rdfs:label "gas reading drilling background gas"^^xsd:string ; 292 + rdfs:label "gas reading drilling background gas"^^xsd:string ;
293 - rdfs:subClassOf ep-activity:GasReading ; 293 + rdfs:subClassOf ep-activity:GasReading ;
294 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . 294 + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings .
295 - 295 +
296 -ep-activity:GasReading-drilling_gas_peak 296 +ep-activity:GasReading-drilling_gas_peak
297 - rdf:type ep-activity:GasReadingType , owl:Class ; 297 + rdf:type ep-activity:GasReadingType , owl:Class ;
298 - rdfs:label "gas reading drilling gas peak"^^xsd:string ; 298 + rdfs:label "gas reading drilling gas peak"^^xsd:string ;
299 - rdfs:subClassOf ep-activity:GasReading ; 299 + rdfs:subClassOf ep-activity:GasReading ;
300 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . 300 + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas .
301 - 301 +
302 -ep-activity:GasReading-flow_check_gas 302 +ep-activity:GasReading-flow_check_gas
303 - rdf:type owl:Class , ep-activity:GasReadingType ; 303 + rdf:type owl:Class , ep-activity:GasReadingType ;
304 - rdfs:label "gas reading flow check gas"^^xsd:string ; 304 + rdfs:label "gas reading flow check gas"^^xsd:string ;
305 - rdfs:subClassOf ep-activity:GasReading ; 305 + rdfs:subClassOf ep-activity:GasReading ;
306 - owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . 306 + owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas .
307 - 307 +
308 -ep-activity:GasReading-no_readings 308 +ep-activity:GasReading-no_readings
309 - rdf:type ep-activity:GasReadingType , owl:Class ; 309 + rdf:type ep-activity:GasReadingType , owl:Class ;
310 - rdfs:label "gas reading no readings"^^xsd:string ; 310 + rdfs:label "gas reading no readings"^^xsd:string ;
311 - rdfs:subClassOf ep-activity:GasReading ; 311 + rdfs:subClassOf ep-activity:GasReading ;
312 - owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . 312 + owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak .
313 - 313 +
314 -ep-activity:GasReading-other 314 +ep-activity:GasReading-other
315 - rdf:type ep-activity:GasReadingType , owl:Class ; 315 + rdf:type ep-activity:GasReadingType , owl:Class ;
316 - rdfs:label "gas reading other"^^xsd:string ; 316 + rdfs:label "gas reading other"^^xsd:string ;
317 - rdfs:subClassOf ep-activity:GasReading ; 317 + rdfs:subClassOf ep-activity:GasReading ;
318 - owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . 318 + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas .
319 - 319 +
320 -ep-activity:GasReading-shut_down_gas 320 +ep-activity:GasReading-shut_down_gas
321 - rdf:type ep-activity:GasReadingType , owl:Class ; 321 + rdf:type ep-activity:GasReadingType , owl:Class ;
322 - rdfs:label "gas reading shut down gas"^^xsd:string ; 322 + rdfs:label "gas reading shut down gas"^^xsd:string ;
323 - rdfs:subClassOf ep-activity:GasReading ; 323 + rdfs:subClassOf ep-activity:GasReading ;
324 - owl:disjointWith ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . 324 + owl:disjointWith ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas .
325 - 325 +
326 -ep-activity:GasReading-trip_gas 326 +ep-activity:GasReading-trip_gas
327 - rdf:type owl:Class , ep-activity:GasReadingType ; 327 + rdf:type owl:Class , ep-activity:GasReadingType ;
328 - rdfs:label "gas reading trip gas"^^xsd:string ; 328 + rdfs:label "gas reading trip gas"^^xsd:string ;
329 - rdfs:subClassOf ep-activity:GasReading ; 329 + rdfs:subClassOf ep-activity:GasReading ;
330 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . 330 + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas .
331 - 331 +
332 -ep-activity:GasReadingType 332 +ep-activity:GasReadingType
333 - rdf:type rdfs:Class ; 333 + rdf:type rdfs:Class ;
334 - rdfs:label "gas reading type"^^xsd:string ; 334 + rdfs:label "gas reading type"^^xsd:string ;
335 - rdfs:subClassOf owl:Class . 335 + rdfs:subClassOf owl:Class .
336 - 336 +
337 -ep-activity:LeakOffTest 337 +ep-activity:LeakOffTest
338 - rdf:type ep-activity:PressureTestType , owl:Class ; 338 + rdf:type owl:Class , ep-activity:PressureTestType ;
339 - rdfs:label "leak-off test"^^xsd:string ; 339 + rdfs:label "leak-off test"^^xsd:string ;
340 - rdfs:subClassOf ep-activity:WellBorePressureTest ; 340 + rdfs:subClassOf ep-activity:WellBorePressureTest ;
341 - owl:disjointWith ep-activity:FormationIntegrityTest . 341 + owl:disjointWith ep-activity:FormationIntegrityTest .
342 - 342 +
343 -ep-activity:LithologyAndShowsObservation 343 +ep-activity:LithologyAndShowsObservation
344 - rdf:type owl:Class ; 344 + rdf:type owl:Class ;
345 - rdfs:label "lithology and shows observation"^^xsd:string ; 345 + rdfs:label "lithology and shows observation"^^xsd:string ;
346 - rdfs:subClassOf ep-activity:Activity . 346 + rdfs:subClassOf ep-activity:Activity .
347 - 347 +
348 -ep-activity:MonthlyDrillingActivity 348 +ep-activity:MonthlyDrillingActivity
349 - rdf:type owl:Class ; 349 + rdf:type owl:Class ;
350 - rdfs:label "monthly drilling activity"^^xsd:string ; 350 + rdfs:label "monthly drilling activity"^^xsd:string ;
351 - rdfs:subClassOf ep-activity:DrillingActivity ; 351 + rdfs:subClassOf ep-activity:DrillingActivity ;
352 - rdfs:subClassOf 352 + rdfs:subClassOf
353 - [ rdf:type owl:Restriction ; 353 + [ rdf:type owl:Restriction ;
354 - owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; 354 + owl:allValuesFrom ep-activity:WeeklyDrillingActivity ;
355 - owl:onProperty ep-activity:hasSubActivity 355 + owl:onProperty ep-activity:hasSubActivity
356 - ] . 356 + ] .
357 - 357 +
358 -ep-activity:OffshoreActivity 358 +ep-activity:OffshoreActivity
359 - rdf:type owl:Class ; 359 + rdf:type owl:Class ;
360 - rdfs:label "Offshore activity"^^xsd:string ; 360 + rdfs:label "Offshore activity"^^xsd:string ;
361 - rdfs:subClassOf ep-activity:Activity . 361 + rdfs:subClassOf ep-activity:Activity .
362 - 362 +
363 -ep-activity:OffshoreWellActivity 363 +ep-activity:OffshoreWellActivity
364 - rdf:type owl:Class ; 364 + rdf:type owl:Class ;
365 - rdfs:label "Offshore well activity"^^xsd:string ; 365 + rdfs:label "Offshore well activity"^^xsd:string ;
366 - rdfs:subClassOf ep-activity:OffshoreActivity ; 366 + rdfs:subClassOf ep-activity:OffshoreActivity ;
367 - rdfs:subClassOf 367 + rdfs:subClassOf
368 - [ rdf:type owl:Restriction ; 368 + [ rdf:type owl:Restriction ;
369 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 369 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
370 - owl:onProperty ep-activity:onWell 370 + owl:onProperty ep-activity:onWell
371 - ] ; 371 + ] ;
372 - rdfs:subClassOf 372 + rdfs:subClassOf
373 - [ rdf:type owl:Restriction ; 373 + [ rdf:type owl:Restriction ;
374 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 374 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
375 - owl:onProperty ep-activity:onRig 375 + owl:onProperty ep-activity:onRig
376 - ] ; 376 + ] ;
377 - rdfs:subClassOf 377 + rdfs:subClassOf
378 - [ rdf:type owl:Restriction ; 378 + [ rdf:type owl:Restriction ;
379 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 379 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
380 - owl:onProperty ep-activity:onWell 380 + owl:onProperty ep-activity:onWell
381 - ] . 381 + ] .
382 - 382 +
383 -ep-activity:OpenPerforationInterval 383 +ep-activity:OpenPerforationInterval
384 - rdf:type owl:Class ; 384 + rdf:type owl:Class ;
385 - rdfs:label "open perforation interval"^^xsd:string ; 385 + rdfs:label "open perforation interval"^^xsd:string ;
386 - rdfs:subClassOf ep-activity:Activity . 386 + rdfs:subClassOf ep-activity:Activity .
387 - 387 +
388 -ep-activity:PorePressureDetermination 388 +ep-activity:PorePressureDetermination
389 - rdf:type owl:Class ; 389 + rdf:type owl:Class ;
390 - rdfs:label "pore pressure determination"^^xsd:string ; 390 + rdfs:label "pore pressure determination"^^xsd:string ;
391 - rdfs:subClassOf ep-activity:Activity . 391 + rdfs:subClassOf ep-activity:Activity .
392 - 392 +
393 -ep-activity:PorePressureDeterminationType 393 +ep-activity:PorePressureDeterminationType
394 - rdf:type rdfs:Class ; 394 + rdf:type rdfs:Class ;
395 - rdfs:label "pore pressure determination type"^^xsd:string ; 395 + rdfs:label "pore pressure determination type"^^xsd:string ;
396 - rdfs:subClassOf owl:Class . 396 + rdfs:subClassOf owl:Class .
397 - 397 +
398 -ep-activity:PorePressureEstimation 398 +ep-activity:PorePressureEstimation
399 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 399 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
400 - rdfs:label "pore pressure estimation"^^xsd:string ; 400 + rdfs:label "pore pressure estimation"^^xsd:string ;
401 - rdfs:subClassOf ep-activity:PorePressureDetermination ; 401 + rdfs:subClassOf ep-activity:PorePressureDetermination ;
402 - owl:disjointWith ep-activity:PorePressureMeasurement . 402 + owl:disjointWith ep-activity:PorePressureMeasurement .
403 - 403 +
404 -ep-activity:PorePressureMeasurement 404 +ep-activity:PorePressureMeasurement
405 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 405 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
406 - rdfs:label "pore pressure measurement"^^xsd:string ; 406 + rdfs:label "pore pressure measurement"^^xsd:string ;
407 - rdfs:subClassOf ep-activity:PorePressureDetermination ; 407 + rdfs:subClassOf ep-activity:PorePressureDetermination ;
408 - owl:disjointWith ep-activity:PorePressureEstimation . 408 + owl:disjointWith ep-activity:PorePressureEstimation .
409 - 409 +
410 -ep-activity:PreliminaryZonation 410 +ep-activity:PreliminaryZonation
411 - rdf:type owl:Class ; 411 + rdf:type owl:Class ;
412 - rdfs:label "preliminary zonation"^^xsd:string ; 412 + rdfs:label "preliminary zonation"^^xsd:string ;
413 - rdfs:subClassOf ep-activity:Activity . 413 + rdfs:subClassOf ep-activity:Activity .
414 - 414 +
415 -ep-activity:PressureTestType 415 +ep-activity:PressureTestType
416 - rdf:type rdfs:Class ; 416 + rdf:type rdfs:Class ;
417 - rdfs:label "pressure test type"^^xsd:string ; 417 + rdfs:label "pressure test type"^^xsd:string ;
418 - rdfs:subClassOf owl:Class . 418 + rdfs:subClassOf owl:Class .
419 - 419 +
420 -ep-activity:ProductionActivity 420 +ep-activity:ProductionActivity
421 - rdf:type owl:Class ; 421 + rdf:type owl:Class ;
422 - rdfs:label "Production activity"^^xsd:string ; 422 + rdfs:label "Production activity"^^xsd:string ;
423 - rdfs:subClassOf ep-activity:Activity . 423 + rdfs:subClassOf ep-activity:Activity .
424 - 424 +
425 -ep-activity:ProductionTest 425 +ep-activity:ProductionTest
426 - rdf:type ep-activity:WellTestType , owl:Class ; 426 + rdf:type owl:Class , ep-activity:WellTestType ;
427 - rdfs:label "production test"^^xsd:string ; 427 + rdfs:label "production test"^^xsd:string ;
428 - rdfs:subClassOf ep-activity:WellTest ; 428 + rdfs:subClassOf ep-activity:WellTest ;
429 - dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 429 + dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
430 - owl:disjointWith ep-activity:DrillStemTest . 430 + owl:disjointWith ep-activity:DrillStemTest .
431 - 431 +
432 -ep-activity:SuccessfulActivity 432 +ep-activity:SuccessfulActivity
433 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 433 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
434 - rdfs:label "successful activity"^^xsd:string ; 434 + rdfs:label "successful activity"^^xsd:string ;
435 - rdfs:subClassOf ep-activity:Activity ; 435 + rdfs:subClassOf ep-activity:Activity ;
436 - owl:disjointWith ep-activity:FailedActivity . 436 + owl:disjointWith ep-activity:FailedActivity .
437 - 437 +
438 -ep-activity:WeeklyDrillingActivity 438 +ep-activity:WeeklyDrillingActivity
439 - rdf:type owl:Class ; 439 + rdf:type owl:Class ;
440 - rdfs:label "weekly drilling activity"^^xsd:string ; 440 + rdfs:label "weekly drilling activity"^^xsd:string ;
441 - rdfs:subClassOf ep-activity:DrillingActivity ; 441 + rdfs:subClassOf ep-activity:DrillingActivity ;
442 - rdfs:subClassOf 442 + rdfs:subClassOf
443 - [ rdf:type owl:Restriction ; 443 + [ rdf:type owl:Restriction ;
444 - owl:allValuesFrom ep-activity:DailyDrillingActivity ; 444 + owl:allValuesFrom ep-activity:DailyDrillingActivity ;
445 - owl:onProperty ep-activity:hasSubActivity 445 + owl:onProperty ep-activity:hasSubActivity
446 - ] . 446 + ] .
447 - 447 +
448 -ep-activity:WellBoreBitOperation-withinReportingPeriod 448 +ep-activity:WellBoreBitOperation-withinReportingPeriod
449 - rdf:type owl:Class ; 449 + rdf:type owl:Class ;
450 - rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; 450 + rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ;
451 - rdfs:label "wellbore bit operation (within reporting period)"^^xsd:string ; 451 + rdfs:label "wellbore bit operation (within reporting period)"^^xsd:string ;
452 - rdfs:subClassOf ep-activity:DrillingActivity . 452 + rdfs:subClassOf ep-activity:DrillingActivity .
453 - 453 +
454 -ep-activity:WellBoreBitRunDrilling 454 +ep-activity:WellBoreBitRunDrilling
455 - rdf:type owl:Class ; 455 + rdf:type owl:Class ;
456 - rdfs:comment "all or part of a drill bit run - possibly within more than one reporting period"^^xsd:string ; 456 + rdfs:comment "all or part of a drill bit run - possibly within more than one reporting period"^^xsd:string ;
457 - rdfs:label "wellbore bit run drilling"^^xsd:string ; 457 + rdfs:label "wellbore bit run drilling"^^xsd:string ;
458 - rdfs:subClassOf ep-activity:DrillingActivity . 458 + rdfs:subClassOf ep-activity:DrillingActivity .
459 - 459 +
460 -ep-activity:WellBoreBitRunDrilling-withinReportingPeriod 460 +ep-activity:WellBoreBitRunDrilling-withinReportingPeriod
461 - rdf:type owl:Class ; 461 + rdf:type owl:Class ;
462 - rdfs:comment "all or part of a drill bit run - within one reporting period"^^xsd:string ; 462 + rdfs:comment "all or part of a drill bit run - within one reporting period"^^xsd:string ;
463 - rdfs:label "wellbore bit run drilling (within reporting period)"^^xsd:string ; 463 + rdfs:label "wellbore bit run drilling (within reporting period)"^^xsd:string ;
464 - rdfs:subClassOf ep-activity:WellBoreBitRunDrilling . 464 + rdfs:subClassOf ep-activity:WellBoreBitRunDrilling .
465 - 465 +
466 -ep-activity:WellBoreDirectionalSurvey 466 +ep-activity:WellBoreDirectionalSurvey
467 - rdf:type owl:Class ; 467 + rdf:type owl:Class ;
468 - rdfs:label "well bore directional survey"^^xsd:string ; 468 + rdfs:label "well bore directional survey"^^xsd:string ;
469 - rdfs:subClassOf ep-activity:WellOperation . 469 + rdfs:subClassOf ep-activity:WellOperation .
470 - 470 +
471 -ep-activity:WellBoreDrillingType 471 +ep-activity:WellBoreDrillingType
472 - rdf:type rdfs:Class ; 472 + rdf:type rdfs:Class ;
473 - rdfs:label "well bore drilling type"^^xsd:string ; 473 + rdfs:label "well bore drilling type"^^xsd:string ;
474 - rdfs:subClassOf owl:Class . 474 + rdfs:subClassOf owl:Class .
475 - 475 +
476 -ep-activity:WellBoreLogRun 476 +ep-activity:WellBoreLogRun
477 - rdf:type owl:Class ; 477 + rdf:type owl:Class ;
478 - rdfs:label "well bore logging"^^xsd:string ; 478 + rdfs:label "well bore logging"^^xsd:string ;
479 - rdfs:subClassOf ep-activity:WellOperation . 479 + rdfs:subClassOf ep-activity:WellOperation .
480 - 480 +
481 -ep-activity:WellBorePressureTest 481 +ep-activity:WellBorePressureTest
482 - rdf:type owl:Class ; 482 + rdf:type owl:Class ;
483 - rdfs:label "well bore pressure test"^^xsd:string ; 483 + rdfs:label "well bore pressure test"^^xsd:string ;
484 - rdfs:subClassOf ep-activity:WellOperation . 484 + rdfs:subClassOf ep-activity:WellOperation .
485 - 485 +
486 -ep-activity:WellBoreReportingPeriodDrilling 486 +ep-activity:WellBoreReportingPeriodDrilling
487 - rdf:type owl:Class ; 487 + rdf:type owl:Class ;
488 - rdfs:comment "the parts of the runs for all bits that are within a reporting period"^^xsd:string ; 488 + rdfs:comment "the parts of the runs for all bits that are within a reporting period"^^xsd:string ;
489 - rdfs:label "wellbore reporting period drilling"^^xsd:string ; 489 + rdfs:label "wellbore reporting period drilling"^^xsd:string ;
490 - rdfs:subClassOf ep-activity:DrillingActivity . 490 + rdfs:subClassOf ep-activity:DrillingActivity .
491 - 491 +
492 -ep-activity:WellCementJob 492 +ep-activity:WellCementJob
493 - rdf:type owl:Class ; 493 + rdf:type owl:Class ;
494 - rdfs:label "well cement job"^^xsd:string ; 494 + rdfs:label "well cement job"^^xsd:string ;
495 - rdfs:subClassOf ep-activity:WellOperation . 495 + rdfs:subClassOf ep-activity:WellOperation .
496 - 496 +
497 -ep-activity:WellCementJob-other 497 +ep-activity:WellCementJob-other
498 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 498 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
499 - rdfs:label "well cement job other"^^xsd:string ; 499 + rdfs:label "well cement job other"^^xsd:string ;
500 - rdfs:subClassOf ep-activity:WellCementJob ; 500 + rdfs:subClassOf ep-activity:WellCementJob ;
501 - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . 501 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug .
502 - 502 +
503 -ep-activity:WellCementJob-plug 503 +ep-activity:WellCementJob-plug
504 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 504 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
505 - rdfs:label "well cement job plug"^^xsd:string ; 505 + rdfs:label "well cement job plug"^^xsd:string ;
506 - rdfs:subClassOf ep-activity:WellCementJob . 506 + rdfs:subClassOf ep-activity:WellCementJob .
507 - 507 +
508 -ep-activity:WellCementJob-primary 508 +ep-activity:WellCementJob-primary
509 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 509 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
510 - rdfs:label "well cement job primary"^^xsd:string ; 510 + rdfs:label "well cement job primary"^^xsd:string ;
511 - rdfs:subClassOf ep-activity:WellCementJob . 511 + rdfs:subClassOf ep-activity:WellCementJob .
512 - 512 +
513 -ep-activity:WellCementJob-squeeze 513 +ep-activity:WellCementJob-squeeze
514 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 514 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
515 - rdfs:label "well cement job squeeze"^^xsd:string ; 515 + rdfs:label "well cement job squeeze"^^xsd:string ;
516 - rdfs:subClassOf ep-activity:WellCementJob . 516 + rdfs:subClassOf ep-activity:WellCementJob .
517 - 517 +
518 -ep-activity:WellCementJobBottomPlugType 518 +ep-activity:WellCementJobBottomPlugType
519 - rdf:type rdfs:Class ; 519 + rdf:type rdfs:Class ;
520 - rdfs:label "well cement job bottom plug type"^^xsd:string ; 520 + rdfs:label "well cement job bottom plug type"^^xsd:string ;
521 - rdfs:subClassOf owl:Class . 521 + rdfs:subClassOf owl:Class .
522 - 522 +
523 -ep-activity:WellCementJobCasingReciprocationType 523 +ep-activity:WellCementJobCasingReciprocationType
524 - rdf:type rdfs:Class ; 524 + rdf:type rdfs:Class ;
525 - rdfs:label "well cement job casing reciprocation type"^^xsd:string ; 525 + rdfs:label "well cement job casing reciprocation type"^^xsd:string ;
526 - rdfs:subClassOf owl:Class . 526 + rdfs:subClassOf owl:Class .
527 - 527 +
528 -ep-activity:WellCementJobCasingRotationType 528 +ep-activity:WellCementJobCasingRotationType
529 - rdf:type rdfs:Class ; 529 + rdf:type rdfs:Class ;
530 - rdfs:label "well cement job casing rotation type"^^xsd:string ; 530 + rdfs:label "well cement job casing rotation type"^^xsd:string ;
531 - rdfs:subClassOf owl:Class . 531 + rdfs:subClassOf owl:Class .
532 - 532 +
533 -ep-activity:WellCementJobFloatHoldingType 533 +ep-activity:WellCementJobFloatHoldingType
534 - rdf:type rdfs:Class ; 534 + rdf:type rdfs:Class ;
535 - rdfs:label "well cement job float holding type"^^xsd:string ; 535 + rdfs:label "well cement job float holding type"^^xsd:string ;
536 - rdfs:subClassOf owl:Class . 536 + rdfs:subClassOf owl:Class .
537 - 537 +
538 -ep-activity:WellCementJobPlugBumpingType 538 +ep-activity:WellCementJobPlugBumpingType
539 - rdf:type rdfs:Class ; 539 + rdf:type rdfs:Class ;
540 - rdfs:label "well cement job plug bumping type"^^xsd:string ; 540 + rdfs:label "well cement job plug bumping type"^^xsd:string ;
541 - rdfs:subClassOf owl:Class . 541 + rdfs:subClassOf owl:Class .
542 - 542 +
543 -ep-activity:WellCementJobPressureRelease 543 +ep-activity:WellCementJobPressureRelease
544 - rdf:type owl:Class ; 544 + rdf:type owl:Class ;
545 - rdfs:label "well cement job pressure release"^^xsd:string ; 545 + rdfs:label "well cement job pressure release"^^xsd:string ;
546 - rdfs:subClassOf ep-activity:WellOperation . 546 + rdfs:subClassOf ep-activity:WellOperation .
547 - 547 +
548 -ep-activity:WellCementJobPurposeType 548 +ep-activity:WellCementJobPurposeType
549 - rdf:type rdfs:Class ; 549 + rdf:type rdfs:Class ;
550 - rdfs:label "well cement job purpose type"^^xsd:string ; 550 + rdfs:label "well cement job purpose type"^^xsd:string ;
551 - rdfs:subClassOf owl:Class . 551 + rdfs:subClassOf owl:Class .
552 - 552 +
553 -ep-activity:WellCementJobTopPlugType 553 +ep-activity:WellCementJobTopPlugType
554 - rdf:type rdfs:Class ; 554 + rdf:type rdfs:Class ;
555 - rdfs:label "well cement job top plug type"^^xsd:string ; 555 + rdfs:label "well cement job top plug type"^^xsd:string ;
556 - rdfs:subClassOf owl:Class . 556 + rdfs:subClassOf owl:Class .
557 - 557 +
558 -ep-activity:WellCementJobWithBottomPlug 558 +ep-activity:WellCementJobWithBottomPlug
559 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 559 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
560 - rdfs:label "well cement job with bottom plug"^^xsd:string ; 560 + rdfs:label "well cement job with bottom plug"^^xsd:string ;
561 - rdfs:subClassOf ep-activity:WellCementJob ; 561 + rdfs:subClassOf ep-activity:WellCementJob ;
562 - owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 562 + owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
563 - 563 +
564 -ep-activity:WellCementJobWithCasingReciprocation 564 +ep-activity:WellCementJobWithCasingReciprocation
565 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 565 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
566 - rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 566 + rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
567 - rdfs:subClassOf ep-activity:WellCementJob ; 567 + rdfs:subClassOf ep-activity:WellCementJob ;
568 - owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 568 + owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
569 - 569 +
570 -ep-activity:WellCementJobWithCasingRotation 570 +ep-activity:WellCementJobWithCasingRotation
571 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 571 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
572 - rdfs:label "well cement job with casing rotation"^^xsd:string ; 572 + rdfs:label "well cement job with casing rotation"^^xsd:string ;
573 - rdfs:subClassOf ep-activity:WellCementJob ; 573 + rdfs:subClassOf ep-activity:WellCementJob ;
574 - owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 574 + owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
575 - 575 +
576 -ep-activity:WellCementJobWithFloatHolding 576 +ep-activity:WellCementJobWithFloatHolding
577 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 577 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
578 - rdfs:label "well cement job with float holding"^^xsd:string ; 578 + rdfs:label "well cement job with float holding"^^xsd:string ;
579 - rdfs:subClassOf ep-activity:WellCementJob ; 579 + rdfs:subClassOf ep-activity:WellCementJob ;
580 - owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 580 + owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
581 - 581 +
582 -ep-activity:WellCementJobWithPlugBumping 582 +ep-activity:WellCementJobWithPlugBumping
583 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 583 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
584 - rdfs:label "well cement job with plug bumping"^^xsd:string ; 584 + rdfs:label "well cement job with plug bumping"^^xsd:string ;
585 - rdfs:subClassOf ep-activity:WellCementJob ; 585 + rdfs:subClassOf ep-activity:WellCementJob ;
586 - owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 586 + owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
587 - 587 +
588 -ep-activity:WellCementJobWithTopPlug 588 +ep-activity:WellCementJobWithTopPlug
589 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 589 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
590 - rdfs:label "well cement job with top plug"^^xsd:string ; 590 + rdfs:label "well cement job with top plug"^^xsd:string ;
591 - rdfs:subClassOf ep-activity:WellCementJob ; 591 + rdfs:subClassOf ep-activity:WellCementJob ;
592 - owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 592 + owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
593 - 593 +
594 -ep-activity:WellCementJobWithoutBottomPlug 594 +ep-activity:WellCementJobWithoutBottomPlug
595 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 595 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
596 - rdfs:label "well cement job without bottom plug"^^xsd:string ; 596 + rdfs:label "well cement job without bottom plug"^^xsd:string ;
597 - rdfs:subClassOf ep-activity:WellCementJob ; 597 + rdfs:subClassOf ep-activity:WellCementJob ;
598 - owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 598 + owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
599 - 599 +
600 -ep-activity:WellCementJobWithoutCasingReciprocation 600 +ep-activity:WellCementJobWithoutCasingReciprocation
601 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 601 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
602 - rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 602 + rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
603 - rdfs:subClassOf ep-activity:WellCementJob ; 603 + rdfs:subClassOf ep-activity:WellCementJob ;
604 - owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 604 + owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
605 - 605 +
606 -ep-activity:WellCementJobWithoutCasingRotation 606 +ep-activity:WellCementJobWithoutCasingRotation
607 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 607 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
608 - rdfs:label "well cement job without casing rotation"^^xsd:string ; 608 + rdfs:label "well cement job without casing rotation"^^xsd:string ;
609 - rdfs:subClassOf ep-activity:WellCementJob ; 609 + rdfs:subClassOf ep-activity:WellCementJob ;
610 - owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 610 + owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
611 - 611 +
612 -ep-activity:WellCementJobWithoutFloatHolding 612 +ep-activity:WellCementJobWithoutFloatHolding
613 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 613 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
614 - rdfs:label "well cement job without float holding"^^xsd:string ; 614 + rdfs:label "well cement job without float holding"^^xsd:string ;
615 - rdfs:subClassOf ep-activity:WellCementJob ; 615 + rdfs:subClassOf ep-activity:WellCementJob ;
616 - owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 616 + owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
617 - 617 +
618 -ep-activity:WellCementJobWithoutPlugBumping 618 +ep-activity:WellCementJobWithoutPlugBumping
619 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 619 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
620 - rdfs:label "well cement job without plug bumping"^^xsd:string ; 620 + rdfs:label "well cement job without plug bumping"^^xsd:string ;
621 - rdfs:subClassOf ep-activity:WellCementJob ; 621 + rdfs:subClassOf ep-activity:WellCementJob ;
622 - owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 622 + owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
623 - 623 +
624 -ep-activity:WellCementJobWithoutTopPlug 624 +ep-activity:WellCementJobWithoutTopPlug
625 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 625 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
626 - rdfs:label "well cement job without top plug"^^xsd:string ; 626 + rdfs:label "well cement job without top plug"^^xsd:string ;
627 - rdfs:subClassOf ep-activity:WellCementJob ; 627 + rdfs:subClassOf ep-activity:WellCementJob ;
628 - owl:disjointWith ep-activity:WellCementJobWithTopPlug . 628 + owl:disjointWith ep-activity:WellCementJobWithTopPlug .
629 - 629 +
630 -ep-activity:WellCementPumping 630 +ep-activity:WellCementPumping
631 - rdf:type owl:Class ; 631 + rdf:type owl:Class ;
632 - rdfs:label "well cement pumping"^^xsd:string ; 632 + rdfs:label "well cement pumping"^^xsd:string ;
633 - rdfs:subClassOf ep-activity:WellOperation . 633 + rdfs:subClassOf ep-activity:WellOperation .
634 - 634 +
635 -ep-activity:WellCementPumpingFluidReturnType 635 +ep-activity:WellCementPumpingFluidReturnType
636 - rdf:type rdfs:Class ; 636 + rdf:type rdfs:Class ;
637 - rdfs:label "well cement pumping fluid return type"^^xsd:string ; 637 + rdfs:label "well cement pumping fluid return type"^^xsd:string ;
638 - rdfs:subClassOf owl:Class . 638 + rdfs:subClassOf owl:Class .
639 - 639 +
640 -ep-activity:WellCementPumpingWithFluidReturn 640 +ep-activity:WellCementPumpingWithFluidReturn
641 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 641 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
642 - rdfs:label "well cement pumping with fluid return"^^xsd:string ; 642 + rdfs:label "well cement pumping with fluid return"^^xsd:string ;
643 - rdfs:subClassOf ep-activity:WellCementPumping ; 643 + rdfs:subClassOf ep-activity:WellCementPumping ;
644 - owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 644 + owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
645 - 645 +
646 -ep-activity:WellCementPumpingWithoutFluidReturn 646 +ep-activity:WellCementPumpingWithoutFluidReturn
647 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 647 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
648 - rdfs:label "well cement pumping without fluid return"^^xsd:string ; 648 + rdfs:label "well cement pumping without fluid return"^^xsd:string ;
649 - rdfs:subClassOf ep-activity:WellCementPumping ; 649 + rdfs:subClassOf ep-activity:WellCementPumping ;
650 - owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 650 + owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
651 - 651 +
652 -ep-activity:WellCompletion 652 +ep-activity:WellCompletion
653 - rdf:type owl:Class ; 653 + rdf:type owl:Class ;
654 - rdfs:label "well completion"^^xsd:string ; 654 + rdfs:label "well completion"^^xsd:string ;
655 - rdfs:subClassOf ep-activity:WellOperation . 655 + rdfs:subClassOf ep-activity:WellOperation .
656 - 656 +
657 -ep-activity:WellControlIncident 657 +ep-activity:WellControlIncident
658 - rdf:type owl:Class ; 658 + rdf:type owl:Class ;
659 - rdfs:label "well control incident"^^xsd:string ; 659 + rdfs:label "well control incident"^^xsd:string ;
660 - rdfs:subClassOf ep-activity:WellOperation . 660 + rdfs:subClassOf ep-activity:WellOperation .
661 - 661 +
662 -ep-activity:WellControlIncident-gas_kick 662 +ep-activity:WellControlIncident-gas_kick
663 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 663 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
664 - rdfs:label "well control incident gas kick"^^xsd:string ; 664 + rdfs:label "well control incident gas kick"^^xsd:string ;
665 - rdfs:subClassOf ep-activity:WellControlIncident ; 665 + rdfs:subClassOf ep-activity:WellControlIncident ;
666 - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 666 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
667 - 667 +
668 -ep-activity:WellControlIncident-oil_kick 668 +ep-activity:WellControlIncident-oil_kick
669 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 669 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
670 - rdfs:label "well control incident oil kick"^^xsd:string ; 670 + rdfs:label "well control incident oil kick"^^xsd:string ;
671 - rdfs:subClassOf ep-activity:WellControlIncident ; 671 + rdfs:subClassOf ep-activity:WellControlIncident ;
672 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 672 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
673 - 673 +
674 -ep-activity:WellControlIncident-shallow_gas_kick 674 +ep-activity:WellControlIncident-shallow_gas_kick
675 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 675 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
676 - rdfs:label "well control incident shallow gas kick"^^xsd:string ; 676 + rdfs:label "well control incident shallow gas kick"^^xsd:string ;
677 - rdfs:subClassOf ep-activity:WellControlIncident ; 677 + rdfs:subClassOf ep-activity:WellControlIncident ;
678 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . 678 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick .
679 - 679 +
680 -ep-activity:WellControlIncident-water_kick 680 +ep-activity:WellControlIncident-water_kick
681 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 681 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
682 - rdfs:label "well control incident water kick"^^xsd:string ; 682 + rdfs:label "well control incident water kick"^^xsd:string ;
683 - rdfs:subClassOf ep-activity:WellControlIncident ; 683 + rdfs:subClassOf ep-activity:WellControlIncident ;
684 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . 684 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick .
685 - 685 +
686 -ep-activity:WellControlIncidentType 686 +ep-activity:WellControlIncidentType
687 - rdf:type rdfs:Class ; 687 + rdf:type rdfs:Class ;
688 - rdfs:label "well control incident type"^^xsd:string ; 688 + rdfs:label "well control incident type"^^xsd:string ;
689 - rdfs:subClassOf owl:Class . 689 + rdfs:subClassOf owl:Class .
690 - 690 +
691 -ep-activity:WellKilling 691 +ep-activity:WellKilling
692 - rdf:type owl:Class ; 692 + rdf:type owl:Class ;
693 - rdfs:label "well killing"^^xsd:string ; 693 + rdfs:label "well killing"^^xsd:string ;
694 - rdfs:subClassOf ep-activity:WellOperation . 694 + rdfs:subClassOf ep-activity:WellOperation .
695 - 695 +
696 -ep-activity:WellKilling-bullheading 696 +ep-activity:WellKilling-bullheading
697 - rdf:type ep-activity:WellKillingType , owl:Class ; 697 + rdf:type owl:Class , ep-activity:WellKillingType ;
698 - rdfs:label "well killing bullheading"^^xsd:string ; 698 + rdfs:label "well killing bullheading"^^xsd:string ;
699 - rdfs:subClassOf ep-activity:WellKilling ; 699 + rdfs:subClassOf ep-activity:WellKilling ;
700 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 700 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method .
701 - 701 +
702 -ep-activity:WellKilling-drillers_method 702 +ep-activity:WellKilling-drillers_method
703 - rdf:type ep-activity:WellKillingType , owl:Class ; 703 + rdf:type owl:Class , ep-activity:WellKillingType ;
704 - rdfs:label "well killing drillers method"^^xsd:string ; 704 + rdfs:label "well killing drillers method"^^xsd:string ;
705 - rdfs:subClassOf ep-activity:WellKilling ; 705 + rdfs:subClassOf ep-activity:WellKilling ;
706 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 706 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading .
707 - 707 +
708 -ep-activity:WellKilling-forward_circulation 708 +ep-activity:WellKilling-forward_circulation
709 - rdf:type ep-activity:WellKillingType , owl:Class ; 709 + rdf:type owl:Class , ep-activity:WellKillingType ;
710 - rdfs:label "well killing forward circulation"^^xsd:string ; 710 + rdfs:label "well killing forward circulation"^^xsd:string ;
711 - rdfs:subClassOf ep-activity:WellKilling ; 711 + rdfs:subClassOf ep-activity:WellKilling ;
712 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 712 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading .
713 - 713 +
714 -ep-activity:WellKilling-lubricate_and_bleed 714 +ep-activity:WellKilling-lubricate_and_bleed
715 - rdf:type ep-activity:WellKillingType , owl:Class ; 715 + rdf:type owl:Class , ep-activity:WellKillingType ;
716 - rdfs:label "well killing lubricate and bleed"^^xsd:string ; 716 + rdfs:label "well killing lubricate and bleed"^^xsd:string ;
717 - rdfs:subClassOf ep-activity:WellKilling ; 717 + rdfs:subClassOf ep-activity:WellKilling ;
718 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 718 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading .
719 - 719 +
720 -ep-activity:WellKilling-reverse_circulation 720 +ep-activity:WellKilling-reverse_circulation
721 - rdf:type ep-activity:WellKillingType , owl:Class ; 721 + rdf:type owl:Class , ep-activity:WellKillingType ;
722 - rdfs:label "well killing reverse circulation"^^xsd:string ; 722 + rdfs:label "well killing reverse circulation"^^xsd:string ;
723 - rdfs:subClassOf ep-activity:WellKilling ; 723 + rdfs:subClassOf ep-activity:WellKilling ;
724 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight . 724 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading .
725 - 725 +
726 -ep-activity:WellKilling-wait_and_weight 726 +ep-activity:WellKilling-wait_and_weight
727 - rdf:type ep-activity:WellKillingType , owl:Class ; 727 + rdf:type owl:Class , ep-activity:WellKillingType ;
728 - rdfs:label "well killing wait and weight"^^xsd:string ; 728 + rdfs:label "well killing wait and weight"^^xsd:string ;
729 - rdfs:subClassOf ep-activity:WellKilling ; 729 + rdfs:subClassOf ep-activity:WellKilling ;
730 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation . 730 + owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading .
731 - 731 +
732 -ep-activity:WellKillingType 732 +ep-activity:WellKillingType
733 - rdf:type rdfs:Class ; 733 + rdf:type rdfs:Class ;
734 - rdfs:label "well killing type"^^xsd:string ; 734 + rdfs:label "well killing type"^^xsd:string ;
735 - rdfs:subClassOf owl:Class . 735 + rdfs:subClassOf owl:Class .
736 - 736 +
737 -ep-activity:WellOperation 737 +ep-activity:WellOperation
738 - rdf:type owl:Class ; 738 + rdf:type owl:Class ;
739 - rdfs:comment "Added to support WellOperations in Daily Production Reports"^^xsd:string ; 739 + rdfs:comment "Added to support WellOperations in Daily Production Reports"^^xsd:string ;
740 - rdfs:label "Well Operation"^^xsd:string ; 740 + rdfs:label "Well Operation"^^xsd:string ;
741 - rdfs:subClassOf ep-activity:Activity . 741 + rdfs:subClassOf ep-activity:Activity .
742 - 742 +
743 -ep-activity:WellStimulation 743 +ep-activity:WellStimulation
744 - rdf:type owl:Class ; 744 + rdf:type owl:Class ;
745 - rdfs:label "well stimulation"^^xsd:string ; 745 + rdfs:label "well stimulation"^^xsd:string ;
746 - rdfs:subClassOf ep-activity:WellOperation . 746 + rdfs:subClassOf ep-activity:WellOperation .
747 - 747 +
748 -ep-activity:WellTest 748 +ep-activity:WellTest
749 - rdf:type owl:Class ; 749 + rdf:type owl:Class ;
750 - rdfs:label "well test"^^xsd:string ; 750 + rdfs:label "well test"^^xsd:string ;
751 - rdfs:subClassOf ep-activity:DrillingActivity . 751 + rdfs:subClassOf ep-activity:DrillingActivity .
752 - 752 +
753 -ep-activity:WellTestType 753 +ep-activity:WellTestType
754 - rdf:type rdfs:Class ; 754 + rdf:type rdfs:Class ;
755 - rdfs:label "well test type"^^xsd:string ; 755 + rdfs:label "well test type"^^xsd:string ;
756 - rdfs:subClassOf owl:Class . 756 + rdfs:subClassOf owl:Class .
757 - 757 +
758 -ep-activity:WirelineFormationTest 758 +ep-activity:WirelineFormationTest
759 - rdf:type owl:Class ; 759 + rdf:type owl:Class ;
760 - rdfs:label "wireline formation test"^^xsd:string ; 760 + rdfs:label "wireline formation test"^^xsd:string ;
761 - rdfs:subClassOf ep-activity:Activity . 761 + rdfs:subClassOf ep-activity:Activity .
762 - 762 +
763 -ep-activity:WirelineFormationTestType 763 +ep-activity:WirelineFormationTestType
764 - rdf:type rdfs:Class ; 764 + rdf:type rdfs:Class ;
765 - rdfs:label "wireline formation test type"^^xsd:string ; 765 + rdfs:label "wireline formation test type"^^xsd:string ;
766 - rdfs:subClassOf owl:Class . 766 + rdfs:subClassOf owl:Class .
767 - 767 +
768 -ep-activity:WirelineFormationTestWithGoodSeal 768 +ep-activity:WirelineFormationTestWithGoodSeal
769 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 769 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
770 - rdfs:label "wireline formation test with a good seal"^^xsd:string ; 770 + rdfs:label "wireline formation test with a good seal"^^xsd:string ;
771 - rdfs:subClassOf ep-activity:WirelineFormationTest ; 771 + rdfs:subClassOf ep-activity:WirelineFormationTest ;
772 - owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 772 + owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
773 - 773 +
774 -ep-activity:WirelineFormationTestWithoutGoodSeal 774 +ep-activity:WirelineFormationTestWithoutGoodSeal
775 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 775 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
776 - rdfs:label "wireline formation test without a good seal"^^xsd:string ; 776 + rdfs:label "wireline formation test without a good seal"^^xsd:string ;
777 - rdfs:subClassOf ep-activity:WirelineFormationTest ; 777 + rdfs:subClassOf ep-activity:WirelineFormationTest ;
778 - owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 778 + owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
779 - 779 +
780 -ep-activity:averageRateOfDrilling 780 +ep-activity:averageRateOfDrilling
781 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 781 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
782 - rdfs:domain ep-activity:DrillingActivity ; 782 + rdfs:domain ep-activity:DrillingActivity ;
783 - rdfs:label "average rate of drilling"^^xsd:string ; 783 + rdfs:label "average rate of drilling"^^xsd:string ;
784 - rdfs:range ep-core:Speed . 784 + rdfs:range ep-core:Speed .
785 - 785 +
786 -ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 786 +ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
787 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 787 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
788 - rdfs:domain ep-activity:DailyDrillingActivity ; 788 + rdfs:domain ep-activity:DailyDrillingActivity ;
789 - rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 789 + rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
790 - rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 790 + rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
791 - 791 +
792 -ep-activity:descriptionOfActivitiesForecastForTheNextDailyReportingPeriod 792 +ep-activity:descriptionOfActivitiesForecastForTheNextDailyReportingPeriod
793 - rdf:type owl:DatatypeProperty ; 793 + rdf:type owl:DatatypeProperty ;
794 - rdfs:domain ep-activity:DailyDrillingActivity ; 794 + rdfs:domain ep-activity:DailyDrillingActivity ;
795 - rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . 795 + rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string .
796 - 796 +
797 -ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod 797 +ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
798 - rdf:type owl:DatatypeProperty ; 798 + rdf:type owl:DatatypeProperty ;
799 - rdfs:domain ep-activity:DailyDrillingActivity ; 799 + rdfs:domain ep-activity:DailyDrillingActivity ;
800 - rdfs:label "description of activities within the daily reporting period"^^xsd:string . 800 + rdfs:label "description of activities within the daily reporting period"^^xsd:string .
801 - 801 +
802 -ep-activity:distanceDrilled 802 +ep-activity:distanceDrilled
803 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 803 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
804 - rdfs:domain ep-activity:DrillingActivity ; 804 + rdfs:domain ep-activity:DrillingActivity ;
805 - rdfs:label "final rate of drilling"^^xsd:string ; 805 + rdfs:label "final rate of drilling"^^xsd:string ;
806 - rdfs:range ep-core:Length . 806 + rdfs:range ep-core:Length .
807 - 807 +
808 -ep-activity:drillingContractor 808 +ep-activity:drillingContractor
809 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 809 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
810 - rdfs:domain ep-activity:DrillingActivity ; 810 + rdfs:domain ep-activity:DrillingActivity ;
811 - rdfs:label "drilling contractor"^^xsd:string ; 811 + rdfs:label "drilling contractor"^^xsd:string ;
812 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 812 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
813 - 813 +
814 -ep-activity:drillingOperator 814 +ep-activity:drillingOperator
815 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 815 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
816 - rdfs:domain ep-activity:DrillingActivity ; 816 + rdfs:domain ep-activity:DrillingActivity ;
817 - rdfs:label "drilling operator"^^xsd:string ; 817 + rdfs:label "drilling operator"^^xsd:string ;
818 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 818 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
819 - 819 +
820 -ep-activity:durationOfDrilling 820 +ep-activity:durationOfDrilling
821 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 821 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
822 - rdfs:domain ep-activity:DrillingActivity ; 822 + rdfs:domain ep-activity:DrillingActivity ;
823 - rdfs:label "duration of drilling"^^xsd:string ; 823 + rdfs:label "duration of drilling"^^xsd:string ;
824 - rdfs:range ep-core:TimeDuration . 824 + rdfs:range ep-core:TimeDuration .
825 - 825 +
826 -ep-activity:failedEquipment 826 +ep-activity:failedEquipment
827 - rdf:type owl:ObjectProperty ; 827 + rdf:type owl:ObjectProperty ;
828 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 828 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
829 - rdfs:label "failed equipment"^^xsd:string ; 829 + rdfs:label "failed equipment"^^xsd:string ;
830 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 830 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
831 - 831 +
832 -ep-activity:finalRateOfDrilling 832 +ep-activity:finalRateOfDrilling
833 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 833 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
834 - rdfs:domain ep-activity:DrillingActivity ; 834 + rdfs:domain ep-activity:DrillingActivity ;
835 - rdfs:label "final rate of drilling"^^xsd:string ; 835 + rdfs:label "final rate of drilling"^^xsd:string ;
836 - rdfs:range ep-core:Speed . 836 + rdfs:range ep-core:Speed .
837 - 837 +
838 -ep-activity:finishedAt 838 +ep-activity:finishedAt
839 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 839 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
840 - rdfs:domain ep-activity:Activity ; 840 + rdfs:domain ep-activity:Activity ;
841 - rdfs:label "finished at"^^xsd:string ; 841 + rdfs:label "finished at"^^xsd:string ;
842 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 842 + rdfs:range xsd:dateTime .
843 - 843 +
844 -ep-activity:fluidProducedByWellTest 844 +ep-activity:fluidProducedByWellTest
845 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 845 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
846 - rdfs:domain ep-activity:WellTest ; 846 + rdfs:domain ep-activity:WellTest ;
847 - rdfs:label "fluid produced by well test"^^xsd:string ; 847 + rdfs:label "fluid produced by well test"^^xsd:string ;
848 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 848 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
849 - 849 +
850 -ep-activity:hasCasingLinerTubing 850 +ep-activity:hasCasingLinerTubing
851 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 851 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
852 - rdfs:domain ep-activity:WellStimulation ; 852 + rdfs:domain ep-activity:WellStimulation ;
853 - rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 853 + rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
854 - 854 +
855 -ep-activity:hasCasingString 855 +ep-activity:hasCasingString
856 - rdf:type owl:ObjectProperty ; 856 + rdf:type owl:ObjectProperty ;
857 - rdfs:label "has casing string"^^xsd:string . 857 + rdfs:label "has casing string"^^xsd:string .
858 - 858 +
859 -ep-activity:hasChokeValve 859 +ep-activity:hasChokeValve
860 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 860 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
861 - rdfs:label "has choke valve"^^xsd:string ; 861 + rdfs:label "has choke valve"^^xsd:string ;
862 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 862 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
863 - 863 +
864 -ep-activity:hasDrillBit 864 +ep-activity:hasDrillBit
865 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 865 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
866 - rdfs:domain ep-activity:DrillingActivity ; 866 + rdfs:domain ep-activity:DrillingActivity ;
867 - rdfs:label "has drill bit"^^xsd:string ; 867 + rdfs:label "has drill bit"^^xsd:string ;
868 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 868 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
869 - 869 +
870 -ep-activity:hasDrillingFluid 870 +ep-activity:hasDrillingFluid
871 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 871 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
872 - rdfs:domain ep-activity:DrillingActivity ; 872 + rdfs:domain ep-activity:DrillingActivity ;
873 - rdfs:label "has drilling fluid"^^xsd:string ; 873 + rdfs:label "has drilling fluid"^^xsd:string ;
874 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 874 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
875 - 875 +
876 -ep-activity:hasInflowLocation 876 +ep-activity:hasInflowLocation
877 - rdf:type owl:ObjectProperty ; 877 + rdf:type owl:ObjectProperty ;
878 - rdfs:domain ep-activity:WellControlIncident ; 878 + rdfs:domain ep-activity:WellControlIncident ;
879 - rdfs:label "has inflow location"^^xsd:string ; 879 + rdfs:label "has inflow location"^^xsd:string ;
880 - rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . 880 + rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
881 - 881 +
882 -ep-activity:hasSubActivity 882 +ep-activity:hasSubActivity
883 - rdf:type owl:ObjectProperty ; 883 + rdf:type owl:ObjectProperty ;
884 - rdfs:label "has sub activity"^^xsd:string . 884 + rdfs:label "has sub activity"^^xsd:string .
885 - 885 +
886 -ep-activity:hasWellTestChoke 886 +ep-activity:hasWellTestChoke
887 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 887 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
888 - rdfs:domain ep-activity:WellTest ; 888 + rdfs:domain ep-activity:WellTest ;
889 - rdfs:label "has well test choke"^^xsd:string ; 889 + rdfs:label "has well test choke"^^xsd:string ;
890 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 890 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
891 - 891 +
892 -ep-activity:identificationNumberOfCore 892 +ep-activity:identificationNumberOfCore
893 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 893 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
894 - rdfs:domain ep-activity:ExtractAWellCore ; 894 + rdfs:domain ep-activity:ExtractAWellCore ;
895 - rdfs:label "identification number of core"^^xsd:string . 895 + rdfs:label "identification number of core"^^xsd:string .
896 - 896 +
897 -ep-activity:logRunNumber 897 +ep-activity:logRunNumber
898 - rdf:type owl:DatatypeProperty ; 898 + rdf:type owl:DatatypeProperty ;
899 - rdfs:domain ep-activity:WellBoreLogRun ; 899 + rdfs:domain ep-activity:WellBoreLogRun ;
900 - rdfs:label "log run number"^^xsd:string . 900 + rdfs:label "log run number"^^xsd:string .
901 - 901 +
902 -ep-activity:loggedWellBoreInterval 902 +ep-activity:loggedWellBoreInterval
903 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 903 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
904 - rdfs:domain ep-activity:WellBoreLogRun ; 904 + rdfs:domain ep-activity:WellBoreLogRun ;
905 - rdfs:label "logged wellbore interval"^^xsd:string ; 905 + rdfs:label "logged wellbore interval"^^xsd:string ;
906 - rdfs:range ep-core:PhysicalObject . 906 + rdfs:range ep-core:PhysicalObject .
907 - 907 +
908 -ep-activity:measuredDepthOfFluidSampling 908 +ep-activity:measuredDepthOfFluidSampling
909 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 909 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
910 - rdfs:domain ep-activity:WirelineFormationTest ; 910 + rdfs:domain ep-activity:WirelineFormationTest ;
911 - rdfs:label "measured depth of fluid sampling"^^xsd:string ; 911 + rdfs:label "measured depth of fluid sampling"^^xsd:string ;
912 - rdfs:range ep-core:Length . 912 + rdfs:range ep-core:Length .
913 - 913 +
914 -ep-activity:missedProductionTime 914 +ep-activity:missedProductionTime
915 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 915 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
916 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 916 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
917 - rdfs:label "missed production time"^^xsd:string ; 917 + rdfs:label "missed production time"^^xsd:string ;
918 - rdfs:range ep-core:TimeDuration . 918 + rdfs:range ep-core:TimeDuration .
919 - 919 +
920 -ep-activity:nominallyAt 920 +ep-activity:nominallyAt
921 - rdf:type owl:DatatypeProperty ; 921 + rdf:type owl:DatatypeProperty ;
922 - rdfs:domain ep-activity:Activity ; 922 + rdfs:domain ep-activity:Activity ;
923 - rdfs:label "nominal time"^^xsd:string ; 923 + rdfs:label "nominal time"^^xsd:string ;
924 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 924 + rdfs:range xsd:dateTime .
925 - 925 +
926 -ep-activity:onDrillBit 926 +ep-activity:onDrillBit
927 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 927 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
928 - rdfs:domain ep-activity:WellBoreBitRunDrilling ; 928 + rdfs:domain ep-activity:WellBoreBitRunDrilling ;
929 - rdfs:label "on drill bit"^^xsd:string ; 929 + rdfs:label "on drill bit"^^xsd:string ;
930 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 930 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
931 - 931 +
932 -ep-activity:onFluid 932 +ep-activity:onFluid
933 - rdf:type owl:ObjectProperty ; 933 + rdf:type owl:ObjectProperty ;
934 - rdfs:label "on WellBore"^^xsd:string . 934 + rdfs:label "on WellBore"^^xsd:string .
935 - 935 +
936 -ep-activity:onRig 936 +ep-activity:onRig
937 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 937 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
938 - rdfs:domain ep-activity:DrillingActivity ; 938 + rdfs:domain ep-activity:DrillingActivity ;
939 - rdfs:label "on rig"^^xsd:string ; 939 + rdfs:label "on rig"^^xsd:string ;
940 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 940 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
941 - 941 +
942 -ep-activity:onWell 942 +ep-activity:onWell
943 - rdf:type owl:ObjectProperty ; 943 + rdf:type owl:ObjectProperty ;
944 - rdfs:domain ep-activity:DrillingActivity ; 944 + rdfs:domain ep-activity:DrillingActivity ;
945 - rdfs:label "on well"^^xsd:string ; 945 + rdfs:label "on well"^^xsd:string ;
946 - rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 946 + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
947 - 947 +
948 -ep-activity:onWellBore 948 +ep-activity:onWellBore
949 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 949 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
950 - rdfs:domain ep-activity:DrillingActivity ; 950 + rdfs:domain ep-activity:DrillingActivity ;
951 - rdfs:label "on wellbore"^^xsd:string ; 951 + rdfs:label "on wellbore"^^xsd:string ;
952 - rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 952 + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
953 - 953 +
954 -ep-activity:operatingTimeOfDrillBit 954 +ep-activity:operatingTimeOfDrillBit
955 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 955 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
956 - rdfs:domain ep-activity:DrillingActivity ; 956 + rdfs:domain ep-activity:DrillingActivity ;
957 - rdfs:label "operating time of drill bit"^^xsd:string ; 957 + rdfs:label "operating time of drill bit"^^xsd:string ;
958 - rdfs:range ep-core:TimeDuration . 958 + rdfs:range ep-core:TimeDuration .
959 - 959 +
960 -ep-activity:pressureAtWhichPlugBumped 960 +ep-activity:pressureAtWhichPlugBumped
961 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 961 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
962 - rdfs:domain ep-activity:WellCementPumping ; 962 + rdfs:domain ep-activity:WellCementPumping ;
963 - rdfs:label "pressure at which plug bumped"^^xsd:string ; 963 + rdfs:label "pressure at which plug bumped"^^xsd:string ;
964 - rdfs:range ep-core:Pressure . 964 + rdfs:range ep-core:Pressure .
965 - 965 +
966 -ep-activity:pumpedFluid 966 +ep-activity:pumpedFluid
967 - rdf:type owl:ObjectProperty ; 967 + rdf:type owl:ObjectProperty ;
968 - rdfs:label "pumped fluid"^^xsd:string . 968 + rdfs:label "pumped fluid"^^xsd:string .
969 - 969 +
970 -ep-activity:recoveredCore 970 +ep-activity:recoveredCore
971 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 971 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
972 - rdfs:domain ep-activity:ExtractAWellCore ; 972 + rdfs:domain ep-activity:ExtractAWellCore ;
973 - rdfs:label "recovered core"^^xsd:string ; 973 + rdfs:label "recovered core"^^xsd:string ;
974 - rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 974 + rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
975 - 975 +
976 -ep-activity:returnedCementingFluid 976 +ep-activity:returnedCementingFluid
977 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 977 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
978 - rdfs:domain ep-activity:WellCementPumping ; 978 + rdfs:domain ep-activity:WellCementPumping ;
979 - rdfs:label "returned cementing fluid"^^xsd:string ; 979 + rdfs:label "returned cementing fluid"^^xsd:string ;
980 - rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 980 + rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
981 - 981 +
982 -ep-activity:sampledFluid 982 +ep-activity:sampledFluid
983 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 983 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
984 - rdfs:domain ep-activity:WirelineFormationTest ; 984 + rdfs:domain ep-activity:WirelineFormationTest ;
985 - rdfs:label "sampled fluid"^^xsd:string ; 985 + rdfs:label "sampled fluid"^^xsd:string ;
986 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 986 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
987 - 987 +
988 -ep-activity:serviceCompany 988 +ep-activity:serviceCompany
989 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 989 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
990 - rdfs:domain ep-activity:Activity ; 990 + rdfs:domain ep-activity:Activity ;
991 - rdfs:label "service company"^^xsd:string ; 991 + rdfs:label "service company"^^xsd:string ;
992 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 992 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
993 - 993 +
994 -ep-activity:startedAt 994 +ep-activity:startedAt
995 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
996 - rdfs:domain ep-activity:Activity ; 996 + rdfs:domain ep-activity:Activity ;
997 - rdfs:label "started at"^^xsd:string ; 997 + rdfs:label "started at"^^xsd:string ;
998 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 998 + rdfs:range xsd:dateTime .
999 - 999 +
1000 -ep-activity:timeLost 1000 +ep-activity:timeLost
1001 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1001 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1002 - rdfs:domain ep-activity:WellControlIncident ; 1002 + rdfs:domain ep-activity:WellControlIncident ;
1003 - rdfs:label "time lost"^^xsd:string ; 1003 + rdfs:label "time lost"^^xsd:string ;
1004 - rdfs:range ep-core:TimeDuration . 1004 + rdfs:range ep-core:TimeDuration .
1005 - 1005 +
1006 -ep-activity:timeOfFailure 1006 +ep-activity:timeOfFailure
1007 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1007 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1008 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1008 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1009 - rdfs:label "time of failure"^^xsd:string ; 1009 + rdfs:label "time of failure"^^xsd:string ;
1010 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1010 + rdfs:range xsd:dateTime .
1011 - 1011 +
1012 -ep-activity:timeOfRepair 1012 +ep-activity:timeOfRepair
1013 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1013 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1014 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1014 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1015 - rdfs:label "time of repair"^^xsd:string ; 1015 + rdfs:label "time of repair"^^xsd:string ;
1016 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1016 + rdfs:range xsd:dateTime .
1017 - 1017 +
1018 -ep-activity:volumeOfMudGained 1018 +ep-activity:volumeOfMudGained
1019 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1019 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1020 - rdfs:domain ep-activity:WellControlIncident ; 1020 + rdfs:domain ep-activity:WellControlIncident ;
1021 - rdfs:label "final rate of drilling"^^xsd:string ; 1021 + rdfs:label "final rate of drilling"^^xsd:string ;
1022 - rdfs:range ep-core:Volume . 1022 + rdfs:range ep-core:Volume .
1023 - 1023 +
1024 -ep-activity:wellBoreLoggingTool 1024 +ep-activity:wellBoreLoggingTool
1025 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1025 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1026 - rdfs:domain ep-activity:WellBoreLogRun ; 1026 + rdfs:domain ep-activity:WellBoreLogRun ;
1027 - rdfs:label "well bore logging tool"^^xsd:string ; 1027 + rdfs:label "well bore logging tool"^^xsd:string ;
1028 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1028 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1029 - 1029 +
1030 -ep-activity:wellTestBottomHolePressure 1030 +ep-activity:wellTestBottomHolePressure
1031 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1031 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1032 - rdfs:domain ep-activity:WellTest ; 1032 + rdfs:domain ep-activity:WellTest ;
1033 - rdfs:label "well test bottom hole pressure"^^xsd:string ; 1033 + rdfs:label "well test bottom hole pressure"^^xsd:string ;
1034 - rdfs:range ep-core:Pressure . 1034 + rdfs:range ep-core:Pressure .
1035 - 1035 +
1036 -ep-activity:wellTestFlowingPressure 1036 +ep-activity:wellTestFlowingPressure
1037 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1037 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1038 - rdfs:domain ep-activity:WellTest ; 1038 + rdfs:domain ep-activity:WellTest ;
1039 - rdfs:label "well test flowing pressure"^^xsd:string ; 1039 + rdfs:label "well test flowing pressure"^^xsd:string ;
1040 - rdfs:range ep-core:Pressure . 1040 + rdfs:range ep-core:Pressure .
1041 - 1041 +
1042 -ep-activity:wellTestNumber 1042 +ep-activity:wellTestNumber
1043 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1043 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1044 - rdfs:domain ep-activity:WellTest ; 1044 + rdfs:domain ep-activity:WellTest ;
1045 - rdfs:label "well test number"^^xsd:string . 1045 + rdfs:label "well test number"^^xsd:string .
1046 - 1046 +
1047 -ep-activity:wellTestShutInPressure 1047 +ep-activity:wellTestShutInPressure
1048 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1048 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1049 - rdfs:domain ep-activity:WellTest ; 1049 + rdfs:domain ep-activity:WellTest ;
1050 - rdfs:label "well test shut-in pressure"^^xsd:string ; 1050 + rdfs:label "well test shut-in pressure"^^xsd:string ;
1051 - rdfs:range ep-core:Pressure . 1051 + rdfs:range ep-core:Pressure .
1052 - 1052 +
1053 -ep-activity:wellTestStoredOil 1053 +ep-activity:wellTestStoredOil
1054 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1054 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1055 - rdfs:domain ep-activity:WellTest ; 1055 + rdfs:domain ep-activity:WellTest ;
1056 - rdfs:label "well test stored oil"^^xsd:string ; 1056 + rdfs:label "well test stored oil"^^xsd:string ;
1057 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1057 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......