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