David Price

Added some defns and some RD links

...@@ -127,7 +127,6 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -127,7 +127,6 @@ ep-activity:DailyDrillingActivityToStatus
127 127
128 ep-activity:DailyProductionActivity 128 ep-activity:DailyProductionActivity
129 rdf:type owl:Class ; 129 rdf:type owl:Class ;
130 - rdfs:comment "not used in the MPR"^^xsd:string ;
131 rdfs:label "daily production activity"^^xsd:string ; 130 rdfs:label "daily production activity"^^xsd:string ;
132 rdfs:subClassOf ep-activity:ProductionActivity . 131 rdfs:subClassOf ep-activity:ProductionActivity .
133 132
...@@ -402,19 +401,16 @@ ep-activity:MonthlyDrillingActivity ...@@ -402,19 +401,16 @@ ep-activity:MonthlyDrillingActivity
402 401
403 ep-activity:MonthlyProductionActivity 402 ep-activity:MonthlyProductionActivity
404 rdf:type owl:Class ; 403 rdf:type owl:Class ;
405 - rdfs:comment "not used in the MPR"^^xsd:string ;
406 rdfs:label "monthly production activity"^^xsd:string ; 404 rdfs:label "monthly production activity"^^xsd:string ;
407 rdfs:subClassOf ep-activity:ProductionActivity . 405 rdfs:subClassOf ep-activity:ProductionActivity .
408 406
409 ep-activity:OffshoreActivity 407 ep-activity:OffshoreActivity
410 rdf:type owl:Class ; 408 rdf:type owl:Class ;
411 - rdfs:comment "not used in the DDR"^^xsd:string ;
412 rdfs:label "Offshore activity"^^xsd:string ; 409 rdfs:label "Offshore activity"^^xsd:string ;
413 rdfs:subClassOf ep-activity:Activity . 410 rdfs:subClassOf ep-activity:Activity .
414 411
415 ep-activity:OffshoreWellActivity 412 ep-activity:OffshoreWellActivity
416 rdf:type owl:Class ; 413 rdf:type owl:Class ;
417 - rdfs:comment "not used in the DDR"^^xsd:string ;
418 rdfs:label "Offshore well activity"^^xsd:string ; 414 rdfs:label "Offshore well activity"^^xsd:string ;
419 rdfs:subClassOf ep-activity:OffshoreActivity ; 415 rdfs:subClassOf ep-activity:OffshoreActivity ;
420 rdfs:subClassOf 416 rdfs:subClassOf
...@@ -485,7 +481,6 @@ ep-activity:ProductionActivity ...@@ -485,7 +481,6 @@ ep-activity:ProductionActivity
485 481
486 ep-activity:ProductionActivityToDate 482 ep-activity:ProductionActivityToDate
487 rdf:type owl:Class ; 483 rdf:type owl:Class ;
488 - rdfs:comment "not used in the MPR"^^xsd:string ;
489 rdfs:label "production activity to date"^^xsd:string ; 484 rdfs:label "production activity to date"^^xsd:string ;
490 rdfs:subClassOf ep-activity:ProductionActivity . 485 rdfs:subClassOf ep-activity:ProductionActivity .
491 486
...@@ -517,7 +512,6 @@ ep-activity:WeeklyDrillingActivity ...@@ -517,7 +512,6 @@ ep-activity:WeeklyDrillingActivity
517 512
518 ep-activity:WeeklyProductionActivity 513 ep-activity:WeeklyProductionActivity
519 rdf:type owl:Class ; 514 rdf:type owl:Class ;
520 - rdfs:comment "not used in the MPR"^^xsd:string ;
521 rdfs:label "weekly production activity"^^xsd:string ; 515 rdfs:label "weekly production activity"^^xsd:string ;
522 rdfs:subClassOf ep-activity:ProductionActivity . 516 rdfs:subClassOf ep-activity:ProductionActivity .
523 517
...@@ -955,7 +949,6 @@ ep-activity:drillingOperator ...@@ -955,7 +949,6 @@ ep-activity:drillingOperator
955 949
956 ep-activity:durationOfDrilling 950 ep-activity:durationOfDrilling
957 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 951 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
958 - rdfs:comment "not used in the DDR"^^xsd:string ;
959 rdfs:domain ep-activity:DrillingActivity ; 952 rdfs:domain ep-activity:DrillingActivity ;
960 rdfs:label "duration of drilling"^^xsd:string ; 953 rdfs:label "duration of drilling"^^xsd:string ;
961 rdfs:range ep-core:TimeDuration . 954 rdfs:range ep-core:TimeDuration .
...@@ -1000,13 +993,11 @@ ep-activity:fluidProducedByWellTest ...@@ -1000,13 +993,11 @@ ep-activity:fluidProducedByWellTest
1000 993
1001 ep-activity:hasCasingLinerTubing 994 ep-activity:hasCasingLinerTubing
1002 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 995 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1003 - rdfs:comment "not used in the DDR"^^xsd:string ;
1004 rdfs:domain ep-activity:WellStimulation ; 996 rdfs:domain ep-activity:WellStimulation ;
1005 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
1006 998
1007 ep-activity:hasCasingString 999 ep-activity:hasCasingString
1008 rdf:type owl:ObjectProperty ; 1000 rdf:type owl:ObjectProperty ;
1009 - rdfs:comment "not used in the DDR"^^xsd:string ;
1010 rdfs:label "has casing string"^^xsd:string . 1001 rdfs:label "has casing string"^^xsd:string .
1011 1002
1012 ep-activity:hasChokeValve 1003 ep-activity:hasChokeValve
...@@ -1034,12 +1025,10 @@ ep-activity:hasInflowLocation ...@@ -1034,12 +1025,10 @@ ep-activity:hasInflowLocation
1034 1025
1035 ep-activity:hasSubActivity 1026 ep-activity:hasSubActivity
1036 rdf:type owl:ObjectProperty ; 1027 rdf:type owl:ObjectProperty ;
1037 - rdfs:comment "not used in the DDR"^^xsd:string ;
1038 rdfs:label "has sub activity"^^xsd:string . 1028 rdfs:label "has sub activity"^^xsd:string .
1039 1029
1040 ep-activity:hasWellTestChoke 1030 ep-activity:hasWellTestChoke
1041 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1031 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1042 - rdfs:comment "not used in the DDR"^^xsd:string ;
1043 rdfs:domain ep-activity:WellTest ; 1032 rdfs:domain ep-activity:WellTest ;
1044 rdfs:label "has well test choke"^^xsd:string ; 1033 rdfs:label "has well test choke"^^xsd:string ;
1045 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 13
14 <http://www.reportinghub.no/ep/schema/1.0/equipment> 14 <http://www.reportinghub.no/ep/schema/1.0/equipment>
15 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
17 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
18 18
19 ep-core:PhysicalThing 19 ep-core:PhysicalThing
...@@ -26,13 +26,15 @@ ep-eqt:BlowOutPreventer ...@@ -26,13 +26,15 @@ ep-eqt:BlowOutPreventer
26 rdfs:subClassOf ep-eqt:Equipment . 26 rdfs:subClassOf ep-eqt:Equipment .
27 27
28 ep-eqt:Casing 28 ep-eqt:Casing
29 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 29 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
30 + rdfs:comment "equipment that is a casing"^^xsd:string ;
30 rdfs:label "Casing"^^xsd:string ; 31 rdfs:label "Casing"^^xsd:string ;
31 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 32 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
32 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . 33 + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
33 34
34 ep-eqt:CasingLinerTubing 35 ep-eqt:CasingLinerTubing
35 rdf:type owl:Class ; 36 rdf:type owl:Class ;
37 + rdfs:comment "equipment that is either a casing, a liner or tubing"^^xsd:string ;
36 rdfs:label "casing/liner/tubing"^^xsd:string ; 38 rdfs:label "casing/liner/tubing"^^xsd:string ;
37 rdfs:subClassOf ep-eqt:Equipment ; 39 rdfs:subClassOf ep-eqt:Equipment ;
38 owl:equivalentClass 40 owl:equivalentClass
...@@ -42,18 +44,20 @@ ep-eqt:CasingLinerTubing ...@@ -42,18 +44,20 @@ ep-eqt:CasingLinerTubing
42 44
43 ep-eqt:CasingLinerTubingType 45 ep-eqt:CasingLinerTubingType
44 rdf:type rdfs:Class ; 46 rdf:type rdfs:Class ;
47 + rdfs:comment "class of casing, liner or tubing on the basis of whether or not it is casing, liner or tubing"^^xsd:string ;
45 rdfs:label "casing/liner/tubing type"^^xsd:string ; 48 rdfs:label "casing/liner/tubing type"^^xsd:string ;
46 rdfs:subClassOf owl:Class . 49 rdfs:subClassOf owl:Class .
47 50
48 ep-eqt:CasingRoleType 51 ep-eqt:CasingRoleType
49 rdf:type rdfs:Class ; 52 rdf:type rdfs:Class ;
53 + rdfs:comment "class of casing on the basis of its role as intermediate, production or top"^^xsd:string ;
50 rdfs:label "casing role type"^^xsd:string ; 54 rdfs:label "casing role type"^^xsd:string ;
51 rdfs:subClassOf owl:Class . 55 rdfs:subClassOf owl:Class .
52 56
53 ep-eqt:CasingString 57 ep-eqt:CasingString
54 rdf:type owl:Class ; 58 rdf:type owl:Class ;
55 rdfs:label "casing string"^^xsd:string ; 59 rdfs:label "casing string"^^xsd:string ;
56 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 60 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
57 61
58 ep-eqt:ChokeValve 62 ep-eqt:ChokeValve
59 rdf:type owl:Class ; 63 rdf:type owl:Class ;
...@@ -63,11 +67,13 @@ ep-eqt:ChokeValve ...@@ -63,11 +67,13 @@ ep-eqt:ChokeValve
63 67
64 ep-eqt:ClassOfDrillBitBySize 68 ep-eqt:ClassOfDrillBitBySize
65 rdf:type rdfs:Class ; 69 rdf:type rdfs:Class ;
70 + rdfs:comment "class of drill bit on the basis of size"^^xsd:string ;
66 rdfs:label "class of drill bit by size"^^xsd:string ; 71 rdfs:label "class of drill bit by size"^^xsd:string ;
67 rdfs:subClassOf owl:Class . 72 rdfs:subClassOf owl:Class .
68 73
69 ep-eqt:ClassOfSupplyDefinedByAManufacturer 74 ep-eqt:ClassOfSupplyDefinedByAManufacturer
70 rdf:type rdfs:Class ; 75 rdf:type rdfs:Class ;
76 + rdfs:comment "class of equipment that is define by a manufacturer as a possible supply"^^xsd:string ;
71 rdfs:label "manufacturer model"^^xsd:string ; 77 rdfs:label "manufacturer model"^^xsd:string ;
72 rdfs:subClassOf owl:Class . 78 rdfs:subClassOf owl:Class .
73 79
...@@ -85,73 +91,85 @@ ep-eqt:Controller-lift ...@@ -85,73 +91,85 @@ ep-eqt:Controller-lift
85 91
86 ep-eqt:DrillBit 92 ep-eqt:DrillBit
87 rdf:type owl:Class ; 93 rdf:type owl:Class ;
94 + rdfs:comment "equipment that is a drill bit"^^xsd:string ;
88 rdfs:label "drill bit"^^xsd:string ; 95 rdfs:label "drill bit"^^xsd:string ;
89 rdfs:subClassOf ep-eqt:Equipment . 96 rdfs:subClassOf ep-eqt:Equipment .
90 97
91 ep-eqt:DrillBitForWellBore 98 ep-eqt:DrillBitForWellBore
92 rdf:type owl:Class ; 99 rdf:type owl:Class ;
100 + rdfs:comment "drill bit whilst it is used for a single wellbore"^^xsd:string ;
93 rdfs:label "drill bit for wellbore"^^xsd:string ; 101 rdfs:label "drill bit for wellbore"^^xsd:string ;
94 rdfs:subClassOf ep-eqt:DrillBit . 102 rdfs:subClassOf ep-eqt:DrillBit .
95 103
96 ep-eqt:DullGrade 104 ep-eqt:DullGrade
97 rdf:type rdfs:Class ; 105 rdf:type rdfs:Class ;
106 + rdfs:comment "class of drill bit on the basis of its dull grade"^^xsd:string ;
98 rdfs:label "dull grade"^^xsd:string ; 107 rdfs:label "dull grade"^^xsd:string ;
99 rdfs:subClassOf owl:Class . 108 rdfs:subClassOf owl:Class .
100 109
101 ep-eqt:Equipment 110 ep-eqt:Equipment
102 rdf:type owl:Class ; 111 rdf:type owl:Class ;
112 + rdfs:comment "physical object that has been manufactured and that is or can be part of a facility or well"^^xsd:string ;
103 rdfs:label "Equipment"^^xsd:string ; 113 rdfs:label "Equipment"^^xsd:string ;
104 rdfs:subClassOf ep-core:PhysicalObject . 114 rdfs:subClassOf ep-core:PhysicalObject .
105 115
106 ep-eqt:InnerBarrel 116 ep-eqt:InnerBarrel
107 rdf:type owl:Class ; 117 rdf:type owl:Class ;
118 + rdfs:comment "equipment that is an inner barrel"^^xsd:string ;
108 rdfs:label "inner barrel"^^xsd:string ; 119 rdfs:label "inner barrel"^^xsd:string ;
109 rdfs:subClassOf ep-eqt:Equipment . 120 rdfs:subClassOf ep-eqt:Equipment .
110 121
111 ep-eqt:InnerBarrel-aluminum 122 ep-eqt:InnerBarrel-aluminum
112 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 123 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
124 + rdfs:comment "inner barrel that is aluminium"^^xsd:string ;
113 rdfs:label "inner barrel - aluminum"^^xsd:string ; 125 rdfs:label "inner barrel - aluminum"^^xsd:string ;
114 rdfs:subClassOf ep-eqt:InnerBarrel ; 126 rdfs:subClassOf ep-eqt:InnerBarrel ;
115 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . 127 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
116 128
117 ep-eqt:InnerBarrel-fiberglass 129 ep-eqt:InnerBarrel-fiberglass
118 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 130 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
131 + rdfs:comment "inner barrel that is fibreglass"^^xsd:string ;
119 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 132 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
120 rdfs:subClassOf ep-eqt:InnerBarrel ; 133 rdfs:subClassOf ep-eqt:InnerBarrel ;
121 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . 134 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
122 135
123 ep-eqt:InnerBarrel-gel 136 ep-eqt:InnerBarrel-gel
124 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 137 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
138 + rdfs:comment "inner barrel that is gel"^^xsd:string ;
125 rdfs:label "inner barrel - gel"^^xsd:string ; 139 rdfs:label "inner barrel - gel"^^xsd:string ;
126 rdfs:subClassOf ep-eqt:InnerBarrel ; 140 rdfs:subClassOf ep-eqt:InnerBarrel ;
127 - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . 141 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
128 142
129 ep-eqt:InnerBarrelType 143 ep-eqt:InnerBarrelType
130 rdf:type rdfs:Class ; 144 rdf:type rdfs:Class ;
145 + rdfs:comment "class of inner barrel on the basis of whether it is aluminium, fibreglass or gel"^^xsd:string ;
131 rdfs:label "inner barrel type"^^xsd:string ; 146 rdfs:label "inner barrel type"^^xsd:string ;
132 rdfs:subClassOf owl:Class . 147 rdfs:subClassOf owl:Class .
133 148
134 ep-eqt:IntermediateCasing 149 ep-eqt:IntermediateCasing
135 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 150 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
151 + rdfs:comment "casing that is intermediate"^^xsd:string ;
136 rdfs:label "intermediate casing"^^xsd:string ; 152 rdfs:label "intermediate casing"^^xsd:string ;
137 rdfs:subClassOf ep-eqt:Casing ; 153 rdfs:subClassOf ep-eqt:Casing ;
138 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . 154 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
139 155
140 ep-eqt:KellyBushing 156 ep-eqt:KellyBushing
141 rdf:type owl:Class ; 157 rdf:type owl:Class ;
158 + rdfs:comment "equipment that is a Kelly bushing"^^xsd:string ;
142 rdfs:label "kelly bushing"^^xsd:string ; 159 rdfs:label "kelly bushing"^^xsd:string ;
143 rdfs:subClassOf ep-eqt:Equipment . 160 rdfs:subClassOf ep-eqt:Equipment .
144 161
145 ep-eqt:LastCasingOfAWellBore 162 ep-eqt:LastCasingOfAWellBore
146 rdf:type owl:Class ; 163 rdf:type owl:Class ;
147 rdfs:label "last casing of a wellbore"^^xsd:string ; 164 rdfs:label "last casing of a wellbore"^^xsd:string ;
148 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . 165 + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
149 166
150 ep-eqt:Liner 167 ep-eqt:Liner
151 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 168 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
169 + rdfs:comment "equipment that is a liner"^^xsd:string ;
152 rdfs:label "Liner"^^xsd:string ; 170 rdfs:label "Liner"^^xsd:string ;
153 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 171 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
154 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . 172 + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
155 173
156 ep-eqt:Manifold 174 ep-eqt:Manifold
157 rdf:type owl:Class ; 175 rdf:type owl:Class ;
...@@ -170,19 +188,22 @@ ep-eqt:Manifold-production ...@@ -170,19 +188,22 @@ ep-eqt:Manifold-production
170 188
171 ep-eqt:PipeOutsideDiameterAPI_5CTClass 189 ep-eqt:PipeOutsideDiameterAPI_5CTClass
172 rdf:type rdfs:Class ; 190 rdf:type rdfs:Class ;
191 + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string , "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string ;
173 rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; 192 rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ;
174 rdfs:subClassOf owl:Class . 193 rdfs:subClassOf owl:Class .
175 194
176 ep-eqt:PipeWeightAPI_5CTClass 195 ep-eqt:PipeWeightAPI_5CTClass
177 rdf:type rdfs:Class ; 196 rdf:type rdfs:Class ;
197 + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string , "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string ;
178 rdfs:label "Pipe weight API 5CT class"^^xsd:string ; 198 rdfs:label "Pipe weight API 5CT class"^^xsd:string ;
179 rdfs:subClassOf owl:Class . 199 rdfs:subClassOf owl:Class .
180 200
181 ep-eqt:ProductionCasing 201 ep-eqt:ProductionCasing
182 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 202 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
203 + rdfs:comment "casing that is for production"^^xsd:string ;
183 rdfs:label "production casing"^^xsd:string ; 204 rdfs:label "production casing"^^xsd:string ;
184 rdfs:subClassOf ep-eqt:Casing ; 205 rdfs:subClassOf ep-eqt:Casing ;
185 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . 206 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
186 207
187 ep-eqt:Separator 208 ep-eqt:Separator
188 rdf:type owl:Class ; 209 rdf:type owl:Class ;
...@@ -192,6 +213,7 @@ ep-eqt:Separator ...@@ -192,6 +213,7 @@ ep-eqt:Separator
192 213
193 ep-eqt:SteelGradeAPI_5CTClass 214 ep-eqt:SteelGradeAPI_5CTClass
194 rdf:type rdfs:Class ; 215 rdf:type rdfs:Class ;
216 + rdfs:comment "class of material on the basis of the steel grade as defined in API Specification 5CT"^^xsd:string ;
195 rdfs:label "Steel grade API 5CT class"^^xsd:string ; 217 rdfs:label "Steel grade API 5CT class"^^xsd:string ;
196 rdfs:subClassOf owl:Class . 218 rdfs:subClassOf owl:Class .
197 219
...@@ -202,24 +224,28 @@ ep-eqt:Tank ...@@ -202,24 +224,28 @@ ep-eqt:Tank
202 rdfs:subClassOf ep-eqt:Equipment . 224 rdfs:subClassOf ep-eqt:Equipment .
203 225
204 ep-eqt:TopCasing 226 ep-eqt:TopCasing
205 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 227 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
228 + rdfs:comment "casing that is at the top"^^xsd:string ;
206 rdfs:label "top casing"^^xsd:string ; 229 rdfs:label "top casing"^^xsd:string ;
207 rdfs:subClassOf ep-eqt:Casing ; 230 rdfs:subClassOf ep-eqt:Casing ;
208 - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . 231 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
209 232
210 ep-eqt:Tubing 233 ep-eqt:Tubing
211 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 234 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
235 + rdfs:comment "equipment that is tubing"^^xsd:string ;
212 rdfs:label "Tubing"^^xsd:string ; 236 rdfs:label "Tubing"^^xsd:string ;
213 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 237 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
214 - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . 238 + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
215 239
216 ep-eqt:TubularConnectionClass 240 ep-eqt:TubularConnectionClass
217 rdf:type rdfs:Class ; 241 rdf:type rdfs:Class ;
242 + rdfs:comment "class of tubular connection"^^xsd:string ;
218 rdfs:label "tubular connection class"^^xsd:string ; 243 rdfs:label "tubular connection class"^^xsd:string ;
219 rdfs:subClassOf owl:Class . 244 rdfs:subClassOf owl:Class .
220 245
221 ep-eqt:WellBoreLoggingTool 246 ep-eqt:WellBoreLoggingTool
222 rdf:type owl:Class ; 247 rdf:type owl:Class ;
248 + rdfs:comment "equipment that is a wellbore logging tool"^^xsd:string ;
223 rdfs:label "well bore logging tool"^^xsd:string ; 249 rdfs:label "well bore logging tool"^^xsd:string ;
224 rdfs:subClassOf ep-eqt:Equipment . 250 rdfs:subClassOf ep-eqt:Equipment .
225 251
...@@ -230,7 +256,7 @@ ep-eqt:WellTestChoke ...@@ -230,7 +256,7 @@ ep-eqt:WellTestChoke
230 rdfs:subClassOf ep-eqt:Equipment . 256 rdfs:subClassOf ep-eqt:Equipment .
231 257
232 ep-eqt:chokeOrificeSize 258 ep-eqt:chokeOrificeSize
233 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 259 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
234 rdfs:comment "diameterof the choke orifice within a well test choke manifold"^^xsd:string ; 260 rdfs:comment "diameterof the choke orifice within a well test choke manifold"^^xsd:string ;
235 rdfs:domain ep-eqt:WellTestChoke ; 261 rdfs:domain ep-eqt:WellTestChoke ;
236 rdfs:label "choke orifice size"^^xsd:string ; 262 rdfs:label "choke orifice size"^^xsd:string ;
...@@ -238,71 +264,79 @@ ep-eqt:chokeOrificeSize ...@@ -238,71 +264,79 @@ ep-eqt:chokeOrificeSize
238 264
239 ep-eqt:codeAssignedByAManufacturer 265 ep-eqt:codeAssignedByAManufacturer
240 rdf:type owl:DatatypeProperty ; 266 rdf:type owl:DatatypeProperty ;
267 + rdfs:comment "identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer"^^xsd:string ;
241 rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; 268 rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ;
242 rdfs:label "code assigned by manufacturer"^^xsd:string . 269 rdfs:label "code assigned by manufacturer"^^xsd:string .
243 270
244 ep-eqt:diameterOfACasing 271 ep-eqt:diameterOfACasing
245 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 272 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
246 rdfs:domain ep-eqt:Casing ; 273 rdfs:domain ep-eqt:Casing ;
247 rdfs:label "diameter of a casing"^^xsd:string ; 274 rdfs:label "diameter of a casing"^^xsd:string ;
248 rdfs:range ep-core:Length . 275 rdfs:range ep-core:Length .
249 276
250 ep-eqt:diameterOfDrillBit 277 ep-eqt:diameterOfDrillBit
251 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 278 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
252 rdfs:domain ep-eqt:DrillBit ; 279 rdfs:domain ep-eqt:DrillBit ;
253 rdfs:label "diameter of drill bit"^^xsd:string ; 280 rdfs:label "diameter of drill bit"^^xsd:string ;
254 rdfs:range ep-core:Length . 281 rdfs:range ep-core:Length .
255 282
256 ep-eqt:elevationOfKellyBushing 283 ep-eqt:elevationOfKellyBushing
257 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 284 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
285 + rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ;
258 rdfs:domain ep-eqt:KellyBushing ; 286 rdfs:domain ep-eqt:KellyBushing ;
259 rdfs:label "elevation of kelly bushing"^^xsd:string ; 287 rdfs:label "elevation of kelly bushing"^^xsd:string ;
260 rdfs:range ep-core:Length . 288 rdfs:range ep-core:Length .
261 289
262 ep-eqt:hasTubularConnectionClass 290 ep-eqt:hasTubularConnectionClass
263 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 291 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
264 rdfs:domain ep-eqt:CasingLinerTubing ; 292 rdfs:domain ep-eqt:CasingLinerTubing ;
265 rdfs:label "has tubular connection class"^^xsd:string ; 293 rdfs:label "has tubular connection class"^^xsd:string ;
266 rdfs:range ep-eqt:TubularConnectionClass . 294 rdfs:range ep-eqt:TubularConnectionClass .
267 295
268 ep-eqt:insideDiameterOfATubular 296 ep-eqt:insideDiameterOfATubular
269 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 297 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
298 + rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ;
270 rdfs:domain ep-eqt:CasingLinerTubing ; 299 rdfs:domain ep-eqt:CasingLinerTubing ;
271 rdfs:label "inside diameter of a tubular"^^xsd:string ; 300 rdfs:label "inside diameter of a tubular"^^xsd:string ;
272 rdfs:range ep-core:Length . 301 rdfs:range ep-core:Length .
273 302
274 ep-eqt:lengthOfInnerBarrel 303 ep-eqt:lengthOfInnerBarrel
275 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 304 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
305 + rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ;
276 rdfs:domain ep-eqt:InnerBarrel ; 306 rdfs:domain ep-eqt:InnerBarrel ;
277 rdfs:label "length of inner barrel"^^xsd:string ; 307 rdfs:label "length of inner barrel"^^xsd:string ;
278 rdfs:range ep-core:Length . 308 rdfs:range ep-core:Length .
279 309
280 ep-eqt:manufacturedBy 310 ep-eqt:manufacturedBy
281 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 311 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
312 + rdfs:comment "manufacturer of an equipment item"^^xsd:string ;
282 rdfs:domain ep-eqt:Equipment ; 313 rdfs:domain ep-eqt:Equipment ;
283 rdfs:label "manaufactured by"^^xsd:string ; 314 rdfs:label "manaufactured by"^^xsd:string ;
284 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 315 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
285 316
286 ep-eqt:maximumPressureForBlowOutPreventer 317 ep-eqt:maximumPressureForBlowOutPreventer
287 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 318 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
319 + rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ;
288 rdfs:domain ep-eqt:BlowOutPreventer ; 320 rdfs:domain ep-eqt:BlowOutPreventer ;
289 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; 321 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ;
290 rdfs:range ep-core:Pressure . 322 rdfs:range ep-core:Pressure .
291 323
292 ep-eqt:maximumPressureForChokeValve 324 ep-eqt:maximumPressureForChokeValve
293 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 325 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
326 + rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ;
294 rdfs:domain ep-eqt:ChokeValve ; 327 rdfs:domain ep-eqt:ChokeValve ;
295 rdfs:label "maximum pressure for choke valve"^^xsd:string ; 328 rdfs:label "maximum pressure for choke valve"^^xsd:string ;
296 rdfs:range ep-core:Pressure . 329 rdfs:range ep-core:Pressure .
297 330
298 ep-eqt:outsideDiameterOfATubular 331 ep-eqt:outsideDiameterOfATubular
299 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 332 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
300 rdfs:domain ep-eqt:CasingLinerTubing ; 333 rdfs:domain ep-eqt:CasingLinerTubing ;
301 rdfs:label "outside diameter of a tubular"^^xsd:string ; 334 rdfs:label "outside diameter of a tubular"^^xsd:string ;
302 rdfs:range ep-core:Length . 335 rdfs:range ep-core:Length .
303 336
304 ep-eqt:stringLengthOfATubular 337 ep-eqt:stringLengthOfATubular
305 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 338 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
339 + rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ;
306 rdfs:domain ep-eqt:CasingLinerTubing ; 340 rdfs:domain ep-eqt:CasingLinerTubing ;
307 rdfs:label "string length of a tubular"^^xsd:string ; 341 rdfs:label "string length of a tubular"^^xsd:string ;
308 rdfs:range ep-core:Length . 342 rdfs:range ep-core:Length .
......
...@@ -26,8 +26,10 @@ ep-material:AqueousMaterial ...@@ -26,8 +26,10 @@ ep-material:AqueousMaterial
26 26
27 ep-material:BasicSedimentAndWater 27 ep-material:BasicSedimentAndWater
28 rdf:type ep-material:SubstanceType , owl:Class ; 28 rdf:type ep-material:SubstanceType , owl:Class ;
29 - rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; 29 + rdfs:label "basic sediment and water"^^xsd:string , "bsw"^^xsd:string ;
30 - rdfs:subClassOf ep-material:Fluid . 30 + rdfs:subClassOf ep-material:Fluid ;
31 + ep-core:seeReferenceData
32 + "http://posccaesar.org/rdl/RDS16681480"^^xsd:string .
31 33
32 ep-material:BatchOfCargo 34 ep-material:BatchOfCargo
33 rdf:type owl:Class ; 35 rdf:type owl:Class ;
...@@ -137,22 +139,31 @@ ep-material:C9AndLighter ...@@ -137,22 +139,31 @@ ep-material:C9AndLighter
137 ep-material:CO2-gas 139 ep-material:CO2-gas
138 rdf:type owl:Class ; 140 rdf:type owl:Class ;
139 rdfs:label "CO2 gas"^^xsd:string ; 141 rdfs:label "CO2 gas"^^xsd:string ;
140 - rdfs:subClassOf ep-material:NonHcGas . 142 + rdfs:subClassOf ep-material:NonHcGas ;
143 + ep-core:seeReferenceData
144 + "http://posccaesar.org/rdl/RDS6737690"^^xsd:string .
141 145
142 ep-material:CarbonDioxide 146 ep-material:CarbonDioxide
143 rdf:type owl:Class ; 147 rdf:type owl:Class ;
148 + rdfs:comment "material of a single type of molecule that is carbon dioxide"^^xsd:string ;
144 rdfs:label "carbon dioxide"^^xsd:string ; 149 rdfs:label "carbon dioxide"^^xsd:string ;
145 - rdfs:subClassOf ep-material:Material . 150 + rdfs:subClassOf ep-material:Material ;
151 + ep-core:seeReferenceData
152 + "http://posccaesar.org/rdl/RDS424034"^^xsd:string .
146 153
147 ep-material:CarbonMonoxide 154 ep-material:CarbonMonoxide
148 rdf:type owl:Class ; 155 rdf:type owl:Class ;
149 rdfs:label "carbon monoxide"^^xsd:string ; 156 rdfs:label "carbon monoxide"^^xsd:string ;
150 - rdfs:subClassOf ep-material:Material . 157 + rdfs:subClassOf ep-material:Material ;
158 + ep-core:seeReferenceData
159 + "http://posccaesar.org/rdl/RDS424124"^^xsd:string .
151 160
152 ep-material:Chemical 161 ep-material:Chemical
153 rdf:type owl:Class ; 162 rdf:type owl:Class ;
154 rdfs:label "chemical"^^xsd:string ; 163 rdfs:label "chemical"^^xsd:string ;
155 - rdfs:subClassOf ep-material:Material . 164 + rdfs:subClassOf ep-material:Material ;
165 + ep-core:seeReferenceData
166 + "http://posccaesar.org/rdl/RDS978526561"^^xsd:string .
156 167
157 ep-material:ChemicalType 168 ep-material:ChemicalType
158 rdf:type rdfs:Class ; 169 rdf:type rdfs:Class ;
...@@ -161,13 +172,16 @@ ep-material:ChemicalType ...@@ -161,13 +172,16 @@ ep-material:ChemicalType
161 172
162 ep-material:Chloride 173 ep-material:Chloride
163 rdf:type owl:Class ; 174 rdf:type owl:Class ;
175 + rdfs:comment "material of a single type of molecule that is chloride"^^xsd:string ;
164 rdfs:label "chloride"^^xsd:string ; 176 rdfs:label "chloride"^^xsd:string ;
165 rdfs:subClassOf ep-material:Material . 177 rdfs:subClassOf ep-material:Material .
166 178
167 ep-material:Condensate 179 ep-material:Condensate
168 rdf:type owl:Class ; 180 rdf:type owl:Class ;
169 rdfs:label "condensate"^^xsd:string ; 181 rdfs:label "condensate"^^xsd:string ;
170 - rdfs:subClassOf ep-material:Material . 182 + rdfs:subClassOf ep-material:Material ;
183 + ep-core:seeReferenceData
184 + "http://posccaesar.org/rdl/RDS8642343"^^xsd:string .
171 185
172 ep-material:Crude-stabilized 186 ep-material:Crude-stabilized
173 rdf:type owl:Class ; 187 rdf:type owl:Class ;
...@@ -177,7 +191,9 @@ ep-material:Crude-stabilized ...@@ -177,7 +191,9 @@ ep-material:Crude-stabilized
177 ep-material:CrudeOil 191 ep-material:CrudeOil
178 rdf:type owl:Class ; 192 rdf:type owl:Class ;
179 rdfs:label "crude oil"^^xsd:string ; 193 rdfs:label "crude oil"^^xsd:string ;
180 - rdfs:subClassOf ep-material:Material . 194 + rdfs:subClassOf ep-material:Material ;
195 + ep-core:seeReferenceData
196 + "http://posccaesar.org/rdl/RDS8650260"^^xsd:string .
181 197
182 ep-material:Cuttings 198 ep-material:Cuttings
183 rdf:type owl:Class ; 199 rdf:type owl:Class ;
...@@ -187,7 +203,9 @@ ep-material:Cuttings ...@@ -187,7 +203,9 @@ ep-material:Cuttings
187 ep-material:Diesel 203 ep-material:Diesel
188 rdf:type owl:Class ; 204 rdf:type owl:Class ;
189 rdfs:label "diesel"^^xsd:string ; 205 rdfs:label "diesel"^^xsd:string ;
190 - rdfs:subClassOf ep-material:Material . 206 + rdfs:subClassOf ep-material:Material ;
207 + ep-core:seeReferenceData
208 + "http://posccaesar.org/rdl/RDS418648421"^^xsd:string .
191 209
192 ep-material:Diethyleneglycol 210 ep-material:Diethyleneglycol
193 rdf:type owl:Class ; 211 rdf:type owl:Class ;
...@@ -197,7 +215,9 @@ ep-material:Diethyleneglycol ...@@ -197,7 +215,9 @@ ep-material:Diethyleneglycol
197 ep-material:Dioxygen 215 ep-material:Dioxygen
198 rdf:type owl:Class ; 216 rdf:type owl:Class ;
199 rdfs:label "dioxygen"^^xsd:string ; 217 rdfs:label "dioxygen"^^xsd:string ;
200 - rdfs:subClassOf ep-material:Material . 218 + rdfs:subClassOf ep-material:Material ;
219 + ep-core:seeReferenceData
220 + "http://posccaesar.org/rdl/RDS426284"^^xsd:string .
201 221
202 ep-material:DryFluid 222 ep-material:DryFluid
203 rdf:type owl:Class ; 223 rdf:type owl:Class ;
...@@ -206,8 +226,11 @@ ep-material:DryFluid ...@@ -206,8 +226,11 @@ ep-material:DryFluid
206 226
207 ep-material:Ethane 227 ep-material:Ethane
208 rdf:type owl:Class ; 228 rdf:type owl:Class ;
229 + rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ;
209 rdfs:label "ethane"^^xsd:string ; 230 rdfs:label "ethane"^^xsd:string ;
210 - rdfs:subClassOf ep-material:Material . 231 + rdfs:subClassOf ep-material:Material ;
232 + ep-core:seeReferenceData
233 + "http://posccaesar.org/rdl/RDS419219"^^xsd:string .
211 234
212 ep-material:Ethane-component 235 ep-material:Ethane-component
213 rdf:type owl:Class ; 236 rdf:type owl:Class ;
...@@ -216,6 +239,7 @@ ep-material:Ethane-component ...@@ -216,6 +239,7 @@ ep-material:Ethane-component
216 239
217 ep-material:Filtrate 240 ep-material:Filtrate
218 rdf:type owl:Class ; 241 rdf:type owl:Class ;
242 + rdfs:comment "material that is filtrate"^^xsd:string ;
219 rdfs:label "filtrate"^^xsd:string ; 243 rdfs:label "filtrate"^^xsd:string ;
220 rdfs:subClassOf ep-material:Material . 244 rdfs:subClassOf ep-material:Material .
221 245
...@@ -267,17 +291,23 @@ ep-material:GasAndWater ...@@ -267,17 +291,23 @@ ep-material:GasAndWater
267 ep-material:HeliumGas 291 ep-material:HeliumGas
268 rdf:type owl:Class ; 292 rdf:type owl:Class ;
269 rdfs:label "helium gas"^^xsd:string ; 293 rdfs:label "helium gas"^^xsd:string ;
270 - rdfs:subClassOf ep-material:Material . 294 + rdfs:subClassOf ep-material:Material ;
295 + ep-core:seeReferenceData
296 + "http://posccaesar.org/rdl/RDS8015624884"^^xsd:string .
271 297
272 ep-material:Heptane 298 ep-material:Heptane
273 rdf:type owl:Class ; 299 rdf:type owl:Class ;
274 rdfs:label "heptane"^^xsd:string ; 300 rdfs:label "heptane"^^xsd:string ;
275 - rdfs:subClassOf ep-material:Material . 301 + rdfs:subClassOf ep-material:Material ;
302 + ep-core:seeReferenceData
303 + "http://posccaesar.org/rdl/RDS419534"^^xsd:string .
276 304
277 ep-material:HydrogenGas 305 ep-material:HydrogenGas
278 rdf:type owl:Class ; 306 rdf:type owl:Class ;
279 rdfs:label "hydrogen gas"^^xsd:string ; 307 rdfs:label "hydrogen gas"^^xsd:string ;
280 - rdfs:subClassOf ep-material:Material . 308 + rdfs:subClassOf ep-material:Material ;
309 + ep-core:seeReferenceData
310 + "http://posccaesar.org/rdl/RDS425384"^^xsd:string .
281 311
282 ep-material:HydrogenSulfide 312 ep-material:HydrogenSulfide
283 rdf:type owl:Class ; 313 rdf:type owl:Class ;
...@@ -287,7 +317,9 @@ ep-material:HydrogenSulfide ...@@ -287,7 +317,9 @@ ep-material:HydrogenSulfide
287 ep-material:Isobutane 317 ep-material:Isobutane
288 rdf:type ep-material:SubstanceType , owl:Class ; 318 rdf:type ep-material:SubstanceType , owl:Class ;
289 rdfs:label "IC4"^^xsd:string , "isobutane"^^xsd:string ; 319 rdfs:label "IC4"^^xsd:string , "isobutane"^^xsd:string ;
290 - rdfs:subClassOf ep-material:Material . 320 + rdfs:subClassOf ep-material:Material ;
321 + ep-core:seeReferenceData
322 + "http://posccaesar.org/rdl/RDS419309"^^xsd:string .
291 323
292 ep-material:Isobutane-component 324 ep-material:Isobutane-component
293 rdf:type owl:Class ; 325 rdf:type owl:Class ;
...@@ -295,9 +327,11 @@ ep-material:Isobutane-component ...@@ -295,9 +327,11 @@ ep-material:Isobutane-component
295 rdfs:subClassOf ep-material:Material . 327 rdfs:subClassOf ep-material:Material .
296 328
297 ep-material:Isopentane 329 ep-material:Isopentane
298 - rdf:type owl:Class , ep-material:SubstanceType ; 330 + rdf:type ep-material:SubstanceType , owl:Class ;
299 - rdfs:label "isopentane"^^xsd:string , "IC5"^^xsd:string ; 331 + rdfs:label "IC5"^^xsd:string , "isopentane"^^xsd:string ;
300 - rdfs:subClassOf ep-material:Material . 332 + rdfs:subClassOf ep-material:Material ;
333 + ep-core:seeReferenceData
334 + "http://posccaesar.org/rdl/RDS419399"^^xsd:string .
301 335
302 ep-material:Liquid 336 ep-material:Liquid
303 rdf:type owl:Class ; 337 rdf:type owl:Class ;
...@@ -307,7 +341,9 @@ ep-material:Liquid ...@@ -307,7 +341,9 @@ ep-material:Liquid
307 ep-material:LiquifiedNaturalGas 341 ep-material:LiquifiedNaturalGas
308 rdf:type owl:Class ; 342 rdf:type owl:Class ;
309 rdfs:label "liquified natural gas"^^xsd:string ; 343 rdfs:label "liquified natural gas"^^xsd:string ;
310 - rdfs:subClassOf ep-material:Material . 344 + rdfs:subClassOf ep-material:Material ;
345 + ep-core:seeReferenceData
346 + "http://posccaesar.org/rdl/RDS418629161"^^xsd:string .
311 347
312 ep-material:LiquifiedPetroleumGas 348 ep-material:LiquifiedPetroleumGas
313 rdf:type owl:Class ; 349 rdf:type owl:Class ;
...@@ -337,7 +373,9 @@ ep-material:Methane ...@@ -337,7 +373,9 @@ ep-material:Methane
337 ep-material:Methanol 373 ep-material:Methanol
338 rdf:type owl:Class ; 374 rdf:type owl:Class ;
339 rdfs:label "methanol"^^xsd:string ; 375 rdfs:label "methanol"^^xsd:string ;
340 - rdfs:subClassOf ep-material:Material . 376 + rdfs:subClassOf ep-material:Material ;
377 + ep-core:seeReferenceData
378 + "http://posccaesar.org/rdl/RDS572354"^^xsd:string .
341 379
342 ep-material:MixedButane 380 ep-material:MixedButane
343 rdf:type owl:Class ; 381 rdf:type owl:Class ;
...@@ -362,22 +400,30 @@ ep-material:Naptha ...@@ -362,22 +400,30 @@ ep-material:Naptha
362 ep-material:NaturalGas 400 ep-material:NaturalGas
363 rdf:type owl:Class ; 401 rdf:type owl:Class ;
364 rdfs:label "natural gas"^^xsd:string ; 402 rdfs:label "natural gas"^^xsd:string ;
365 - rdfs:subClassOf ep-material:Material . 403 + rdfs:subClassOf ep-material:Material ;
404 + ep-core:seeReferenceData
405 + "http://posccaesar.org/rdl/RDS6815505"^^xsd:string .
366 406
367 ep-material:NaturalGasLiquid 407 ep-material:NaturalGasLiquid
368 rdf:type owl:Class ; 408 rdf:type owl:Class ;
369 rdfs:label "natural gas liquid"^^xsd:string ; 409 rdfs:label "natural gas liquid"^^xsd:string ;
370 - rdfs:subClassOf ep-material:Material . 410 + rdfs:subClassOf ep-material:Material ;
411 + ep-core:seeReferenceData
412 + "http://posccaesar.org/rdl/RDS16682414"^^xsd:string .
371 413
372 ep-material:Neopentane 414 ep-material:Neopentane
373 rdf:type owl:Class ; 415 rdf:type owl:Class ;
374 rdfs:label "neopentane"^^xsd:string ; 416 rdfs:label "neopentane"^^xsd:string ;
375 - rdfs:subClassOf ep-material:Material . 417 + rdfs:subClassOf ep-material:Material ;
418 + ep-core:seeReferenceData
419 + "http://posccaesar.org/rdl/RDS975108971"^^xsd:string .
376 420
377 ep-material:NitrogenGas 421 ep-material:NitrogenGas
378 rdf:type owl:Class ; 422 rdf:type owl:Class ;
379 rdfs:label "nitrogen gas"^^xsd:string ; 423 rdfs:label "nitrogen gas"^^xsd:string ;
380 - rdfs:subClassOf ep-material:Material . 424 + rdfs:subClassOf ep-material:Material ;
425 + ep-core:seeReferenceData
426 + "http://posccaesar.org/rdl/RDS482640407"^^xsd:string .
381 427
382 ep-material:NitrogenOxideGas 428 ep-material:NitrogenOxideGas
383 rdf:type owl:Class ; 429 rdf:type owl:Class ;
...@@ -400,14 +446,16 @@ ep-material:NormalButane-component ...@@ -400,14 +446,16 @@ ep-material:NormalButane-component
400 rdfs:subClassOf ep-material:Material . 446 rdfs:subClassOf ep-material:Material .
401 447
402 ep-material:NormalPentane 448 ep-material:NormalPentane
403 - rdf:type owl:Class , ep-material:SubstanceType ; 449 + rdf:type ep-material:SubstanceType , owl:Class ;
404 - rdfs:label "normal pentane"^^xsd:string , "NC5"^^xsd:string ; 450 + rdfs:label "NC5"^^xsd:string , "normal pentane"^^xsd:string ;
405 rdfs:subClassOf ep-material:Material . 451 rdfs:subClassOf ep-material:Material .
406 452
407 ep-material:Oil 453 ep-material:Oil
408 rdf:type owl:Class ; 454 rdf:type owl:Class ;
409 rdfs:label "oil"^^xsd:string ; 455 rdfs:label "oil"^^xsd:string ;
410 - rdfs:subClassOf ep-material:Material . 456 + rdfs:subClassOf ep-material:Material ;
457 + ep-core:seeReferenceData
458 + "http://posccaesar.org/rdl/RDS8641857"^^xsd:string .
411 459
412 ep-material:Oil-componentInWater 460 ep-material:Oil-componentInWater
413 rdf:type owl:Class ; 461 rdf:type owl:Class ;
...@@ -417,7 +465,9 @@ ep-material:Oil-componentInWater ...@@ -417,7 +465,9 @@ ep-material:Oil-componentInWater
417 ep-material:OilAndGas 465 ep-material:OilAndGas
418 rdf:type owl:Class ; 466 rdf:type owl:Class ;
419 rdfs:label "oil and gas"^^xsd:string ; 467 rdfs:label "oil and gas"^^xsd:string ;
420 - rdfs:subClassOf ep-material:Fluid . 468 + rdfs:subClassOf ep-material:Fluid ;
469 + ep-core:seeReferenceData
470 + "http://posccaesar.org/rdl/RDS801562496"^^xsd:string .
421 471
422 ep-material:OilAndWater 472 ep-material:OilAndWater
423 rdf:type owl:Class ; 473 rdf:type owl:Class ;
...@@ -427,7 +477,9 @@ ep-material:OilAndWater ...@@ -427,7 +477,9 @@ ep-material:OilAndWater
427 ep-material:Oleic 477 ep-material:Oleic
428 rdf:type owl:Class ; 478 rdf:type owl:Class ;
429 rdfs:label "oleic"^^xsd:string ; 479 rdfs:label "oleic"^^xsd:string ;
430 - rdfs:subClassOf ep-material:Material . 480 + rdfs:subClassOf ep-material:Material ;
481 + ep-core:seeReferenceData
482 + "http://posccaesar.org/rdl/RDS8015624913"^^xsd:string .
431 483
432 ep-material:OrganicCarbon 484 ep-material:OrganicCarbon
433 rdf:type owl:Class ; 485 rdf:type owl:Class ;
...@@ -442,7 +494,9 @@ ep-material:OtherInjectionFluid ...@@ -442,7 +494,9 @@ ep-material:OtherInjectionFluid
442 ep-material:Pentane 494 ep-material:Pentane
443 rdf:type ep-material:SubstanceType , owl:Class ; 495 rdf:type ep-material:SubstanceType , owl:Class ;
444 rdfs:label "pentane"^^xsd:string ; 496 rdfs:label "pentane"^^xsd:string ;
445 - rdfs:subClassOf ep-material:Material . 497 + rdfs:subClassOf ep-material:Material ;
498 + ep-core:seeReferenceData
499 + "http://posccaesar.org/rdl/RDS419444"^^xsd:string .
446 500
447 ep-material:PetroleumGasLiquid 501 ep-material:PetroleumGasLiquid
448 rdf:type owl:Class ; 502 rdf:type owl:Class ;
...@@ -457,7 +511,9 @@ ep-material:PlusFraction ...@@ -457,7 +511,9 @@ ep-material:PlusFraction
457 ep-material:Propane 511 ep-material:Propane
458 rdf:type ep-material:SubstanceType , owl:Class ; 512 rdf:type ep-material:SubstanceType , owl:Class ;
459 rdfs:label "C3"^^xsd:string , "propane"^^xsd:string ; 513 rdfs:label "C3"^^xsd:string , "propane"^^xsd:string ;
460 - rdfs:subClassOf ep-material:Material . 514 + rdfs:subClassOf ep-material:Material ;
515 + ep-core:seeReferenceData
516 + "http://posccaesar.org/rdl/RDS419264"^^xsd:string .
461 517
462 ep-material:Propane-component 518 ep-material:Propane-component
463 rdf:type owl:Class ; 519 rdf:type owl:Class ;
...@@ -482,12 +538,16 @@ ep-material:QuantityOfMaterialInAStandardState ...@@ -482,12 +538,16 @@ ep-material:QuantityOfMaterialInAStandardState
482 ep-material:Salt 538 ep-material:Salt
483 rdf:type ep-material:SubstanceType , owl:Class ; 539 rdf:type ep-material:SubstanceType , owl:Class ;
484 rdfs:label "salt"^^xsd:string ; 540 rdfs:label "salt"^^xsd:string ;
485 - rdfs:subClassOf ep-material:Material . 541 + rdfs:subClassOf ep-material:Material ;
542 + ep-core:seeReferenceData
543 + "http://posccaesar.org/rdl/RDS8015624941"^^xsd:string .
486 544
487 ep-material:Sand 545 ep-material:Sand
488 rdf:type owl:Class ; 546 rdf:type owl:Class ;
489 rdfs:label "sand"^^xsd:string ; 547 rdfs:label "sand"^^xsd:string ;
490 - rdfs:subClassOf ep-material:Fluid . 548 + rdfs:subClassOf ep-material:Fluid ;
549 + ep-core:seeReferenceData
550 + "http://posccaesar.org/rdl/RDS885284"^^xsd:string .
491 551
492 ep-material:SplitFraction 552 ep-material:SplitFraction
493 rdf:type owl:Class ; 553 rdf:type owl:Class ;
...@@ -497,7 +557,9 @@ ep-material:SplitFraction ...@@ -497,7 +557,9 @@ ep-material:SplitFraction
497 ep-material:Steam 557 ep-material:Steam
498 rdf:type owl:Class ; 558 rdf:type owl:Class ;
499 rdfs:label "steam"^^xsd:string ; 559 rdfs:label "steam"^^xsd:string ;
500 - rdfs:subClassOf ep-material:NonHcGas . 560 + rdfs:subClassOf ep-material:NonHcGas ;
561 + ep-core:seeReferenceData
562 + "http://posccaesar.org/rdl/RDS14208634"^^xsd:string .
501 563
502 ep-material:SubstanceType 564 ep-material:SubstanceType
503 rdf:type rdfs:Class ; 565 rdf:type rdfs:Class ;
...@@ -522,7 +584,9 @@ ep-material:Vapour ...@@ -522,7 +584,9 @@ ep-material:Vapour
522 ep-material:Water 584 ep-material:Water
523 rdf:type owl:Class ; 585 rdf:type owl:Class ;
524 rdfs:label "water"^^xsd:string ; 586 rdfs:label "water"^^xsd:string ;
525 - rdfs:subClassOf ep-material:Material . 587 + rdfs:subClassOf ep-material:Material ;
588 + ep-core:seeReferenceData
589 + "http://posccaesar.org/rdl/RDS1012769"^^xsd:string .
526 590
527 ep-material:Water-discharge 591 ep-material:Water-discharge
528 rdf:type owl:Class ; 592 rdf:type owl:Class ;
...@@ -535,7 +599,7 @@ ep-material:Water-processed ...@@ -535,7 +599,7 @@ ep-material:Water-processed
535 rdfs:subClassOf ep-material:Material . 599 rdfs:subClassOf ep-material:Material .
536 600
537 ep-material:firstMaterialOfPair 601 ep-material:firstMaterialOfPair
538 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 602 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
539 rdfs:domain ep-material:MaterialPair ; 603 rdfs:domain ep-material:MaterialPair ;
540 rdfs:label "first material of pair"^^xsd:string ; 604 rdfs:label "first material of pair"^^xsd:string ;
541 rdfs:range ep-material:Material . 605 rdfs:range ep-material:Material .
...@@ -575,7 +639,7 @@ ep-material:moleRatio ...@@ -575,7 +639,7 @@ ep-material:moleRatio
575 rdfs:range ep-core:Ratio . 639 rdfs:range ep-core:Ratio .
576 640
577 ep-material:partMaterialOfPair 641 ep-material:partMaterialOfPair
578 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 642 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
579 rdfs:domain ep-material:MaterialPartWholePair ; 643 rdfs:domain ep-material:MaterialPartWholePair ;
580 rdfs:label "part material of pair"^^xsd:string ; 644 rdfs:label "part material of pair"^^xsd:string ;
581 rdfs:range ep-material:Material ; 645 rdfs:range ep-material:Material ;
...@@ -594,7 +658,7 @@ ep-material:reidVaporPressure ...@@ -594,7 +658,7 @@ ep-material:reidVaporPressure
594 rdfs:range ep-core:Pressure . 658 rdfs:range ep-core:Pressure .
595 659
596 ep-material:secondMaterialOfPair 660 ep-material:secondMaterialOfPair
597 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 661 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
598 rdfs:domain ep-material:MaterialPair ; 662 rdfs:domain ep-material:MaterialPair ;
599 rdfs:label "second material of pair"^^xsd:string ; 663 rdfs:label "second material of pair"^^xsd:string ;
600 rdfs:range ep-material:Material . 664 rdfs:range ep-material:Material .
...@@ -727,12 +791,16 @@ ep-material:substance-Ar ...@@ -727,12 +791,16 @@ ep-material:substance-Ar
727 ep-material:substance-Benzene 791 ep-material:substance-Benzene
728 rdf:type ep-material:SubstanceType , owl:Class ; 792 rdf:type ep-material:SubstanceType , owl:Class ;
729 rdfs:label "benzene"^^xsd:string ; 793 rdfs:label "benzene"^^xsd:string ;
730 - rdfs:subClassOf ep-material:Material . 794 + rdfs:subClassOf ep-material:Material ;
795 + ep-core:seeReferenceData
796 + "http://posccaesar.org/rdl/RDS423899"^^xsd:string .
731 797
732 ep-material:substance-Butane 798 ep-material:substance-Butane
733 rdf:type ep-material:SubstanceType , owl:Class ; 799 rdf:type ep-material:SubstanceType , owl:Class ;
734 rdfs:label "butane"^^xsd:string ; 800 rdfs:label "butane"^^xsd:string ;
735 - rdfs:subClassOf ep-material:Material . 801 + rdfs:subClassOf ep-material:Material ;
802 + ep-core:seeReferenceData
803 + "http://posccaesar.org/rdl/RDS419354"^^xsd:string .
736 804
737 ep-material:substance-C11F 805 ep-material:substance-C11F
738 rdf:type ep-material:SubstanceType , owl:Class ; 806 rdf:type ep-material:SubstanceType , owl:Class ;
...@@ -942,12 +1010,16 @@ ep-material:substance-CO2 ...@@ -942,12 +1010,16 @@ ep-material:substance-CO2
942 ep-material:substance-Cyclohexane 1010 ep-material:substance-Cyclohexane
943 rdf:type ep-material:SubstanceType , owl:Class ; 1011 rdf:type ep-material:SubstanceType , owl:Class ;
944 rdfs:label "cyclohexane"^^xsd:string ; 1012 rdfs:label "cyclohexane"^^xsd:string ;
945 - rdfs:subClassOf ep-material:Material . 1013 + rdfs:subClassOf ep-material:Material ;
1014 + ep-core:seeReferenceData
1015 + "http://posccaesar.org/rdl/RDS424439"^^xsd:string .
946 1016
947 ep-material:substance-Cyclopentane 1017 ep-material:substance-Cyclopentane
948 rdf:type ep-material:SubstanceType , owl:Class ; 1018 rdf:type ep-material:SubstanceType , owl:Class ;
949 rdfs:label "cyclopentane"^^xsd:string ; 1019 rdfs:label "cyclopentane"^^xsd:string ;
950 - rdfs:subClassOf ep-material:Material . 1020 + rdfs:subClassOf ep-material:Material ;
1021 + ep-core:seeReferenceData
1022 + "http://posccaesar.org/rdl/RDS424619"^^xsd:string .
951 1023
952 ep-material:substance-Decanes 1024 ep-material:substance-Decanes
953 rdf:type ep-material:SubstanceType , owl:Class ; 1025 rdf:type ep-material:SubstanceType , owl:Class ;
...@@ -967,7 +1039,9 @@ ep-material:substance-EtcyPentane ...@@ -967,7 +1039,9 @@ ep-material:substance-EtcyPentane
967 ep-material:substance-Ethane 1039 ep-material:substance-Ethane
968 rdf:type ep-material:SubstanceType , owl:Class ; 1040 rdf:type ep-material:SubstanceType , owl:Class ;
969 rdfs:label "C2"^^xsd:string , "ethane"^^xsd:string ; 1041 rdfs:label "C2"^^xsd:string , "ethane"^^xsd:string ;
970 - rdfs:subClassOf ep-material:Material . 1042 + rdfs:subClassOf ep-material:Material ;
1043 + ep-core:seeReferenceData
1044 + "http://posccaesar.org/rdl/RDS419219"^^xsd:string .
971 1045
972 ep-material:substance-H2 1046 ep-material:substance-H2
973 rdf:type ep-material:SubstanceType , owl:Class ; 1047 rdf:type ep-material:SubstanceType , owl:Class ;
...@@ -992,7 +1066,9 @@ ep-material:substance-Heptanes ...@@ -992,7 +1066,9 @@ ep-material:substance-Heptanes
992 ep-material:substance-Hexane 1066 ep-material:substance-Hexane
993 rdf:type ep-material:SubstanceType , owl:Class ; 1067 rdf:type ep-material:SubstanceType , owl:Class ;
994 rdfs:label "hexane"^^xsd:string ; 1068 rdfs:label "hexane"^^xsd:string ;
995 - rdfs:subClassOf ep-material:Material . 1069 + rdfs:subClassOf ep-material:Material ;
1070 + ep-core:seeReferenceData
1071 + "http://posccaesar.org/rdl/RDS419489"^^xsd:string .
996 1072
997 ep-material:substance-Hexanes 1073 ep-material:substance-Hexanes
998 rdf:type ep-material:SubstanceType , owl:Class ; 1074 rdf:type ep-material:SubstanceType , owl:Class ;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/well> 15 <http://www.reportinghub.no/ep/schema/1.0/well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
19 19
20 <http://www.reportinghub.no/ep/schema/material#Condensate> 20 <http://www.reportinghub.no/ep/schema/material#Condensate>
...@@ -34,16 +34,19 @@ ...@@ -34,16 +34,19 @@
34 34
35 ep-well:CementingFluid 35 ep-well:CementingFluid
36 rdf:type owl:Class ; 36 rdf:type owl:Class ;
37 + rdfs:comment "fluid that is intended to be used for cementing a well"^^xsd:string ;
37 rdfs:label "cementing fluid"^^xsd:string ; 38 rdfs:label "cementing fluid"^^xsd:string ;
38 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/material#Fluid> . 39 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/material#Fluid> .
39 40
40 ep-well:CementingFluidType 41 ep-well:CementingFluidType
41 rdf:type owl:Class ; 42 rdf:type owl:Class ;
43 + rdfs:comment "class of cementing fluid on the basis of whether it is mud, slurry, spacer or wash"^^xsd:string ;
42 rdfs:label "cementing fluid type"^^xsd:string ; 44 rdfs:label "cementing fluid type"^^xsd:string ;
43 rdfs:subClassOf ep-well:FluidType . 45 rdfs:subClassOf ep-well:FluidType .
44 46
45 ep-well:ClassOfWellBoreSectionBySize 47 ep-well:ClassOfWellBoreSectionBySize
46 rdf:type rdfs:Class ; 48 rdf:type rdfs:Class ;
49 + rdfs:comment "class of wellbore section on the basis of its size"^^xsd:string ;
47 rdfs:label "class of wellbore section by size"^^xsd:string ; 50 rdfs:label "class of wellbore section by size"^^xsd:string ;
48 rdfs:subClassOf owl:Class . 51 rdfs:subClassOf owl:Class .
49 52
...@@ -60,63 +63,74 @@ ep-well:FluidComponentType ...@@ -60,63 +63,74 @@ ep-well:FluidComponentType
60 63
61 ep-well:FluidType 64 ep-well:FluidType
62 rdf:type owl:Class ; 65 rdf:type owl:Class ;
66 + rdfs:comment "class of fluid"^^xsd:string ;
63 rdfs:label "fluid type"^^xsd:string ; 67 rdfs:label "fluid type"^^xsd:string ;
64 rdfs:subClassOf owl:Class . 68 rdfs:subClassOf owl:Class .
65 69
66 ep-well:HphtWellBore 70 ep-well:HphtWellBore
67 - rdf:type owl:Class , ep-well:WellBoreHphtType ; 71 + rdf:type ep-well:WellBoreHphtType , owl:Class ;
72 + rdfs:comment "wellbore that is high pressure and high temperature"^^xsd:string ;
68 rdfs:label "high pressure high temperature well bore"^^xsd:string ; 73 rdfs:label "high pressure high temperature well bore"^^xsd:string ;
69 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 74 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
70 owl:disjointWith ep-well:NotHphtWellBore . 75 owl:disjointWith ep-well:NotHphtWellBore .
71 76
72 ep-well:LeakyWellBore 77 ep-well:LeakyWellBore
73 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 78 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
79 + rdfs:comment "wellbore that is leaky"^^xsd:string ;
74 rdfs:label "leaky well bore"^^xsd:string ; 80 rdfs:label "leaky well bore"^^xsd:string ;
75 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 81 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
76 owl:disjointWith ep-well:TightWellBore . 82 owl:disjointWith ep-well:TightWellBore .
77 83
78 ep-well:LowerPartOfAWellBore 84 ep-well:LowerPartOfAWellBore
79 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 + rdfs:comment "spatial part of a wellbore that is all of it below a point"^^xsd:string ;
80 rdfs:label "lower part of a well bore"^^xsd:string ; 87 rdfs:label "lower part of a well bore"^^xsd:string ;
81 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 88 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
82 89
83 ep-well:Mud 90 ep-well:Mud
84 - rdf:type owl:Class , ep-well:CementingFluidType ; 91 + rdf:type ep-well:CementingFluidType , owl:Class ;
92 + rdfs:comment "cementing fluid that is mud"^^xsd:string ;
85 rdfs:label "mud"^^xsd:string ; 93 rdfs:label "mud"^^xsd:string ;
86 rdfs:subClassOf ep-well:CementingFluid ; 94 rdfs:subClassOf ep-well:CementingFluid ;
87 - owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Slurry . 95 + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Wash .
88 96
89 ep-well:Mud-oilBased 97 ep-well:Mud-oilBased
90 - rdf:type owl:Class , ep-well:MudClass ; 98 + rdf:type ep-well:MudClass , owl:Class ;
99 + rdfs:comment "mud that is oil based"^^xsd:string ;
91 rdfs:label "mud - oil based"^^xsd:string ; 100 rdfs:label "mud - oil based"^^xsd:string ;
92 rdfs:subClassOf ep-well:Mud ; 101 rdfs:subClassOf ep-well:Mud ;
93 - owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other . 102 + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased .
94 103
95 ep-well:Mud-other 104 ep-well:Mud-other
96 - rdf:type owl:Class , ep-well:MudClass ; 105 + rdf:type ep-well:MudClass , owl:Class ;
106 + rdfs:comment "mud that is neither oil nor water based"^^xsd:string ;
97 rdfs:label "mud - other"^^xsd:string ; 107 rdfs:label "mud - other"^^xsd:string ;
98 rdfs:subClassOf ep-well:Mud ; 108 rdfs:subClassOf ep-well:Mud ;
99 - owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased . 109 + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased .
100 110
101 ep-well:Mud-waterBased 111 ep-well:Mud-waterBased
102 - rdf:type owl:Class , ep-well:MudClass ; 112 + rdf:type ep-well:MudClass , owl:Class ;
113 + rdfs:comment "mud that is water based"^^xsd:string ;
103 rdfs:label "mud - water based"^^xsd:string ; 114 rdfs:label "mud - water based"^^xsd:string ;
104 rdfs:subClassOf ep-well:Mud ; 115 rdfs:subClassOf ep-well:Mud ;
105 - owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . 116 + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other .
106 117
107 ep-well:MudClass 118 ep-well:MudClass
108 rdf:type owl:Class ; 119 rdf:type owl:Class ;
120 + rdfs:comment "class of mud on the basis of whether it is oil based, water based, or neither"^^xsd:string ;
109 rdfs:label "mud class"^^xsd:string ; 121 rdfs:label "mud class"^^xsd:string ;
110 rdfs:subClassOf ep-well:FluidType . 122 rdfs:subClassOf ep-well:FluidType .
111 123
112 ep-well:NotHphtWellBore 124 ep-well:NotHphtWellBore
113 - rdf:type owl:Class , ep-well:WellBoreHphtType ; 125 + rdf:type ep-well:WellBoreHphtType , owl:Class ;
126 + rdfs:comment "wellbore that is not high pressure and high temperature"^^xsd:string ;
114 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 127 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
115 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 128 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
116 owl:disjointWith ep-well:HphtWellBore . 129 owl:disjointWith ep-well:HphtWellBore .
117 130
118 ep-well:PositionWithinWellBore 131 ep-well:PositionWithinWellBore
119 rdf:type owl:Class ; 132 rdf:type owl:Class ;
133 + rdfs:comment "spatial part of a wellbore that is a position down the hole"^^xsd:string ;
120 rdfs:label "position within wellbore"^^xsd:string ; 134 rdfs:label "position within wellbore"^^xsd:string ;
121 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 135 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
122 136
...@@ -126,66 +140,78 @@ ep-well:RecoveredCore ...@@ -126,66 +140,78 @@ ep-well:RecoveredCore
126 rdfs:subClassOf ep-core:PhysicalObject . 140 rdfs:subClassOf ep-core:PhysicalObject .
127 141
128 ep-well:Slurry 142 ep-well:Slurry
129 - rdf:type owl:Class , ep-well:CementingFluidType ; 143 + rdf:type ep-well:CementingFluidType , owl:Class ;
144 + rdfs:comment "cementing fluid that is slurry"^^xsd:string ;
130 rdfs:label "slurry"^^xsd:string ; 145 rdfs:label "slurry"^^xsd:string ;
131 rdfs:subClassOf ep-well:CementingFluid ; 146 rdfs:subClassOf ep-well:CementingFluid ;
132 - owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . 147 + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash .
133 148
134 ep-well:Spacer 149 ep-well:Spacer
135 - rdf:type owl:Class , ep-well:CementingFluidType ; 150 + rdf:type ep-well:CementingFluidType , owl:Class ;
151 + rdfs:comment "cementing fluid that is spacer"^^xsd:string ;
136 rdfs:label "spacer"^^xsd:string ; 152 rdfs:label "spacer"^^xsd:string ;
137 rdfs:subClassOf ep-well:CementingFluid ; 153 rdfs:subClassOf ep-well:CementingFluid ;
138 - owl:disjointWith ep-well:Wash , ep-well:Slurry , ep-well:Mud . 154 + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Wash .
139 155
140 ep-well:SpatialPartOfAWell 156 ep-well:SpatialPartOfAWell
141 rdf:type owl:Class ; 157 rdf:type owl:Class ;
158 + rdfs:comment "physical object that is a spatial part of a well"^^xsd:string ;
142 rdfs:label "spatial part of a well "^^xsd:string ; 159 rdfs:label "spatial part of a well "^^xsd:string ;
143 rdfs:subClassOf ep-core:PhysicalObject . 160 rdfs:subClassOf ep-core:PhysicalObject .
144 161
145 ep-well:SpatialPartOfAWellBore 162 ep-well:SpatialPartOfAWellBore
146 rdf:type owl:Class ; 163 rdf:type owl:Class ;
164 + rdfs:comment "physical object that is a spatial part of a wellbore"^^xsd:string ;
147 rdfs:label "spatial part of a well bore"^^xsd:string ; 165 rdfs:label "spatial part of a well bore"^^xsd:string ;
148 rdfs:subClassOf ep-core:PhysicalObject . 166 rdfs:subClassOf ep-core:PhysicalObject .
149 167
150 ep-well:SurroundingRockFormation 168 ep-well:SurroundingRockFormation
151 rdf:type owl:Class ; 169 rdf:type owl:Class ;
170 + rdfs:comment "spatial part of a wellbore that is the surrounding rock formation"^^xsd:string ;
152 rdfs:label "surrounding rock formation"^^xsd:string ; 171 rdfs:label "surrounding rock formation"^^xsd:string ;
153 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 172 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
154 173
155 ep-well:TemporalPartOfAWell 174 ep-well:TemporalPartOfAWell
156 rdf:type owl:Class ; 175 rdf:type owl:Class ;
176 + rdfs:comment "physical object that is a well"^^xsd:string ;
157 rdfs:label "(temporal part of a) well"^^xsd:string ; 177 rdfs:label "(temporal part of a) well"^^xsd:string ;
158 rdfs:subClassOf ep-core:PhysicalObject . 178 rdfs:subClassOf ep-core:PhysicalObject .
159 179
160 ep-well:TemporalPartOfAWellBore 180 ep-well:TemporalPartOfAWellBore
161 rdf:type owl:Class ; 181 rdf:type owl:Class ;
182 + rdfs:comment "physical object that is a wellbore"^^xsd:string ;
162 rdfs:label "(temporal part of a) wellbore"^^xsd:string ; 183 rdfs:label "(temporal part of a) wellbore"^^xsd:string ;
163 rdfs:subClassOf ep-core:PhysicalObject . 184 rdfs:subClassOf ep-core:PhysicalObject .
164 185
165 ep-well:TightWellBore 186 ep-well:TightWellBore
166 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 187 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
188 + rdfs:comment "wellbore that is not leaky"^^xsd:string ;
167 rdfs:label "tight well bore"^^xsd:string ; 189 rdfs:label "tight well bore"^^xsd:string ;
168 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 190 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
169 owl:disjointWith ep-well:LeakyWellBore . 191 owl:disjointWith ep-well:LeakyWellBore .
170 192
171 ep-well:UserDescribedCementingFluidType 193 ep-well:UserDescribedCementingFluidType
172 rdf:type owl:Class ; 194 rdf:type owl:Class ;
195 + rdfs:comment "class of cementing fluid that is not defined within the EPIM schema"^^xsd:string ;
173 rdfs:label "user described cementing fluid type"^^xsd:string ; 196 rdfs:label "user described cementing fluid type"^^xsd:string ;
174 rdfs:subClassOf ep-well:FluidType . 197 rdfs:subClassOf ep-well:FluidType .
175 198
176 ep-well:Wash 199 ep-well:Wash
177 - rdf:type owl:Class , ep-well:CementingFluidType ; 200 + rdf:type ep-well:CementingFluidType , owl:Class ;
201 + rdfs:comment "cementing fluid that is wash"^^xsd:string ;
178 rdfs:label "wash"^^xsd:string ; 202 rdfs:label "wash"^^xsd:string ;
179 rdfs:subClassOf ep-well:CementingFluid ; 203 rdfs:subClassOf ep-well:CementingFluid ;
180 - owl:disjointWith ep-well:Spacer , ep-well:Slurry , ep-well:Mud . 204 + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Spacer .
181 205
182 ep-well:Well 206 ep-well:Well
183 rdf:type owl:Class ; 207 rdf:type owl:Class ;
208 + rdfs:comment "well for all of its life"^^xsd:string ;
184 rdfs:label "well (whole life)"^^xsd:string ; 209 rdfs:label "well (whole life)"^^xsd:string ;
185 rdfs:subClassOf ep-well:TemporalPartOfAWell . 210 rdfs:subClassOf ep-well:TemporalPartOfAWell .
186 211
187 ep-well:WellBore 212 ep-well:WellBore
188 rdf:type owl:Class ; 213 rdf:type owl:Class ;
214 + rdfs:comment "wellbore for all of its life"^^xsd:string ;
189 rdfs:label "wellbore (whole life)"^^xsd:string ; 215 rdfs:label "wellbore (whole life)"^^xsd:string ;
190 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 216 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
191 rdfs:subClassOf 217 rdfs:subClassOf
...@@ -196,298 +222,350 @@ ep-well:WellBore ...@@ -196,298 +222,350 @@ ep-well:WellBore
196 222
197 ep-well:WellBoreBottom 223 ep-well:WellBoreBottom
198 rdf:type owl:Class ; 224 rdf:type owl:Class ;
225 + rdfs:comment "spatial part of a wellbore that is the bottom of the hole"^^xsd:string ;
199 rdfs:label "wellbore bottom"^^xsd:string ; 226 rdfs:label "wellbore bottom"^^xsd:string ;
200 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 227 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
201 228
202 ep-well:WellBoreHphtType 229 ep-well:WellBoreHphtType
203 rdf:type rdfs:Class ; 230 rdf:type rdfs:Class ;
231 + rdfs:comment "class of wellbore on the basis of whether or not it is high pressure and high temperature"^^xsd:string ;
204 rdfs:label "well bore high pressure high temperature type"^^xsd:string ; 232 rdfs:label "well bore high pressure high temperature type"^^xsd:string ;
205 rdfs:subClassOf owl:Class . 233 rdfs:subClassOf owl:Class .
206 234
207 ep-well:WellBoreKickOff 235 ep-well:WellBoreKickOff
208 rdf:type owl:Class ; 236 rdf:type owl:Class ;
237 + rdfs:comment "spatial part of a wellbore that is its kick-off"^^xsd:string ;
209 rdfs:label "wellbore kickoff"^^xsd:string ; 238 rdfs:label "wellbore kickoff"^^xsd:string ;
210 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 239 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
211 240
212 ep-well:WellBorePilotHole 241 ep-well:WellBorePilotHole
213 rdf:type owl:Class ; 242 rdf:type owl:Class ;
243 + rdfs:comment "spatial part of a wellbore that is its pilot hole"^^xsd:string ;
214 rdfs:label "wellbore pilot hole"^^xsd:string ; 244 rdfs:label "wellbore pilot hole"^^xsd:string ;
215 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 245 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
216 246
217 ep-well:WellBoreSection 247 ep-well:WellBoreSection
218 rdf:type owl:Class ; 248 rdf:type owl:Class ;
249 + rdfs:comment "spatial part of a wellbore that is a section across it"^^xsd:string ;
219 rdfs:label "wellbore section"^^xsd:string ; 250 rdfs:label "wellbore section"^^xsd:string ;
220 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 251 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
221 252
222 ep-well:WellBoreTightnessType 253 ep-well:WellBoreTightnessType
223 rdf:type rdfs:Class ; 254 rdf:type rdfs:Class ;
255 + rdfs:comment "class of wellbore on the basis of whether or not it is leaky"^^xsd:string ;
224 rdfs:label "well bore tightness type"^^xsd:string ; 256 rdfs:label "well bore tightness type"^^xsd:string ;
225 rdfs:subClassOf owl:Class . 257 rdfs:subClassOf owl:Class .
226 258
227 ep-well:WellBoreWithCirculation 259 ep-well:WellBoreWithCirculation
228 rdf:type owl:Class ; 260 rdf:type owl:Class ;
261 + rdfs:comment "wellbore that has circulation"^^xsd:string ;
229 rdfs:label "well bore with circulation"^^xsd:string ; 262 rdfs:label "well bore with circulation"^^xsd:string ;
230 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 263 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
231 owl:disjointWith ep-well:WellBoreWithoutCirculation . 264 owl:disjointWith ep-well:WellBoreWithoutCirculation .
232 265
233 ep-well:WellBoreWithoutCirculation 266 ep-well:WellBoreWithoutCirculation
234 rdf:type owl:Class ; 267 rdf:type owl:Class ;
268 + rdfs:comment "wellbore that does not have circulation"^^xsd:string ;
235 rdfs:label "well bore without circulation"^^xsd:string ; 269 rdfs:label "well bore without circulation"^^xsd:string ;
236 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 270 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
237 owl:disjointWith ep-well:WellBoreWithCirculation . 271 owl:disjointWith ep-well:WellBoreWithCirculation .
238 272
239 ep-well:WellGroup 273 ep-well:WellGroup
240 rdf:type owl:Class ; 274 rdf:type owl:Class ;
275 + rdfs:comment "not used in the DDR"^^xsd:string ;
241 rdfs:label "well group"^^xsd:string ; 276 rdfs:label "well group"^^xsd:string ;
242 rdfs:subClassOf ep-core:PhysicalObject . 277 rdfs:subClassOf ep-core:PhysicalObject .
243 278
244 ep-well:WellHead 279 ep-well:WellHead
245 rdf:type owl:Class ; 280 rdf:type owl:Class ;
281 + rdfs:comment "spatial part of a well that is a well head"^^xsd:string ;
246 rdfs:label "well head"^^xsd:string ; 282 rdfs:label "well head"^^xsd:string ;
247 rdfs:subClassOf ep-well:SpatialPartOfAWell . 283 rdfs:subClassOf ep-well:SpatialPartOfAWell .
248 284
249 ep-well:averageBottomHolePressure 285 ep-well:averageBottomHolePressure
250 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 286 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
287 + rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ;
251 rdfs:domain ep-well:TemporalPartOfAWellBore ; 288 rdfs:domain ep-well:TemporalPartOfAWellBore ;
252 rdfs:label "average bottom hole pressure"^^xsd:string ; 289 rdfs:label "average bottom hole pressure"^^xsd:string ;
253 rdfs:range ep-core:Pressure . 290 rdfs:range ep-core:Pressure .
254 291
255 ep-well:averageBottomHoleTemperature 292 ep-well:averageBottomHoleTemperature
256 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 293 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
294 + rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ;
257 rdfs:domain ep-well:TemporalPartOfAWellBore ; 295 rdfs:domain ep-well:TemporalPartOfAWellBore ;
258 rdfs:label "average bottom hole temperature"^^xsd:string ; 296 rdfs:label "average bottom hole temperature"^^xsd:string ;
259 rdfs:range ep-core:Temperature . 297 rdfs:range ep-core:Temperature .
260 298
261 ep-well:azimuth 299 ep-well:azimuth
262 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 300 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
301 + rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ;
263 rdfs:domain ep-well:PositionWithinWellBore ; 302 rdfs:domain ep-well:PositionWithinWellBore ;
264 rdfs:label "azimuth"^^xsd:string ; 303 rdfs:label "azimuth"^^xsd:string ;
265 rdfs:range ep-core:PlaneAngle . 304 rdfs:range ep-core:PlaneAngle .
266 305
267 ep-well:bottomHoleMeasuredDepth 306 ep-well:bottomHoleMeasuredDepth
268 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 307 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
308 + rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore"^^xsd:string ;
269 rdfs:domain ep-well:TemporalPartOfAWellBore ; 309 rdfs:domain ep-well:TemporalPartOfAWellBore ;
270 rdfs:label "bottom hole measured depth"^^xsd:string ; 310 rdfs:label "bottom hole measured depth"^^xsd:string ;
271 rdfs:range ep-core:Length . 311 rdfs:range ep-core:Length .
272 312
273 ep-well:bottomHoleTemperature 313 ep-well:bottomHoleTemperature
274 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 314 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
315 + rdfs:comment "class_of_indirect_property that is the temperature at the bottom of a wellbore"^^xsd:string ;
275 rdfs:domain ep-well:TemporalPartOfAWellBore ; 316 rdfs:domain ep-well:TemporalPartOfAWellBore ;
276 rdfs:label "bottom hole temperature"^^xsd:string ; 317 rdfs:label "bottom hole temperature"^^xsd:string ;
277 rdfs:range ep-core:Temperature . 318 rdfs:range ep-core:Temperature .
278 319
279 ep-well:bottomHoleTrueVerticalDepth 320 ep-well:bottomHoleTrueVerticalDepth
280 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 321 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
322 + rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a wellbore"^^xsd:string ;
281 rdfs:domain ep-well:TemporalPartOfAWellBore ; 323 rdfs:domain ep-well:TemporalPartOfAWellBore ;
282 rdfs:label "bottom hole true vertical depth"^^xsd:string ; 324 rdfs:label "bottom hole true vertical depth"^^xsd:string ;
283 rdfs:range ep-core:Length . 325 rdfs:range ep-core:Length .
284 326
285 ep-well:cementingFluidPerCentFreeWater 327 ep-well:cementingFluidPerCentFreeWater
286 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 328 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
329 + rdfs:comment "class_of_indirect_property that is the percentage free water by volume within a cementing fluid"^^xsd:string ;
287 rdfs:domain ep-well:CementingFluid ; 330 rdfs:domain ep-well:CementingFluid ;
288 rdfs:label "cementing fluid per cent free water"^^xsd:string ; 331 rdfs:label "cementing fluid per cent free water"^^xsd:string ;
289 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 332 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
290 333
291 ep-well:cementingFluidThickeningTime 334 ep-well:cementingFluidThickeningTime
292 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 335 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
336 + rdfs:comment "class_of_indirect_property that is the thickening time for a cementing fluid"^^xsd:string ;
293 rdfs:domain ep-well:CementingFluid ; 337 rdfs:domain ep-well:CementingFluid ;
294 rdfs:label "cementing fluid thickening time"^^xsd:string ; 338 rdfs:label "cementing fluid thickening time"^^xsd:string ;
295 rdfs:range ep-core:TimeDuration . 339 rdfs:range ep-core:TimeDuration .
296 340
297 ep-well:coreLength 341 ep-well:coreLength
298 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 342 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
343 + rdfs:comment "class_of_indirect_property that is the length of a recovered core"^^xsd:string ;
299 rdfs:domain ep-well:RecoveredCore ; 344 rdfs:domain ep-well:RecoveredCore ;
300 rdfs:label "core length"^^xsd:string ; 345 rdfs:label "core length"^^xsd:string ;
301 rdfs:range ep-core:Length . 346 rdfs:range ep-core:Length .
302 347
303 ep-well:diameterOfAWellBorePilotHole 348 ep-well:diameterOfAWellBorePilotHole
304 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 349 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
350 + rdfs:comment "class_of_indirect_property that is the diameter of a wellbore pilot hole"^^xsd:string ;
305 rdfs:domain ep-well:WellBorePilotHole ; 351 rdfs:domain ep-well:WellBorePilotHole ;
306 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; 352 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
307 rdfs:range ep-core:Length . 353 rdfs:range ep-core:Length .
308 354
309 ep-well:dominantComponent 355 ep-well:dominantComponent
310 rdf:type owl:ObjectProperty ; 356 rdf:type owl:ObjectProperty ;
357 + rdfs:comment "fluid component type of the dominant component of a fluid"^^xsd:string ;
311 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; 358 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ;
312 rdfs:label "dominant component"^^xsd:string ; 359 rdfs:label "dominant component"^^xsd:string ;
313 rdfs:range ep-well:FluidComponentType . 360 rdfs:range ep-well:FluidComponentType .
314 361
315 ep-well:finalBottomHoleMeasuredDepth 362 ep-well:finalBottomHoleMeasuredDepth
316 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 363 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
364 + rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
317 rdfs:domain ep-well:TemporalPartOfAWellBore ; 365 rdfs:domain ep-well:TemporalPartOfAWellBore ;
318 rdfs:label "final bottom hole measured depth"^^xsd:string ; 366 rdfs:label "final bottom hole measured depth"^^xsd:string ;
319 rdfs:range ep-core:Length . 367 rdfs:range ep-core:Length .
320 368
321 ep-well:finalBottomHoleTrueVerticalDepth 369 ep-well:finalBottomHoleTrueVerticalDepth
322 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 370 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
371 + rdfs:comment "class_of_indirect_property that is the true vertical dept of the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
323 rdfs:domain ep-well:TemporalPartOfAWellBore ; 372 rdfs:domain ep-well:TemporalPartOfAWellBore ;
324 rdfs:label "final bottom hole true vertical depth"^^xsd:string ; 373 rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
325 rdfs:range ep-core:Length . 374 rdfs:range ep-core:Length .
326 375
327 ep-well:gasConcentrationHigh 376 ep-well:gasConcentrationHigh
328 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 377 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
378 + rdfs:comment "class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid"^^xsd:string ;
329 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; 379 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ;
330 rdfs:label "gas concentration - high"^^xsd:string ; 380 rdfs:label "gas concentration - high"^^xsd:string ;
331 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 381 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
332 382
333 ep-well:gasConcentrationLow 383 ep-well:gasConcentrationLow
334 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 384 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
385 + rdfs:comment "class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid"^^xsd:string ;
335 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; 386 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ;
336 rdfs:label "gas concentration - low"^^xsd:string ; 387 rdfs:label "gas concentration - low"^^xsd:string ;
337 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 388 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
338 389
339 ep-well:hasBarrel 390 ep-well:hasBarrel
340 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 391 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
392 + rdfs:comment "inner barrel of a recovered core"^^xsd:string ;
341 rdfs:domain ep-well:RecoveredCore ; 393 rdfs:domain ep-well:RecoveredCore ;
342 rdfs:label "has barrel"^^xsd:string ; 394 rdfs:label "has barrel"^^xsd:string ;
343 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . 395 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
344 396
345 ep-well:inclination 397 ep-well:inclination
346 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 398 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
399 + rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ;
347 rdfs:domain ep-well:PositionWithinWellBore ; 400 rdfs:domain ep-well:PositionWithinWellBore ;
348 rdfs:label "inclination"^^xsd:string ; 401 rdfs:label "inclination"^^xsd:string ;
349 rdfs:range ep-core:PlaneAngle . 402 rdfs:range ep-core:PlaneAngle .
350 403
351 ep-well:initialBottomHoleMeasuredDepth 404 ep-well:initialBottomHoleMeasuredDepth
352 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 405 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
406 + rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the beginning of a temporal part of a wellbore"^^xsd:string ;
353 rdfs:domain ep-well:TemporalPartOfAWellBore ; 407 rdfs:domain ep-well:TemporalPartOfAWellBore ;
354 rdfs:label "initial bottom hole measured depth"^^xsd:string ; 408 rdfs:label "initial bottom hole measured depth"^^xsd:string ;
355 rdfs:range ep-core:Length . 409 rdfs:range ep-core:Length .
356 410
357 ep-well:lithologyDescription 411 ep-well:lithologyDescription
358 rdf:type owl:DatatypeProperty ; 412 rdf:type owl:DatatypeProperty ;
413 + rdfs:comment "description of the lithology at a spatial part of a wellbore"^^xsd:string ;
359 rdfs:domain ep-well:SpatialPartOfAWellBore ; 414 rdfs:domain ep-well:SpatialPartOfAWellBore ;
360 rdfs:label "lithology description"^^xsd:string . 415 rdfs:label "lithology description"^^xsd:string .
361 416
362 ep-well:measuredDepth 417 ep-well:measuredDepth
363 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 418 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
419 + rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ;
364 rdfs:domain ep-well:SpatialPartOfAWellBore ; 420 rdfs:domain ep-well:SpatialPartOfAWellBore ;
365 rdfs:label "measured depth"^^xsd:string ; 421 rdfs:label "measured depth"^^xsd:string ;
366 rdfs:range ep-core:Length . 422 rdfs:range ep-core:Length .
367 423
368 ep-well:measuredDepthOfPlugTop 424 ep-well:measuredDepthOfPlugTop
369 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 425 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
426 + rdfs:comment "class_of_indirect_property that is the measured depth of the plug top of a wellbore"^^xsd:string ;
370 rdfs:domain ep-well:TemporalPartOfAWellBore ; 427 rdfs:domain ep-well:TemporalPartOfAWellBore ;
371 rdfs:label "measured depth of plug top"^^xsd:string ; 428 rdfs:label "measured depth of plug top"^^xsd:string ;
372 rdfs:range ep-core:Length . 429 rdfs:range ep-core:Length .
373 430
374 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore 431 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
375 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 432 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
433 + rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore"^^xsd:string ;
376 rdfs:domain ep-well:SpatialPartOfAWellBore ; 434 rdfs:domain ep-well:SpatialPartOfAWellBore ;
377 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; 435 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ;
378 rdfs:range ep-core:Length . 436 rdfs:range ep-core:Length .
379 437
380 ep-well:measuredDepthToTheTopOfAPartOfAWellBore 438 ep-well:measuredDepthToTheTopOfAPartOfAWellBore
381 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 439 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
440 + rdfs:comment "class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore"^^xsd:string ;
382 rdfs:domain ep-well:SpatialPartOfAWellBore ; 441 rdfs:domain ep-well:SpatialPartOfAWellBore ;
383 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; 442 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
384 rdfs:range ep-core:Length . 443 rdfs:range ep-core:Length .
385 444
386 ep-well:nominalInsideDiameterOfBoreHole 445 ep-well:nominalInsideDiameterOfBoreHole
387 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 446 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
447 + rdfs:comment "class_of_indirect_property that is the nominal diameter of a wellbore"^^xsd:string ;
388 rdfs:domain ep-well:TemporalPartOfAWellBore ; 448 rdfs:domain ep-well:TemporalPartOfAWellBore ;
389 rdfs:label "nominal inside diameter of borehole"^^xsd:string ; 449 rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
390 rdfs:range ep-core:Length . 450 rdfs:range ep-core:Length .
391 451
392 ep-well:plannedBottomHoleMeasuredDepth 452 ep-well:plannedBottomHoleMeasuredDepth
393 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 453 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
454 + rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
394 rdfs:domain ep-well:TemporalPartOfAWellBore ; 455 rdfs:domain ep-well:TemporalPartOfAWellBore ;
395 rdfs:label "planned bottom hole measured depth"^^xsd:string ; 456 rdfs:label "planned bottom hole measured depth"^^xsd:string ;
396 rdfs:range ep-core:Length . 457 rdfs:range ep-core:Length .
397 458
398 ep-well:plannedPilotBottomHoleMeasuredDepth 459 ep-well:plannedPilotBottomHoleMeasuredDepth
399 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 460 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
461 + rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
400 rdfs:domain ep-well:WellBorePilotHole ; 462 rdfs:domain ep-well:WellBorePilotHole ;
401 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; 463 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ;
402 rdfs:range ep-core:Length . 464 rdfs:range ep-core:Length .
403 465
404 ep-well:plannedPilotBottomHoleTrueVerticalDepth 466 ep-well:plannedPilotBottomHoleTrueVerticalDepth
405 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 467 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
468 + rdfs:comment "class_of_indirect_property that is the planned true vertical depth of the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
406 rdfs:domain ep-well:WellBorePilotHole ; 469 rdfs:domain ep-well:WellBorePilotHole ;
407 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; 470 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
408 rdfs:range ep-core:Length . 471 rdfs:range ep-core:Length .
409 472
410 ep-well:porePressure 473 ep-well:porePressure
411 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 474 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
475 + rdfs:comment "class_of_indirect_property that is the pore pressure at a spatial part of a wellbore"^^xsd:string ;
412 rdfs:domain ep-well:SpatialPartOfAWellBore ; 476 rdfs:domain ep-well:SpatialPartOfAWellBore ;
413 rdfs:label "pore pressure"^^xsd:string ; 477 rdfs:label "pore pressure"^^xsd:string ;
414 rdfs:range ep-core:Pressure . 478 rdfs:range ep-core:Pressure .
415 479
416 ep-well:porePressureEquivalentMudDensity 480 ep-well:porePressureEquivalentMudDensity
417 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 481 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
482 + rdfs:comment "class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore"^^xsd:string ;
418 rdfs:domain ep-well:TemporalPartOfAWellBore ; 483 rdfs:domain ep-well:TemporalPartOfAWellBore ;
419 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; 484 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
420 rdfs:range ep-core:Density . 485 rdfs:range ep-core:Density .
421 486
422 ep-well:ratioOfCementMixToWater 487 ep-well:ratioOfCementMixToWater
423 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 488 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
489 + rdfs:comment "class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid"^^xsd:string ;
424 rdfs:domain ep-well:CementingFluid ; 490 rdfs:domain ep-well:CementingFluid ;
425 rdfs:label "ratio of cement mix to water"^^xsd:string ; 491 rdfs:label "ratio of cement mix to water"^^xsd:string ;
426 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 492 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
427 493
428 ep-well:relativeAmountOfCoreRecovered 494 ep-well:relativeAmountOfCoreRecovered
429 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 495 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
496 + rdfs:comment "class_of_indirect_property that is the relative amount of core recovered by volume"^^xsd:string ;
430 rdfs:domain ep-well:RecoveredCore ; 497 rdfs:domain ep-well:RecoveredCore ;
431 rdfs:label "relative amount of core recovered"^^xsd:string ; 498 rdfs:label "relative amount of core recovered"^^xsd:string ;
432 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 499 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
433 500
434 ep-well:showDescription 501 ep-well:showDescription
435 rdf:type owl:DatatypeProperty ; 502 rdf:type owl:DatatypeProperty ;
503 + rdfs:comment "description of the show at a spatial part of a wellbore"^^xsd:string ;
436 rdfs:domain ep-well:SpatialPartOfAWellBore ; 504 rdfs:domain ep-well:SpatialPartOfAWellBore ;
437 rdfs:label "show description"^^xsd:string . 505 rdfs:label "show description"^^xsd:string .
438 506
439 ep-well:shutInCasingPressure 507 ep-well:shutInCasingPressure
440 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 508 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
509 + rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ;
441 rdfs:domain ep-well:TemporalPartOfAWellBore ; 510 rdfs:domain ep-well:TemporalPartOfAWellBore ;
442 rdfs:label "shut in casing pressure"^^xsd:string ; 511 rdfs:label "shut in casing pressure"^^xsd:string ;
443 rdfs:range ep-core:Pressure . 512 rdfs:range ep-core:Pressure .
444 513
445 ep-well:shutInDrillPipePressure 514 ep-well:shutInDrillPipePressure
446 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 515 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
516 + rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ;
447 rdfs:domain ep-well:TemporalPartOfAWellBore ; 517 rdfs:domain ep-well:TemporalPartOfAWellBore ;
448 rdfs:label "shut in drill pipe pressure"^^xsd:string ; 518 rdfs:label "shut in drill pipe pressure"^^xsd:string ;
449 rdfs:range ep-core:Pressure . 519 rdfs:range ep-core:Pressure .
450 520
451 ep-well:stratigraphyDescription 521 ep-well:stratigraphyDescription
452 rdf:type owl:DatatypeProperty ; 522 rdf:type owl:DatatypeProperty ;
523 + rdfs:comment "description of the stratigraphy at a spatial part of a wellbore"^^xsd:string ;
453 rdfs:domain ep-well:SpatialPartOfAWellBore ; 524 rdfs:domain ep-well:SpatialPartOfAWellBore ;
454 rdfs:label "stratigraphy description"^^xsd:string . 525 rdfs:label "stratigraphy description"^^xsd:string .
455 526
456 ep-well:strengthOfRockFormation 527 ep-well:strengthOfRockFormation
457 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 528 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
529 + rdfs:comment "class_of_indirect_property that is the strength of a surrounding rock formation"^^xsd:string ;
458 rdfs:domain ep-well:SurroundingRockFormation ; 530 rdfs:domain ep-well:SurroundingRockFormation ;
459 rdfs:label "strength of rock formation"^^xsd:string ; 531 rdfs:label "strength of rock formation"^^xsd:string ;
460 rdfs:range ep-core:StrengthOfRockFormation . 532 rdfs:range ep-core:StrengthOfRockFormation .
461 533
462 ep-well:trueVerticalDepth 534 ep-well:trueVerticalDepth
463 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 535 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
536 + rdfs:comment "class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore"^^xsd:string ;
464 rdfs:domain ep-well:SpatialPartOfAWellBore ; 537 rdfs:domain ep-well:SpatialPartOfAWellBore ;
465 rdfs:label "true vertical depth"^^xsd:string ; 538 rdfs:label "true vertical depth"^^xsd:string ;
466 rdfs:range ep-core:Length . 539 rdfs:range ep-core:Length .
467 540
468 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore 541 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore
469 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 542 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
543 + rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore"^^xsd:string ;
470 rdfs:domain ep-well:SpatialPartOfAWellBore ; 544 rdfs:domain ep-well:SpatialPartOfAWellBore ;
471 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; 545 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ;
472 rdfs:range ep-core:Length . 546 rdfs:range ep-core:Length .
473 547
474 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore 548 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore
475 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 549 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
550 + rdfs:comment "class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore"^^xsd:string ;
476 rdfs:domain ep-well:SpatialPartOfAWellBore ; 551 rdfs:domain ep-well:SpatialPartOfAWellBore ;
477 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; 552 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ;
478 rdfs:range ep-core:Length . 553 rdfs:range ep-core:Length .
479 554
480 ep-well:wellBoreCompletedAt 555 ep-well:wellBoreCompletedAt
481 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 556 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
557 + rdfs:comment "UTC representation of the time at which a wellbore was completed"^^xsd:string ;
482 rdfs:domain ep-well:TemporalPartOfAWellBore ; 558 rdfs:domain ep-well:TemporalPartOfAWellBore ;
483 rdfs:label "wellbore completed at"^^xsd:string . 559 rdfs:label "wellbore completed at"^^xsd:string .
484 560
485 ep-well:wellBorePreSpudAt 561 ep-well:wellBorePreSpudAt
486 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 562 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
563 + rdfs:comment "UTC representation of the time at of the pre-spud for a wellbore"^^xsd:string ;
487 rdfs:domain ep-well:TemporalPartOfAWellBore ; 564 rdfs:domain ep-well:TemporalPartOfAWellBore ;
488 rdfs:label "wellbore pre-spud at"^^xsd:string . 565 rdfs:label "wellbore pre-spud at"^^xsd:string .
489 566
490 ep-well:wellBoreSpudAt 567 ep-well:wellBoreSpudAt
491 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 568 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
569 + rdfs:comment "UTC representation of the time of spud of a wellbore"^^xsd:string ;
492 rdfs:domain ep-well:TemporalPartOfAWellBore ; 570 rdfs:domain ep-well:TemporalPartOfAWellBore ;
493 rdfs:label "wellbore spud at"^^xsd:string . 571 rdfs:label "wellbore spud at"^^xsd:string .
......