David Leal

Ranges of existsWithin and existsThroughout removed. Also some minor changes to domains.

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:allValuesFrom ep-activity:Activity ; 30 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
31 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 31 + owl:onProperty ep-activity:finishedAt
32 - ] ; 32 + ] ;
33 - rdfs:subClassOf 33 + rdfs:subClassOf
34 - [ rdf:type owl:Restriction ; 34 + [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ep-activity:Activity ; 35 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
36 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 36 + owl:onProperty ep-activity:startedAt
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#before> 41 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
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#after> 46 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
47 - ] ; 47 + ] ;
48 - rdfs:subClassOf 48 + rdfs:subClassOf
49 - [ rdf:type owl:Restriction ; 49 + [ rdf:type owl:Restriction ;
50 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 50 + owl:allValuesFrom ep-activity:Activity ;
51 - owl:onProperty ep-activity:startedAt 51 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
52 - ] ; 52 + ] ;
53 - rdfs:subClassOf 53 + rdfs:subClassOf
54 - [ rdf:type owl:Restriction ; 54 + [ rdf:type owl:Restriction ;
55 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 55 + owl:allValuesFrom ep-activity:Activity ;
56 - owl:onProperty ep-activity:finishedAt 56 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
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:Activity ; 70 + owl:allValuesFrom ep-activity:DrillingActivity ;
71 - owl:onProperty ep-core:hasPart 71 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
72 - ] ; 72 + ] ;
73 - rdfs:subClassOf 73 + rdfs:subClassOf
74 - [ rdf:type owl:Restriction ; 74 + [ rdf:type owl:Restriction ;
75 - owl:allValuesFrom ep-activity:DrillingActivity ; 75 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 76 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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:maxCardinality "1"^^xsd:nonNegativeInteger ; 85 + owl:allValuesFrom ep-activity:DrillingActivity ;
86 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 86 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
87 - ] ; 87 + ] ;
88 - rdfs:subClassOf 88 + rdfs:subClassOf
89 - [ rdf:type owl:Restriction ; 89 + [ rdf:type owl:Restriction ;
90 - owl:allValuesFrom ep-activity:DrillingActivity ; 90 + owl:allValuesFrom ep-activity:Activity ;
91 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 91 + owl:onProperty ep-core:hasPart
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:DrillingActivity ; 100 + owl:allValuesFrom ep-activity:Activity ;
101 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 101 + owl:onProperty ep-core:hasPart
102 - ] ; 102 + ] ;
103 - rdfs:subClassOf 103 + rdfs:subClassOf
104 - [ rdf:type owl:Restriction ; 104 + [ rdf:type owl:Restriction ;
105 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 105 + owl:allValuesFrom ep-activity:DrillingActivity ;
106 - owl:onProperty ep-activity:onWellBore 106 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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 ep-activity:DrillingActivity ; 115 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
116 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 116 + owl:onProperty ep-activity:onWellBore
117 - ] ; 117 + ] ;
118 - rdfs:subClassOf 118 + rdfs:subClassOf
119 - [ rdf:type owl:Restriction ; 119 + [ rdf:type owl:Restriction ;
120 - owl:allValuesFrom ep-activity:Activity ; 120 + owl:allValuesFrom ep-activity:DrillingActivity ;
121 - owl:onProperty ep-core:hasPart 121 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
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 owl:Class , ep-activity:WellTestType ; 155 + rdf:type ep-activity:WellTestType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 167 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 172 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 177 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 182 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 187 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 192 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 197 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 207 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 212 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 217 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 222 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 227 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 232 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:ActivitySuccessType ; 257 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 268 + rdf:type ep-activity:PressureTestType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 338 + rdf:type ep-activity:PressureTestType , owl:Class ;
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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 369 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
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:cardinality "1"^^xsd:nonNegativeInteger ; 379 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
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 owl:Class , ep-activity:PorePressureDeterminationType ; 399 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
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 owl:Class , ep-activity:PorePressureDeterminationType ; 405 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
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 owl:Class , ep-activity:WellTestType ; 426 + rdf:type ep-activity:WellTestType , owl:Class ;
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 owl:Class , ep-activity:ActivitySuccessType ; 433 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 498 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . 501 + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
502 - 502 +
503 -ep-activity:WellCementJob-plug 503 +ep-activity:WellCementJob-plug
504 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 504 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 509 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 514 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 559 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 565 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 571 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 577 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 583 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 589 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 595 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 601 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 607 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 613 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 619 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 625 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 641 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 647 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellControlIncidentType ; 663 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 666 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
667 - 667 +
668 -ep-activity:WellControlIncident-oil_kick 668 +ep-activity:WellControlIncident-oil_kick
669 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 669 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 672 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
673 - 673 +
674 -ep-activity:WellControlIncident-shallow_gas_kick 674 +ep-activity:WellControlIncident-shallow_gas_kick
675 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 675 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 678 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
679 - 679 +
680 -ep-activity:WellControlIncident-water_kick 680 +ep-activity:WellControlIncident-water_kick
681 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 681 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 684 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_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 owl:Class , ep-activity:WellKillingType ; 697 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method . 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 .
701 - 701 +
702 -ep-activity:WellKilling-drillers_method 702 +ep-activity:WellKilling-drillers_method
703 - rdf:type owl:Class , ep-activity:WellKillingType ; 703 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . 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 .
707 - 707 +
708 -ep-activity:WellKilling-forward_circulation 708 +ep-activity:WellKilling-forward_circulation
709 - rdf:type owl:Class , ep-activity:WellKillingType ; 709 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 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 .
713 - 713 +
714 -ep-activity:WellKilling-lubricate_and_bleed 714 +ep-activity:WellKilling-lubricate_and_bleed
715 - rdf:type owl:Class , ep-activity:WellKillingType ; 715 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 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 .
719 - 719 +
720 -ep-activity:WellKilling-reverse_circulation 720 +ep-activity:WellKilling-reverse_circulation
721 - rdf:type owl:Class , ep-activity:WellKillingType ; 721 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 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 .
725 - 725 +
726 -ep-activity:WellKilling-wait_and_weight 726 +ep-activity:WellKilling-wait_and_weight
727 - rdf:type owl:Class , ep-activity:WellKillingType ; 727 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 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 .
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 owl:Class , ep-activity:WirelineFormationTestType ; 769 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
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 owl:Class , ep-activity:WirelineFormationTestType ; 775 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 781 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 787 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 803 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 809 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 815 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 821 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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:existsThroughout
827 - rdf:type owl:ObjectProperty ; 827 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
828 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 828 + rdfs:domain ep-core:PhysicalThing ;
829 - rdfs:label "failed equipment"^^xsd:string ; 829 + rdfs:label "exists throughout"^^xsd:string .
830 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 830 +
831 - 831 +ep-activity:existsWithin
832 -ep-activity:finalRateOfDrilling 832 + rdf:type owl:DatatypeProperty ;
833 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 833 + rdfs:domain ep-core:PhysicalThing ;
834 - rdfs:domain ep-activity:DrillingActivity ; 834 + rdfs:label "exists within"^^xsd:string .
835 - rdfs:label "final rate of drilling"^^xsd:string ; 835 +
836 - rdfs:range ep-core:Speed . 836 +ep-activity:failedEquipment
837 - 837 + rdf:type owl:ObjectProperty ;
838 -ep-activity:finishedAt 838 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
839 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 839 + rdfs:label "failed equipment"^^xsd:string ;
840 - rdfs:domain ep-activity:Activity ; 840 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
841 - rdfs:label "finished at"^^xsd:string ; 841 +
842 - rdfs:range xsd:dateTime . 842 +ep-activity:finalRateOfDrilling
843 - 843 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
844 -ep-activity:fluidProducedByWellTest 844 + rdfs:domain ep-activity:DrillingActivity ;
845 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 845 + rdfs:label "final rate of drilling"^^xsd:string ;
846 - rdfs:domain ep-activity:WellTest ; 846 + rdfs:range ep-core:Speed .
847 - rdfs:label "fluid produced by well test"^^xsd:string ; 847 +
848 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 848 +ep-activity:finishedAt
849 - 849 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
850 -ep-activity:hasCasingLinerTubing 850 + rdfs:domain ep-core:PhysicalThing ;
851 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 851 + rdfs:label "finished at"^^xsd:string ;
852 - rdfs:domain ep-activity:WellStimulation ; 852 + rdfs:range xsd:dateTime .
853 - rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 853 +
854 - 854 +ep-activity:fluidProducedByWellTest
855 -ep-activity:hasCasingString 855 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
856 - rdf:type owl:ObjectProperty ; 856 + rdfs:domain ep-activity:WellTest ;
857 - rdfs:label "has casing string"^^xsd:string . 857 + rdfs:label "fluid produced by well test"^^xsd:string ;
858 - 858 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
859 -ep-activity:hasChokeValve 859 +
860 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 860 +ep-activity:hasCasingLinerTubing
861 - rdfs:label "has choke valve"^^xsd:string ; 861 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
862 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 862 + rdfs:domain ep-activity:WellStimulation ;
863 - 863 + rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
864 -ep-activity:hasDrillBit 864 +
865 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 865 +ep-activity:hasCasingString
866 - rdfs:domain ep-activity:DrillingActivity ; 866 + rdf:type owl:ObjectProperty ;
867 - rdfs:label "has drill bit"^^xsd:string ; 867 + rdfs:label "has casing string"^^xsd:string .
868 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 868 +
869 - 869 +ep-activity:hasChokeValve
870 -ep-activity:hasDrillingFluid 870 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
871 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 871 + rdfs:label "has choke valve"^^xsd:string ;
872 - rdfs:domain ep-activity:DrillingActivity ; 872 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
873 - rdfs:label "has drilling fluid"^^xsd:string ; 873 +
874 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 874 +ep-activity:hasDrillBit
875 - 875 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
876 -ep-activity:hasInflowLocation 876 + rdfs:domain ep-activity:DrillingActivity ;
877 - rdf:type owl:ObjectProperty ; 877 + rdfs:label "has drill bit"^^xsd:string ;
878 - rdfs:domain ep-activity:WellControlIncident ; 878 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
879 - rdfs:label "has inflow location"^^xsd:string ; 879 +
880 - rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . 880 +ep-activity:hasDrillingFluid
881 - 881 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
882 -ep-activity:hasSubActivity 882 + rdfs:domain ep-activity:DrillingActivity ;
883 - rdf:type owl:ObjectProperty ; 883 + rdfs:label "has drilling fluid"^^xsd:string ;
884 - rdfs:label "has sub activity"^^xsd:string . 884 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
885 - 885 +
886 -ep-activity:hasWellTestChoke 886 +ep-activity:hasInflowLocation
887 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 887 + rdf:type owl:ObjectProperty ;
888 - rdfs:domain ep-activity:WellTest ; 888 + rdfs:domain ep-activity:WellControlIncident ;
889 - rdfs:label "has well test choke"^^xsd:string ; 889 + rdfs:label "has inflow location"^^xsd:string ;
890 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 890 + rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
891 - 891 +
892 -ep-activity:identificationNumberOfCore 892 +ep-activity:hasSubActivity
893 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 893 + rdf:type owl:ObjectProperty ;
894 - rdfs:domain ep-activity:ExtractAWellCore ; 894 + rdfs:label "has sub activity"^^xsd:string .
895 - rdfs:label "identification number of core"^^xsd:string . 895 +
896 - 896 +ep-activity:hasWellTestChoke
897 -ep-activity:logRunNumber 897 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
898 - rdf:type owl:DatatypeProperty ; 898 + rdfs:domain ep-activity:WellTest ;
899 - rdfs:domain ep-activity:WellBoreLogRun ; 899 + rdfs:label "has well test choke"^^xsd:string ;
900 - rdfs:label "log run number"^^xsd:string . 900 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
901 - 901 +
902 -ep-activity:loggedWellBoreInterval 902 +ep-activity:identificationNumberOfCore
903 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 903 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
904 - rdfs:domain ep-activity:WellBoreLogRun ; 904 + rdfs:domain ep-activity:ExtractAWellCore ;
905 - rdfs:label "logged wellbore interval"^^xsd:string ; 905 + rdfs:label "identification number of core"^^xsd:string .
906 - rdfs:range ep-core:PhysicalObject . 906 +
907 - 907 +ep-activity:logRunNumber
908 -ep-activity:measuredDepthOfFluidSampling 908 + rdf:type owl:DatatypeProperty ;
909 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 909 + rdfs:domain ep-activity:WellBoreLogRun ;
910 - rdfs:domain ep-activity:WirelineFormationTest ; 910 + rdfs:label "log run number"^^xsd:string .
911 - rdfs:label "measured depth of fluid sampling"^^xsd:string ; 911 +
912 - rdfs:range ep-core:Length . 912 +ep-activity:loggedWellBoreInterval
913 - 913 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
914 -ep-activity:missedProductionTime 914 + rdfs:domain ep-activity:WellBoreLogRun ;
915 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 915 + rdfs:label "logged wellbore interval"^^xsd:string ;
916 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 916 + rdfs:range ep-core:PhysicalObject .
917 - rdfs:label "missed production time"^^xsd:string ; 917 +
918 - rdfs:range ep-core:TimeDuration . 918 +ep-activity:measuredDepthOfFluidSampling
919 - 919 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
920 -ep-activity:nominallyAt 920 + rdfs:domain ep-activity:WirelineFormationTest ;
921 - rdf:type owl:DatatypeProperty ; 921 + rdfs:label "measured depth of fluid sampling"^^xsd:string ;
922 - rdfs:domain ep-activity:Activity ; 922 + rdfs:range ep-core:Length .
923 - rdfs:label "nominal time"^^xsd:string ; 923 +
924 - rdfs:range xsd:dateTime . 924 +ep-activity:missedProductionTime
925 - 925 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
926 -ep-activity:onDrillBit 926 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
927 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 927 + rdfs:label "missed production time"^^xsd:string ;
928 - rdfs:domain ep-activity:WellBoreBitRunDrilling ; 928 + rdfs:range ep-core:TimeDuration .
929 - rdfs:label "on drill bit"^^xsd:string ; 929 +
930 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 930 +ep-activity:nominallyAt
931 - 931 + rdf:type owl:DatatypeProperty ;
932 -ep-activity:onFluid 932 + rdfs:domain ep-activity:Activity ;
933 - rdf:type owl:ObjectProperty ; 933 + rdfs:label "nominal time"^^xsd:string ;
934 - rdfs:label "on WellBore"^^xsd:string . 934 + rdfs:range xsd:dateTime .
935 - 935 +
936 -ep-activity:onRig 936 +ep-activity:onDrillBit
937 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
938 - rdfs:domain ep-activity:DrillingActivity ; 938 + rdfs:domain ep-activity:WellBoreBitRunDrilling ;
939 - rdfs:label "on rig"^^xsd:string ; 939 + rdfs:label "on drill bit"^^xsd:string ;
940 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 940 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
941 - 941 +
942 -ep-activity:onWell 942 +ep-activity:onFluid
943 - rdf:type owl:ObjectProperty ; 943 + rdf:type owl:ObjectProperty ;
944 - rdfs:domain ep-activity:DrillingActivity ; 944 + rdfs:label "on WellBore"^^xsd:string .
945 - rdfs:label "on well"^^xsd:string ; 945 +
946 - rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 946 +ep-activity:onRig
947 - 947 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
948 -ep-activity:onWellBore 948 + rdfs:domain ep-activity:DrillingActivity ;
949 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 949 + rdfs:label "on rig"^^xsd:string ;
950 - rdfs:domain ep-activity:DrillingActivity ; 950 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
951 - rdfs:label "on wellbore"^^xsd:string ; 951 +
952 - rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 952 +ep-activity:onWell
953 - 953 + rdf:type owl:ObjectProperty ;
954 -ep-activity:operatingTimeOfDrillBit 954 + rdfs:domain ep-activity:DrillingActivity ;
955 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 955 + rdfs:label "on well"^^xsd:string ;
956 - rdfs:domain ep-activity:DrillingActivity ; 956 + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
957 - rdfs:label "operating time of drill bit"^^xsd:string ; 957 +
958 - rdfs:range ep-core:TimeDuration . 958 +ep-activity:onWellBore
959 - 959 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
960 -ep-activity:pressureAtWhichPlugBumped 960 + rdfs:domain ep-activity:DrillingActivity ;
961 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 961 + rdfs:label "on wellbore"^^xsd:string ;
962 - rdfs:domain ep-activity:WellCementPumping ; 962 + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
963 - rdfs:label "pressure at which plug bumped"^^xsd:string ; 963 +
964 - rdfs:range ep-core:Pressure . 964 +ep-activity:operatingTimeOfDrillBit
965 - 965 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
966 -ep-activity:pumpedFluid 966 + rdfs:domain ep-activity:DrillingActivity ;
967 - rdf:type owl:ObjectProperty ; 967 + rdfs:label "operating time of drill bit"^^xsd:string ;
968 - rdfs:label "pumped fluid"^^xsd:string . 968 + rdfs:range ep-core:TimeDuration .
969 - 969 +
970 -ep-activity:recoveredCore 970 +ep-activity:pressureAtWhichPlugBumped
971 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 971 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
972 - rdfs:domain ep-activity:ExtractAWellCore ; 972 + rdfs:domain ep-activity:WellCementPumping ;
973 - rdfs:label "recovered core"^^xsd:string ; 973 + rdfs:label "pressure at which plug bumped"^^xsd:string ;
974 - rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 974 + rdfs:range ep-core:Pressure .
975 - 975 +
976 -ep-activity:returnedCementingFluid 976 +ep-activity:pumpedFluid
977 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 977 + rdf:type owl:ObjectProperty ;
978 - rdfs:domain ep-activity:WellCementPumping ; 978 + rdfs:label "pumped fluid"^^xsd:string .
979 - rdfs:label "returned cementing fluid"^^xsd:string ; 979 +
980 - rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 980 +ep-activity:recoveredCore
981 - 981 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
982 -ep-activity:sampledFluid 982 + rdfs:domain ep-activity:ExtractAWellCore ;
983 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 983 + rdfs:label "recovered core"^^xsd:string ;
984 - rdfs:domain ep-activity:WirelineFormationTest ; 984 + rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
985 - rdfs:label "sampled fluid"^^xsd:string ; 985 +
986 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 986 +ep-activity:returnedCementingFluid
987 - 987 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
988 -ep-activity:serviceCompany 988 + rdfs:domain ep-activity:WellCementPumping ;
989 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 989 + rdfs:label "returned cementing fluid"^^xsd:string ;
990 - rdfs:domain ep-activity:Activity ; 990 + rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
991 - rdfs:label "service company"^^xsd:string ; 991 +
992 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 992 +ep-activity:sampledFluid
993 - 993 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
994 -ep-activity:startedAt 994 + rdfs:domain ep-activity:WirelineFormationTest ;
995 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 995 + rdfs:label "sampled fluid"^^xsd:string ;
996 - rdfs:domain ep-activity:Activity ; 996 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
997 - rdfs:label "started at"^^xsd:string ; 997 +
998 - rdfs:range xsd:dateTime . 998 +ep-activity:serviceCompany
999 - 999 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1000 -ep-activity:timeLost 1000 + rdfs:domain ep-activity:Activity ;
1001 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1001 + rdfs:label "service company"^^xsd:string ;
1002 - rdfs:domain ep-activity:WellControlIncident ; 1002 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1003 - rdfs:label "time lost"^^xsd:string ; 1003 +
1004 - rdfs:range ep-core:TimeDuration . 1004 +ep-activity:startedAt
1005 - 1005 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1006 -ep-activity:timeOfFailure 1006 + rdfs:domain ep-core:PhysicalThing ;
1007 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1007 + rdfs:label "started at"^^xsd:string ;
1008 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1008 + rdfs:range xsd:dateTime .
1009 - rdfs:label "time of failure"^^xsd:string ; 1009 +
1010 - rdfs:range xsd:dateTime . 1010 +ep-activity:timeLost
1011 - 1011 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1012 -ep-activity:timeOfRepair 1012 + rdfs:domain ep-activity:WellControlIncident ;
1013 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1013 + rdfs:label "time lost"^^xsd:string ;
1014 - rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1014 + rdfs:range ep-core:TimeDuration .
1015 - rdfs:label "time of repair"^^xsd:string ; 1015 +
1016 - rdfs:range xsd:dateTime . 1016 +ep-activity:timeOfFailure
1017 - 1017 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1018 -ep-activity:volumeOfMudGained 1018 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1019 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1019 + rdfs:label "time of failure"^^xsd:string ;
1020 - rdfs:domain ep-activity:WellControlIncident ; 1020 + rdfs:range xsd:dateTime .
1021 - rdfs:label "final rate of drilling"^^xsd:string ; 1021 +
1022 - rdfs:range ep-core:Volume . 1022 +ep-activity:timeOfRepair
1023 - 1023 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1024 -ep-activity:wellBoreLoggingTool 1024 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1025 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1025 + rdfs:label "time of repair"^^xsd:string ;
1026 - rdfs:domain ep-activity:WellBoreLogRun ; 1026 + rdfs:range xsd:dateTime .
1027 - rdfs:label "well bore logging tool"^^xsd:string ; 1027 +
1028 - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1028 +ep-activity:volumeOfMudGained
1029 - 1029 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1030 -ep-activity:wellTestBottomHolePressure 1030 + rdfs:domain ep-activity:WellControlIncident ;
1031 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1031 + rdfs:label "final rate of drilling"^^xsd:string ;
1032 - rdfs:domain ep-activity:WellTest ; 1032 + rdfs:range ep-core:Volume .
1033 - rdfs:label "well test bottom hole pressure"^^xsd:string ; 1033 +
1034 - rdfs:range ep-core:Pressure . 1034 +ep-activity:wellBoreLoggingTool
1035 - 1035 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1036 -ep-activity:wellTestFlowingPressure 1036 + rdfs:domain ep-activity:WellBoreLogRun ;
1037 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1037 + rdfs:label "well bore logging tool"^^xsd:string ;
1038 - rdfs:domain ep-activity:WellTest ; 1038 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1039 - rdfs:label "well test flowing pressure"^^xsd:string ; 1039 +
1040 - rdfs:range ep-core:Pressure . 1040 +ep-activity:wellTestBottomHolePressure
1041 - 1041 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1042 -ep-activity:wellTestNumber 1042 + rdfs:domain ep-activity:WellTest ;
1043 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1043 + rdfs:label "well test bottom hole pressure"^^xsd:string ;
1044 - rdfs:domain ep-activity:WellTest ; 1044 + rdfs:range ep-core:Pressure .
1045 - rdfs:label "well test number"^^xsd:string . 1045 +
1046 - 1046 +ep-activity:wellTestFlowingPressure
1047 -ep-activity:wellTestShutInPressure 1047 + 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 ; 1048 + rdfs:domain ep-activity:WellTest ;
1049 - rdfs:domain ep-activity:WellTest ; 1049 + rdfs:label "well test flowing pressure"^^xsd:string ;
1050 - rdfs:label "well test shut-in pressure"^^xsd:string ; 1050 + rdfs:range ep-core:Pressure .
1051 - rdfs:range ep-core:Pressure . 1051 +
1052 - 1052 +ep-activity:wellTestNumber
1053 -ep-activity:wellTestStoredOil 1053 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1054 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1054 + rdfs:domain ep-activity:WellTest ;
1055 - rdfs:domain ep-activity:WellTest ; 1055 + rdfs:label "well test number"^^xsd:string .
1056 - rdfs:label "well test stored oil"^^xsd:string ; 1056 +
1057 - rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1057 +ep-activity:wellTestShutInPressure
1058 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1059 + rdfs:domain ep-activity:WellTest ;
1060 + rdfs:label "well test shut-in pressure"^^xsd:string ;
1061 + rdfs:range ep-core:Pressure .
1062 +
1063 +ep-activity:wellTestStoredOil
1064 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1065 + rdfs:domain ep-activity:WellTest ;
1066 + rdfs:label "well test stored oil"^^xsd:string ;
1067 + rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/report 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/report
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
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/well 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
6 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 6 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
7 - 7 +
8 -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . 8 +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 - 13 +
14 -<http://www.reportinghub.no/ep/schema/1.0/report> 14 +<http://www.reportinghub.no/ep/schema/1.0/report>
15 - rdf:type owl:Ontology ; 15 + rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 - owl:versionInfo "0.1.0"^^xsd:string . 17 + owl:versionInfo "0.1.0"^^xsd:string .
18 - 18 +
19 -<http://www.reportinghub.no/ep/schema/activity#existsThroughout> 19 +ep-report:DailyDrillingReport
20 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 20 + rdf:type owl:Class ;
21 - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 21 + rdfs:label "daily drilling report"^^xsd:string ;
22 - rdfs:label "exists throughout"^^xsd:string ; 22 + rdfs:subClassOf ep-report:Report .
23 - rdfs:range xsd:dateTime . 23 +
24 - 24 +ep-report:DailyDrillingReportFinalisationType
25 -<http://www.reportinghub.no/ep/schema/activity#existsWithin> 25 + rdf:type owl:Class ;
26 - rdf:type owl:DatatypeProperty ; 26 + rdfs:subClassOf owl:Class .
27 - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 27 +
28 - rdfs:label "exists within"^^xsd:string ; 28 +ep-report:DailyProductionReport
29 - rdfs:range xsd:dateTime . 29 + rdf:type owl:Class ;
30 - 30 + rdfs:label "Daily Production Report"^^xsd:string ;
31 -ep-report:DailyDrillingReport 31 + rdfs:subClassOf ep-report:ProductionReport .
32 - rdf:type owl:Class ; 32 +
33 - rdfs:label "daily drilling report"^^xsd:string ; 33 +ep-report:FinalDailyDrillingReport
34 - rdfs:subClassOf ep-report:Report . 34 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
35 - 35 + rdfs:label "final daily drilling report"^^xsd:string ;
36 -ep-report:DailyDrillingReportFinalisationType 36 + rdfs:subClassOf ep-report:DailyDrillingReport .
37 - rdf:type owl:Class ; 37 +
38 - rdfs:subClassOf owl:Class . 38 +ep-report:FluidSampleReport
39 - 39 + rdf:type owl:Class ;
40 -ep-report:DailyProductionReport 40 + rdfs:label "fluid sample report"^^xsd:string ;
41 - rdf:type owl:Class ; 41 + rdfs:subClassOf ep-report:Report .
42 - rdfs:label "Daily Production Report"^^xsd:string ; 42 +
43 - rdfs:subClassOf ep-report:ProductionReport . 43 +ep-report:MonthlyProductionReport
44 - 44 + rdf:type owl:Class ;
45 -ep-report:FinalDailyDrillingReport 45 + rdfs:label "Monthly Production Report"^^xsd:string ;
46 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 46 + rdfs:subClassOf ep-report:ProductionReport .
47 - rdfs:label "final daily drilling report"^^xsd:string ; 47 +
48 - rdfs:subClassOf ep-report:DailyDrillingReport . 48 +ep-report:MonthlyProductionReportGovernment
49 - 49 + rdf:type owl:Class ;
50 -ep-report:FluidSampleReport 50 + rdfs:label "Monthly Production Report Government"^^xsd:string ;
51 - rdf:type owl:Class ; 51 + rdfs:subClassOf ep-report:MonthlyProductionReport .
52 - rdfs:label "fluid sample report"^^xsd:string ; 52 +
53 - rdfs:subClassOf ep-report:Report . 53 +ep-report:MonthlyProductionReportPartner
54 - 54 + rdf:type owl:Class ;
55 -ep-report:MonthlyProductionReport 55 + rdfs:label "Monthly Production Report Partner"^^xsd:string ;
56 - rdf:type owl:Class ; 56 + rdfs:subClassOf ep-report:MonthlyProductionReport .
57 - rdfs:label "Monthly Production Report"^^xsd:string ; 57 +
58 - rdfs:subClassOf ep-report:ProductionReport . 58 +ep-report:NonProductivetimeReport
59 - 59 + rdf:type owl:Class ;
60 -ep-report:MonthlyProductionReportGovernment 60 + rdfs:subClassOf ep-report:Report ;
61 - rdf:type owl:Class ; 61 + rdfs:subClassOf
62 - rdfs:label "Monthly Production Report Government"^^xsd:string ; 62 + [ rdf:type owl:Restriction ;
63 - rdfs:subClassOf ep-report:MonthlyProductionReport . 63 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
64 - 64 + owl:onProperty ep-report:createdAt
65 -ep-report:MonthlyProductionReportPartner 65 + ] ;
66 - rdf:type owl:Class ; 66 + rdfs:subClassOf
67 - rdfs:label "Monthly Production Report Partner"^^xsd:string ; 67 + [ rdf:type owl:Restriction ;
68 - rdfs:subClassOf ep-report:MonthlyProductionReport . 68 + owl:allValuesFrom xsd:dateTime ;
69 - 69 + owl:onProperty ep-report:createdAt
70 -ep-report:NonProductivetimeReport 70 + ] ;
71 - rdf:type owl:Class ; 71 + rdfs:subClassOf
72 - rdfs:subClassOf ep-report:Report ; 72 + [ rdf:type owl:Restriction ;
73 - rdfs:subClassOf 73 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
74 - [ rdf:type owl:Restriction ; 74 + owl:onProperty ep-report:reportOn
75 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 75 + ] ;
76 - owl:onProperty ep-report:createdAt 76 + rdfs:subClassOf
77 - ] ; 77 + [ rdf:type owl:Restriction ;
78 - rdfs:subClassOf 78 + owl:allValuesFrom ep-report:DailyDrillingReport ;
79 - [ rdf:type owl:Restriction ; 79 + owl:onProperty ep-report:reportOn
80 - owl:allValuesFrom xsd:dateTime ; 80 + ] .
81 - owl:onProperty ep-report:createdAt 81 +
82 - ] ; 82 +ep-report:NormalDailyDrillingReport
83 - rdfs:subClassOf 83 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
84 - [ rdf:type owl:Restriction ; 84 + rdfs:label "normal daily drilling report"^^xsd:string ;
85 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 85 + rdfs:subClassOf ep-report:DailyDrillingReport .
86 - owl:onProperty ep-report:reportOn 86 +
87 - ] ; 87 +ep-report:PreliminaryDailyDrillingReport
88 - rdfs:subClassOf 88 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
89 - [ rdf:type owl:Restriction ; 89 + rdfs:label "preliminary daily drilling report"^^xsd:string ;
90 - owl:allValuesFrom ep-report:DailyDrillingReport ; 90 + rdfs:subClassOf ep-report:DailyDrillingReport .
91 - owl:onProperty ep-report:reportOn 91 +
92 - ] . 92 +ep-report:ProductVolumeFlowReport
93 - 93 + rdf:type owl:Class ;
94 -ep-report:NormalDailyDrillingReport 94 + rdfs:label "product volume flow report"^^xsd:string ;
95 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 95 + rdfs:subClassOf ep-report:Report .
96 - rdfs:label "normal daily drilling report"^^xsd:string ; 96 +
97 - rdfs:subClassOf ep-report:DailyDrillingReport . 97 +ep-report:ProductVolumeReport
98 - 98 + rdf:type owl:Class ;
99 -ep-report:PreliminaryDailyDrillingReport 99 + rdfs:label "product volume report"^^xsd:string ;
100 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 100 + rdfs:subClassOf ep-report:Report .
101 - rdfs:label "preliminary daily drilling report"^^xsd:string ; 101 +
102 - rdfs:subClassOf ep-report:DailyDrillingReport . 102 +ep-report:ProductionOperationInstallationReport
103 - 103 + rdf:type owl:Class ;
104 -ep-report:ProductVolumeFlowReport 104 + rdfs:label "production operation installation report"^^xsd:string ;
105 - rdf:type owl:Class ; 105 + rdfs:subClassOf ep-report:Report .
106 - rdfs:label "product volume flow report"^^xsd:string ; 106 +
107 - rdfs:subClassOf ep-report:Report . 107 +ep-report:ProductionOperationReport
108 - 108 + rdf:type owl:Class ;
109 -ep-report:ProductVolumeReport 109 + rdfs:label "production operation report"^^xsd:string ;
110 - rdf:type owl:Class ; 110 + rdfs:subClassOf ep-report:Report .
111 - rdfs:label "product volume report"^^xsd:string ; 111 +
112 - rdfs:subClassOf ep-report:Report . 112 +ep-report:ProductionReport
113 - 113 + rdf:type owl:Class ;
114 -ep-report:ProductionOperationInstallationReport 114 + rdfs:label "Production Report"^^xsd:string ;
115 - rdf:type owl:Class ; 115 + rdfs:subClassOf ep-report:Report .
116 - rdfs:label "production operation installation report"^^xsd:string ; 116 +
117 - rdfs:subClassOf ep-report:Report . 117 +ep-report:ProductionReportType
118 - 118 + rdf:type rdfs:Class ;
119 -ep-report:ProductionOperationReport 119 + rdfs:label "production report type"^^xsd:string ;
120 - rdf:type owl:Class ; 120 + rdfs:subClassOf owl:Class .
121 - rdfs:label "production operation report"^^xsd:string ; 121 +
122 - rdfs:subClassOf ep-report:Report . 122 +ep-report:Report
123 - 123 + rdf:type owl:Class ;
124 -ep-report:ProductionReport 124 + rdfs:label "report"^^xsd:string ;
125 - rdf:type owl:Class ; 125 + rdfs:subClassOf owl:Thing .
126 - rdfs:label "Production Report"^^xsd:string ; 126 +
127 - rdfs:subClassOf ep-report:Report . 127 +ep-report:ReportAliasIdentifier
128 - 128 + rdf:type owl:Class ;
129 -ep-report:ProductionReportType 129 + rdfs:subClassOf owl:Thing ;
130 - rdf:type rdfs:Class ; 130 + rdfs:subClassOf
131 - rdfs:label "production report type"^^xsd:string ; 131 + [ rdf:type owl:Restriction ;
132 - rdfs:subClassOf owl:Class . 132 + owl:minCardinality "1"^^xsd:nonNegativeInteger ;
133 - 133 + owl:onProperty ep-report:aliasName
134 -ep-report:Report 134 + ] ;
135 - rdf:type owl:Class ; 135 + rdfs:subClassOf
136 - rdfs:label "report"^^xsd:string ; 136 + [ rdf:type owl:Restriction ;
137 - rdfs:subClassOf owl:Thing . 137 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
138 - 138 + owl:onProperty ep-report:aliasOwner
139 -ep-report:ReportAliasIdentifier 139 + ] ;
140 - rdf:type owl:Class ; 140 + rdfs:subClassOf
141 - rdfs:subClassOf owl:Thing ; 141 + [ rdf:type owl:Restriction ;
142 - rdfs:subClassOf 142 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
143 - [ rdf:type owl:Restriction ; 143 + owl:onProperty ep-report:isAliasFor
144 - owl:minCardinality "1"^^xsd:nonNegativeInteger ; 144 + ] .
145 - owl:onProperty ep-report:aliasName 145 +
146 - ] ; 146 +ep-report:ReportForGasYearToDate
147 - rdfs:subClassOf 147 + rdf:type ep-report:ReportPeriodType , owl:Class ;
148 - [ rdf:type owl:Restriction ; 148 + rdfs:label "report for gas year to date"^^xsd:string ;
149 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 149 + rdfs:subClassOf ep-report:Report .
150 - owl:onProperty ep-report:aliasOwner 150 +
151 - ] ; 151 +ep-report:ReportForInstant
152 - rdfs:subClassOf 152 + rdf:type ep-report:ReportPeriodType , owl:Class ;
153 - [ rdf:type owl:Restriction ; 153 + rdfs:label "report for instant"^^xsd:string ;
154 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 154 + rdfs:subClassOf ep-report:Report .
155 - owl:onProperty ep-report:isAliasFor 155 +
156 - ] . 156 +ep-report:ReportForMonthToDate
157 - 157 + rdf:type ep-report:ReportPeriodType , owl:Class ;
158 -ep-report:ReportForGasYearToDate 158 + rdfs:label "report for month to date"^^xsd:string ;
159 - rdf:type ep-report:ReportPeriodType , owl:Class ; 159 + rdfs:subClassOf ep-report:Report .
160 - rdfs:label "report for gas year to date"^^xsd:string ; 160 +
161 - rdfs:subClassOf ep-report:Report . 161 +ep-report:ReportForOneDay
162 - 162 + rdf:type ep-report:ReportPeriodType , owl:Class ;
163 -ep-report:ReportForInstant 163 + rdfs:label "report for one day"^^xsd:string ;
164 - rdf:type ep-report:ReportPeriodType , owl:Class ; 164 + rdfs:subClassOf ep-report:Report .
165 - rdfs:label "report for instant"^^xsd:string ; 165 +
166 - rdfs:subClassOf ep-report:Report . 166 +ep-report:ReportForOneGasDay
167 - 167 + rdf:type ep-report:ReportPeriodType , owl:Class ;
168 -ep-report:ReportForMonthToDate 168 + rdfs:label "report for one gas day"^^xsd:string ;
169 - rdf:type ep-report:ReportPeriodType , owl:Class ; 169 + rdfs:subClassOf ep-report:Report .
170 - rdfs:label "report for month to date"^^xsd:string ; 170 +
171 - rdfs:subClassOf ep-report:Report . 171 +ep-report:ReportForOneGasMonth
172 - 172 + rdf:type ep-report:ReportPeriodType , owl:Class ;
173 -ep-report:ReportForOneDay 173 + rdfs:label "report for one gas month"^^xsd:string ;
174 - rdf:type ep-report:ReportPeriodType , owl:Class ; 174 + rdfs:subClassOf ep-report:Report .
175 - rdfs:label "report for one day"^^xsd:string ; 175 +
176 - rdfs:subClassOf ep-report:Report . 176 +ep-report:ReportForOneGasYear
177 - 177 + rdf:type ep-report:ReportPeriodType , owl:Class ;
178 -ep-report:ReportForOneGasDay 178 + rdfs:label "report for one gas year"^^xsd:string ;
179 - rdf:type ep-report:ReportPeriodType , owl:Class ; 179 + rdfs:subClassOf ep-report:Report .
180 - rdfs:label "report for one gas day"^^xsd:string ; 180 +
181 - rdfs:subClassOf ep-report:Report . 181 +ep-report:ReportForOneMonth
182 - 182 + rdf:type ep-report:ReportPeriodType , owl:Class ;
183 -ep-report:ReportForOneGasMonth 183 + rdfs:label "report for one month"^^xsd:string ;
184 - rdf:type ep-report:ReportPeriodType , owl:Class ; 184 + rdfs:subClassOf ep-report:Report .
185 - rdfs:label "report for one gas month"^^xsd:string ; 185 +
186 - rdfs:subClassOf ep-report:Report . 186 +ep-report:ReportForOneWeek
187 - 187 + rdf:type ep-report:ReportPeriodType , owl:Class ;
188 -ep-report:ReportForOneGasYear 188 + rdfs:label "report for one week"^^xsd:string ;
189 - rdf:type ep-report:ReportPeriodType , owl:Class ; 189 + rdfs:subClassOf ep-report:Report .
190 - rdfs:label "report for one gas year"^^xsd:string ; 190 +
191 - rdfs:subClassOf ep-report:Report . 191 +ep-report:ReportForOneYear
192 - 192 + rdf:type ep-report:ReportPeriodType , owl:Class ;
193 -ep-report:ReportForOneMonth 193 + rdfs:label "report for one year"^^xsd:string ;
194 - rdf:type ep-report:ReportPeriodType , owl:Class ; 194 + rdfs:subClassOf ep-report:Report .
195 - rdfs:label "report for one month"^^xsd:string ; 195 +
196 - rdfs:subClassOf ep-report:Report . 196 +ep-report:ReportForYearToDate
197 - 197 + rdf:type ep-report:ReportPeriodType , owl:Class ;
198 -ep-report:ReportForOneWeek 198 + rdfs:label "report for year to date"^^xsd:string ;
199 - rdf:type ep-report:ReportPeriodType , owl:Class ; 199 + rdfs:subClassOf ep-report:Report .
200 - rdfs:label "report for one week"^^xsd:string ; 200 +
201 - rdfs:subClassOf ep-report:Report . 201 +ep-report:ReportPeriodType
202 - 202 + rdf:type rdfs:Class ;
203 -ep-report:ReportForOneYear 203 + rdfs:label "report period type"^^xsd:string ;
204 - rdf:type ep-report:ReportPeriodType , owl:Class ; 204 + rdfs:subClassOf owl:Class .
205 - rdfs:label "report for one year"^^xsd:string ; 205 +
206 - rdfs:subClassOf ep-report:Report . 206 +ep-report:WeeklyDrillingReport
207 - 207 + rdf:type owl:Class ;
208 -ep-report:ReportForYearToDate 208 + rdfs:subClassOf ep-report:Report ;
209 - rdf:type ep-report:ReportPeriodType , owl:Class ; 209 + rdfs:subClassOf
210 - rdfs:label "report for year to date"^^xsd:string ; 210 + [ rdf:type owl:Restriction ;
211 - rdfs:subClassOf ep-report:Report . 211 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
212 - 212 + owl:onProperty ep-report:createdAt
213 -ep-report:ReportPeriodType 213 + ] ;
214 - rdf:type rdfs:Class ; 214 + rdfs:subClassOf
215 - rdfs:label "report period type"^^xsd:string ; 215 + [ rdf:type owl:Restriction ;
216 - rdfs:subClassOf owl:Class . 216 + owl:allValuesFrom xsd:dateTime ;
217 - 217 + owl:onProperty ep-report:createdAt
218 -ep-report:WeeklyDrillingReport 218 + ] ;
219 - rdf:type owl:Class ; 219 + rdfs:subClassOf
220 - rdfs:subClassOf ep-report:Report ; 220 + [ rdf:type owl:Restriction ;
221 - rdfs:subClassOf 221 + owl:cardinality "7"^^xsd:nonNegativeInteger ;
222 - [ rdf:type owl:Restriction ; 222 + owl:onProperty ep-report:reportOn
223 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 223 + ] ;
224 - owl:onProperty ep-report:createdAt 224 + rdfs:subClassOf
225 - ] ; 225 + [ rdf:type owl:Restriction ;
226 - rdfs:subClassOf 226 + owl:allValuesFrom ep-report:DailyDrillingReport ;
227 - [ rdf:type owl:Restriction ; 227 + owl:onProperty ep-report:reportOn
228 - owl:allValuesFrom xsd:dateTime ; 228 + ] .
229 - owl:onProperty ep-report:createdAt 229 +
230 - ] ; 230 +ep-report:WellTestReport
231 - rdfs:subClassOf 231 + rdf:type owl:Class ;
232 - [ rdf:type owl:Restriction ; 232 + rdfs:label "well test report"^^xsd:string ;
233 - owl:cardinality "7"^^xsd:nonNegativeInteger ; 233 + rdfs:subClassOf ep-report:Report .
234 - owl:onProperty ep-report:reportOn 234 +
235 - ] ; 235 +ep-report:aliasName
236 - rdfs:subClassOf 236 + rdf:type owl:DatatypeProperty ;
237 - [ rdf:type owl:Restriction ; 237 + rdfs:range xsd:string .
238 - owl:allValuesFrom ep-report:DailyDrillingReport ; 238 +
239 - owl:onProperty ep-report:reportOn 239 +ep-report:aliasOwner
240 - ] . 240 + rdf:type owl:ObjectProperty ;
241 - 241 + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
242 -ep-report:WellTestReport 242 +
243 - rdf:type owl:Class ; 243 +ep-report:createdAt
244 - rdfs:label "well test report"^^xsd:string ; 244 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
245 - rdfs:subClassOf ep-report:Report . 245 + rdfs:domain ep-report:Report ;
246 - 246 + rdfs:label "created at"^^xsd:string .
247 -ep-report:aliasName 247 +
248 - rdf:type owl:DatatypeProperty ; 248 +ep-report:dailyDrillingReportNumber
249 - rdfs:range xsd:string . 249 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
250 - 250 + rdfs:domain ep-report:DailyDrillingReport ;
251 -ep-report:aliasOwner 251 + rdfs:label "daily drilling report number"^^xsd:string .
252 - rdf:type owl:ObjectProperty ; 252 +
253 - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . 253 +ep-report:dateCoveredByReport
254 - 254 + rdf:type owl:DatatypeProperty ;
255 -ep-report:createdAt 255 + rdfs:domain ep-report:DailyProductionReport ;
256 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 256 + rdfs:range xsd:date .
257 - rdfs:domain ep-report:Report ; 257 +
258 - rdfs:label "created at"^^xsd:string . 258 +ep-report:datumObjectForDailyDrillingReport
259 - 259 + rdf:type owl:ObjectProperty ;
260 -ep-report:dailyDrillingReportNumber 260 + rdfs:domain ep-report:DailyDrillingReport ;
261 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 261 + rdfs:label "datum object for daily drilling report"^^xsd:string ;
262 - rdfs:domain ep-report:DailyDrillingReport ; 262 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
263 - rdfs:label "daily drilling report number"^^xsd:string . 263 +
264 - 264 +ep-report:descriptionOfSource
265 -ep-report:dateCoveredByReport 265 + rdf:type owl:DatatypeProperty ;
266 - rdf:type owl:DatatypeProperty ; 266 + rdfs:domain ep-report:Report .
267 - rdfs:domain ep-report:DailyProductionReport ; 267 +
268 - rdfs:range xsd:date . 268 +ep-report:disclaimer
269 - 269 + rdf:type rdf:Property ;
270 -ep-report:datumObjectForDailyDrillingReport 270 + rdfs:domain ep-report:Report ;
271 - rdf:type owl:ObjectProperty ; 271 + rdfs:range xsd:string .
272 - rdfs:domain ep-report:DailyDrillingReport ; 272 +
273 - rdfs:label "datum object for daily drilling report"^^xsd:string ; 273 +ep-report:hasContent
274 - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 274 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
275 - 275 + rdfs:domain ep-report:Report ;
276 -ep-report:descriptionOfSource 276 + rdfs:label "has content"^^xsd:string .
277 - rdf:type owl:DatatypeProperty ; 277 +
278 - rdfs:domain ep-report:Report . 278 +ep-report:isAliasFor
279 - 279 + rdf:type owl:ObjectProperty ;
280 -ep-report:disclaimer 280 + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
281 - rdf:type rdf:Property ; 281 +
282 - rdfs:domain ep-report:Report ; 282 +ep-report:issuedAt
283 - rdfs:range xsd:string . 283 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
284 - 284 + rdfs:domain ep-report:Report ;
285 -ep-report:hasContent 285 + rdfs:label "issued at"^^xsd:string .
286 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 286 +
287 - rdfs:domain ep-report:Report ; 287 +ep-report:nameAsDatumObject
288 - rdfs:label "has content"^^xsd:string . 288 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
289 - 289 + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
290 -ep-report:isAliasFor 290 + rdfs:label "name as datum object"^^xsd:string .
291 - rdf:type owl:ObjectProperty ; 291 +
292 - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . 292 +ep-report:reportOn
293 - 293 + rdf:type owl:ObjectProperty ;
294 -ep-report:issuedAt 294 + rdfs:domain ep-report:Report ;
295 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 295 + rdfs:label "report on"^^xsd:string .
296 - rdfs:domain ep-report:Report ; 296 +
297 - rdfs:label "issued at"^^xsd:string . 297 +ep-report:reportSubmittedBy
298 - 298 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
299 -ep-report:nameAsDatumObject 299 + rdfs:domain ep-report:Report ;
300 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 300 + rdfs:label "report submitted by"^^xsd:string ;
301 - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 301 + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
302 - rdfs:label "name as datum object"^^xsd:string . 302 +
303 - 303 +ep-report:reportSubmittedFrom
304 -ep-report:reportOn 304 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
305 - rdf:type owl:ObjectProperty ; 305 + rdfs:domain ep-report:Report ;
306 - rdfs:domain ep-report:Report ; 306 + rdfs:label "report submitted from"^^xsd:string ;
307 - rdfs:label "report on"^^xsd:string . 307 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
308 - 308 +
309 -ep-report:reportSubmittedBy 309 +ep-report:title
310 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 310 + rdf:type owl:DatatypeProperty ;
311 - rdfs:domain ep-report:Report ; 311 + rdfs:domain ep-report:Report ;
312 - rdfs:label "report submitted by"^^xsd:string ; 312 + rdfs:label "title"^^xsd:string ;
313 - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 313 + rdfs:range xsd:string .
314 -
315 -ep-report:reportSubmittedFrom
316 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
317 - rdfs:domain ep-report:Report ;
318 - rdfs:label "report submitted from"^^xsd:string ;
319 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
320 -
321 -ep-report:title
322 - rdf:type owl:DatatypeProperty ;
323 - rdfs:domain ep-report:Report ;
324 - rdfs:label "title"^^xsd:string ;
325 - rdfs:range xsd:string .
......