David Price

Cleanup of 2 schemas and cleanup of RD continues

Showing 34 changed files with 1723 additions and 432 deletions
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
2 -# imports: http://purl.org/dc/elements/1.1/
3 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
4 3
5 @prefix dc: <http://purl.org/dc/elements/1.1/> . 4 @prefix dc: <http://purl.org/dc/elements/1.1/> .
...@@ -14,50 +13,50 @@ ...@@ -14,50 +13,50 @@
14 13
15 <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> 14 <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type>
16 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
17 - owl:imports dc: , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
19 18
20 ep-drill-eqt-typ:Drillfloor--drawworks 19 ep-drill-eqt-typ:Drillfloor--drawworks
21 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 20 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
21 + rdfs:comment "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string ;
22 rdfs:label "drillfloor--drawworks"^^xsd:string ; 22 rdfs:label "drillfloor--drawworks"^^xsd:string ;
23 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 23 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
24 - dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string .
25 24
26 ep-drill-eqt-typ:Drillfloor--drillingcontrol 25 ep-drill-eqt-typ:Drillfloor--drillingcontrol
27 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 26 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
27 + rdfs:comment "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string ;
28 rdfs:label "drillfloor--drillingcontrol"^^xsd:string ; 28 rdfs:label "drillfloor--drillingcontrol"^^xsd:string ;
29 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 29 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
30 - dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string .
31 30
32 ep-drill-eqt-typ:Drillfloor--hpairsyst 31 ep-drill-eqt-typ:Drillfloor--hpairsyst
33 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 32 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
33 + rdfs:comment "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string ;
34 rdfs:label "drillfloor--hpairsyst"^^xsd:string ; 34 rdfs:label "drillfloor--hpairsyst"^^xsd:string ;
35 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 35 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
36 - dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string .
37 36
38 ep-drill-eqt-typ:Drillfloor--other 37 ep-drill-eqt-typ:Drillfloor--other
39 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 38 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
39 + rdfs:comment "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string ;
40 rdfs:label "drillfloor--other"^^xsd:string ; 40 rdfs:label "drillfloor--other"^^xsd:string ;
41 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 41 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
42 - dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string .
43 42
44 ep-drill-eqt-typ:Drillfloor--rotarytable 43 ep-drill-eqt-typ:Drillfloor--rotarytable
45 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 44 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
45 + rdfs:comment "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string ;
46 rdfs:label "drillfloor--rotarytable"^^xsd:string ; 46 rdfs:label "drillfloor--rotarytable"^^xsd:string ;
47 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 47 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
48 - dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string .
49 48
50 ep-drill-eqt-typ:Drillfloor--tensioningsyst 49 ep-drill-eqt-typ:Drillfloor--tensioningsyst
51 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 50 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
51 + rdfs:comment "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string ;
52 rdfs:label "drillfloor--tensioningsyst"^^xsd:string ; 52 rdfs:label "drillfloor--tensioningsyst"^^xsd:string ;
53 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 53 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
54 - dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string .
55 54
56 ep-drill-eqt-typ:Drillfloor--wirelines 55 ep-drill-eqt-typ:Drillfloor--wirelines
57 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 56 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
57 + rdfs:comment "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string ;
58 rdfs:label "drillfloor--wirelines"^^xsd:string ; 58 rdfs:label "drillfloor--wirelines"^^xsd:string ;
59 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 59 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
60 - dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string .
61 60
62 ep-drill-eqt-typ:DrillingEquipment 61 ep-drill-eqt-typ:DrillingEquipment
63 rdf:type owl:Class ; 62 rdf:type owl:Class ;
...@@ -73,342 +72,342 @@ ep-drill-eqt-typ:DrillingEquipmentType ...@@ -73,342 +72,342 @@ ep-drill-eqt-typ:DrillingEquipmentType
73 72
74 ep-drill-eqt-typ:Drillstringdownhole--downholedrillingtools 73 ep-drill-eqt-typ:Drillstringdownhole--downholedrillingtools
75 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 74 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
75 + rdfs:comment "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string ;
76 rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; 76 rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ;
77 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 77 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
78 - dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string .
79 78
80 ep-drill-eqt-typ:Drillstringdownhole--drillcollars 79 ep-drill-eqt-typ:Drillstringdownhole--drillcollars
81 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 80 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
81 + rdfs:comment "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string ;
82 rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ; 82 rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ;
83 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 83 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
84 - dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string .
85 84
86 ep-drill-eqt-typ:Drillstringdownhole--drillpipes 85 ep-drill-eqt-typ:Drillstringdownhole--drillpipes
87 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 86 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
87 + rdfs:comment "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string ;
88 rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ; 88 rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ;
89 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 89 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
90 - dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string .
91 90
92 ep-drill-eqt-typ:Drillstringdownhole--fishingtools 91 ep-drill-eqt-typ:Drillstringdownhole--fishingtools
93 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 92 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
93 + rdfs:comment "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string ;
94 rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ; 94 rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ;
95 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 95 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
96 - dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string .
97 96
98 ep-drill-eqt-typ:Drillstringdownhole--miscdrillstringequ 97 ep-drill-eqt-typ:Drillstringdownhole--miscdrillstringequ
99 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 98 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
99 + rdfs:comment "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string ;
100 rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ; 100 rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ;
101 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 101 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
102 - dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string .
103 102
104 ep-drill-eqt-typ:Drillstringdownhole--other 103 ep-drill-eqt-typ:Drillstringdownhole--other
105 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 104 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
105 + rdfs:comment "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string ;
106 rdfs:label "drillstringdownhole--other"^^xsd:string ; 106 rdfs:label "drillstringdownhole--other"^^xsd:string ;
107 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 107 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
108 - dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string .
109 108
110 ep-drill-eqt-typ:Drillstringdownhole--stabilizer 109 ep-drill-eqt-typ:Drillstringdownhole--stabilizer
111 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 110 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
111 + rdfs:comment "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string ;
112 rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ; 112 rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ;
113 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 113 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
114 - dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string .
115 114
116 ep-drill-eqt-typ:Drillstringdownhole--subsandliftplugs 115 ep-drill-eqt-typ:Drillstringdownhole--subsandliftplugs
117 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 116 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
117 + rdfs:comment "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string ;
118 rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ; 118 rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ;
119 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 119 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
120 - dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string .
121 120
122 ep-drill-eqt-typ:Hoistingequ--crownblock 121 ep-drill-eqt-typ:Hoistingequ--crownblock
123 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 122 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
123 + rdfs:comment "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string ;
124 rdfs:label "hoistingequ--crownblock"^^xsd:string ; 124 rdfs:label "hoistingequ--crownblock"^^xsd:string ;
125 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 125 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
126 - dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string .
127 126
128 ep-drill-eqt-typ:Hoistingequ--derrickstructure 127 ep-drill-eqt-typ:Hoistingequ--derrickstructure
129 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 128 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
129 + rdfs:comment "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string ;
130 rdfs:label "hoistingequ--derrickstructure"^^xsd:string ; 130 rdfs:label "hoistingequ--derrickstructure"^^xsd:string ;
131 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 131 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
132 - dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string .
133 132
134 ep-drill-eqt-typ:Hoistingequ--heavecompensator 133 ep-drill-eqt-typ:Hoistingequ--heavecompensator
135 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 134 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
135 + rdfs:comment "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string ;
136 rdfs:label "hoistingequ--heavecompensator"^^xsd:string ; 136 rdfs:label "hoistingequ--heavecompensator"^^xsd:string ;
137 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 137 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
138 - dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string .
139 138
140 ep-drill-eqt-typ:Hoistingequ--other 139 ep-drill-eqt-typ:Hoistingequ--other
141 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 140 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
141 + rdfs:comment "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string ;
142 rdfs:label "hoistingequ--other"^^xsd:string ; 142 rdfs:label "hoistingequ--other"^^xsd:string ;
143 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 143 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
144 - dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string .
145 144
146 ep-drill-eqt-typ:Hoistingequ--topdrive 145 ep-drill-eqt-typ:Hoistingequ--topdrive
147 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 146 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
147 + rdfs:comment "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string ;
148 rdfs:label "hoistingequ--topdrive"^^xsd:string ; 148 rdfs:label "hoistingequ--topdrive"^^xsd:string ;
149 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 149 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
150 - dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string .
151 150
152 ep-drill-eqt-typ:Hoistingequ--travellingblock 151 ep-drill-eqt-typ:Hoistingequ--travellingblock
153 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 152 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
153 + rdfs:comment "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string ;
154 rdfs:label "hoistingequ--travellingblock"^^xsd:string ; 154 rdfs:label "hoistingequ--travellingblock"^^xsd:string ;
155 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 155 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
156 - dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string .
157 156
158 ep-drill-eqt-typ:Materialhandlingsyst--anchorsyst 157 ep-drill-eqt-typ:Materialhandlingsyst--anchorsyst
159 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 158 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
159 + rdfs:comment "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string ;
160 rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ; 160 rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ;
161 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 161 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
162 - dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string .
163 162
164 ep-drill-eqt-typ:Materialhandlingsyst--boptransportsyst 163 ep-drill-eqt-typ:Materialhandlingsyst--boptransportsyst
165 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 164 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
165 + rdfs:comment "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string ;
166 rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ; 166 rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ;
167 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 167 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
168 - dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string .
169 168
170 ep-drill-eqt-typ:Materialhandlingsyst--deckcranes 169 ep-drill-eqt-typ:Materialhandlingsyst--deckcranes
171 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 170 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
171 + rdfs:comment "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string ;
172 rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ; 172 rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ;
173 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 173 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
174 - dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string .
175 174
176 ep-drill-eqt-typ:Materialhandlingsyst--monorailsyst 175 ep-drill-eqt-typ:Materialhandlingsyst--monorailsyst
177 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 176 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
177 + rdfs:comment "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string ;
178 rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ; 178 rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ;
179 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 179 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
180 - dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string .
181 180
182 ep-drill-eqt-typ:Materialhandlingsyst--other 181 ep-drill-eqt-typ:Materialhandlingsyst--other
183 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 182 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
183 + rdfs:comment "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string ;
184 rdfs:label "materialhandlingsyst--other"^^xsd:string ; 184 rdfs:label "materialhandlingsyst--other"^^xsd:string ;
185 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 185 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
186 - dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string .
187 186
188 ep-drill-eqt-typ:Materialhandlingsyst--overheadcranes 187 ep-drill-eqt-typ:Materialhandlingsyst--overheadcranes
189 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 188 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
189 + rdfs:comment "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string ;
190 rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ; 190 rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ;
191 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 191 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
192 - dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string .
193 192
194 ep-drill-eqt-typ:Materialhandlingsyst--utilitywinchs 193 ep-drill-eqt-typ:Materialhandlingsyst--utilitywinchs
195 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 194 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
195 + rdfs:comment "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string ;
196 rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ; 196 rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ;
197 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 197 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
198 - dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string .
199 198
200 ep-drill-eqt-typ:Miscellaneousequsyst--acousticpositionref 199 ep-drill-eqt-typ:Miscellaneousequsyst--acousticpositionref
201 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 200 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
201 + rdfs:comment "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string ;
202 rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ; 202 rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ;
203 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 203 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
204 - dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string .
205 204
206 ep-drill-eqt-typ:Miscellaneousequsyst--hydrpneumpowerpacks 205 ep-drill-eqt-typ:Miscellaneousequsyst--hydrpneumpowerpacks
207 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 206 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
207 + rdfs:comment "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string ;
208 rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ; 208 rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ;
209 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 209 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
210 - dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string .
211 210
212 ep-drill-eqt-typ:Miscellaneousequsyst--miscinstrandauxilequ 211 ep-drill-eqt-typ:Miscellaneousequsyst--miscinstrandauxilequ
213 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 212 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
213 + rdfs:comment "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string ;
214 rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ; 214 rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ;
215 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 215 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
216 - dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string .
217 216
218 ep-drill-eqt-typ:Miscellaneousequsyst--other 217 ep-drill-eqt-typ:Miscellaneousequsyst--other
219 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 218 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
219 + rdfs:comment "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string ;
220 rdfs:label "miscellaneousequsyst--other"^^xsd:string ; 220 rdfs:label "miscellaneousequsyst--other"^^xsd:string ;
221 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 221 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
222 - dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string .
223 222
224 ep-drill-eqt-typ:Miscellaneousequsyst--subseainspectionsyst 223 ep-drill-eqt-typ:Miscellaneousequsyst--subseainspectionsyst
225 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 224 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
225 + rdfs:comment "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string ;
226 rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ; 226 rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ;
227 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 227 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
228 - dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string .
229 228
230 ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest 229 ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest
231 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 230 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
231 + rdfs:comment "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string ;
232 rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ; 232 rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ;
233 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 233 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
234 - dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string .
235 234
236 ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem 235 ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem
237 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 236 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
237 + rdfs:comment "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string ;
238 rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ; 238 rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ;
239 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 239 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
240 - dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string .
241 240
242 ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer 241 ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer
243 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 242 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
243 + rdfs:comment "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string ;
244 rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ; 244 rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ;
245 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 245 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
246 - dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string .
247 246
248 ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst 247 ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst
249 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 248 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
249 + rdfs:comment "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string ;
250 rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ; 250 rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ;
251 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 251 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
252 - dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string .
253 252
254 ep-drill-eqt-typ:Mudandbulksyst--hpequipment 253 ep-drill-eqt-typ:Mudandbulksyst--hpequipment
255 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 254 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
255 + rdfs:comment "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string ;
256 rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ; 256 rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ;
257 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 257 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
258 - dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string .
259 258
260 ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst 259 ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst
261 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 260 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
261 + rdfs:comment "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string ;
262 rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ; 262 rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ;
263 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 263 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
264 - dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string .
265 264
266 ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage 265 ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage
267 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 266 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
267 + rdfs:comment "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string ;
268 rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ; 268 rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ;
269 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 269 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
270 - dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string .
271 270
272 ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol 271 ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol
273 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 272 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
273 + rdfs:comment "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string ;
274 rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ; 274 rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ;
275 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 275 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
276 - dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string .
277 276
278 ep-drill-eqt-typ:Mudandbulksyst--mudsupply 277 ep-drill-eqt-typ:Mudandbulksyst--mudsupply
279 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 278 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
279 + rdfs:comment "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string ;
280 rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ; 280 rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ;
281 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 281 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
282 - dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string .
283 282
284 ep-drill-eqt-typ:Mudandbulksyst--other 283 ep-drill-eqt-typ:Mudandbulksyst--other
285 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 284 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
285 + rdfs:comment "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string ;
286 rdfs:label "mudandbulksyst--other"^^xsd:string ; 286 rdfs:label "mudandbulksyst--other"^^xsd:string ;
287 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 287 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
288 - dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string .
289 288
290 ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst 289 ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst
291 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 290 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
291 + rdfs:comment "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string ;
292 rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ; 292 rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ;
293 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 293 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
294 - dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string .
295 294
296 ep-drill-eqt-typ:Pipehandlingequsyst--elevator 295 ep-drill-eqt-typ:Pipehandlingequsyst--elevator
297 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 296 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
297 + rdfs:comment "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string ;
298 rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ; 298 rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ;
299 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 299 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
300 - dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string .
301 300
302 ep-drill-eqt-typ:Pipehandlingequsyst--manualtong 301 ep-drill-eqt-typ:Pipehandlingequsyst--manualtong
303 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 302 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
303 + rdfs:comment "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string ;
304 rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ; 304 rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ;
305 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 305 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
306 - dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string .
307 306
308 ep-drill-eqt-typ:Pipehandlingequsyst--other 307 ep-drill-eqt-typ:Pipehandlingequsyst--other
309 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 308 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
309 + rdfs:comment "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string ;
310 rdfs:label "pipehandlingequsyst--other"^^xsd:string ; 310 rdfs:label "pipehandlingequsyst--other"^^xsd:string ;
311 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 311 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
312 - dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string .
313 312
314 ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks 313 ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks
315 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 314 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
315 + rdfs:comment "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string ;
316 rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ; 316 rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ;
317 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 317 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
318 - dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string .
319 318
320 ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders 319 ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders
321 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 320 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
321 + rdfs:comment "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string ;
322 rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ; 322 rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ;
323 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 323 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
324 - dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string .
325 324
326 ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst 325 ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst
327 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 326 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
327 + rdfs:comment "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string ;
328 rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ; 328 rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ;
329 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 329 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
330 - dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string .
331 330
332 ep-drill-eqt-typ:Serviceequ--cementingunit 331 ep-drill-eqt-typ:Serviceequ--cementingunit
333 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 332 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
333 + rdfs:comment "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string ;
334 rdfs:label "serviceequ--cementingunit"^^xsd:string ; 334 rdfs:label "serviceequ--cementingunit"^^xsd:string ;
335 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 335 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
336 - dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string .
337 336
338 ep-drill-eqt-typ:Serviceequ--electrloggingequ 337 ep-drill-eqt-typ:Serviceequ--electrloggingequ
339 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 338 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
339 + rdfs:comment "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string ;
340 rdfs:label "serviceequ--electrloggingequ"^^xsd:string ; 340 rdfs:label "serviceequ--electrloggingequ"^^xsd:string ;
341 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 341 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
342 - dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string .
343 342
344 ep-drill-eqt-typ:Serviceequ--mudloggingequ 343 ep-drill-eqt-typ:Serviceequ--mudloggingequ
345 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 344 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
345 + rdfs:comment "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string ;
346 rdfs:label "serviceequ--mudloggingequ"^^xsd:string ; 346 rdfs:label "serviceequ--mudloggingequ"^^xsd:string ;
347 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 347 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
348 - dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string .
349 348
350 ep-drill-eqt-typ:Serviceequ--other 349 ep-drill-eqt-typ:Serviceequ--other
351 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 350 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
351 + rdfs:comment "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string ;
352 rdfs:label "serviceequ--other"^^xsd:string ; 352 rdfs:label "serviceequ--other"^^xsd:string ;
353 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 353 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
354 - dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string .
355 354
356 ep-drill-eqt-typ:Serviceequ--specialserviceequ 355 ep-drill-eqt-typ:Serviceequ--specialserviceequ
357 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 356 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
357 + rdfs:comment "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string ;
358 rdfs:label "serviceequ--specialserviceequ"^^xsd:string ; 358 rdfs:label "serviceequ--specialserviceequ"^^xsd:string ;
359 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 359 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
360 - dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string .
361 360
362 ep-drill-eqt-typ:Serviceequ--wellheadtubularequ 361 ep-drill-eqt-typ:Serviceequ--wellheadtubularequ
363 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 362 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
363 + rdfs:comment "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string ;
364 rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ; 364 rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ;
365 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 365 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
366 - dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string .
367 366
368 ep-drill-eqt-typ:Serviceequ--welltestingequ 367 ep-drill-eqt-typ:Serviceequ--welltestingequ
369 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 368 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
369 + rdfs:comment "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string ;
370 rdfs:label "serviceequ--welltestingequ"^^xsd:string ; 370 rdfs:label "serviceequ--welltestingequ"^^xsd:string ;
371 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 371 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
372 - dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string .
373 372
374 ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst 373 ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst
375 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 374 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
375 + rdfs:comment "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string ;
376 rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ; 376 rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ;
377 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 377 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
378 - dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string .
379 378
380 ep-drill-eqt-typ:Wellcontrolequsyst--bopstack 379 ep-drill-eqt-typ:Wellcontrolequsyst--bopstack
381 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 380 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
381 + rdfs:comment "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string ;
382 rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ; 382 rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ;
383 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 383 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
384 - dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string .
385 384
386 ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst 385 ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst
387 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 386 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
387 + rdfs:comment "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string ;
388 rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ; 388 rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ;
389 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 389 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
390 - dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string .
391 390
392 ep-drill-eqt-typ:Wellcontrolequsyst--diverter 391 ep-drill-eqt-typ:Wellcontrolequsyst--diverter
393 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 392 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
393 + rdfs:comment "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string ;
394 rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ; 394 rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ;
395 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 395 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
396 - dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string .
397 396
398 ep-drill-eqt-typ:Wellcontrolequsyst--other 397 ep-drill-eqt-typ:Wellcontrolequsyst--other
399 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 398 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
399 + rdfs:comment "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string ;
400 rdfs:label "wellcontrolequsyst--other"^^xsd:string ; 400 rdfs:label "wellcontrolequsyst--other"^^xsd:string ;
401 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 401 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
402 - dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string .
403 402
404 ep-drill-eqt-typ:Wellcontrolequsyst--risersyst 403 ep-drill-eqt-typ:Wellcontrolequsyst--risersyst
405 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 404 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
405 + rdfs:comment "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string ;
406 rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ; 406 rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ;
407 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 407 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
408 - dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string .
409 408
410 ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack 409 ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack
411 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; 410 rdf:type ep-drill-eqt-typ:DrillingEquipmentType ;
411 + rdfs:comment "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string ;
412 rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ; 412 rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ;
413 - rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; 413 + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment .
414 - dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string .
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> 20 <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
...@@ -342,13 +342,13 @@ ep-material:substance-T13dmcyPentane ...@@ -342,13 +342,13 @@ ep-material:substance-T13dmcyPentane
342 rdf:type ep-prodwell:ComponentMaterialType . 342 rdf:type ep-prodwell:ComponentMaterialType .
343 343
344 ep-prodwell:AbandonedWell 344 ep-prodwell:AbandonedWell
345 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 345 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
346 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; 346 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
347 rdfs:label "abandoned well"^^xsd:string ; 347 rdfs:label "abandoned well"^^xsd:string ;
348 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 348 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
349 349
350 ep-prodwell:ClosedWell 350 ep-prodwell:ClosedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 rdfs:comment "well or wellbore that has been closed"^^xsd:string ; 352 rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
353 rdfs:label "closed well"^^xsd:string ; 353 rdfs:label "closed well"^^xsd:string ;
354 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 354 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -366,7 +366,7 @@ ep-prodwell:FluidComponentKindType ...@@ -366,7 +366,7 @@ ep-prodwell:FluidComponentKindType
366 rdfs:subClassOf owl:Class . 366 rdfs:subClassOf owl:Class .
367 367
368 ep-prodwell:InjectingWell 368 ep-prodwell:InjectingWell
369 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 369 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
370 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; 370 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
371 rdfs:label "injecting well"^^xsd:string ; 371 rdfs:label "injecting well"^^xsd:string ;
372 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 372 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -378,37 +378,37 @@ ep-prodwell:InjectionFluidType ...@@ -378,37 +378,37 @@ ep-prodwell:InjectionFluidType
378 rdfs:subClassOf owl:Class . 378 rdfs:subClassOf owl:Class .
379 379
380 ep-prodwell:JunkedWell 380 ep-prodwell:JunkedWell
381 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 381 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
382 rdfs:comment "well or wellbore that has been junked"^^xsd:string ; 382 rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
383 rdfs:label "junked well"^^xsd:string ; 383 rdfs:label "junked well"^^xsd:string ;
384 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 384 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
385 385
386 ep-prodwell:OperatingWell 386 ep-prodwell:OperatingWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 387 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 rdfs:comment "well or wellbore that is operating"^^xsd:string ; 388 rdfs:comment "well or wellbore that is operating"^^xsd:string ;
389 rdfs:label "operating well"^^xsd:string ; 389 rdfs:label "operating well"^^xsd:string ;
390 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 390 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
391 391
392 ep-prodwell:PluggedAndAbandonedWell 392 ep-prodwell:PluggedAndAbandonedWell
393 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 393 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
394 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; 394 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
395 rdfs:label "plugged and abandoned well"^^xsd:string ; 395 rdfs:label "plugged and abandoned well"^^xsd:string ;
396 rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell . 396 rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
397 397
398 ep-prodwell:PluggedWell 398 ep-prodwell:PluggedWell
399 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 399 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
400 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; 400 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
401 rdfs:label "plugged well"^^xsd:string ; 401 rdfs:label "plugged well"^^xsd:string ;
402 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 402 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
403 403
404 ep-prodwell:ProducingInjectingWell 404 ep-prodwell:ProducingInjectingWell
405 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 405 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
406 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 406 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
407 rdfs:label "producing injecting well"^^xsd:string ; 407 rdfs:label "producing injecting well"^^xsd:string ;
408 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 408 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
409 409
410 ep-prodwell:ProducingWell 410 ep-prodwell:ProducingWell
411 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 411 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
412 rdfs:comment "well or wellbore that is producing"^^xsd:string ; 412 rdfs:comment "well or wellbore that is producing"^^xsd:string ;
413 rdfs:label "producing well"^^xsd:string ; 413 rdfs:label "producing well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -420,13 +420,13 @@ ep-prodwell:RockFormation ...@@ -420,13 +420,13 @@ ep-prodwell:RockFormation
420 rdfs:subClassOf ep-core:PhysicalObject . 420 rdfs:subClassOf ep-core:PhysicalObject .
421 421
422 ep-prodwell:SuspendedAtTdWell 422 ep-prodwell:SuspendedAtTdWell
423 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 423 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
424 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 424 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
425 rdfs:label "suspended at td well"^^xsd:string ; 425 rdfs:label "suspended at td well"^^xsd:string ;
426 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 426 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
427 427
428 ep-prodwell:SuspendedWell 428 ep-prodwell:SuspendedWell
429 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 429 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
430 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; 430 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
431 rdfs:label "suspended well"^^xsd:string ; 431 rdfs:label "suspended well"^^xsd:string ;
432 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 432 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -449,7 +449,7 @@ ep-prodwell:WellCompletionAssembly ...@@ -449,7 +449,7 @@ ep-prodwell:WellCompletionAssembly
449 rdfs:label "well completion equipment"^^xsd:string ; 449 rdfs:label "well completion equipment"^^xsd:string ;
450 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; 450 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
451 ep-core:seeReferenceData 451 ep-core:seeReferenceData
452 - "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string . 452 + "http://posccaesar.org/rdl/RDS8015624975"^^xsd:string .
453 453
454 ep-prodwell:WellHeadDownStreamChokeValve 454 ep-prodwell:WellHeadDownStreamChokeValve
455 rdf:type owl:Class ; 455 rdf:type owl:Class ;
...@@ -458,7 +458,7 @@ ep-prodwell:WellHeadDownStreamChokeValve ...@@ -458,7 +458,7 @@ ep-prodwell:WellHeadDownStreamChokeValve
458 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 458 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
459 459
460 ep-prodwell:WellReclassedToDevelopment 460 ep-prodwell:WellReclassedToDevelopment
461 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 461 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
462 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; 462 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
463 rdfs:label "well reclassed to development"^^xsd:string ; 463 rdfs:label "well reclassed to development"^^xsd:string ;
464 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 464 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -470,42 +470,42 @@ ep-prodwell:WellStatusType ...@@ -470,42 +470,42 @@ ep-prodwell:WellStatusType
470 rdfs:subClassOf owl:Class . 470 rdfs:subClassOf owl:Class .
471 471
472 ep-prodwell:completeLiquidPartOf 472 ep-prodwell:completeLiquidPartOf
473 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 473 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
474 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; 474 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
475 rdfs:domain ep-material:QuantityOfMaterial ; 475 rdfs:domain ep-material:QuantityOfMaterial ;
476 rdfs:label "complete liquid part of"^^xsd:string ; 476 rdfs:label "complete liquid part of"^^xsd:string ;
477 rdfs:range ep-material:Liquid . 477 rdfs:range ep-material:Liquid .
478 478
479 ep-prodwell:depthOfBaseUsableWaterFromSurface 479 ep-prodwell:depthOfBaseUsableWaterFromSurface
480 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 480 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
481 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; 481 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
482 rdfs:domain ep-material:Fluid ; 482 rdfs:domain ep-material:Fluid ;
483 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 483 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
484 rdfs:range ep-core:Length . 484 rdfs:range ep-core:Length .
485 485
486 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 486 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
487 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 487 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
488 rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ; 488 rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ;
489 rdfs:domain ep-material:Fluid ; 489 rdfs:domain ep-material:Fluid ;
490 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 490 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
491 rdfs:range ep-core:Length . 491 rdfs:range ep-core:Length .
492 492
493 ep-prodwell:pOverZ 493 ep-prodwell:pOverZ
494 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 494 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
495 rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ; 495 rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ;
496 rdfs:domain ep-material:Gas ; 496 rdfs:domain ep-material:Gas ;
497 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 497 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
498 rdfs:range ep-core:Pressure . 498 rdfs:range ep-core:Pressure .
499 499
500 ep-prodwell:potentialGasProduction 500 ep-prodwell:potentialGasProduction
501 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 501 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
502 rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; 502 rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
503 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 503 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
504 rdfs:label "potential gas production"^^xsd:string ; 504 rdfs:label "potential gas production"^^xsd:string ;
505 rdfs:range ep-core:VolumetricFlowRate . 505 rdfs:range ep-core:VolumetricFlowRate .
506 506
507 ep-prodwell:potentialOilProduction 507 ep-prodwell:potentialOilProduction
508 - 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 "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; 509 rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
510 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 510 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
511 rdfs:label "potential oil production"^^xsd:string ; 511 rdfs:label "potential oil production"^^xsd:string ;
......
This diff could not be displayed because it is too large.
1 +# baseURI: http://www.reportinghub.no/refdata/1.0/foundation
2 +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 +
5 +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
6 +@prefix foundationrd: <http://www.reportinghub.no/refdata/1.0/foundation#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +@prefix pca-rdl: <http://posccaesar.org/rdl/> .
12 +@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
13 +
14 +<http://www.reportinghub.no/refdata/1.0/foundation>
15 + rdf:type owl:Ontology ;
16 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
17 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 +
19 +xsd:date
20 + owl:sameAs pca-rdl:ERH-DATE .
21 +
22 +xsd:dateTime
23 + owl:sameAs pca-rdl:ERH-DATETIME .
24 +
25 +xsd:double
26 + owl:sameAs pca-rdl:ERH-DOUBLE .
27 +
28 +xsd:float
29 + owl:sameAs pca-rdl:ERH-FLOAT .
30 +
31 +xsd:integer
32 + owl:sameAs pca-rdl:ERH-INTEGER .
33 +
34 +xsd:string
35 + owl:sameAs pca-rdl:ERH-STRING .
36 +
37 +pca-rdl:ERH-DATE
38 + rdf:type p2:RepresentationForm ;
39 + pca-rdl:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
40 + pca-rdl:hasDesignation "XML SCHEMA DATE"^^xsd:string .
41 +
42 +pca-rdl:ERH-DATETIME
43 + rdf:type p2:RepresentationForm ;
44 + pca-rdl:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
45 + pca-rdl:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
46 +
47 +pca-rdl:ERH-DOUBLE
48 + rdf:type p2:RepresentationForm ;
49 + pca-rdl:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
50 + pca-rdl:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
51 +
52 +pca-rdl:ERH-FLOAT
53 + rdf:type p2:RepresentationForm ;
54 + pca-rdl:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
55 + pca-rdl:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
56 +
57 +pca-rdl:ERH-INTEGER
58 + rdf:type p2:RepresentationForm ;
59 + pca-rdl:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
60 + pca-rdl:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
61 +
62 +pca-rdl:ERH-STRING
63 + rdf:type p2:RepresentationForm ;
64 + pca-rdl:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
65 + pca-rdl:hasDesignation "XML SCHEMA STRING"^^xsd:string .
66 +
67 +pca-rdl:ERH00000
68 + rdf:type p2:Thing , owl:Class ;
69 + rdfs:subClassOf owl:Thing ;
70 + pca-rdl:hasDesignation
71 + "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
72 + pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
73 +
74 +pca-rdl:ERH00001
75 + rdf:type p2:ClassOfClass , owl:Class ;
76 + rdfs:subClassOf owl:Thing ;
77 + pca-rdl:hasDesignation
78 + "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
79 + pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
80 +
81 +pca-rdl:ERH00002
82 + rdf:type p2:ClassOfClass , owl:Class ;
83 + rdfs:subClassOf owl:Thing ;
84 + pca-rdl:hasDesignation
85 + "EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
86 + pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
87 +
88 +pca-rdl:ERH00003
89 + rdf:type p2:ClassOfClass , owl:Class ;
90 + rdfs:subClassOf owl:Thing ;
91 + pca-rdl:hasDesignation
92 + "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
93 + pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
94 +
95 +pca-rdl:ERH00004
96 + rdf:type p2:ClassOfClass , owl:Class ;
97 + rdfs:subClassOf owl:Thing ;
98 + pca-rdl:hasDesignation
99 + "EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ;
100 + pca-rdl:hasIdPCA "ERH00004"^^xsd:string .
101 +
...\ No newline at end of file ...\ No newline at end of file
This diff could not be displayed because it is too large.
1 +# baseURI: http://www.reportinghub.no/refdata/1.0/production
2 +# imports: http://www.reportinghub.no/refdata/1.0/foundation
3 +
4 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 +@prefix productionrd: <http://www.reportinghub.no/refdata/1.0/production#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 +
10 +<http://www.reportinghub.no/refdata/1.0/production>
11 + rdf:type owl:Ontology ;
12 + owl:imports <http://www.reportinghub.no/refdata/1.0/foundation> ;
13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# baseURI: http://www.reportinghub.no/refdata/drilling
2 +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
3 +# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
4 +
5 +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
6 +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
7 +@prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> .
8 +@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
9 +@prefix drilling: <http://www.reportinghub.no/refdata/drilling#> .
10 +@prefix drilling1: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
11 +@prefix objprop2rd: <http://www.reportinghub.no/refdata/transform/objprop2rd#> .
12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 +@prefix sp: <http://spinrdf.org/sp#> .
16 +@prefix spin: <http://spinrdf.org/spin#> .
17 +@prefix spl: <http://spinrdf.org/spl#> .
18 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19 +
20 +<http://www.reportinghub.no/refdata/drilling>
21 + rdf:type owl:Ontology ;
22 + owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
2 +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 +# imports: http://www.reportinghub.no/refdata/XSD-Datatypes
5 +
6 +@prefix : <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
7 +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
10 +@prefix pca-rdl: <http://posccaesar.org/rdl/> .
11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 +
15 +pca-rdl:ERH00000
16 + rdf:type p2:Thing , owl:Class ;
17 + rdfs:subClassOf owl:Thing ;
18 + pca-rdl:hasDesignation
19 + "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
20 + pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
21 +
22 +pca-rdl:ERH00001
23 + rdf:type p2:ClassOfClass , owl:Class ;
24 + rdfs:subClassOf owl:Thing ;
25 + pca-rdl:hasDesignation
26 + "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
27 + pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
28 +
29 +pca-rdl:ERH00002
30 + rdf:type p2:ClassOfClass , owl:Class ;
31 + rdfs:subClassOf owl:Thing ;
32 + pca-rdl:hasDesignation
33 + "EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
34 + pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
35 +
36 +pca-rdl:ERH00003
37 + rdf:type p2:ClassOfClass , owl:Class ;
38 + rdfs:subClassOf owl:Thing ;
39 + pca-rdl:hasDesignation
40 + "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
41 + pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
42 +
43 +<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
44 + rdf:type owl:Ontology ;
45 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/XSD-Datatypes> ;
46 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
This diff could not be displayed because it is too large.
1 +# baseURI: http://www.reportinghub.no/refdata/XSD-Datatypes
2 +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 +
5 +@prefix : <http://posccaesar.org/rdl/> .
6 +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +
13 +:ERH-DATE
14 + rdf:type p2:RepresentationForm ;
15 + :hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
16 + :hasDesignation "XML SCHEMA DATE"^^xsd:string .
17 +
18 +:ERH-DATETIME
19 + rdf:type p2:RepresentationForm ;
20 + :hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
21 + :hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
22 +
23 +:ERH-DOUBLE
24 + rdf:type p2:RepresentationForm ;
25 + :hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
26 + :hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
27 +
28 +:ERH-FLOAT
29 + rdf:type p2:RepresentationForm ;
30 + :hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
31 + :hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
32 +
33 +:ERH-INTEGER
34 + rdf:type p2:RepresentationForm ;
35 + :hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
36 + :hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
37 +
38 +:ERH-STRING
39 + rdf:type p2:RepresentationForm ;
40 + :hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
41 + :hasDesignation "XML SCHEMA STRING"^^xsd:string .
42 +
43 +<http://www.reportinghub.no/refdata/XSD-Datatypes>
44 + rdf:type owl:Ontology ;
45 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
46 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
47 +
48 +xsd:date
49 + owl:sameAs :ERH-DATE .
50 +
51 +xsd:dateTime
52 + owl:sameAs :ERH-DATETIME .
53 +
54 +xsd:double
55 + owl:sameAs :ERH-DOUBLE .
56 +
57 +xsd:float
58 + owl:sameAs :ERH-FLOAT .
59 +
60 +xsd:integer
61 + owl:sameAs :ERH-INTEGER .
62 +
63 +xsd:string
64 + owl:sameAs :ERH-STRING .
This diff could not be displayed because it is too large.
1 +[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology
2 +API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core#
3 +CODE the NPD code code http://www.reportinghub.no/np/schema/npd#
4 +CODE ASSIGNED BY MANUFACTURER identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer pca-rdl:ERH4d3613a2-2a3b-11b2-80f6-ac4319491de1 codeAssignedByAManufacturer http://www.reportinghub.no/ep/schema/equipment#
5 +COMPANY SHORT NAME the NPD company short name pca-rdl:ERH4d35c3f3-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING companyShortName http://www.reportinghub.no/np/schema/npd#
6 +CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd#
7 +DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core#
8 +DESCRIPTION OF ACTIVITIES FORECAST FOR THE NEXT DAILY REPORTING PERIOD description of the drilling activities that are forecast for the next daily reporting period pca-rdl:ERH4d35c639-2a3b-11b2-80f6-ac4319491de1 descriptionOfActivitiesForecastForTheNextDailyReportingPeriod http://www.reportinghub.no/ep/schema/activity#
9 +DESCRIPTION OF ACTIVITIES WITHIN THE DAILY REPORTING PERIOD description of the drilling activity that take place within a daily reporting period pca-rdl:ERH4d35c639-2a3b-11b2-80f6-ac4319491de1 descriptionOfActivitiesWithinTheDailyReportingPeriod http://www.reportinghub.no/ep/schema/activity#
10 +DISCOVERY CURRENT ACTIVITY STATUS the NPD status of the discovery pca-rdl:ERH4d35c3cf-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING discoveryCurrentActivityStatus http://www.reportinghub.no/np/schema/npd#
11 +DISCOVERY YEAR the year the discovery was made pca-rdl:ERH4d35c3cf-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-INTEGER discoveryYear http://www.reportinghub.no/np/schema/npd#
12 +DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core#
13 +END DATE the NPD end date of the thing pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATE endDate http://www.reportinghub.no/np/schema/npd#
14 +FACILITY FUNCTIONS the NPD functions of the facility pca-rdl:ERH4d35c405-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING facilityFunctions http://www.reportinghub.no/np/schema/npd#
15 +FACILITY KIND the NPD kind of the facility pca-rdl:ERH4d35c405-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING facilityKind http://www.reportinghub.no/np/schema/npd#
16 +FINISHED AT UTC representation of the finishing time for an activity pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATETIME finishedAt http://www.reportinghub.no/ep/schema/activity#
17 +FIXED FACILITY PHASE the NPD phase of the fixed facility pca-rdl:ERH4d35c931-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING fixedFacilityPhase http://www.reportinghub.no/np/schema/npd#
18 +IDENTIFICATION NUMBER OF CORE identification number of the core extracted by an extract a well core activity pca-rdl:ERH4d35c421-2a3b-11b2-80f6-ac4319491de1 identificationNumberOfCore http://www.reportinghub.no/ep/schema/activity#
19 +LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4d35c3e7-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
20 +LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4d35c3e5-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
21 +LITHOLOGY DESCRIPTION description of the lithology at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 lithologyDescription http://www.reportinghub.no/ep/schema/well#
22 +LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core#
23 +LOG RUN NUMBER identification number of a well bore log run activity pca-rdl:ERH4d35c54b-2a3b-11b2-80f6-ac4319491de1 logRunNumber http://www.reportinghub.no/ep/schema/activity#
24 +NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core#
25 +NOMINAL TIME UTC representation of the nominal time of an activity pca-rdl:ERH4d35c63b-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATETIME nominallyAt http://www.reportinghub.no/ep/schema/activity#
26 +NPD IDENTIFIER the NPD identifier pca-rdl:ERH4d35c3cb-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd#
27 +NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd#
28 +NUMBER IN CREW The count of personnel on a type of crew. One of the types is all personnel on board. pca-rdl:RDS16701120 numberInCrew http://www.reportinghub.no/ep/schema/organization#
29 +ORGANISATION NUMBER the official Norwegian organization number of the operating company pca-rdl:ERH4d35c00d-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING organisationNumber http://www.reportinghub.no/np/schema/npd#
30 +PERCENTAGE OF SHARE the percent of the total share of the licence pca-rdl:ERH4d35c3d1-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-FLOAT percentageOfShare http://www.reportinghub.no/np/schema/npd#
31 +SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core#
32 +SHOW DESCRIPTION description of the show at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 showDescription http://www.reportinghub.no/ep/schema/well#
33 +START DATE the NPD start date of the thing pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATE startDate http://www.reportinghub.no/np/schema/npd#
34 +STRATIGRAPHY DESCRIPTION description of the stratigraphy at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 stratigraphyDescription http://www.reportinghub.no/ep/schema/well#
35 +UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core#
36 +WELLBORE COMPLETED AT UTC representation of the time at which a wellbore was completed pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBoreCompletedAt http://www.reportinghub.no/ep/schema/well#
37 +WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd#
38 +WELLBORE DRILL PERMIT the NPD drill permit of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreDrillPermit http://www.reportinghub.no/np/schema/npd#
39 +WELLBORE PRE-SPUD AT UTC representation of the time at of the pre-spud for a wellbore pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBorePreSpudAt http://www.reportinghub.no/ep/schema/well#
40 +WELLBORE SPUD AT UTC representation of the time of spud of a wellbore pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBoreSpudAt http://www.reportinghub.no/ep/schema/well#
41 +WELLBORE TYPE the NPD type of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreType http://www.reportinghub.no/np/schema/npd#
1 +[RDLDesignation] RDLDefinition EntityType CoPossessor ERHLocalname ERHOntology
2 +AVERAGE RATE OF DRILLING class_of_indirect_property that is the average rate of drilling for a drilling activity ClassOfIndirectProperty pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 averageRateOfDrilling http://www.reportinghub.no/ep/schema/activity#
3 +AVERAGE RATE OF DRILLING class_of_indirect_property that is the average rate of drilling for a drilling activity ERH00000 pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 averageRateOfDrilling http://www.reportinghub.no/ep/schema/activity#
4 +BOTTOM HOLE MEASURED DEPTH class_of_indirect_property that is the measured depth to the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
5 +BOTTOM HOLE MEASURED DEPTH class_of_indirect_property that is the measured depth to the bottom of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
6 +BOTTOM HOLE TEMPERATURE class_of_indirect_property that is the temperature at the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleTemperature http://www.reportinghub.no/ep/schema/well#
7 +BOTTOM HOLE TEMPERATURE class_of_indirect_property that is the temperature at the bottom of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleTemperature http://www.reportinghub.no/ep/schema/well#
8 +BOTTOM HOLE TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth of the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
9 +BOTTOM HOLE TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth of the bottom of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 bottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
10 +CEMENTING FLUID PER CENT FREE WATER class_of_indirect_property that is the percentage free water by volume within a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 cementingFluidPerCentFreeWater http://www.reportinghub.no/ep/schema/well#
11 +CEMENTING FLUID PER CENT FREE WATER class_of_indirect_property that is the percentage free water by volume within a cementing fluid ERH00000 pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 cementingFluidPerCentFreeWater http://www.reportinghub.no/ep/schema/well#
12 +CEMENTING FLUID THICKENING TIME class_of_indirect_property that is the thickening time for a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 cementingFluidThickeningTime http://www.reportinghub.no/ep/schema/well#
13 +CEMENTING FLUID THICKENING TIME class_of_indirect_property that is the thickening time for a cementing fluid ERH00000 pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 cementingFluidThickeningTime http://www.reportinghub.no/ep/schema/well#
14 +CHOKE ORIFICE SIZE diameterof the choke orifice within a well test choke manifold ClassOfIndirectProperty pca-rdl:ERH4d32c023-2a3b-11b2-80f6-ac4319491de1 chokeOrificeSize http://www.reportinghub.no/ep/schema/equipment#
15 +CHOKE ORIFICE SIZE diameterof the choke orifice within a well test choke manifold ERH00000 pca-rdl:ERH4d32c023-2a3b-11b2-80f6-ac4319491de1 chokeOrificeSize http://www.reportinghub.no/ep/schema/equipment#
16 +DEPTH OF SURROUNDING WATER class_of_indirect_property that is the depth of surrounding water ClassOfIndirectProperty pca-rdl:ERH4d35c409-2a3b-11b2-80f6-ac4319491de1 depthOfSurroundingWater http://www.reportinghub.no/ep/schema/facility#
17 +DEPTH OF SURROUNDING WATER class_of_indirect_property that is the depth of surrounding water ERH00000 pca-rdl:ERH4d35c409-2a3b-11b2-80f6-ac4319491de1 depthOfSurroundingWater http://www.reportinghub.no/ep/schema/facility#
18 +DIAMETER OF A WELLBORE PILOT HOLE class_of_indirect_property that is the diameter of a wellbore pilot hole ClassOfIndirectProperty pca-rdl:ERH4d35c91d-2a3b-11b2-80f6-ac4319491de1 diameterOfAWellBorePilotHole http://www.reportinghub.no/ep/schema/well#
19 +DIAMETER OF A WELLBORE PILOT HOLE class_of_indirect_property that is the diameter of a wellbore pilot hole ERH00000 pca-rdl:ERH4d35c91d-2a3b-11b2-80f6-ac4319491de1 diameterOfAWellBorePilotHole http://www.reportinghub.no/ep/schema/well#
20 +DISTANCE DRILLED class_of_indirect_property that is the distance drilled by a drilling activity ClassOfIndirectProperty pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 distanceDrilled http://www.reportinghub.no/ep/schema/activity#
21 +DISTANCE DRILLED class_of_indirect_property that is the distance drilled by a drilling activity ERH00000 pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 distanceDrilled http://www.reportinghub.no/ep/schema/activity#
22 +ELEVATION OF KELLY BUSHING class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level ClassOfIndirectProperty pca-rdl:ERH4d35bfd3-2a3b-11b2-80f6-ac4319491de1 elevationOfKellyBushing http://www.reportinghub.no/ep/schema/equipment#
23 +ELEVATION OF KELLY BUSHING class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level ERH00000 pca-rdl:ERH4d35bfd3-2a3b-11b2-80f6-ac4319491de1 elevationOfKellyBushing http://www.reportinghub.no/ep/schema/equipment#
24 +FINAL BOTTOM HOLE MEASURED DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 finalBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
25 +FINAL BOTTOM HOLE MEASURED DEPTH 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 ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 finalBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
26 +FINAL BOTTOM HOLE TRUE VERTICAL DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 finalBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
27 +FINAL BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 finalBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
28 +FINAL RATE OF DRILLING class_of_indirect_property that is the rate of drilling at the end of a drilling activity ClassOfIndirectProperty pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 finalRateOfDrilling http://www.reportinghub.no/ep/schema/activity#
29 +FINAL RATE OF DRILLING class_of_indirect_property that is the rate of drilling at the end of a drilling activity ERH00000 pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 finalRateOfDrilling http://www.reportinghub.no/ep/schema/activity#
30 +INITIAL BOTTOM HOLE MEASURED DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 initialBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
31 +INITIAL BOTTOM HOLE MEASURED DEPTH 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 ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 initialBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
32 +INSIDE DIAMETER OF A TUBULAR class_of_indirect_property that is the inside diameter of a tubular ClassOfIndirectProperty pca-rdl:ERH4d35bfbb-2a3b-11b2-80f6-ac4319491de1 insideDiameterOfATubular http://www.reportinghub.no/ep/schema/equipment#
33 +INSIDE DIAMETER OF A TUBULAR class_of_indirect_property that is the inside diameter of a tubular ERH00000 pca-rdl:ERH4d35bfbb-2a3b-11b2-80f6-ac4319491de1 insideDiameterOfATubular http://www.reportinghub.no/ep/schema/equipment#
34 +LENGTH OF INNER BARREL class_of_indirect_property that is the length of an inner barrel ClassOfIndirectProperty pca-rdl:ERH4d35bfc7-2a3b-11b2-80f6-ac4319491de1 lengthOfInnerBarrel http://www.reportinghub.no/ep/schema/equipment#
35 +LENGTH OF INNER BARREL class_of_indirect_property that is the length of an inner barrel ERH00000 pca-rdl:ERH4d35bfc7-2a3b-11b2-80f6-ac4319491de1 lengthOfInnerBarrel http://www.reportinghub.no/ep/schema/equipment#
36 +MAXIMUM PRESSURE FOR BLOW OUT PREVENTER class_of_indirect_property that is the maximum pressure for a blow-out preventer ClassOfIndirectProperty pca-rdl:ERH4d32c027-2a3b-11b2-80f6-ac4319491de1 maximumPressureForBlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
37 +MAXIMUM PRESSURE FOR BLOW OUT PREVENTER class_of_indirect_property that is the maximum pressure for a blow-out preventer ERH00000 pca-rdl:ERH4d32c027-2a3b-11b2-80f6-ac4319491de1 maximumPressureForBlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
38 +MAXIMUM PRESSURE FOR CHOKE VALVE class_of_indirect_property that is the maximum pressure for a choke valve ClassOfIndirectProperty pca-rdl:ERH4d35bfc1-2a3b-11b2-80f6-ac4319491de1 maximumPressureForChokeValve http://www.reportinghub.no/ep/schema/equipment#
39 +MAXIMUM PRESSURE FOR CHOKE VALVE class_of_indirect_property that is the maximum pressure for a choke valve ERH00000 pca-rdl:ERH4d35bfc1-2a3b-11b2-80f6-ac4319491de1 maximumPressureForChokeValve http://www.reportinghub.no/ep/schema/equipment#
40 +MEASURED DEPTH OF PLUG TOP class_of_indirect_property that is the measured depth of the plug top of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 measuredDepthOfPlugTop http://www.reportinghub.no/ep/schema/well#
41 +MEASURED DEPTH OF PLUG TOP class_of_indirect_property that is the measured depth of the plug top of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 measuredDepthOfPlugTop http://www.reportinghub.no/ep/schema/well#
42 +MEASURED DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 measuredDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
43 +MEASURED DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 measuredDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
44 +MEASURED DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 measuredDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
45 +MEASURED DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 measuredDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
46 +NOMINAL INSIDE DIAMETER OF BOREHOLE class_of_indirect_property that is the nominal diameter of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 nominalInsideDiameterOfBoreHole http://www.reportinghub.no/ep/schema/well#
47 +NOMINAL INSIDE DIAMETER OF BOREHOLE class_of_indirect_property that is the nominal diameter of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 nominalInsideDiameterOfBoreHole http://www.reportinghub.no/ep/schema/well#
48 +OPERATING TIME OF DRILL BIT class_of_indirect_property that is the operating time of the drill bit for a drilling activity ClassOfIndirectProperty pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 operatingTimeOfDrillBit http://www.reportinghub.no/ep/schema/activity#
49 +OPERATING TIME OF DRILL BIT class_of_indirect_property that is the operating time of the drill bit for a drilling activity ERH00000 pca-rdl:ERH4d35c52f-2a3b-11b2-80f6-ac4319491de1 operatingTimeOfDrillBit http://www.reportinghub.no/ep/schema/activity#
50 +PLANNED PILOT BOTTOM HOLE TRUE VERTICAL DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4d35c91d-2a3b-11b2-80f6-ac4319491de1 plannedPilotBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
51 +PLANNED PILOT BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH00000 pca-rdl:ERH4d35c91d-2a3b-11b2-80f6-ac4319491de1 plannedPilotBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
52 +PORE PRESSURE class_of_indirect_property that is the pore pressure at a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 porePressure http://www.reportinghub.no/ep/schema/well#
53 +PORE PRESSURE class_of_indirect_property that is the pore pressure at a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 porePressure http://www.reportinghub.no/ep/schema/well#
54 +PORE PRESSURE - EQUIVALENT MUD DENSITY class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 porePressureEquivalentMudDensity http://www.reportinghub.no/ep/schema/well#
55 +PORE PRESSURE - EQUIVALENT MUD DENSITY class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 porePressureEquivalentMudDensity http://www.reportinghub.no/ep/schema/well#
56 +RATIO OF CEMENT MIX TO WATER class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 ratioOfCementMixToWater http://www.reportinghub.no/ep/schema/well#
57 +RATIO OF CEMENT MIX TO WATER class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid ERH00000 pca-rdl:ERH4d35c913-2a3b-11b2-80f6-ac4319491de1 ratioOfCementMixToWater http://www.reportinghub.no/ep/schema/well#
58 +STRENGTH OF ROCK FORMATION class_of_indirect_property that is the strength of a surrounding rock formation ClassOfIndirectProperty pca-rdl:ERH4d35c687-2a3b-11b2-80f6-ac4319491de1 strengthOfRockFormation http://www.reportinghub.no/ep/schema/well#
59 +STRENGTH OF ROCK FORMATION class_of_indirect_property that is the strength of a surrounding rock formation ERH00000 pca-rdl:ERH4d35c687-2a3b-11b2-80f6-ac4319491de1 strengthOfRockFormation http://www.reportinghub.no/ep/schema/well#
60 +STRING LENGTH OF A TUBULAR class_of_indirect_property that is the string length of a tubular ClassOfIndirectProperty pca-rdl:ERH4d35bfbb-2a3b-11b2-80f6-ac4319491de1 stringLengthOfATubular http://www.reportinghub.no/ep/schema/equipment#
61 +STRING LENGTH OF A TUBULAR class_of_indirect_property that is the string length of a tubular ERH00000 pca-rdl:ERH4d35bfbb-2a3b-11b2-80f6-ac4319491de1 stringLengthOfATubular http://www.reportinghub.no/ep/schema/equipment#
62 +TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepth http://www.reportinghub.no/ep/schema/well#
63 +TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepth http://www.reportinghub.no/ep/schema/well#
64 +TRUE VERTICAL DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
65 +TRUE VERTICAL DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
66 +TRUE VERTICAL DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
67 +TRUE VERTICAL DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore ERH00000 pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 trueVerticalDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
1 +[RDDesignation] RDDefinition RDId EntityType RDURI RDSuperclass RDSuperclassId RDSuperclassURI ERHLocalname ERHOntology
2 +ACCELERATION a = dv/dt where v is the speed and t is the time RDS349514 SinglePropertyDimension pca-rdl:RDS349514 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Acceleration http://www.reportinghub.no/ep/schema/core#
3 +ACIDITY A property that is the stability of hydronium and the solvated conjugate base upon dissociation RDS1060066151 SinglePropertyDimension pca-rdl:RDS1060066151 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Acidity http://www.reportinghub.no/ep/schema/core#
4 +ANGLE An angle between two half-lines terminating at the same point is defined as the ratio of length of the included arc of the circle (with its centre at that point) to the radius of that circle RDS358019 SinglePropertyDimension pca-rdl:RDS358019 ANGLE RANGE RDS2156876301 pca-rdl:RDS2156876301 PlaneAngle http://www.reportinghub.no/ep/schema/core#
5 +ANGLE An angle between two half-lines terminating at the same point is defined as the ratio of length of the included arc of the circle (with its centre at that point) to the radius of that circle RDS358019 SinglePropertyDimension pca-rdl:RDS358019 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 PlaneAngle http://www.reportinghub.no/ep/schema/core#
6 +ANGULAR VELOCITY omega = d(phi)/d(t) where phi is the angle and t is the time RDS349829 SinglePropertyDimension pca-rdl:RDS349829 SPEED RDS356309 pca-rdl:RDS356309 PlaneAnglePerTimeDuration http://www.reportinghub.no/ep/schema/core#
7 +ANGULAR VELOCITY omega = d(phi)/d(t) where phi is the angle and t is the time RDS349829 SinglePropertyDimension pca-rdl:RDS349829 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 PlaneAnglePerTimeDuration http://www.reportinghub.no/ep/schema/core#
8 +API NAME identifier that is a name given by the API ERH4be00a13-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a13-2a3b-11b2-8044-f80dbf6cc067 apiName http://www.reportinghub.no/ep/schema/core#
9 +AREA A = double integral (dx.dy) where x and y are cartesian coordinates RDS349874 SinglePropertyDimension pca-rdl:RDS349874 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Area http://www.reportinghub.no/ep/schema/core#
10 +AREA LEASED FOR HYDROCARBON PRODUCTION A leased area of surface land or seabed on which exploration or production activity occurs. RDS806655591 ClassOfInanimatePhysicalObject pca-rdl:RDS806655591 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 Lease http://www.reportinghub.no/ep/schema/facility#
11 +AREA LEASED FOR HYDROCARBON PRODUCTION A leased area of surface land or seabed on which exploration or production activity occurs. RDS806655591 ClassOfInanimatePhysicalObject pca-rdl:RDS806655591 AREA CONCEPT RDS7151497 pca-rdl:RDS7151497 Lease http://www.reportinghub.no/ep/schema/facility#
12 +AREA PER AREA A ratio of an area concept to another area concept. RDS17234412 SinglePropertyDimension pca-rdl:RDS17234412 RATIO RDS368999 pca-rdl:RDS368999 AreaPerArea http://www.reportinghub.no/ep/schema/core#
13 +AREA PER AREA A ratio of an area concept to another area concept. RDS17234412 SinglePropertyDimension pca-rdl:RDS17234412 DIMENSIONLESS PROPERTY RDS17234457 pca-rdl:RDS17234457 AreaPerArea http://www.reportinghub.no/ep/schema/core#
14 +BASIC SEDIMENT AND WATER A compound that is foreign material constituting part of the petroleum liquid comming from a production well. This foreign material may include sediments, free water and suspended water. RDS16681480 ClassOfCompound pca-rdl:RDS16681480 CONTAINED COMPOUND RDS331028901 pca-rdl:RDS331028901 BasicSedimentAndWater http://www.reportinghub.no/ep/schema/material#
15 +BENZENE Molecular formula: C6H6. RDS423899 ClassOfMolecule pca-rdl:RDS423899 AROMATIC HYDROCARBONS RDS514259 pca-rdl:RDS514259 substance-Benzene http://www.reportinghub.no/ep/schema/material#
16 +BLOW OUT PREVENTER equipment that is a blow out preventer ERH4bdfca03-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfca03-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 BlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
17 +BOTTOM HOLE MEASURED DEPTH class_of_indirect_property that is the measured depth to the bottom of a wellbore ERH4bdffbf9-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbf9-2a3b-11b2-8044-f80dbf6cc067 bottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
18 +BOTTOM HOLE TEMPERATURE class_of_indirect_property that is the temperature at the bottom of a wellbore ERH4bdffc00-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc00-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTemperature http://www.reportinghub.no/ep/schema/well#
19 +BOTTOM HOLE TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth of the bottom of a wellbore ERH4bdffc08-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc08-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
20 +BUTANE Butane is the unbranched alkane with four carbon atoms. Molecular formula: C4H10. RDS419354 ClassOfMolecule pca-rdl:RDS419354 ALKANES RDS514079 pca-rdl:RDS514079 substance-Butane http://www.reportinghub.no/ep/schema/material#
21 +CARBON DIOXIDE Molecular formula: CO2. RDS424034 ClassOfMolecule pca-rdl:RDS424034 NON-METALS RDS423539 pca-rdl:RDS423539 CarbonDioxide http://www.reportinghub.no/ep/schema/material#
22 +CARBON MONOXIDE Molecular formula: CO. RDS424124 ClassOfMolecule pca-rdl:RDS424124 NON-METALS RDS423539 pca-rdl:RDS423539 CarbonMonoxide http://www.reportinghub.no/ep/schema/material#
23 +CASING equipment that is a casing ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 CASING/LINER/TUBING ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 Casing http://www.reportinghub.no/ep/schema/equipment#
24 +CASING/LINER/TUBING equipment that is either a casing, a liner or tubing ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 CasingLinerTubing http://www.reportinghub.no/ep/schema/equipment#
25 +CATERING CREW the persons from the catering contractor spending the night at the installation ERH4bdfc9ef-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9ef-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 CateringCrew http://www.reportinghub.no/ep/schema/organization#
26 +CEMENTING FLUID fluid that is intended to be used for cementing a well ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 CementingFluid http://www.reportinghub.no/ep/schema/well#
27 +CEMENTING FLUID PER CENT FREE WATER class_of_indirect_property that is the percentage free water by volume within a cementing fluid ERH4bdffbf8-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbf8-2a3b-11b2-8044-f80dbf6cc067 cementingFluidPerCentFreeWater http://www.reportinghub.no/ep/schema/well#
28 +CEMENTING FLUID THICKENING TIME class_of_indirect_property that is the thickening time for a cementing fluid ERH4bdffbf6-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbf6-2a3b-11b2-8044-f80dbf6cc067 cementingFluidThickeningTime http://www.reportinghub.no/ep/schema/well#
29 +CHEMICAL A distinct compound or substance, especially one which has been chemically prepared or purified (Oxford English Dictionary) RDS978526561 ClassOfCompound pca-rdl:RDS978526561 Chemical http://www.reportinghub.no/ep/schema/material#
30 +CHLORIDE material of a single type of molecule that is chloride ERH4bbcee1d-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee1d-2a3b-11b2-8044-f80dbf6cc067 Chloride http://www.reportinghub.no/ep/schema/material#
31 +CHOKE ORIFICE SIZE diameterof the choke orifice within a well test choke manifold ERH4bdffc12-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc12-2a3b-11b2-8044-f80dbf6cc067 chokeOrificeSize http://www.reportinghub.no/ep/schema/equipment#
32 +CHOKE VALVE valve that is a choke valve ERH4bdfcec3-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcec3-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 ChokeValve http://www.reportinghub.no/ep/schema/equipment#
33 +CO2 GAS A compound where the main component is carbon dioxide (CO2) in a gaseous state RDS6737690 ClassOfCompound pca-rdl:RDS6737690 GASEOUS COMPOUND RDS427139 pca-rdl:RDS427139 CO2-gas http://www.reportinghub.no/ep/schema/material#
34 +CO2 GAS A compound where the main component is carbon dioxide (CO2) in a gaseous state RDS6737690 ClassOfCompound pca-rdl:RDS6737690 EXTINGUISHING GAS RDS13021261 pca-rdl:RDS13021261 CO2-gas http://www.reportinghub.no/ep/schema/material#
35 +CODE the NPD code ERH4bdffc50-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc50-2a3b-11b2-8044-f80dbf6cc067 code http://www.reportinghub.no/np/schema/npd#
36 +CODE ASSIGNED BY MANUFACTURER identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer ERH4be00a17-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a17-2a3b-11b2-8044-f80dbf6cc067 codeAssignedByAManufacturer http://www.reportinghub.no/ep/schema/equipment#
37 +COMMERCIAL ENTITY A commercial entity is an organisational construct through which a group of organisations or facilities are grouped as if it were a single composite. RDS418236511 ClassOfOrganization pca-rdl:RDS418236511 ISO 15926-4 ORGANIZATION RDS282149 pca-rdl:RDS282149 CommercialEntity http://www.reportinghub.no/ep/schema/organization#
38 +COMPANY organization that is a company ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 Company http://www.reportinghub.no/ep/schema/organization#
39 +COMPANY SHORT NAME the NPD company short name ERH4bdffc4d-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4d-2a3b-11b2-8044-f80dbf6cc067 companyShortName http://www.reportinghub.no/np/schema/npd#
40 +COMPRESSIBILITY kappa = -(1/V).dV/dP RDS350234 SinglePropertyDimension pca-rdl:RDS350234 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Compressibility http://www.reportinghub.no/ep/schema/core#
41 +COMPRESSOR equipment that is a compressor ERH4bdfc9fb-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9fb-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 Compressor http://www.reportinghub.no/ep/schema/equipment#
42 +CONCENTRATION MASS PER MASS A concentration given as a mass per mass. RDS350279 SinglePropertyDimension pca-rdl:RDS350279 RATIO RDS368999 pca-rdl:RDS368999 MassPerMass http://www.reportinghub.no/ep/schema/core#
43 +CONCENTRATION MASS PER MASS A concentration given as a mass per mass. RDS350279 SinglePropertyDimension pca-rdl:RDS350279 CONCENTRATION RDS365624 pca-rdl:RDS365624 MassPerMass http://www.reportinghub.no/ep/schema/core#
44 +CONDENSATE An aggregate which is in condensed form which means in liquid state, resulting from a substance in vapour state. RDS8642343 ClassOfCompound pca-rdl:RDS8642343 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 Condensate http://www.reportinghub.no/ep/schema/material#
45 +CONTRACTOR CREW A group of people from other than the operator spending the night on the installation. RDS16701329 ClassOfPerson pca-rdl:RDS16701329 CREW RDS16701120 pca-rdl:RDS16701120 ContractorCrew http://www.reportinghub.no/ep/schema/organization#
46 +CONTROLLER - LIFT deprecated - same as ep-prodeqt:Controller ERH4bdfced3-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfced3-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 Controller-lift http://www.reportinghub.no/ep/schema/equipment#
47 +CORE LENGTH class_of_indirect_property that is the length of a recovered core ERH4bdffc0b-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0b-2a3b-11b2-8044-f80dbf6cc067 coreLength http://www.reportinghub.no/ep/schema/well#
48 +CREW A group of people working together on an airplane, ship or installation in operation. RDS16701120 ClassOfPerson pca-rdl:RDS16701120 ISO 15926-4 ORGANIZATION RDS282149 pca-rdl:RDS282149 Crew http://www.reportinghub.no/ep/schema/organization#
49 +CREW A group of people working together on an airplane, ship or installation in operation. RDS16701120 ClassOfPerson pca-rdl:RDS16701120 ISO 15926-4 PERSON RDS413954 pca-rdl:RDS413954 Crew http://www.reportinghub.no/ep/schema/organization#
50 +CRUDE OIL A naturally occuring form of petroleum, mainly occuring in a porous underground formation such as sandstone. RDS8650260 ClassOfCompound pca-rdl:RDS8650260 PETROLEUM RDS8642202 pca-rdl:RDS8642202 CrudeOil http://www.reportinghub.no/ep/schema/material#
51 +CURRENT ACTIVITY STATUS the NPD status of the field ERH4bdffc46-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc46-2a3b-11b2-8044-f80dbf6cc067 currentActivityStatus http://www.reportinghub.no/np/schema/npd#
52 +CURVATURE kappa = 1/rho where kappa is the curvature and rho is the radius of curvature RDS374894 SinglePropertyDimension pca-rdl:RDS374894 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 PlaneAnglePerLength http://www.reportinghub.no/ep/schema/core#
53 +CYCLOHEXANE Molecular formula: C6H12. RDS424439 ClassOfMolecule pca-rdl:RDS424439 CYCLOALKANES RDS514124 pca-rdl:RDS514124 substance-Cyclohexane http://www.reportinghub.no/ep/schema/material#
54 +CYCLOPENTANE Molecular formula: C5H10. RDS424619 ClassOfMolecule pca-rdl:RDS424619 CYCLOALKANES RDS514124 pca-rdl:RDS514124 substance-Cyclopentane http://www.reportinghub.no/ep/schema/material#
55 +DAY VISITOR CREW the persons visiting the installation but not spending the night at the installation ERH4bdfc9f3-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9f3-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 DayVisitorCrew http://www.reportinghub.no/ep/schema/organization#
56 +DENSITY Mass divided by volume. RDS358874 SinglePropertyDimension pca-rdl:RDS358874 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Density http://www.reportinghub.no/ep/schema/core#
57 +DEPTH OF SURROUNDING WATER class_of_indirect_property that is the depth of surrounding water ERH4bdffc14-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc14-2a3b-11b2-8044-f80dbf6cc067 depthOfSurroundingWater http://www.reportinghub.no/ep/schema/facility#
58 +DESCRIPTION description of a thing ERH4bdffc59-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc59-2a3b-11b2-8044-f80dbf6cc067 description http://www.reportinghub.no/ep/schema/core#
59 +DIAMETER OF A WELLBORE PILOT HOLE class_of_indirect_property that is the diameter of a wellbore pilot hole ERH4bdffbfa-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbfa-2a3b-11b2-8044-f80dbf6cc067 diameterOfAWellBorePilotHole http://www.reportinghub.no/ep/schema/well#
60 +DIESEL FUEL A mineral oil that is a specific fractional distillate of fuel oil (mostly petroleum) that is used as fuel in a diesel engine invented by German engineer Rudolf Diesel. RDS418648421 ClassOfCompound pca-rdl:RDS418648421 MINERAL OIL RDS819629 pca-rdl:RDS819629 Diesel http://www.reportinghub.no/ep/schema/material#
61 +DIOXYGEN Molecular formula: O2. RDS426284 ClassOfMolecule pca-rdl:RDS426284 NON-METALS RDS423539 pca-rdl:RDS423539 Dioxygen http://www.reportinghub.no/ep/schema/material#
62 +DISCOVERY CURRENT ACTIVITY STATUS the NPD status of the discovery ERH4bdffc42-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc42-2a3b-11b2-8044-f80dbf6cc067 discoveryCurrentActivityStatus http://www.reportinghub.no/np/schema/npd#
63 +DISCOVERY YEAR the year the discovery was made ERH4bdffc49-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc49-2a3b-11b2-8044-f80dbf6cc067 discoveryYear http://www.reportinghub.no/np/schema/npd#
64 +DOMINANT COMPONENT fluid component type of the dominant component of a fluid ERH4bdfdf81-2a3b-11b2-8044-f80dbf6cc067 ClassOfRelationship pca-rdl:ERH4bdfdf81-2a3b-11b2-8044-f80dbf6cc067 dominantComponent http://www.reportinghub.no/ep/schema/well#
65 +DRILL BIT equipment that is a drill bit ERH4bdfcecb-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcecb-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 DrillBit http://www.reportinghub.no/ep/schema/equipment#
66 +DRILL BIT FOR WELLBORE drill bit whilst it is used for a single wellbore ERH4bdfcebf-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcebf-2a3b-11b2-8044-f80dbf6cc067 DRILL BIT ERH4bdfcecb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcecb-2a3b-11b2-8044-f80dbf6cc067 DrillBitForWellBore http://www.reportinghub.no/ep/schema/equipment#
67 +DRILLING CONTRACTOR CREW A group of people from the drilling contactor spending the night on the installation. RDS16701510 ClassOfPerson pca-rdl:RDS16701510 CREW RDS16701120 pca-rdl:RDS16701120 DrillingContractCrew http://www.reportinghub.no/ep/schema/organization#
68 +DTI NAME identifier that is a name given by the DTI ERH4be00a11-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a11-2a3b-11b2-8044-f80dbf6cc067 dtiName http://www.reportinghub.no/ep/schema/core#
69 +ELECTRIC POTENTIAL DIFFERENCE A difference in electrical tension between two places RDS7311825 SinglePropertyDimension pca-rdl:RDS7311825 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 ElectricPotentialDifference http://www.reportinghub.no/ep/schema/core#
70 +ELEVATION OF KELLY BUSHING class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level ERH4bdffc10-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc10-2a3b-11b2-8044-f80dbf6cc067 elevationOfKellyBushing http://www.reportinghub.no/ep/schema/equipment#
71 +END DATE the NPD end date of the thing ERH4bdffc52-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc52-2a3b-11b2-8044-f80dbf6cc067 endDate http://www.reportinghub.no/np/schema/npd#
72 +ENERGY Capacity to do work. RDS351404 SinglePropertyDimension pca-rdl:RDS351404 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Work http://www.reportinghub.no/ep/schema/core#
73 +ENERGY FLUENCE At a given point in space, the sum of the energies, exclusive of the rest energy, of all the particles incident on a small sphere, divided by the cross-sectional area of that sphere RDS393074 SinglePropertyDimension pca-rdl:RDS393074 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 EnergyPerArea http://www.reportinghub.no/ep/schema/core#
74 +EQUIPMENT physical object that has been manufactured and that is or can be part of a facility or well ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 Equipment http://www.reportinghub.no/ep/schema/equipment#
75 +ETHANE Molecular formula: C2H6. RDS419219 ClassOfMolecule pca-rdl:RDS419219 ALKANES RDS514079 pca-rdl:RDS514079 substance-Ethane http://www.reportinghub.no/ep/schema/material#
76 +ETHANE Molecular formula: C2H6. RDS419219 ClassOfMolecule pca-rdl:RDS419219 ALKANES RDS514079 pca-rdl:RDS514079 Ethane http://www.reportinghub.no/ep/schema/material#
77 +FACILITY a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 NPD INDIVIDUAL ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 Facility http://www.reportinghub.no/ep/schema/facility#
78 +FACILITY FUNCTIONS the NPD functions of the facility ERH4bdffc44-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc44-2a3b-11b2-8044-f80dbf6cc067 facilityFunctions http://www.reportinghub.no/np/schema/npd#
79 +FACILITY KIND the NPD kind of the facility ERH4bdffc4c-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4c-2a3b-11b2-8044-f80dbf6cc067 facilityKind http://www.reportinghub.no/np/schema/npd#
80 +FILTRATE material that is filtrate ERH4bbcee1f-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee1f-2a3b-11b2-8044-f80dbf6cc067 Filtrate http://www.reportinghub.no/ep/schema/material#
81 +FINAL BOTTOM HOLE MEASURED DEPTH 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 ERH4bdffc04-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc04-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
82 +FINAL BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH4bdffbfb-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbfb-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
83 +FIXED FACILITY facility that has been build and that is intended to remain in one place ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 FixedFacility http://www.reportinghub.no/ep/schema/facility#
84 +FIXED FACILITY PHASE the NPD phase of the fixed facility ERH4bdffc4a-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4a-2a3b-11b2-8044-f80dbf6cc067 fixedFacilityPhase http://www.reportinghub.no/np/schema/npd#
85 +FIXED RIG a fixed oil and gas drilling facility ERH4bdfcee5-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee5-2a3b-11b2-8044-f80dbf6cc067 FIXED FACILITY ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 FixedRig http://www.reportinghub.no/ep/schema/facility#
86 +FIXED RIG a fixed oil and gas drilling facility ERH4bdfcee5-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee5-2a3b-11b2-8044-f80dbf6cc067 RIG ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 FixedRig http://www.reportinghub.no/ep/schema/facility#
87 +FIXED SUBSURFACE PETROLEUM INSTALLATION A fixed petroleum installation located below the surface of the sea on the petroleum field. RDS43166345103 ClassOfInanimatePhysicalObject pca-rdl:RDS43166345103 FIXED FACILITY ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 SubSurfaceFixedFacility http://www.reportinghub.no/ep/schema/facility#
88 +FIXED SUBSURFACE PETROLEUM INSTALLATION A fixed petroleum installation located below the surface of the sea on the petroleum field. RDS43166345103 ClassOfInanimatePhysicalObject pca-rdl:RDS43166345103 FIXED PETROLEUM INSTALLATION RDS4316634561 pca-rdl:RDS4316634561 SubSurfaceFixedFacility http://www.reportinghub.no/ep/schema/facility#
89 +FIXED SURFACE PETROLEUM INSTALLATION A fixed petroleum installation located on the surface of the sea on the petroleum field. RDS4316634591 ClassOfInanimatePhysicalObject pca-rdl:RDS4316634591 FIXED FACILITY ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 SurfaceFixedFacility http://www.reportinghub.no/ep/schema/facility#
90 +FIXED SURFACE PETROLEUM INSTALLATION A fixed petroleum installation located on the surface of the sea on the petroleum field. RDS4316634591 ClassOfInanimatePhysicalObject pca-rdl:RDS4316634591 FIXED PETROLEUM INSTALLATION RDS4316634561 pca-rdl:RDS4316634561 SurfaceFixedFacility http://www.reportinghub.no/ep/schema/facility#
91 +FLOWLINE A pipeline carrying oil, gas or water that connects the wellhead to a manifold or to production facilities, such as heater-treaters and separators RDS806653861 ClassOfInanimatePhysicalObject pca-rdl:RDS806653861 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 Flowline http://www.reportinghub.no/ep/schema/facility#
92 +FLOWLINE A pipeline carrying oil, gas or water that connects the wellhead to a manifold or to production facilities, such as heater-treaters and separators RDS806653861 ClassOfInanimatePhysicalObject pca-rdl:RDS806653861 PIPELINE RDS275399 pca-rdl:RDS275399 Flowline http://www.reportinghub.no/ep/schema/facility#
93 +FORCE The resultant force acting on a body is equal to the derivative with respect to time of the momentum of the body RDS351854 SinglePropertyDimension pca-rdl:RDS351854 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Force http://www.reportinghub.no/ep/schema/core#
94 +FORCE PER VOLUME Force acting on a thing by unit volume. RDS17234547 SinglePropertyDimension pca-rdl:RDS17234547 FORCE RDS351854 pca-rdl:RDS351854 ForcePerVolume http://www.reportinghub.no/ep/schema/core#
95 +FREQUENCY f = 1/T where T is a period Number of cycles divided by time (ISO 31-5:1992(E)) RDS351989 SinglePropertyDimension pca-rdl:RDS351989 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Frequency http://www.reportinghub.no/ep/schema/core#
96 +GAS CONCENTRATION - HIGH class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid ERH4bdffbfe-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbfe-2a3b-11b2-8044-f80dbf6cc067 gasConcentrationHigh http://www.reportinghub.no/ep/schema/well#
97 +GAS CONCENTRATION - LOW class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid ERH4bdffbfc-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbfc-2a3b-11b2-8044-f80dbf6cc067 gasConcentrationLow http://www.reportinghub.no/ep/schema/well#
98 +GEOLOGICAL RESERVOIR A subsurface body of rock having sufficient porosity and permeability to store and transmit fluids. RDS8015624985 ClassOfInanimatePhysicalObject pca-rdl:RDS8015624985 ROCK RDS13652322 pca-rdl:RDS13652322 Reservoir http://www.reportinghub.no/ep/schema/facility#
99 +HAS BARREL inner barrel of a recovered core ERH4bdfdf82-2a3b-11b2-8044-f80dbf6cc067 ClassOfRelationship pca-rdl:ERH4bdfdf82-2a3b-11b2-8044-f80dbf6cc067 hasBarrel http://www.reportinghub.no/ep/schema/well#
100 +HELIUM GAS A compound gas in which the main component is helium. RDS8015624884 ClassOfCompound pca-rdl:RDS8015624884 GASEOUS COMPOUND RDS427139 pca-rdl:RDS427139 HeliumGas http://www.reportinghub.no/ep/schema/material#
101 +HEPTANE Molecular formula: C7H16 , NC7 RDS419534 ClassOfMolecule pca-rdl:RDS419534 ALKANES RDS514079 pca-rdl:RDS514079 Heptane http://www.reportinghub.no/ep/schema/material#
102 +HEXANE Molecular formula: C6H14 RDS419489 ClassOfMolecule pca-rdl:RDS419489 ALKANES RDS514079 pca-rdl:RDS514079 substance-Hexane http://www.reportinghub.no/ep/schema/material#
103 +HIGH PRESSURE HIGH TEMPERATURE WELL BORE wellbore that is high pressure and high temperature ERH4bdfc9bb-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9bb-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 HphtWellBore http://www.reportinghub.no/ep/schema/well#
104 +HYDROGEN GAS Molecular formula: H2 RDS425384 ClassOfMolecule pca-rdl:RDS425384 NON-METALS RDS423539 pca-rdl:RDS423539 HydrogenGas http://www.reportinghub.no/ep/schema/material#
105 +ILLUMINANCE At a point on a surface, the luminous flux incident on an element of the surface, divided by the area of that element RDS352349 SinglePropertyDimension pca-rdl:RDS352349 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Illuminance http://www.reportinghub.no/ep/schema/core#
106 +INITIAL BOTTOM HOLE MEASURED DEPTH 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 ERH4bdffbf7-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbf7-2a3b-11b2-8044-f80dbf6cc067 initialBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
107 +INNER BARREL equipment that is an inner barrel ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 InnerBarrel http://www.reportinghub.no/ep/schema/equipment#
108 +INNER BARREL - ALUMINUM inner barrel that is aluminium ERH4bdfcec7-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcec7-2a3b-11b2-8044-f80dbf6cc067 INNER BARREL ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 InnerBarrel-aluminum http://www.reportinghub.no/ep/schema/equipment#
109 +INNER BARREL - FIBERGLASS inner barrel that is fibreglass ERH4bdfca07-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfca07-2a3b-11b2-8044-f80dbf6cc067 INNER BARREL ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 InnerBarrel-fiberglass http://www.reportinghub.no/ep/schema/equipment#
110 +INNER BARREL - GEL inner barrel that is gel ERH4bdfcec1-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcec1-2a3b-11b2-8044-f80dbf6cc067 INNER BARREL ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 InnerBarrel-gel http://www.reportinghub.no/ep/schema/equipment#
111 +INSIDE DIAMETER OF A TUBULAR class_of_indirect_property that is the inside diameter of a tubular ERH4bdffc0d-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0d-2a3b-11b2-8044-f80dbf6cc067 insideDiameterOfATubular http://www.reportinghub.no/ep/schema/equipment#
112 +INTERMEDIATE CASING casing that is intermediate ERH4bdfcecd-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcecd-2a3b-11b2-8044-f80dbf6cc067 CASING ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 IntermediateCasing http://www.reportinghub.no/ep/schema/equipment#
113 +ISO 15926-4 ORGANIZATION An 'arranged_individual' that is composed of temporal parts of people and other assets, and are organised with a particular purpose. RDS282149 ClassOfOrganization pca-rdl:RDS282149 ISO 15926-4 ARRANGED INDIVIDUAL RDS436990091 pca-rdl:RDS436990091 Organization http://www.reportinghub.no/ep/schema/organization#
114 +ISO 15926-4 PERSON An organism that is a person. RDS413954 ClassOfPerson pca-rdl:RDS413954 ISO 15926-4 ORGANISM RDS324681491 pca-rdl:RDS324681491 Person http://www.reportinghub.no/ep/schema/organization#
115 +ISOBUTANE A branched isomer of butane with specific gravity of 0,56. RDS419309 ClassOfMolecule pca-rdl:RDS419309 ALKANES RDS514079 pca-rdl:RDS514079 Isobutane http://www.reportinghub.no/ep/schema/material#
116 +ISOBUTANE A branched isomer of butane with specific gravity of 0,56. RDS419309 ClassOfMolecule pca-rdl:RDS419309 BUTANE RDS419354 pca-rdl:RDS419354 Isobutane http://www.reportinghub.no/ep/schema/material#
117 +ISOPENTANE Isopentane is a branched-chain alkane with five carbon atoms, and molecular formula: C5H12 RDS419399 ClassOfMolecule pca-rdl:RDS419399 ALKANES RDS514079 pca-rdl:RDS514079 Isopentane http://www.reportinghub.no/ep/schema/material#
118 +KELLY BUSHING equipment that is a Kelly bushing ERH4bdfced5-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfced5-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 KellyBushing http://www.reportinghub.no/ep/schema/equipment#
119 +LEAKY WELL BORE wellbore that is leaky ERH4bdfc9cd-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9cd-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 LeakyWellBore http://www.reportinghub.no/ep/schema/well#
120 +LENGTH OF INNER BARREL class_of_indirect_property that is the length of an inner barrel ERH4bdffc13-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc13-2a3b-11b2-8044-f80dbf6cc067 lengthOfInnerBarrel http://www.reportinghub.no/ep/schema/equipment#
121 +LENGTH PER LENGTH A ratio of a length concept to another length concept. RDS17234067 SinglePropertyDimension pca-rdl:RDS17234067 RATIO RDS368999 pca-rdl:RDS368999 LengthPerLength http://www.reportinghub.no/ep/schema/core#
122 +LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted ERH4bdffc51-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc51-2a3b-11b2-8044-f80dbf6cc067 licensingActivity http://www.reportinghub.no/np/schema/npd#
123 +LINEIC MASS Mass divided by length. RDS408779 SinglePropertyDimension pca-rdl:RDS408779 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 MassPerLength http://www.reportinghub.no/ep/schema/core#
124 +LINER equipment that is a liner ERH4bdfced7-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfced7-2a3b-11b2-8044-f80dbf6cc067 CASING/LINER/TUBING ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 Liner http://www.reportinghub.no/ep/schema/equipment#
125 +LIQUEFIED NATURAL GAS A liquid compound that is natural gas compressed and supercooled to -167 deg C (-269 deg F) into a liquid to reduce its volume to 1/635th for storage and transportation. Liquefied natural gas has a calorific value of 22,300 Btu/lb. It consists of about 91% of methane and 7% ethane with some propane, butane, and higher hydrocarbons. One tonne liquified natural gas is equal to about 53 Mcf of gas. Liquified natural gas can be vaporized by ambient air, another fluid, or directfired vaporizer. RDS418629161 ClassOfCompound pca-rdl:RDS418629161 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 LiquifiedNaturalGas http://www.reportinghub.no/ep/schema/material#
126 +LITHOLOGY DESCRIPTION description of the lithology at a spatial part of a wellbore ERH4bdffc58-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc58-2a3b-11b2-8044-f80dbf6cc067 lithologyDescription http://www.reportinghub.no/ep/schema/well#
127 +LOCAL FIELD NAME identifier that is the local name for a field ERH4be00a10-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a10-2a3b-11b2-8044-f80dbf6cc067 localFieldName http://www.reportinghub.no/ep/schema/core#
128 +LOWER PART OF A WELL BORE spatial part of a wellbore that is all of it below a point ERH4bdfc9d1-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9d1-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 LowerPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
129 +MAGNETIC FIELD STRENGTH Vector quantity, the rotation (curl) of which is equal to the sum of the electric current density and the time derivative of the electric flux density RDS353024 SinglePropertyDimension pca-rdl:RDS353024 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 MagneticFieldStrength http://www.reportinghub.no/ep/schema/core#
130 +MANAUFACTURED BY manufacturer of an equipment item ERH4bdfdf83-2a3b-11b2-8044-f80dbf6cc067 ClassOfRelationship pca-rdl:ERH4bdfdf83-2a3b-11b2-8044-f80dbf6cc067 manufacturedBy http://www.reportinghub.no/ep/schema/equipment#
131 +MASS FLOW RATE Mass of matter which crosses a given surface divided by time. RDS380789 SinglePropertyDimension pca-rdl:RDS380789 FLOW RATE RDS1059668431 pca-rdl:RDS1059668431 MassFlowRate http://www.reportinghub.no/ep/schema/core#
132 +MAXIMUM PRESSURE FOR BLOW OUT PREVENTER class_of_indirect_property that is the maximum pressure for a blow-out preventer ERH4bdffc0e-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0e-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForBlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
133 +MAXIMUM PRESSURE FOR CHOKE VALVE class_of_indirect_property that is the maximum pressure for a choke valve ERH4bdffc0f-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0f-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForChokeValve http://www.reportinghub.no/ep/schema/equipment#
134 +MEASURED DEPTH OF PLUG TOP class_of_indirect_property that is the measured depth of the plug top of a wellbore ERH4bdffc03-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc03-2a3b-11b2-8044-f80dbf6cc067 measuredDepthOfPlugTop http://www.reportinghub.no/ep/schema/well#
135 +MEASURED DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore ERH4bdffc02-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc02-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
136 +MEASURED DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore ERH4bdfdf84-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdfdf84-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
137 +METHANOL Molecular formula: CH4O. RDS572354 ClassOfMolecule pca-rdl:RDS572354 ALCOHOLS AND GLYCOLS RDS423179 pca-rdl:RDS423179 Methanol http://www.reportinghub.no/ep/schema/material#
138 +MOMENT OF FORCE The moment of force about a point is equal to the vector product of any radius vector from this point to a point on the line of action of the force, and the force M = r x F RDS380069 SinglePropertyDimension pca-rdl:RDS380069 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 MomentOfForce http://www.reportinghub.no/ep/schema/core#
139 +MOVABLE PETROLEUM INSTALLATION A petroleum installation not intended to be permanently located on the petroleum field during the lifetime of the petroleum field. RDS4316634576 ClassOfInanimatePhysicalObject pca-rdl:RDS4316634576 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 MoveableFacility http://www.reportinghub.no/ep/schema/facility#
140 +MOVABLE PETROLEUM INSTALLATION A petroleum installation not intended to be permanently located on the petroleum field during the lifetime of the petroleum field. RDS4316634576 ClassOfInanimatePhysicalObject pca-rdl:RDS4316634576 PETROLEUM INSTALLATION RDS4316634549 pca-rdl:RDS4316634549 MoveableFacility http://www.reportinghub.no/ep/schema/facility#
141 +MOVEABLE RIG a moveable oil and gas drilling facility ERH4bdfcee3-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee3-2a3b-11b2-8044-f80dbf6cc067 MOVABLE PETROLEUM INSTALLATION RDS4316634576 pca-rdl:RDS4316634576 MoveableRig http://www.reportinghub.no/ep/schema/facility#
142 +MOVEABLE RIG a moveable oil and gas drilling facility ERH4bdfcee3-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee3-2a3b-11b2-8044-f80dbf6cc067 RIG ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 MoveableRig http://www.reportinghub.no/ep/schema/facility#
143 +MUD cementing fluid that is mud ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 CEMENTING FLUID ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 Mud http://www.reportinghub.no/ep/schema/well#
144 +MUD - OIL BASED mud that is oil based ERH4bbcee27-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee27-2a3b-11b2-8044-f80dbf6cc067 MUD ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 Mud-oilBased http://www.reportinghub.no/ep/schema/well#
145 +MUD - OTHER mud that is neither oil nor water based ERH4bbcee21-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee21-2a3b-11b2-8044-f80dbf6cc067 MUD ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 Mud-other http://www.reportinghub.no/ep/schema/well#
146 +MUD - WATER BASED mud that is water based ERH4bdfc9ad-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bdfc9ad-2a3b-11b2-8044-f80dbf6cc067 MUD ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9bf-2a3b-11b2-8044-f80dbf6cc067 Mud-waterBased http://www.reportinghub.no/ep/schema/well#
147 +NAME identifier that is the name of a thing ERH4be00a12-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a12-2a3b-11b2-8044-f80dbf6cc067 name http://www.reportinghub.no/ep/schema/core#
148 +NATURAL GAS Gaseous hydrocarbons (mainly methane) from underground deposits, the production of which may be associated with that of crude petroleum. RDS6815505 ClassOfCompound pca-rdl:RDS6815505 GASEOUS COMPOUND RDS427139 pca-rdl:RDS427139 NaturalGas http://www.reportinghub.no/ep/schema/material#
149 +NATURAL GAS LIQUID A liquid compound consisting mainly of natural gas which is liquid at surface in field facilities or in gas-processing plants. Natural gas liquids can be classified according to their vapor pressures as low (condensate), intermediate (natural gasoline) and high (liquefied petroleum gas) vapor pressure. RDS16682414 ClassOfCompound pca-rdl:RDS16682414 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 NaturalGasLiquid http://www.reportinghub.no/ep/schema/material#
150 +NEOPENTANE Neopentane is a double branched-chain alkane with five carbon atoms, and molecular formula: C5H12 RDS975108971 ClassOfMolecule pca-rdl:RDS975108971 ALKANES RDS514079 pca-rdl:RDS514079 Neopentane http://www.reportinghub.no/ep/schema/material#
151 +NITROGEN GAS A gasous compound where the main component is nitrogen. RDS482640407 ClassOfCompound pca-rdl:RDS482640407 GASEOUS COMPOUND RDS427139 pca-rdl:RDS427139 NitrogenGas http://www.reportinghub.no/ep/schema/material#
152 +NOMINAL INSIDE DIAMETER OF BOREHOLE class_of_indirect_property that is the nominal diameter of a wellbore ERH4bdffbfd-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbfd-2a3b-11b2-8044-f80dbf6cc067 nominalInsideDiameterOfBoreHole http://www.reportinghub.no/ep/schema/well#
153 +NON-OPERATOR OVERNIGHT VISITOR CREW the persons from an unknown source normally not working on the installation, but spending the night there ERH4bdfc9f1-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9f1-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 NonOperatorOvernightVisitorCrew http://www.reportinghub.no/ep/schema/organization#
154 +NOT HIGH PRESSURE HIGH TEMPERATURE WELL BORE wellbore that is not high pressure and high temperature ERH4bdfc9b5-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9b5-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 NotHphtWellBore http://www.reportinghub.no/ep/schema/well#
155 +NPD IDENTIFIER the NPD identifier ERH4bdffc45-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc45-2a3b-11b2-8044-f80dbf6cc067 id http://www.reportinghub.no/np/schema/npd#
156 +NPD NAME the NPD name ERH4bdffc4f-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4f-2a3b-11b2-8044-f80dbf6cc067 name http://www.reportinghub.no/np/schema/npd#
157 +NUMBER IN CREW The count of personnel on a type of crew. One of the types is all personnel on board. ERH4be00a16-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a16-2a3b-11b2-8044-f80dbf6cc067 numberInCrew http://www.reportinghub.no/ep/schema/organization#
158 +OIL An aggregate consisting of hydrocarbons and possibly other aggregates. RDS8641857 ClassOfCompound pca-rdl:RDS8641857 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 Oil http://www.reportinghub.no/ep/schema/material#
159 +OIL AND GAS A compound in which the main component is a combination of oil (including water) and gas. RDS801562496 ClassOfCompound pca-rdl:RDS801562496 HYDROCARBON COMPOUND RDS418714831 pca-rdl:RDS418714831 OilAndGas http://www.reportinghub.no/ep/schema/material#
160 +OIL AND GAS PLATFORM An oil and gas platform is a large offshore structure used to house machinery needed to facilitate the production of oil and natural gas. RDS8015624981 ClassOfInanimatePhysicalObject pca-rdl:RDS8015624981 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 Platform http://www.reportinghub.no/ep/schema/facility#
161 +OIL AND GAS PLATFORM An oil and gas platform is a large offshore structure used to house machinery needed to facilitate the production of oil and natural gas. RDS8015624981 ClassOfInanimatePhysicalObject pca-rdl:RDS8015624981 ARTEFACT RDS422594 pca-rdl:RDS422594 Platform http://www.reportinghub.no/ep/schema/facility#
162 +OLEIC An undifferentiated liquid compound in a fluid phase in which the dominant continuous materials are liquid hydrocarbons. RDS8015624913 ClassOfCompound pca-rdl:RDS8015624913 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 Oleic http://www.reportinghub.no/ep/schema/material#
163 +OPERATING COMPANY a company operating a facility ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 COMPANY ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 OperatingCompany http://www.reportinghub.no/np/schema/npd#
164 +OPERATING COMPANY a company operating a facility ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 NPD INDIVIDUAL ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 OperatingCompany http://www.reportinghub.no/np/schema/npd#
165 +OPERATOR NORMAL CREW the persons from the operator normally working on the installation and spending the night there ERH4bdfc9f9-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9f9-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 OperatorNormalCrew http://www.reportinghub.no/ep/schema/organization#
166 +OPERATOR OVERNIGHT VISITOR CREW the persons from the operator normally not working on the installation, but spending the night there ERH4bdfc9ed-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9ed-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 OperatorOvernightVisitorCrew http://www.reportinghub.no/ep/schema/organization#
167 +ORGANISATION NUMBER the official Norwegian organization number of the operating company ERH4bdffc48-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc48-2a3b-11b2-8044-f80dbf6cc067 organisationNumber http://www.reportinghub.no/np/schema/npd#
168 +PARENT COMPANY a company that is the parent of another company ERH4bbcee13-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bbcee13-2a3b-11b2-8044-f80dbf6cc067 COMPANY ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 ParentCompany http://www.reportinghub.no/np/schema/npd#
169 +PENTANE Pentane is the unbranched alkane with 5 carbon atoms. Molecular formula: C5H12. Chemical formula: CH3(CH2)3CH3 RDS419444 ClassOfMolecule pca-rdl:RDS419444 ALKANES RDS514079 pca-rdl:RDS514079 Pentane http://www.reportinghub.no/ep/schema/material#
170 +PERCENTAGE OF SHARE the percent of the total share of the licence ERH4bdffc4b-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4b-2a3b-11b2-8044-f80dbf6cc067 percentageOfShare http://www.reportinghub.no/np/schema/npd#
171 +PETROLEUM FIELD A geographic area in which a number of oil and/or gas wells produce from a continuous reservoir. RDS409500951 ClassOfInanimatePhysicalObject pca-rdl:RDS409500951 TEMPORAL PART OF A FIELD ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 Field http://www.reportinghub.no/ep/schema/facility#
172 +PETROLEUM FIELD A geographic area in which a number of oil and/or gas wells produce from a continuous reservoir. RDS409500951 ClassOfInanimatePhysicalObject pca-rdl:RDS409500951 GEOGRAPHIC AREA RDS394188561 pca-rdl:RDS394188561 Field http://www.reportinghub.no/ep/schema/facility#
173 +PLANNED PILOT BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH4bdffc0a-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0a-2a3b-11b2-8044-f80dbf6cc067 plannedPilotBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
174 +PORE PRESSURE class_of_indirect_property that is the pore pressure at a spatial part of a wellbore ERH4bdffc07-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc07-2a3b-11b2-8044-f80dbf6cc067 porePressure http://www.reportinghub.no/ep/schema/well#
175 +PORE PRESSURE - EQUIVALENT MUD DENSITY class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore ERH4bdffc06-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc06-2a3b-11b2-8044-f80dbf6cc067 porePressureEquivalentMudDensity http://www.reportinghub.no/ep/schema/well#
176 +POSITION WITHIN WELLBORE spatial part of a wellbore that is a position down the hole ERH4bdfc9c5-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9c5-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 PositionWithinWellBore http://www.reportinghub.no/ep/schema/well#
177 +POWER Rate of energy transfer RDS354104 SinglePropertyDimension pca-rdl:RDS354104 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Power http://www.reportinghub.no/ep/schema/core#
178 +PRESSURE Force perpendicular to the area divided by area. p = dF/dA where dF is the perpendicular component of the force acting on the area element dA. The pressure is positive when the force is acting into the area. RDS354194 SinglePropertyDimension pca-rdl:RDS354194 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Pressure http://www.reportinghub.no/ep/schema/core#
179 +PRODUCTION CASING casing that is for production ERH4bdfcec5-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcec5-2a3b-11b2-8044-f80dbf6cc067 CASING ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 ProductionCasing http://www.reportinghub.no/ep/schema/equipment#
180 +PRODUCTION FACILITY production facility that is for all of its life ERH4bdfcedb-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcedb-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A PRODUCTION FACILITY ERH4bdfced9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfced9-2a3b-11b2-8044-f80dbf6cc067 ProductionFacility http://www.reportinghub.no/ep/schema/facility#
181 +PRODUCTIVITY INDEX A property that is the ratio of flow rate to pressure drop. Used for oil wells, PI is the barrels of oil produced per day per psi decline in bottom hole flowing pressure. RDS354329 SinglePropertyDimension pca-rdl:RDS354329 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 ProductivityIndex http://www.reportinghub.no/ep/schema/core#
182 +PROPANE Molecular formula: C3H8 RDS419264 ClassOfMolecule pca-rdl:RDS419264 ALKANES RDS514079 pca-rdl:RDS514079 Propane http://www.reportinghub.no/ep/schema/material#
183 +RATIO A measure that is the relation between two similar magnitudes in respect to the number of times the first contains the second, integrally or fractionally. RDS368999 SinglePropertyDimension pca-rdl:RDS368999 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Ratio http://www.reportinghub.no/ep/schema/core#
184 +RATIO OF CEMENT MIX TO WATER class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid ERH4bdffbff-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffbff-2a3b-11b2-8044-f80dbf6cc067 ratioOfCementMixToWater http://www.reportinghub.no/ep/schema/well#
185 +RELATIVE AMOUNT OF CORE RECOVERED class_of_indirect_property that is the relative amount of core recovered by volume ERH4bdffc09-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc09-2a3b-11b2-8044-f80dbf6cc067 relativeAmountOfCoreRecovered http://www.reportinghub.no/ep/schema/well#
186 +RIG an oil and gas drilling facility ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcedf-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A RIG ERH4bdfcedd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcedd-2a3b-11b2-8044-f80dbf6cc067 Rig http://www.reportinghub.no/ep/schema/facility#
187 +SALT A compound in which the main component is salt, i.e. NaCl. RDS8015624941 ClassOfCompound pca-rdl:RDS8015624941 ISO 15926-4 COMPOUND RDS483569 pca-rdl:RDS483569 Salt http://www.reportinghub.no/ep/schema/material#
188 +SAND A particulate material that is a loose granular substance resulting from the wearing down of especially silicious rocks and foun on the seashore, river-beds, deserts etc. RDS885284 ClassOfParticulateMaterial pca-rdl:RDS885284 ISO 15926-4 PARTICULATE MATERIAL RDS14457881 pca-rdl:RDS14457881 Sand http://www.reportinghub.no/ep/schema/material#
189 +SEPARATOR equipment that is a separator ERH4bdfca09-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfca09-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 Separator http://www.reportinghub.no/ep/schema/equipment#
190 +SHORT NAME a short or abbreviated name ERH4be00a15-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a15-2a3b-11b2-8044-f80dbf6cc067 shortName http://www.reportinghub.no/ep/schema/core#
191 +SHOW DESCRIPTION description of the show at a spatial part of a wellbore ERH4bdffc57-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc57-2a3b-11b2-8044-f80dbf6cc067 showDescription http://www.reportinghub.no/ep/schema/well#
192 +SLURRY cementing fluid that is slurry ERH4bbcee29-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee29-2a3b-11b2-8044-f80dbf6cc067 CEMENTING FLUID ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 Slurry http://www.reportinghub.no/ep/schema/well#
193 +SPACER cementing fluid that is spacer ERH4bdfc9cb-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bdfc9cb-2a3b-11b2-8044-f80dbf6cc067 CEMENTING FLUID ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 Spacer http://www.reportinghub.no/ep/schema/well#
194 +SPATIAL PART OF A WELL physical object that is a spatial part of a well ERH4bdfc9c3-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9c3-2a3b-11b2-8044-f80dbf6cc067 SpatialPartOfAWell http://www.reportinghub.no/ep/schema/well#
195 +SPATIAL PART OF A WELL BORE physical object that is a spatial part of a wellbore ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 SpatialPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
196 +SPECIFIC VOLUME MOLE A specific volume on a mole basis. RDS355544 SinglePropertyDimension pca-rdl:RDS355544 SPECIFIC VOLUME RDS375029 pca-rdl:RDS375029 VolumePerAmountOfSubstance http://www.reportinghub.no/ep/schema/core#
197 +SPEED v = ds/dt where s is the displacement and t is the time RDS356309 SinglePropertyDimension pca-rdl:RDS356309 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Speed http://www.reportinghub.no/ep/schema/core#
198 +START DATE the NPD start date of the thing ERH4bdffc43-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc43-2a3b-11b2-8044-f80dbf6cc067 startDate http://www.reportinghub.no/np/schema/npd#
199 +STEAM A fluid that is at the vapor phase of water used for heating, or to provide mechanical power. RDS14208634 ClassOfCompound pca-rdl:RDS14208634 CONTAINED FLUID RDS331033031 pca-rdl:RDS331033031 Steam http://www.reportinghub.no/ep/schema/material#
200 +STRATIGRAPHY DESCRIPTION description of the stratigraphy at a spatial part of a wellbore ERH4bdffc56-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc56-2a3b-11b2-8044-f80dbf6cc067 stratigraphyDescription http://www.reportinghub.no/ep/schema/well#
201 +STRENGTH OF ROCK FORMATION class_of_indirect_property that is the strength of a surrounding rock formation ERH4bdffc0c-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc0c-2a3b-11b2-8044-f80dbf6cc067 strengthOfRockFormation http://www.reportinghub.no/ep/schema/well#
202 +STRING LENGTH OF A TUBULAR class_of_indirect_property that is the string length of a tubular ERH4bdffc11-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc11-2a3b-11b2-8044-f80dbf6cc067 stringLengthOfATubular http://www.reportinghub.no/ep/schema/equipment#
203 +SUBSEA TEMPLATE A subsea fixed structure with slots for several wells RDS16551212 ClassOfInanimatePhysicalObject pca-rdl:RDS16551212 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 Template http://www.reportinghub.no/ep/schema/facility#
204 +SUBSEA TEMPLATE A subsea fixed structure with slots for several wells RDS16551212 ClassOfInanimatePhysicalObject pca-rdl:RDS16551212 SUBSEA FIXED STRUCTURE RDS282329 pca-rdl:RDS282329 Template http://www.reportinghub.no/ep/schema/facility#
205 +SURROUNDING ROCK FORMATION spatial part of a wellbore that is the surrounding rock formation ERH4bdfc9a9-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9a9-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 SurroundingRockFormation http://www.reportinghub.no/ep/schema/well#
206 +TANK equipment that is a tank ERH4bdfced1-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfced1-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 Tank http://www.reportinghub.no/ep/schema/equipment#
207 +TEMPERATURE The degree or intensity of heat or cold as measured on a thermometric scale, and a measure of whether two systems are relatively hot or cold with respect to one another. Two systems brought into contact will, after sufficient time, be in thermal equilibrium and will have the same temperature. RDS355859 SinglePropertyDimension pca-rdl:RDS355859 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Temperature http://www.reportinghub.no/ep/schema/core#
208 +TEMPORAL PART OF A FIELD a temporal part of a field ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfAField http://www.reportinghub.no/ep/schema/facility#
209 +TEMPORAL PART OF A FIELD a temporal part of a field ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcee9-2a3b-11b2-8044-f80dbf6cc067 FIXED FACILITY PARENT ERH4bbcee0b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee0b-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfAField http://www.reportinghub.no/ep/schema/facility#
210 +TEMPORAL PART OF A PRODUCTION FACILITY facility that is a temporal part of a production facility ERH4bdfced9-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfced9-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfAProductionFacility http://www.reportinghub.no/ep/schema/facility#
211 +TEMPORAL PART OF A RIG a temporal part of an oil and gas drilling facility ERH4bdfcedd-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfcedd-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfARig http://www.reportinghub.no/ep/schema/facility#
212 +TEMPORAL PART OF A WELL a physical object that is a well ERH4bdfc9c7-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9c7-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfAWell http://www.reportinghub.no/ep/schema/well#
213 +TEMPORAL PART OF A WELLBORE a physical object that is a wellbore ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 TemporalPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
214 +THERMAL CONDUCTIVITY Areic heat flow rate divided by temperature gradient RDS355949 SinglePropertyDimension pca-rdl:RDS355949 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 ThermalConductivity http://www.reportinghub.no/ep/schema/core#
215 +TIGHT WELL BORE wellbore that is not leaky ERH4bdfc9d3-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9d3-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 TightWellBore http://www.reportinghub.no/ep/schema/well#
216 +TOP CASING casing that is at the top ERH4bdfcecf-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfcecf-2a3b-11b2-8044-f80dbf6cc067 CASING ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 TopCasing http://www.reportinghub.no/ep/schema/equipment#
217 +TOTAL CREW all personnel on board ERH4bdfc9f5-2a3b-11b2-8044-f80dbf6cc067 ClassOfOrganization pca-rdl:ERH4bdfc9f5-2a3b-11b2-8044-f80dbf6cc067 CREW RDS16701120 pca-rdl:RDS16701120 TotalCrew http://www.reportinghub.no/ep/schema/organization#
218 +TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore ERH4bdfdf85-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdfdf85-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepth http://www.reportinghub.no/ep/schema/well#
219 +TRUE VERTICAL DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore ERH4bdffc05-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc05-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
220 +TRUE VERTICAL DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore ERH4bdffc01-2a3b-11b2-8044-f80dbf6cc067 ClassOfIndirectProperty pca-rdl:ERH4bdffc01-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
221 +TUBING equipment that is tubing ERH4bdfca05-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfca05-2a3b-11b2-8044-f80dbf6cc067 CASING/LINER/TUBING ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 Tubing http://www.reportinghub.no/ep/schema/equipment#
222 +TUF a transportation and utilization facility ERH4bbcee15-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bbcee15-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 TUF http://www.reportinghub.no/np/schema/npd#
223 +TUF a transportation and utilization facility ERH4bbcee15-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bbcee15-2a3b-11b2-8044-f80dbf6cc067 FIXED FACILITY PARENT ERH4bbcee0b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee0b-2a3b-11b2-8044-f80dbf6cc067 TUF http://www.reportinghub.no/np/schema/npd#
224 +TURBIDITY A measure of the cloudiness of water caused by suspended particles. RDS17043482 SinglePropertyDimension pca-rdl:RDS17043482 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Turbidity http://www.reportinghub.no/ep/schema/core#
225 +UNIT SYMBOL the standard symbol for the unit of measure ERH4be00a14-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4be00a14-2a3b-11b2-8044-f80dbf6cc067 unitSymbol http://www.reportinghub.no/ep/schema/core#
226 +VISCOSITY Dynamic Viscosity. tau xz= eta (delta(vx)/delta(z)) where tau xz is the shear stress (shear force pr. unit area) in a fluid moving with a velocity gradient dvx/dz perpendicular to the plane of shear. RDS357614 SinglePropertyDimension pca-rdl:RDS357614 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 DynamicViscosity http://www.reportinghub.no/ep/schema/core#
227 +VOLUME V = triple integral (dx.dy.dz) where x, y and z are Cartesian coordinates RDS356444 SinglePropertyDimension pca-rdl:RDS356444 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 Volume http://www.reportinghub.no/ep/schema/core#
228 +VOLUME FLOW RATE A flow rate which is the volume of matter that crosses a given surface divided by time. (instantaneous rate of volume flow due to a sound wave, ISO 31-7:1992(E)) RDS380834 SinglePropertyDimension pca-rdl:RDS380834 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 VolumetricFlowRate http://www.reportinghub.no/ep/schema/core#
229 +VOLUME PER MASS Volume divided per mass. v=1/rho RDS356669 SinglePropertyDimension pca-rdl:RDS356669 ISO 15926-4 SINGLE PROPERTY DIMENSION INSTANCE RDS7275639 pca-rdl:RDS7275639 VolumePerMass http://www.reportinghub.no/ep/schema/core#
230 +VOLUME PER VOLUME A ratio of a volume concept to another volume concept. RDS17234022 SinglePropertyDimension pca-rdl:RDS17234022 RATIO RDS368999 pca-rdl:RDS368999 VolumePerVolume http://www.reportinghub.no/ep/schema/core#
231 +WASH cementing fluid that is wash ERH4bbcee23-2a3b-11b2-8044-f80dbf6cc067 ClassOfCompound pca-rdl:ERH4bbcee23-2a3b-11b2-8044-f80dbf6cc067 CEMENTING FLUID ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 Wash http://www.reportinghub.no/ep/schema/well#
232 +WATER A liquid compound that is the liquid of which seas, lakes, and rivers are composed, and which falls as rain and issues from springs. When pure, it is transparent, colourless (expect as seen in large quantity, when it has a blue tint), tasteless, and inodorous. RDS1012769 ClassOfCompound pca-rdl:RDS1012769 SFT CLASS 200 RDS978526101 pca-rdl:RDS978526101 Water http://www.reportinghub.no/ep/schema/material#
233 +WATER A liquid compound that is the liquid of which seas, lakes, and rivers are composed, and which falls as rain and issues from springs. When pure, it is transparent, colourless (expect as seen in large quantity, when it has a blue tint), tasteless, and inodorous. RDS1012769 ClassOfCompound pca-rdl:RDS1012769 LIQUID COMPOUND RDS427094 pca-rdl:RDS427094 Water http://www.reportinghub.no/ep/schema/material#
234 +WELL A device that is arranged to obtain, produce, store or inject a material into the earth. RDS16458543 ClassOfInanimatePhysicalObject pca-rdl:RDS16458543 TEMPORAL PART OF A WELL ERH4bdfc9c7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9c7-2a3b-11b2-8044-f80dbf6cc067 Well http://www.reportinghub.no/ep/schema/well#
235 +WELL A device that is arranged to obtain, produce, store or inject a material into the earth. RDS16458543 ClassOfInanimatePhysicalObject pca-rdl:RDS16458543 DEVICE RDS6652976 pca-rdl:RDS6652976 Well http://www.reportinghub.no/ep/schema/well#
236 +WELL BORE LOGGING TOOL equipment that is a wellbore logging tool ERH4bdfca01-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfca01-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 WellBoreLoggingTool http://www.reportinghub.no/ep/schema/equipment#
237 +WELL BORE WITH CIRCULATION wellbore that has circulation ERH4bbcee25-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bbcee25-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 WellBoreWithCirculation http://www.reportinghub.no/ep/schema/well#
238 +WELL BORE WITHOUT CIRCULATION wellbore that does not have circulation ERH4bdfc9bd-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9bd-2a3b-11b2-8044-f80dbf6cc067 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 WellBoreWithoutCirculation http://www.reportinghub.no/ep/schema/well#
239 +WELL CASING STRING An artefact that consists of pipes assembled end to end which is intended to line the walls of a drilled well. RDS5793773 ClassOfInanimatePhysicalObject pca-rdl:RDS5793773 CASING ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9fd-2a3b-11b2-8044-f80dbf6cc067 CasingString http://www.reportinghub.no/ep/schema/equipment#
240 +WELL CASING STRING An artefact that consists of pipes assembled end to end which is intended to line the walls of a drilled well. RDS5793773 ClassOfInanimatePhysicalObject pca-rdl:RDS5793773 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 CasingString http://www.reportinghub.no/ep/schema/equipment#
241 +WELL CASING STRING An artefact that consists of pipes assembled end to end which is intended to line the walls of a drilled well. RDS5793773 ClassOfInanimatePhysicalObject pca-rdl:RDS5793773 ARTEFACT RDS422594 pca-rdl:RDS422594 CasingString http://www.reportinghub.no/ep/schema/equipment#
242 +WELL CLUSTER A number of individual wells making up or considered a unit RDS8015624968 ClassOfInanimatePhysicalObject pca-rdl:RDS8015624968 DEVICE RDS6652976 pca-rdl:RDS6652976 Cluster http://www.reportinghub.no/ep/schema/well#
243 +WELL TEST CHOKE equipment that is a well test choke manifold ERH4bdfc9ff-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9ff-2a3b-11b2-8044-f80dbf6cc067 EQUIPMENT ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcebb-2a3b-11b2-8044-f80dbf6cc067 WellTestChoke http://www.reportinghub.no/ep/schema/equipment#
244 +WELLBORE A 'borehole' drilled in the earths crust to form part of a well. RDS1714464911 ClassOfFeature pca-rdl:RDS1714464911 TEMPORAL PART OF A WELLBORE ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 WellBore http://www.reportinghub.no/ep/schema/well#
245 +WELLBORE A 'borehole' drilled in the earths crust to form part of a well. RDS1714464911 ClassOfFeature pca-rdl:RDS1714464911 NPD INDIVIDUAL ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 WellBore http://www.reportinghub.no/ep/schema/well#
246 +WELLBORE A 'borehole' drilled in the earths crust to form part of a well. RDS1714464911 ClassOfFeature pca-rdl:RDS1714464911 BOREHOLE RDS1714459001 pca-rdl:RDS1714459001 WellBore http://www.reportinghub.no/ep/schema/well#
247 +WELLBORE BOTTOM spatial part of a wellbore that is the bottom of the hole ERH4bdfc9c9-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9c9-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 WellBoreBottom http://www.reportinghub.no/ep/schema/well#
248 +WELLBORE COMPLETED AT UTC representation of the time at which a wellbore was completed ERH4bdffc55-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc55-2a3b-11b2-8044-f80dbf6cc067 wellBoreCompletedAt http://www.reportinghub.no/ep/schema/well#
249 +WELLBORE COMPLETION DATE the completion date of the wellbore ERH4bdffc47-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc47-2a3b-11b2-8044-f80dbf6cc067 wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd#
250 +WELLBORE DRILL PERMIT the NPD drill permit of the wellbore ERH4bdffc4e-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc4e-2a3b-11b2-8044-f80dbf6cc067 wellBoreDrillPermit http://www.reportinghub.no/np/schema/npd#
251 +WELLBORE KICKOFF spatial part of a wellbore that is its kick-off ERH4bdfc9af-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9af-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 WellBoreKickOff http://www.reportinghub.no/ep/schema/well#
252 +WELLBORE PILOT HOLE spatial part of a wellbore that is its pilot hole ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 ClassOfInanimatePhysicalObject pca-rdl:ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 WellBorePilotHole http://www.reportinghub.no/ep/schema/well#
253 +WELLBORE PRE-SPUD AT UTC representation of the time at of the pre-spud for a wellbore ERH4bdffc54-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc54-2a3b-11b2-8044-f80dbf6cc067 wellBorePreSpudAt http://www.reportinghub.no/ep/schema/well#
254 +WELLBORE SECTION A 'section' of a 'wellbore'. RDS16453593 ClassOfFeature pca-rdl:RDS16453593 SPATIAL PART OF A WELL BORE ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 WellBoreSection http://www.reportinghub.no/ep/schema/well#
255 +WELLBORE SECTION A 'section' of a 'wellbore'. RDS16453593 ClassOfFeature pca-rdl:RDS16453593 SECTION RDS11279651 pca-rdl:RDS11279651 WellBoreSection http://www.reportinghub.no/ep/schema/well#
256 +WELLBORE SPUD AT UTC representation of the time of spud of a wellbore ERH4bdffc53-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc53-2a3b-11b2-8044-f80dbf6cc067 wellBoreSpudAt http://www.reportinghub.no/ep/schema/well#
257 +WELLBORE TYPE the NPD type of the wellbore ERH4bdffc41-2a3b-11b2-8044-f80dbf6cc067 ClassOfClassOfRepresentation pca-rdl:ERH4bdffc41-2a3b-11b2-8044-f80dbf6cc067 wellBoreType http://www.reportinghub.no/np/schema/npd#
258 +WELLHEAD The top of the casing of a production oil well including the attached control and flow valves. RDS13609850 ClassOfInanimatePhysicalObject pca-rdl:RDS13609850 SPATIAL PART OF A WELL ERH4bdfc9c3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfc9c3-2a3b-11b2-8044-f80dbf6cc067 WellHead http://www.reportinghub.no/ep/schema/well#
259 +WELLHEAD The top of the casing of a production oil well including the attached control and flow valves. RDS13609850 ClassOfInanimatePhysicalObject pca-rdl:RDS13609850 ARTEFACT RDS422594 pca-rdl:RDS422594 WellHead http://www.reportinghub.no/ep/schema/well#
260 +YIELD POINT A stress at which a substantial amount of plastic deformation takes place under constant or reduced load. This sudden yielding is a characteristic of iron and annealed steels. In other metals, plastic deformation begins gradually and its incidence is indicated by measuring the proof stress, which, however, is frequently called the yield point. RDS8647761 SinglePropertyDimension pca-rdl:RDS8647761 STRESS RDS355679 pca-rdl:RDS355679 YieldPoint http://www.reportinghub.no/ep/schema/core#
261 +ZONE spatial part of a wellbore that is a zone ERH4bdfceef-2a3b-11b2-8044-f80dbf6cc067 FunctionalPhysicalObject pca-rdl:ERH4bdfceef-2a3b-11b2-8044-f80dbf6cc067 FACILITY ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 Zone http://www.reportinghub.no/ep/schema/facility#
1 +[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology
2 +API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core#
3 +CODE the NPD code code http://www.reportinghub.no/np/schema/npd#
4 +CODE ASSIGNED BY MANUFACTURER identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer pca-rdl:ERH4bdfdf55-2a3b-11b2-8044-f80dbf6cc067 codeAssignedByAManufacturer http://www.reportinghub.no/ep/schema/equipment#
5 +COMPANY SHORT NAME the NPD company short name pca-rdl:ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING companyShortName http://www.reportinghub.no/np/schema/npd#
6 +CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd#
7 +DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core#
8 +DISCOVERY CURRENT ACTIVITY STATUS the NPD status of the discovery pca-rdl:ERH4bbcee05-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING discoveryCurrentActivityStatus http://www.reportinghub.no/np/schema/npd#
9 +DISCOVERY YEAR the year the discovery was made pca-rdl:ERH4bbcee05-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-INTEGER discoveryYear http://www.reportinghub.no/np/schema/npd#
10 +DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core#
11 +END DATE the NPD end date of the thing pca-rdl:ERH4bdfc9e7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-DATE endDate http://www.reportinghub.no/np/schema/npd#
12 +FACILITY FUNCTIONS the NPD functions of the facility pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING facilityFunctions http://www.reportinghub.no/np/schema/npd#
13 +FACILITY KIND the NPD kind of the facility pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING facilityKind http://www.reportinghub.no/np/schema/npd#
14 +FIXED FACILITY PHASE the NPD phase of the fixed facility pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING fixedFacilityPhase http://www.reportinghub.no/np/schema/npd#
15 +LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4bbcee1b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
16 +LITHOLOGY DESCRIPTION description of the lithology at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 lithologyDescription http://www.reportinghub.no/ep/schema/well#
17 +LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core#
18 +NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core#
19 +NPD IDENTIFIER the NPD identifier pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd#
20 +NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd#
21 +NUMBER IN CREW The count of personnel on a type of crew. One of the types is all personnel on board. pca-rdl:RDS16701120 numberInCrew http://www.reportinghub.no/ep/schema/organization#
22 +ORGANISATION NUMBER the official Norwegian organization number of the operating company pca-rdl:ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING organisationNumber http://www.reportinghub.no/np/schema/npd#
23 +PERCENTAGE OF SHARE the percent of the total share of the licence pca-rdl:ERH4bbcee07-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-FLOAT percentageOfShare http://www.reportinghub.no/np/schema/npd#
24 +SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core#
25 +SHOW DESCRIPTION description of the show at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 showDescription http://www.reportinghub.no/ep/schema/well#
26 +START DATE the NPD start date of the thing pca-rdl:ERH4bdfc9e7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-DATE startDate http://www.reportinghub.no/np/schema/npd#
27 +STRATIGRAPHY DESCRIPTION description of the stratigraphy at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 stratigraphyDescription http://www.reportinghub.no/ep/schema/well#
28 +UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core#
29 +WELLBORE COMPLETED AT UTC representation of the time at which a wellbore was completed pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBoreCompletedAt http://www.reportinghub.no/ep/schema/well#
30 +WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd#
31 +WELLBORE DRILL PERMIT the NPD drill permit of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreDrillPermit http://www.reportinghub.no/np/schema/npd#
32 +WELLBORE PRE-SPUD AT UTC representation of the time at of the pre-spud for a wellbore pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBorePreSpudAt http://www.reportinghub.no/ep/schema/well#
33 +WELLBORE SPUD AT UTC representation of the time of spud of a wellbore pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBoreSpudAt http://www.reportinghub.no/ep/schema/well#
34 +WELLBORE TYPE the NPD type of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreType http://www.reportinghub.no/np/schema/npd#
1 +[RDLDesignation] RDLDefinition EntityType CoPossessor ERHLocalname ERHOntology
2 +BOTTOM HOLE MEASURED DEPTH class_of_indirect_property that is the measured depth to the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
3 +BOTTOM HOLE MEASURED DEPTH class_of_indirect_property that is the measured depth to the bottom of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
4 +BOTTOM HOLE TEMPERATURE class_of_indirect_property that is the temperature at the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTemperature http://www.reportinghub.no/ep/schema/well#
5 +BOTTOM HOLE TEMPERATURE class_of_indirect_property that is the temperature at the bottom of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTemperature http://www.reportinghub.no/ep/schema/well#
6 +BOTTOM HOLE TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth of the bottom of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
7 +BOTTOM HOLE TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth of the bottom of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 bottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
8 +CEMENTING FLUID PER CENT FREE WATER class_of_indirect_property that is the percentage free water by volume within a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 cementingFluidPerCentFreeWater http://www.reportinghub.no/ep/schema/well#
9 +CEMENTING FLUID PER CENT FREE WATER class_of_indirect_property that is the percentage free water by volume within a cementing fluid ERH00000 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 cementingFluidPerCentFreeWater http://www.reportinghub.no/ep/schema/well#
10 +CEMENTING FLUID THICKENING TIME class_of_indirect_property that is the thickening time for a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 cementingFluidThickeningTime http://www.reportinghub.no/ep/schema/well#
11 +CEMENTING FLUID THICKENING TIME class_of_indirect_property that is the thickening time for a cementing fluid ERH00000 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 cementingFluidThickeningTime http://www.reportinghub.no/ep/schema/well#
12 +CHOKE ORIFICE SIZE diameterof the choke orifice within a well test choke manifold ClassOfIndirectProperty pca-rdl:ERH4bdfc9ff-2a3b-11b2-8044-f80dbf6cc067 chokeOrificeSize http://www.reportinghub.no/ep/schema/equipment#
13 +CHOKE ORIFICE SIZE diameterof the choke orifice within a well test choke manifold ERH00000 pca-rdl:ERH4bdfc9ff-2a3b-11b2-8044-f80dbf6cc067 chokeOrificeSize http://www.reportinghub.no/ep/schema/equipment#
14 +DEPTH OF SURROUNDING WATER class_of_indirect_property that is the depth of surrounding water ClassOfIndirectProperty pca-rdl:ERH4bdfceeb-2a3b-11b2-8044-f80dbf6cc067 depthOfSurroundingWater http://www.reportinghub.no/ep/schema/facility#
15 +DEPTH OF SURROUNDING WATER class_of_indirect_property that is the depth of surrounding water ERH00000 pca-rdl:ERH4bdfceeb-2a3b-11b2-8044-f80dbf6cc067 depthOfSurroundingWater http://www.reportinghub.no/ep/schema/facility#
16 +DIAMETER OF A WELLBORE PILOT HOLE class_of_indirect_property that is the diameter of a wellbore pilot hole ClassOfIndirectProperty pca-rdl:ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 diameterOfAWellBorePilotHole http://www.reportinghub.no/ep/schema/well#
17 +DIAMETER OF A WELLBORE PILOT HOLE class_of_indirect_property that is the diameter of a wellbore pilot hole ERH00000 pca-rdl:ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 diameterOfAWellBorePilotHole http://www.reportinghub.no/ep/schema/well#
18 +ELEVATION OF KELLY BUSHING class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level ClassOfIndirectProperty pca-rdl:ERH4bdfced5-2a3b-11b2-8044-f80dbf6cc067 elevationOfKellyBushing http://www.reportinghub.no/ep/schema/equipment#
19 +ELEVATION OF KELLY BUSHING class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level ERH00000 pca-rdl:ERH4bdfced5-2a3b-11b2-8044-f80dbf6cc067 elevationOfKellyBushing http://www.reportinghub.no/ep/schema/equipment#
20 +FINAL BOTTOM HOLE MEASURED DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
21 +FINAL BOTTOM HOLE MEASURED DEPTH 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 ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
22 +FINAL BOTTOM HOLE TRUE VERTICAL DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
23 +FINAL BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 finalBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
24 +INITIAL BOTTOM HOLE MEASURED DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 initialBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
25 +INITIAL BOTTOM HOLE MEASURED DEPTH 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 ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 initialBottomHoleMeasuredDepth http://www.reportinghub.no/ep/schema/well#
26 +INSIDE DIAMETER OF A TUBULAR class_of_indirect_property that is the inside diameter of a tubular ClassOfIndirectProperty pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 insideDiameterOfATubular http://www.reportinghub.no/ep/schema/equipment#
27 +INSIDE DIAMETER OF A TUBULAR class_of_indirect_property that is the inside diameter of a tubular ERH00000 pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 insideDiameterOfATubular http://www.reportinghub.no/ep/schema/equipment#
28 +LENGTH OF INNER BARREL class_of_indirect_property that is the length of an inner barrel ClassOfIndirectProperty pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 lengthOfInnerBarrel http://www.reportinghub.no/ep/schema/equipment#
29 +LENGTH OF INNER BARREL class_of_indirect_property that is the length of an inner barrel ERH00000 pca-rdl:ERH4bdfcec9-2a3b-11b2-8044-f80dbf6cc067 lengthOfInnerBarrel http://www.reportinghub.no/ep/schema/equipment#
30 +MAXIMUM PRESSURE FOR BLOW OUT PREVENTER class_of_indirect_property that is the maximum pressure for a blow-out preventer ClassOfIndirectProperty pca-rdl:ERH4bdfca03-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForBlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
31 +MAXIMUM PRESSURE FOR BLOW OUT PREVENTER class_of_indirect_property that is the maximum pressure for a blow-out preventer ERH00000 pca-rdl:ERH4bdfca03-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForBlowOutPreventer http://www.reportinghub.no/ep/schema/equipment#
32 +MAXIMUM PRESSURE FOR CHOKE VALVE class_of_indirect_property that is the maximum pressure for a choke valve ClassOfIndirectProperty pca-rdl:ERH4bdfcec3-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForChokeValve http://www.reportinghub.no/ep/schema/equipment#
33 +MAXIMUM PRESSURE FOR CHOKE VALVE class_of_indirect_property that is the maximum pressure for a choke valve ERH00000 pca-rdl:ERH4bdfcec3-2a3b-11b2-8044-f80dbf6cc067 maximumPressureForChokeValve http://www.reportinghub.no/ep/schema/equipment#
34 +MEASURED DEPTH OF PLUG TOP class_of_indirect_property that is the measured depth of the plug top of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 measuredDepthOfPlugTop http://www.reportinghub.no/ep/schema/well#
35 +MEASURED DEPTH OF PLUG TOP class_of_indirect_property that is the measured depth of the plug top of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 measuredDepthOfPlugTop http://www.reportinghub.no/ep/schema/well#
36 +MEASURED DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
37 +MEASURED DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
38 +MEASURED DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
39 +MEASURED DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 measuredDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
40 +NOMINAL INSIDE DIAMETER OF BOREHOLE class_of_indirect_property that is the nominal diameter of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 nominalInsideDiameterOfBoreHole http://www.reportinghub.no/ep/schema/well#
41 +NOMINAL INSIDE DIAMETER OF BOREHOLE class_of_indirect_property that is the nominal diameter of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 nominalInsideDiameterOfBoreHole http://www.reportinghub.no/ep/schema/well#
42 +PLANNED PILOT BOTTOM HOLE TRUE VERTICAL DEPTH 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 ClassOfIndirectProperty pca-rdl:ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 plannedPilotBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
43 +PLANNED PILOT BOTTOM HOLE TRUE VERTICAL DEPTH 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 ERH00000 pca-rdl:ERH4bdfc9c1-2a3b-11b2-8044-f80dbf6cc067 plannedPilotBottomHoleTrueVerticalDepth http://www.reportinghub.no/ep/schema/well#
44 +PORE PRESSURE class_of_indirect_property that is the pore pressure at a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 porePressure http://www.reportinghub.no/ep/schema/well#
45 +PORE PRESSURE class_of_indirect_property that is the pore pressure at a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 porePressure http://www.reportinghub.no/ep/schema/well#
46 +PORE PRESSURE - EQUIVALENT MUD DENSITY class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 porePressureEquivalentMudDensity http://www.reportinghub.no/ep/schema/well#
47 +PORE PRESSURE - EQUIVALENT MUD DENSITY class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore ERH00000 pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 porePressureEquivalentMudDensity http://www.reportinghub.no/ep/schema/well#
48 +RATIO OF CEMENT MIX TO WATER class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid ClassOfIndirectProperty pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 ratioOfCementMixToWater http://www.reportinghub.no/ep/schema/well#
49 +RATIO OF CEMENT MIX TO WATER class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid ERH00000 pca-rdl:ERH4bdfc9b7-2a3b-11b2-8044-f80dbf6cc067 ratioOfCementMixToWater http://www.reportinghub.no/ep/schema/well#
50 +STRENGTH OF ROCK FORMATION class_of_indirect_property that is the strength of a surrounding rock formation ClassOfIndirectProperty pca-rdl:ERH4bdfc9a9-2a3b-11b2-8044-f80dbf6cc067 strengthOfRockFormation http://www.reportinghub.no/ep/schema/well#
51 +STRENGTH OF ROCK FORMATION class_of_indirect_property that is the strength of a surrounding rock formation ERH00000 pca-rdl:ERH4bdfc9a9-2a3b-11b2-8044-f80dbf6cc067 strengthOfRockFormation http://www.reportinghub.no/ep/schema/well#
52 +STRING LENGTH OF A TUBULAR class_of_indirect_property that is the string length of a tubular ClassOfIndirectProperty pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 stringLengthOfATubular http://www.reportinghub.no/ep/schema/equipment#
53 +STRING LENGTH OF A TUBULAR class_of_indirect_property that is the string length of a tubular ERH00000 pca-rdl:ERH4bdfcebd-2a3b-11b2-8044-f80dbf6cc067 stringLengthOfATubular http://www.reportinghub.no/ep/schema/equipment#
54 +TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepth http://www.reportinghub.no/ep/schema/well#
55 +TRUE VERTICAL DEPTH class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepth http://www.reportinghub.no/ep/schema/well#
56 +TRUE VERTICAL DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
57 +TRUE VERTICAL DEPTH TO THE BOTTOM OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheBottomOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
58 +TRUE VERTICAL DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore ClassOfIndirectProperty pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
59 +TRUE VERTICAL DEPTH TO THE TOP OF A PART OF A WELLBORE class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore ERH00000 pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 trueVerticalDepthToTheTopOfAPartOfAWellBore http://www.reportinghub.no/ep/schema/well#
1 +SELECT *
2 +WHERE { ?clsn a p2:Classification .
3 + ?clsn p2:hasClassifier pca-rdl:ERH00002 .
4 + ?clsn p2:hasClassified ?rd .
5 +}
6 +
7 +SELECT *
8 +FROM <http://www.reportinghub.no/refdata/1.0/npd>
9 +WHERE {
10 + ?rd pca-rdl:hasDesignation ?des .
11 + OPTIONAL { ?rd a ?rdtype . }
12 + OPTIONAL {
13 + ?clsn p2:hasClassified ?rd .
14 + ?clsn p2:hasClassifier ?cls .
15 + }
16 + OPTIONAL { ?rd rdfs:comment ?comment }
17 +}
...\ No newline at end of file ...\ No newline at end of file
1 +SELECT DISTINCT ?RDDesignation ?RDDefinition ?RDId ?EntityType ?RDURI ?RDSuperclass ?RDSuperclassId ?RDSuperclassURI ?ERHLocalname ?ERHOntology
2 +WHERE {
3 + ?RDURI pca-rdl:hasDesignation ?RDDesignation .
4 + ?RDURI pca-rdl:hasDefinition ?RDDefinition .
5 + ?RDURI pca-rdl:hasIdPCA ?RDId .
6 + ?RDURI rdf:type ?p2 .
7 + FILTER ( afn:namespace(?p2) = "http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#" )
8 + BIND (afn:localname(?p2) AS ?EntityType )
9 + OPTIONAL {
10 + ?spec p2:hasSubclass ?RDURI .
11 + ?spec p2:hasSuperclass ?RDSuperclassURI .
12 + ?RDSuperclassURI pca-rdl:hasDesignation ?RDSuperclass .
13 + ?RDSuperclassURI pca-rdl:hasIdPCA ?RDSuperclassId .
14 + }
15 +
16 + ?erh owl:sameAs ?RDURI .
17 + BIND (afn:localname(?erh) AS ?ERHLocalname )
18 + BIND (afn:namespace(?erh) AS ?ERHOntology )
19 +}
...\ No newline at end of file ...\ No newline at end of file
1 +SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?CoRepresented ?CoPattern ?ERHLocalname ?ERHOntology
2 +WHERE {
3 + ?s a p2:ClassOfClassOfRepresentation .
4 + ?s pca-rdl:hasDesignation ?RDLDesignation .
5 + ?s pca-rdl:hasDefinition ?RDLDefinition .
6 + OPTIONAL {
7 + ?s p2:hasClassOfRepresented ?CoRepresented . }
8 + OPTIONAL { ?s p2:hasClassOfPattern ?CoPattern . }
9 + ?erh owl:sameAs ?s .
10 + BIND (afn:localname(?erh) AS ?ERHLocalname )
11 + BIND (afn:namespace(?erh) AS ?ERHOntology )
12 +}
...\ No newline at end of file ...\ No newline at end of file
1 +SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?CoPossessor ?ERHLocalname ?ERHOntology
2 +WHERE {
3 + ?s pca-rdl:hasDesignation ?RDLDesignation .
4 + ?s p2:hasClassOfPossessor ?CoPossessor .
5 + ?s pca-rdl:hasDefinition ?RDLDefinition .
6 + ?s rdf:type ?p2 .
7 + BIND (afn:localname(?p2) AS ?EntityType )
8 + OPTIONAL {
9 + ?spec p2:hasSubclass ?s .
10 + ?spec p2:hasSuperclass ?sup .
11 + ?sup pca-rdl:hasDesignation ?RDLSuperclass .
12 + ?sup pca-rdl:hasIdPCA ?RDLSuperclassId .
13 + }
14 +
15 + ?erh owl:sameAs ?s .
16 + BIND (afn:localname(?erh) AS ?ERHLocalname )
17 + BIND (afn:namespace(?erh) AS ?ERHOntology )
18 +}
...\ No newline at end of file ...\ No newline at end of file
...@@ -37,30 +37,17 @@ rdfs:Class ...@@ -37,30 +37,17 @@ rdfs:Class
37 sp:subject 37 sp:subject
38 [ sp:varName "clsnuri"^^xsd:string 38 [ sp:varName "clsnuri"^^xsd:string
39 ] 39 ]
40 - ] [ sp:object <http://posccaesar.org/rdl/ERH00004> ; 40 + ] [ sp:object <http://posccaesar.org/rdl/ERH00003> ;
41 sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ; 41 sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
42 sp:subject 42 sp:subject
43 [ sp:varName "clsnuri"^^xsd:string 43 [ sp:varName "clsnuri"^^xsd:string
44 ] 44 ]
45 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
46 - sp:predicate rdf:type ;
47 - sp:subject
48 - [ sp:varName "clsnuri"^^xsd:string
49 - ]
50 ]) ; 45 ]) ;
51 sp:where ([ sp:object 46 sp:where ([ sp:object
52 [ sp:varName "thisrduri"^^xsd:string 47 [ sp:varName "thisrduri"^^xsd:string
53 ] ; 48 ] ;
54 sp:predicate owl:sameAs ; 49 sp:predicate owl:sameAs ;
55 sp:subject spin:_this 50 sp:subject spin:_this
56 - ] [ rdf:type sp:Filter ;
57 - sp:expression
58 - [ rdf:type sp:ne ;
59 - sp:arg1 [ rdf:type afn:namespace ;
60 - sp:arg1 spin:_this
61 - ] ;
62 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
63 - ]
64 ] [ rdf:type sp:Bind ; 51 ] [ rdf:type sp:Bind ;
65 sp:expression 52 sp:expression
66 [ rdf:type spif:generateUUID 53 [ rdf:type spif:generateUUID
...@@ -87,12 +74,10 @@ rdfs:Class ...@@ -87,12 +74,10 @@ rdfs:Class
87 [ sp:varName "clsnuri"^^xsd:string 74 [ sp:varName "clsnuri"^^xsd:string
88 ] 75 ]
89 ]) 76 ])
90 - ] . 77 + ] ;
91 -
92 -owl:Class
93 spin:rule 78 spin:rule
94 [ rdf:type sp:Construct ; 79 [ rdf:type sp:Construct ;
95 - rdfs:comment "0140 Set Part 2 Class of EHR RD Class"^^xsd:string ; 80 + rdfs:comment "0197 Set Part 2 Class of EHR RD Class"^^xsd:string ;
96 sp:templates ([ sp:object 81 sp:templates ([ sp:object
97 [ sp:varName "p2class"^^xsd:string 82 [ sp:varName "p2class"^^xsd:string
98 ] ; 83 ] ;
...@@ -106,11 +91,48 @@ owl:Class ...@@ -106,11 +91,48 @@ owl:Class
106 ] ; 91 ] ;
107 sp:predicate owl:sameAs ; 92 sp:predicate owl:sameAs ;
108 sp:subject spin:_this 93 sp:subject spin:_this
109 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ; 94 + ] [ rdf:type sp:Optional ;
95 + sp:elements ([ sp:object spin:_this ;
96 + sp:predicate rdf:type ;
97 + sp:subject
98 + [ sp:varName "member"^^xsd:string
99 + ]
100 + ] [ rdf:type sp:TriplePath ;
101 + sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
102 + sp:path [ rdf:type sp:ModPath ;
103 + sp:modMax -2 ;
104 + sp:modMin 0 ;
105 + sp:subPath rdfs:subClassOf
106 + ] ;
107 + sp:subject
108 + [ sp:varName "member"^^xsd:string
109 + ]
110 + ] [ rdf:type sp:Bind ;
111 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
112 + sp:variable
113 + [ sp:varName "p2class"^^xsd:string
114 + ]
115 + ])
116 + ])
117 + ] .
118 +
119 +owl:Class
120 + spin:rule
121 + [ rdf:type sp:Construct ;
122 + rdfs:comment "0140 Set Part 2 Class of EHR RD Class"^^xsd:string ;
123 + sp:templates ([ sp:object
124 + [ sp:varName "p2class"^^xsd:string
125 + ] ;
110 sp:predicate rdf:type ; 126 sp:predicate rdf:type ;
111 sp:subject 127 sp:subject
112 [ sp:varName "thisrduri"^^xsd:string 128 [ sp:varName "thisrduri"^^xsd:string
113 ] 129 ]
130 + ]) ;
131 + sp:where ([ sp:object
132 + [ sp:varName "thisrduri"^^xsd:string
133 + ] ;
134 + sp:predicate owl:sameAs ;
135 + sp:subject spin:_this
114 ] [ rdf:type sp:Optional ; 136 ] [ rdf:type sp:Optional ;
115 sp:elements ([ rdf:type sp:TriplePath ; 137 sp:elements ([ rdf:type sp:TriplePath ;
116 sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ; 138 sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
...@@ -306,5 +328,30 @@ owl:Class ...@@ -306,5 +328,30 @@ owl:Class
306 [ sp:varName "p2class"^^xsd:string 328 [ sp:varName "p2class"^^xsd:string
307 ] 329 ]
308 ]) 330 ])
331 + ] [ rdf:type sp:Optional ;
332 + sp:elements ([ rdf:type sp:TriplePath ;
333 + sp:object <http://www.reportinghub.no/ep/schema/core#Pair> ;
334 + sp:path [ rdf:type sp:ModPath ;
335 + sp:modMax -2 ;
336 + sp:modMin 0 ;
337 + sp:subPath rdfs:subClassOf
338 + ] ;
339 + sp:subject spin:_this
340 + ] [ rdf:type sp:Bind ;
341 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ;
342 + sp:variable
343 + [ sp:varName "p2class"^^xsd:string
344 + ]
345 + ])
346 + ] [ rdf:type sp:Optional ;
347 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ;
348 + sp:predicate rdf:type ;
349 + sp:subject spin:_this
350 + ] [ rdf:type sp:Bind ;
351 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
352 + sp:variable
353 + [ sp:varName "p2class"^^xsd:string
354 + ]
355 + ])
309 ]) 356 ])
310 ] . 357 ] .
......
...@@ -42,25 +42,12 @@ rdfs:Class ...@@ -42,25 +42,12 @@ rdfs:Class
42 sp:subject 42 sp:subject
43 [ sp:varName "clsnuri"^^xsd:string 43 [ sp:varName "clsnuri"^^xsd:string
44 ] 44 ]
45 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
46 - sp:predicate rdf:type ;
47 - sp:subject
48 - [ sp:varName "clsnuri"^^xsd:string
49 - ]
50 ]) ; 45 ]) ;
51 sp:where ([ sp:object 46 sp:where ([ sp:object
52 [ sp:varName "thisrduri"^^xsd:string 47 [ sp:varName "thisrduri"^^xsd:string
53 ] ; 48 ] ;
54 sp:predicate owl:sameAs ; 49 sp:predicate owl:sameAs ;
55 sp:subject spin:_this 50 sp:subject spin:_this
56 - ] [ rdf:type sp:Filter ;
57 - sp:expression
58 - [ rdf:type sp:eq ;
59 - sp:arg1 [ rdf:type afn:namespace ;
60 - sp:arg1 spin:_this
61 - ] ;
62 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
63 - ]
64 ] [ rdf:type sp:Bind ; 51 ] [ rdf:type sp:Bind ;
65 sp:expression 52 sp:expression
66 [ rdf:type spif:generateUUID 53 [ rdf:type spif:generateUUID
...@@ -87,12 +74,10 @@ rdfs:Class ...@@ -87,12 +74,10 @@ rdfs:Class
87 [ sp:varName "clsnuri"^^xsd:string 74 [ sp:varName "clsnuri"^^xsd:string
88 ] 75 ]
89 ]) 76 ])
90 - ] . 77 + ] ;
91 -
92 -owl:Class
93 spin:rule 78 spin:rule
94 [ rdf:type sp:Construct ; 79 [ rdf:type sp:Construct ;
95 - rdfs:comment "0140 Set Part 2 Class of EHR RD Class"^^xsd:string ; 80 + rdfs:comment "0197 Set Part 2 Class of EHR RD Class"^^xsd:string ;
96 sp:templates ([ sp:object 81 sp:templates ([ sp:object
97 [ sp:varName "p2class"^^xsd:string 82 [ sp:varName "p2class"^^xsd:string
98 ] ; 83 ] ;
...@@ -106,29 +91,51 @@ owl:Class ...@@ -106,29 +91,51 @@ owl:Class
106 ] ; 91 ] ;
107 sp:predicate owl:sameAs ; 92 sp:predicate owl:sameAs ;
108 sp:subject spin:_this 93 sp:subject spin:_this
109 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ; 94 + ] [ rdf:type sp:Optional ;
95 + sp:elements ([ sp:object spin:_this ;
110 sp:predicate rdf:type ; 96 sp:predicate rdf:type ;
111 sp:subject 97 sp:subject
112 - [ sp:varName "thisrduri"^^xsd:string 98 + [ sp:varName "member"^^xsd:string
113 ] 99 ]
114 - ] [ rdf:type sp:Optional ; 100 + ] [ rdf:type sp:TriplePath ;
115 - sp:elements ([ rdf:type sp:TriplePath ; 101 + sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
116 - sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
117 sp:path [ rdf:type sp:ModPath ; 102 sp:path [ rdf:type sp:ModPath ;
118 sp:modMax -2 ; 103 sp:modMax -2 ;
119 sp:modMin 0 ; 104 sp:modMin 0 ;
120 sp:subPath rdfs:subClassOf 105 sp:subPath rdfs:subClassOf
121 ] ; 106 ] ;
122 - sp:subject spin:_this 107 + sp:subject
108 + [ sp:varName "member"^^xsd:string
109 + ]
123 ] [ rdf:type sp:Bind ; 110 ] [ rdf:type sp:Bind ;
124 - sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 111 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
125 sp:variable 112 sp:variable
126 [ sp:varName "p2class"^^xsd:string 113 [ sp:varName "p2class"^^xsd:string
127 ] 114 ]
128 ]) 115 ])
116 + ])
117 + ] .
118 +
119 +owl:Class
120 + spin:rule
121 + [ rdf:type sp:Construct ;
122 + rdfs:comment "0140 Set Part 2 Class of ERH RD Class and set as NPD Class"^^xsd:string ;
123 + sp:templates ([ sp:object
124 + [ sp:varName "p2class"^^xsd:string
125 + ] ;
126 + sp:predicate rdf:type ;
127 + sp:subject
128 + [ sp:varName "thisrduri"^^xsd:string
129 + ]
130 + ]) ;
131 + sp:where ([ sp:object
132 + [ sp:varName "thisrduri"^^xsd:string
133 + ] ;
134 + sp:predicate owl:sameAs ;
135 + sp:subject spin:_this
129 ] [ rdf:type sp:Optional ; 136 ] [ rdf:type sp:Optional ;
130 sp:elements ([ rdf:type sp:TriplePath ; 137 sp:elements ([ rdf:type sp:TriplePath ;
131 - sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ; 138 + sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
132 sp:path [ rdf:type sp:ModPath ; 139 sp:path [ rdf:type sp:ModPath ;
133 sp:modMax -2 ; 140 sp:modMax -2 ;
134 sp:modMin 0 ; 141 sp:modMin 0 ;
...@@ -136,14 +143,14 @@ owl:Class ...@@ -136,14 +143,14 @@ owl:Class
136 ] ; 143 ] ;
137 sp:subject spin:_this 144 sp:subject spin:_this
138 ] [ rdf:type sp:Bind ; 145 ] [ rdf:type sp:Bind ;
139 - sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#FunctionalPhysicalObject> ; 146 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
140 sp:variable 147 sp:variable
141 [ sp:varName "p2class"^^xsd:string 148 [ sp:varName "p2class"^^xsd:string
142 ] 149 ]
143 ]) 150 ])
144 ] [ rdf:type sp:Optional ; 151 ] [ rdf:type sp:Optional ;
145 sp:elements ([ rdf:type sp:TriplePath ; 152 sp:elements ([ rdf:type sp:TriplePath ;
146 - sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; 153 + sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
147 sp:path [ rdf:type sp:ModPath ; 154 sp:path [ rdf:type sp:ModPath ;
148 sp:modMax -2 ; 155 sp:modMax -2 ;
149 sp:modMin 0 ; 156 sp:modMin 0 ;
...@@ -151,7 +158,7 @@ owl:Class ...@@ -151,7 +158,7 @@ owl:Class
151 ] ; 158 ] ;
152 sp:subject spin:_this 159 sp:subject spin:_this
153 ] [ rdf:type sp:Bind ; 160 ] [ rdf:type sp:Bind ;
154 - sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 161 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#FunctionalPhysicalObject> ;
155 sp:variable 162 sp:variable
156 [ sp:varName "p2class"^^xsd:string 163 [ sp:varName "p2class"^^xsd:string
157 ] 164 ]
...@@ -291,20 +298,58 @@ owl:Class ...@@ -291,20 +298,58 @@ owl:Class
291 [ sp:varName "p2class"^^xsd:string 298 [ sp:varName "p2class"^^xsd:string
292 ] 299 ]
293 ]) 300 ])
294 - ] [ rdf:type sp:Optional ; 301 + ])
295 - sp:elements ([ rdf:type sp:TriplePath ; 302 + ] ;
296 - sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; 303 + spin:rule
297 - sp:path [ rdf:type sp:ModPath ; 304 + [ rdf:type sp:Construct ;
298 - sp:modMax -2 ; 305 + rdfs:comment "0194 Handle classification of RD classes as NPD"^^xsd:string ;
299 - sp:modMin 0 ; 306 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
300 - sp:subPath rdfs:subClassOf 307 + sp:predicate rdf:type ;
308 + sp:subject
309 + [ sp:varName "clsnuri"^^xsd:string
310 + ]
311 + ] [ sp:object
312 + [ sp:varName "thisrduri"^^xsd:string
313 + ] ;
314 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
315 + sp:subject
316 + [ sp:varName "clsnuri"^^xsd:string
317 + ]
318 + ] [ sp:object <http://posccaesar.org/rdl/ERH00002> ;
319 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
320 + sp:subject
321 + [ sp:varName "clsnuri"^^xsd:string
322 + ]
323 + ]) ;
324 + sp:where ([ sp:object
325 + [ sp:varName "thisrduri"^^xsd:string
301 ] ; 326 ] ;
327 + sp:predicate owl:sameAs ;
302 sp:subject spin:_this 328 sp:subject spin:_this
303 ] [ rdf:type sp:Bind ; 329 ] [ rdf:type sp:Bind ;
304 - sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 330 + sp:expression
331 + [ rdf:type spif:generateUUID
332 + ] ;
305 sp:variable 333 sp:variable
306 - [ sp:varName "p2class"^^xsd:string 334 + [ sp:varName "uuid"^^xsd:string
335 + ]
336 + ] [ rdf:type sp:Bind ;
337 + sp:expression
338 + [ rdf:type fn:concat ;
339 + sp:arg1 "ERH" ;
340 + sp:arg2 [ sp:varName "uuid"^^xsd:string
341 + ]
342 + ] ;
343 + sp:variable
344 + [ sp:varName "pcaid"^^xsd:string
345 + ]
346 + ] [ rdf:type sp:Bind ;
347 + sp:expression
348 + [ rdf:type spif:buildURI ;
349 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
350 + ] ;
351 + sp:variable
352 + [ sp:varName "clsnuri"^^xsd:string
307 ] 353 ]
308 - ])
309 ]) 354 ])
310 ] . 355 ] .
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations 3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 -# imports: http://www.reportinghub.no/np/schema/1.0/npd
6 # imports: http://www.reportinghub.no/refdata/foundation 5 # imports: http://www.reportinghub.no/refdata/foundation
7 6
8 @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . 7 @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> .
...@@ -23,12 +22,44 @@ ...@@ -23,12 +22,44 @@
23 22
24 <http://www.reportinghub.no/refdata/transform/class2rd> 23 <http://www.reportinghub.no/refdata/transform/class2rd>
25 rdf:type owl:Ontology ; 24 rdf:type owl:Ontology ;
26 - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/foundation> ; 25 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/foundation> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 26 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
28 27
29 rdfs:Class 28 rdfs:Class
30 spin:rule 29 spin:rule
31 [ rdf:type sp:Construct ; 30 [ rdf:type sp:Construct ;
31 + rdfs:comment "0105 Set sameAs for RD items already in PCA RDL"^^xsd:string ;
32 + sp:templates ([ sp:object
33 + [ sp:varName "rduri"^^xsd:string
34 + ] ;
35 + sp:predicate owl:sameAs ;
36 + sp:subject spin:_this
37 + ]) ;
38 + sp:where ([ sp:object
39 + [ sp:varName "seerd"^^xsd:string
40 + ] ;
41 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
42 + sp:subject spin:_this
43 + ] [ rdf:type sp:NotExists ;
44 + sp:elements ([ sp:object
45 + [ sp:varName "same"^^xsd:string
46 + ] ;
47 + sp:predicate owl:sameAs ;
48 + sp:subject spin:_this
49 + ])
50 + ] [ rdf:type sp:Bind ;
51 + sp:expression
52 + [ rdf:type smf:buildURI ;
53 + sp:arg1 [ sp:varName "seerd"^^xsd:string
54 + ]
55 + ] ;
56 + sp:variable
57 + [ sp:varName "rduri"^^xsd:string
58 + ]
59 + ])
60 + ] ;
61 + spin:rule
62 + [ rdf:type sp:Construct ;
32 rdfs:comment "0180 Set URI and designation for EHR RD Class"^^xsd:string ; 63 rdfs:comment "0180 Set URI and designation for EHR RD Class"^^xsd:string ;
33 sp:templates ([ sp:object 64 sp:templates ([ sp:object
34 [ sp:varName "thisrduri"^^xsd:string 65 [ sp:varName "thisrduri"^^xsd:string
...@@ -61,16 +92,6 @@ rdfs:Class ...@@ -61,16 +92,6 @@ rdfs:Class
61 sp:subject 92 sp:subject
62 [ sp:varName "thisrduri"^^xsd:string 93 [ sp:varName "thisrduri"^^xsd:string
63 ] 94 ]
64 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
65 - sp:predicate rdf:type ;
66 - sp:subject
67 - [ sp:varName "thisrduri"^^xsd:string
68 - ]
69 - ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ;
70 - sp:predicate rdf:type ;
71 - sp:subject
72 - [ sp:varName "thisrduri"^^xsd:string
73 - ]
74 ]) ; 95 ]) ;
75 sp:where ([ rdf:type sp:NotExists ; 96 sp:where ([ rdf:type sp:NotExists ;
76 sp:elements ([ sp:object owl:Class ; 97 sp:elements ([ sp:object owl:Class ;
...@@ -159,11 +180,6 @@ rdfs:Class ...@@ -159,11 +180,6 @@ rdfs:Class
159 sp:subject 180 sp:subject
160 [ sp:varName "specuri"^^xsd:string 181 [ sp:varName "specuri"^^xsd:string
161 ] 182 ]
162 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
163 - sp:predicate rdf:type ;
164 - sp:subject
165 - [ sp:varName "specuri"^^xsd:string
166 - ]
167 ]) ; 183 ]) ;
168 sp:where ([ rdf:type sp:NotExists ; 184 sp:where ([ rdf:type sp:NotExists ;
169 sp:elements ([ sp:object owl:Class ; 185 sp:elements ([ sp:object owl:Class ;
...@@ -216,38 +232,147 @@ rdfs:Class ...@@ -216,38 +232,147 @@ rdfs:Class
216 ] ; 232 ] ;
217 spin:rule 233 spin:rule
218 [ rdf:type sp:Construct ; 234 [ rdf:type sp:Construct ;
219 - rdfs:comment "0190 Set sameAs for RD items already in PCA RDL"^^xsd:string ; 235 + rdfs:comment "0190 Handle classification of RD classes as ERH RD Thing"^^xsd:string ;
220 - sp:templates ([ sp:object 236 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
221 - [ sp:varName "rduri"^^xsd:string 237 + sp:predicate rdf:type ;
238 + sp:subject
239 + [ sp:varName "clsnuri"^^xsd:string
240 + ]
241 + ] [ sp:object
242 + [ sp:varName "thisrduri"^^xsd:string
222 ] ; 243 ] ;
223 - sp:predicate owl:sameAs ; 244 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
224 - sp:subject spin:_this 245 + sp:subject
246 + [ sp:varName "clsnuri"^^xsd:string
247 + ]
248 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
249 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
250 + sp:subject
251 + [ sp:varName "clsnuri"^^xsd:string
252 + ]
225 ]) ; 253 ]) ;
226 - sp:where ([ rdf:type sp:NotExists ; 254 + sp:where ([ sp:object
227 - sp:elements ([ sp:object owl:Class ; 255 + [ sp:varName "thisrduri"^^xsd:string
228 - sp:predicate rdf:type ;
229 - sp:subject spin:_this
230 - ])
231 - ] [ rdf:type sp:NotExists ;
232 - sp:elements ([ sp:object
233 - [ sp:varName "same"^^xsd:string
234 ] ; 256 ] ;
235 sp:predicate owl:sameAs ; 257 sp:predicate owl:sameAs ;
236 sp:subject spin:_this 258 sp:subject spin:_this
259 + ] [ rdf:type sp:Bind ;
260 + sp:expression
261 + [ rdf:type spif:generateUUID
262 + ] ;
263 + sp:variable
264 + [ sp:varName "uuid"^^xsd:string
265 + ]
266 + ] [ rdf:type sp:Bind ;
267 + sp:expression
268 + [ rdf:type fn:concat ;
269 + sp:arg1 "ERH" ;
270 + sp:arg2 [ sp:varName "uuid"^^xsd:string
271 + ]
272 + ] ;
273 + sp:variable
274 + [ sp:varName "pcaid"^^xsd:string
275 + ]
276 + ] [ rdf:type sp:Bind ;
277 + sp:expression
278 + [ rdf:type spif:buildURI ;
279 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
280 + ] ;
281 + sp:variable
282 + [ sp:varName "clsnuri"^^xsd:string
283 + ]
237 ]) 284 ])
285 + ] ;
286 + spin:rule
287 + [ rdf:type sp:Construct ;
288 + rdfs:comment "0191 Handle classification of RD classes as ERH RD Class"^^xsd:string ;
289 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
290 + sp:predicate rdf:type ;
291 + sp:subject
292 + [ sp:varName "clsnuri"^^xsd:string
293 + ]
238 ] [ sp:object 294 ] [ sp:object
239 - [ sp:varName "seerd"^^xsd:string 295 + [ sp:varName "thisrduri"^^xsd:string
240 ] ; 296 ] ;
241 - sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; 297 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
298 + sp:subject
299 + [ sp:varName "clsnuri"^^xsd:string
300 + ]
301 + ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ;
302 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
303 + sp:subject
304 + [ sp:varName "clsnuri"^^xsd:string
305 + ]
306 + ]) ;
307 + sp:where ([ sp:object
308 + [ sp:varName "thisrduri"^^xsd:string
309 + ] ;
310 + sp:predicate owl:sameAs ;
242 sp:subject spin:_this 311 sp:subject spin:_this
243 ] [ rdf:type sp:Bind ; 312 ] [ rdf:type sp:Bind ;
244 sp:expression 313 sp:expression
245 - [ rdf:type smf:buildURI ; 314 + [ rdf:type spif:generateUUID
246 - sp:arg1 [ sp:varName "seerd"^^xsd:string 315 + ] ;
316 + sp:variable
317 + [ sp:varName "uuid"^^xsd:string
318 + ]
319 + ] [ rdf:type sp:Bind ;
320 + sp:expression
321 + [ rdf:type fn:concat ;
322 + sp:arg1 "ERH" ;
323 + sp:arg2 [ sp:varName "uuid"^^xsd:string
247 ] 324 ]
248 ] ; 325 ] ;
249 sp:variable 326 sp:variable
250 - [ sp:varName "rduri"^^xsd:string 327 + [ sp:varName "pcaid"^^xsd:string
328 + ]
329 + ] [ rdf:type sp:Bind ;
330 + sp:expression
331 + [ rdf:type spif:buildURI ;
332 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
333 + ] ;
334 + sp:variable
335 + [ sp:varName "clsnuri"^^xsd:string
336 + ]
337 + ])
338 + ] ;
339 + spin:rule
340 + [ rdf:type sp:Construct ;
341 + rdfs:comment "0199 Set any unset Part 2 Class of EHR RD Class to ClassOfClass"^^xsd:string ;
342 + sp:templates ([ sp:object
343 + [ sp:varName "p2class"^^xsd:string
344 + ] ;
345 + sp:predicate rdf:type ;
346 + sp:subject
347 + [ sp:varName "thisrduri"^^xsd:string
348 + ]
349 + ]) ;
350 + sp:where ([ sp:object
351 + [ sp:varName "thisrduri"^^xsd:string
352 + ] ;
353 + sp:predicate owl:sameAs ;
354 + sp:subject spin:_this
355 + ] [ rdf:type sp:NotExists ;
356 + sp:elements ([ sp:object
357 + [ sp:varName "p2type"^^xsd:string
358 + ] ;
359 + sp:predicate rdf:type ;
360 + sp:subject
361 + [ sp:varName "thisrduri"^^xsd:string
362 + ]
363 + ])
364 + ] [ rdf:type sp:TriplePath ;
365 + sp:object owl:Class ;
366 + sp:path [ rdf:type sp:ModPath ;
367 + sp:modMax -2 ;
368 + sp:modMin 0 ;
369 + sp:subPath rdfs:subClassOf
370 + ] ;
371 + sp:subject spin:_this
372 + ] [ rdf:type sp:Bind ;
373 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClass> ;
374 + sp:variable
375 + [ sp:varName "p2class"^^xsd:string
251 ] 376 ]
252 ]) 377 ])
253 ] . 378 ] .
...@@ -282,29 +407,19 @@ owl:Class ...@@ -282,29 +407,19 @@ owl:Class
282 sp:subject 407 sp:subject
283 [ sp:varName "thisrduri"^^xsd:string 408 [ sp:varName "thisrduri"^^xsd:string
284 ] 409 ]
285 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
286 - sp:predicate rdf:type ;
287 - sp:subject
288 - [ sp:varName "thisrduri"^^xsd:string
289 - ]
290 - ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ;
291 - sp:predicate rdf:type ;
292 - sp:subject
293 - [ sp:varName "thisrduri"^^xsd:string
294 - ]
295 ]) ; 410 ]) ;
296 sp:where ([ rdf:type sp:NotExists ; 411 sp:where ([ rdf:type sp:NotExists ;
297 sp:elements ([ sp:object 412 sp:elements ([ sp:object
298 - [ sp:varName "same"^^xsd:string 413 + [ sp:varName "seerd"^^xsd:string
299 ] ; 414 ] ;
300 - sp:predicate owl:sameAs ; 415 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
301 sp:subject spin:_this 416 sp:subject spin:_this
302 ]) 417 ])
303 ] [ rdf:type sp:NotExists ; 418 ] [ rdf:type sp:NotExists ;
304 sp:elements ([ sp:object 419 sp:elements ([ sp:object
305 - [ sp:varName "seerd"^^xsd:string 420 + [ sp:varName "same"^^xsd:string
306 ] ; 421 ] ;
307 - sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; 422 + sp:predicate owl:sameAs ;
308 sp:subject spin:_this 423 sp:subject spin:_this
309 ]) 424 ])
310 ] [ sp:object 425 ] [ sp:object
...@@ -357,38 +472,6 @@ owl:Class ...@@ -357,38 +472,6 @@ owl:Class
357 ] ; 472 ] ;
358 spin:rule 473 spin:rule
359 [ rdf:type sp:Construct ; 474 [ rdf:type sp:Construct ;
360 - rdfs:comment "0120 Set sameAs for RD items already in PCA RDL"^^xsd:string ;
361 - sp:templates ([ sp:object
362 - [ sp:varName "rduri"^^xsd:string
363 - ] ;
364 - sp:predicate owl:sameAs ;
365 - sp:subject spin:_this
366 - ]) ;
367 - sp:where ([ rdf:type sp:NotExists ;
368 - sp:elements ([ sp:object
369 - [ sp:varName "same"^^xsd:string
370 - ] ;
371 - sp:predicate owl:sameAs ;
372 - sp:subject spin:_this
373 - ])
374 - ] [ sp:object
375 - [ sp:varName "seerd"^^xsd:string
376 - ] ;
377 - sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
378 - sp:subject spin:_this
379 - ] [ rdf:type sp:Bind ;
380 - sp:expression
381 - [ rdf:type smf:buildURI ;
382 - sp:arg1 [ sp:varName "seerd"^^xsd:string
383 - ]
384 - ] ;
385 - sp:variable
386 - [ sp:varName "rduri"^^xsd:string
387 - ]
388 - ])
389 - ] ;
390 - spin:rule
391 - [ rdf:type sp:Construct ;
392 rdfs:comment "0130 Handle subclasses"^^xsd:string ; 475 rdfs:comment "0130 Handle subclasses"^^xsd:string ;
393 sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ; 476 sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Specialization> ;
394 sp:predicate rdf:type ; 477 sp:predicate rdf:type ;
...@@ -409,11 +492,6 @@ owl:Class ...@@ -409,11 +492,6 @@ owl:Class
409 sp:subject 492 sp:subject
410 [ sp:varName "specuri"^^xsd:string 493 [ sp:varName "specuri"^^xsd:string
411 ] 494 ]
412 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
413 - sp:predicate rdf:type ;
414 - sp:subject
415 - [ sp:varName "specuri"^^xsd:string
416 - ]
417 ]) ; 495 ]) ;
418 sp:where ([ sp:object 496 sp:where ([ sp:object
419 [ sp:varName "superclass"^^xsd:string 497 [ sp:varName "superclass"^^xsd:string
...@@ -458,4 +536,152 @@ owl:Class ...@@ -458,4 +536,152 @@ owl:Class
458 [ sp:varName "specuri"^^xsd:string 536 [ sp:varName "specuri"^^xsd:string
459 ] 537 ]
460 ]) 538 ])
539 + ] ;
540 + spin:rule
541 + [ rdf:type sp:Construct ;
542 + rdfs:comment "0140 Handle classification of RD classes as ERH RD Class"^^xsd:string ;
543 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
544 + sp:predicate rdf:type ;
545 + sp:subject
546 + [ sp:varName "clsnuri"^^xsd:string
547 + ]
548 + ] [ sp:object
549 + [ sp:varName "thisrduri"^^xsd:string
550 + ] ;
551 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
552 + sp:subject
553 + [ sp:varName "clsnuri"^^xsd:string
554 + ]
555 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
556 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
557 + sp:subject
558 + [ sp:varName "clsnuri"^^xsd:string
559 + ]
560 + ]) ;
561 + sp:where ([ sp:object
562 + [ sp:varName "thisrduri"^^xsd:string
563 + ] ;
564 + sp:predicate owl:sameAs ;
565 + sp:subject spin:_this
566 + ] [ rdf:type sp:Bind ;
567 + sp:expression
568 + [ rdf:type spif:generateUUID
569 + ] ;
570 + sp:variable
571 + [ sp:varName "uuid"^^xsd:string
572 + ]
573 + ] [ rdf:type sp:Bind ;
574 + sp:expression
575 + [ rdf:type fn:concat ;
576 + sp:arg1 "ERH" ;
577 + sp:arg2 [ sp:varName "uuid"^^xsd:string
578 + ]
579 + ] ;
580 + sp:variable
581 + [ sp:varName "pcaid"^^xsd:string
582 + ]
583 + ] [ rdf:type sp:Bind ;
584 + sp:expression
585 + [ rdf:type spif:buildURI ;
586 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
587 + ] ;
588 + sp:variable
589 + [ sp:varName "clsnuri"^^xsd:string
590 + ]
591 + ])
592 + ] ;
593 + spin:rule
594 + [ rdf:type sp:Construct ;
595 + rdfs:comment "0141 Handle classification of RD classes as ERH RD Class"^^xsd:string ;
596 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
597 + sp:predicate rdf:type ;
598 + sp:subject
599 + [ sp:varName "clsnuri"^^xsd:string
600 + ]
601 + ] [ sp:object
602 + [ sp:varName "thisrduri"^^xsd:string
603 + ] ;
604 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
605 + sp:subject
606 + [ sp:varName "clsnuri"^^xsd:string
607 + ]
608 + ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ;
609 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
610 + sp:subject
611 + [ sp:varName "clsnuri"^^xsd:string
612 + ]
613 + ]) ;
614 + sp:where ([ sp:object
615 + [ sp:varName "thisrduri"^^xsd:string
616 + ] ;
617 + sp:predicate owl:sameAs ;
618 + sp:subject spin:_this
619 + ] [ rdf:type sp:Bind ;
620 + sp:expression
621 + [ rdf:type spif:generateUUID
622 + ] ;
623 + sp:variable
624 + [ sp:varName "uuid"^^xsd:string
625 + ]
626 + ] [ rdf:type sp:Bind ;
627 + sp:expression
628 + [ rdf:type fn:concat ;
629 + sp:arg1 "ERH" ;
630 + sp:arg2 [ sp:varName "uuid"^^xsd:string
631 + ]
632 + ] ;
633 + sp:variable
634 + [ sp:varName "pcaid"^^xsd:string
635 + ]
636 + ] [ rdf:type sp:Bind ;
637 + sp:expression
638 + [ rdf:type spif:buildURI ;
639 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
640 + ] ;
641 + sp:variable
642 + [ sp:varName "clsnuri"^^xsd:string
643 + ]
644 + ])
645 + ] ;
646 + spin:rule
647 + [ rdf:type sp:Construct ;
648 + rdfs:comment "0149 Set any unset Part 2 Class of EHR RD Class to ClassOfIndividual"^^xsd:string ;
649 + sp:templates ([ sp:object
650 + [ sp:varName "p2class"^^xsd:string
651 + ] ;
652 + sp:predicate rdf:type ;
653 + sp:subject
654 + [ sp:varName "thisrduri"^^xsd:string
655 + ]
656 + ]) ;
657 + sp:where ([ sp:object
658 + [ sp:varName "thisrduri"^^xsd:string
659 + ] ;
660 + sp:predicate owl:sameAs ;
661 + sp:subject spin:_this
662 + ] [ rdf:type sp:NotExists ;
663 + sp:elements ([ sp:object
664 + [ sp:varName "p2type"^^xsd:string
665 + ] ;
666 + sp:predicate rdf:type ;
667 + sp:subject
668 + [ sp:varName "thisrduri"^^xsd:string
669 + ]
670 + ])
671 + ] [ rdf:type sp:NotExists ;
672 + sp:elements ([ rdf:type sp:TriplePath ;
673 + sp:object owl:Class ;
674 + sp:path [ rdf:type sp:ModPath ;
675 + sp:modMax -2 ;
676 + sp:modMin 0 ;
677 + sp:subPath rdfs:subClassOf
678 + ] ;
679 + sp:subject spin:_this
680 + ])
681 + ] [ rdf:type sp:Bind ;
682 + sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
683 + sp:variable
684 + [ sp:varName "p2class"^^xsd:string
685 + ]
686 + ])
461 ] . 687 ] .
......
1 +# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-drill
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
4 +
5 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
6 +@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
7 +@prefix datprop2rd-drill: <http://www.reportinghub.no/refdata/transform/datprop2rd-drill#> .
8 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spif: <http://spinrdf.org/spif#> .
14 +@prefix spin: <http://spinrdf.org/spin#> .
15 +@prefix spl: <http://spinrdf.org/spl#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/refdata/transform/datprop2rd-drill>
19 + rdf:type owl:Ontology ;
20 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 +
23 +owl:DatatypeProperty
24 + spin:rule
25 + [ rdf:type sp:Construct ;
26 + rdfs:comment "0396 Handle classification of RD classes as Drilling"^^xsd:string ;
27 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
28 + sp:predicate rdf:type ;
29 + sp:subject
30 + [ sp:varName "clsnuri"^^xsd:string
31 + ]
32 + ] [ sp:object
33 + [ sp:varName "thisrduri"^^xsd:string
34 + ] ;
35 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
36 + sp:subject
37 + [ sp:varName "clsnuri"^^xsd:string
38 + ]
39 + ] [ sp:object <http://posccaesar.org/rdl/ERH00003> ;
40 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
41 + sp:subject
42 + [ sp:varName "clsnuri"^^xsd:string
43 + ]
44 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
45 + sp:predicate rdf:type ;
46 + sp:subject
47 + [ sp:varName "clsnuri"^^xsd:string
48 + ]
49 + ]) ;
50 + sp:where ([ sp:object
51 + [ sp:varName "thisrduri"^^xsd:string
52 + ] ;
53 + sp:predicate owl:sameAs ;
54 + sp:subject spin:_this
55 + ] [ rdf:type sp:Bind ;
56 + sp:expression
57 + [ rdf:type spif:generateUUID
58 + ] ;
59 + sp:variable
60 + [ sp:varName "uuid"^^xsd:string
61 + ]
62 + ] [ rdf:type sp:Bind ;
63 + sp:expression
64 + [ rdf:type fn:concat ;
65 + sp:arg1 "ERH" ;
66 + sp:arg2 [ sp:varName "uuid"^^xsd:string
67 + ]
68 + ] ;
69 + sp:variable
70 + [ sp:varName "pcaid"^^xsd:string
71 + ]
72 + ] [ rdf:type sp:Bind ;
73 + sp:expression
74 + [ rdf:type spif:buildURI ;
75 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
76 + ] ;
77 + sp:variable
78 + [ sp:varName "clsnuri"^^xsd:string
79 + ]
80 + ])
81 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-npd
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
4 +
5 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
6 +@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
7 +@prefix datprop2rd-npd: <http://www.reportinghub.no/refdata/transform/datprop2rd-npd#> .
8 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spif: <http://spinrdf.org/spif#> .
14 +@prefix spin: <http://spinrdf.org/spin#> .
15 +@prefix spl: <http://spinrdf.org/spl#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/refdata/transform/datprop2rd-npd>
19 + rdf:type owl:Ontology ;
20 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 +
23 +owl:DatatypeProperty
24 + spin:rule
25 + [ rdf:type sp:Construct ;
26 + rdfs:comment "0395 Handle classification of RD propety as NPD"^^xsd:string ;
27 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
28 + sp:predicate rdf:type ;
29 + sp:subject
30 + [ sp:varName "clsnuri"^^xsd:string
31 + ]
32 + ] [ sp:object
33 + [ sp:varName "thisrduri"^^xsd:string
34 + ] ;
35 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
36 + sp:subject
37 + [ sp:varName "clsnuri"^^xsd:string
38 + ]
39 + ] [ sp:object <http://posccaesar.org/rdl/ERH00002> ;
40 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
41 + sp:subject
42 + [ sp:varName "clsnuri"^^xsd:string
43 + ]
44 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
45 + sp:predicate rdf:type ;
46 + sp:subject
47 + [ sp:varName "clsnuri"^^xsd:string
48 + ]
49 + ]) ;
50 + sp:where ([ sp:object
51 + [ sp:varName "thisrduri"^^xsd:string
52 + ] ;
53 + sp:predicate owl:sameAs ;
54 + sp:subject spin:_this
55 + ] [ rdf:type sp:Bind ;
56 + sp:expression
57 + [ rdf:type spif:generateUUID
58 + ] ;
59 + sp:variable
60 + [ sp:varName "uuid"^^xsd:string
61 + ]
62 + ] [ rdf:type sp:Bind ;
63 + sp:expression
64 + [ rdf:type fn:concat ;
65 + sp:arg1 "ERH" ;
66 + sp:arg2 [ sp:varName "uuid"^^xsd:string
67 + ]
68 + ] ;
69 + sp:variable
70 + [ sp:varName "pcaid"^^xsd:string
71 + ]
72 + ] [ rdf:type sp:Bind ;
73 + sp:expression
74 + [ rdf:type spif:buildURI ;
75 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
76 + ] ;
77 + sp:variable
78 + [ sp:varName "clsnuri"^^xsd:string
79 + ]
80 + ])
81 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-prod
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
4 +
5 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
6 +@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
7 +@prefix datprop2rd-prod: <http://www.reportinghub.no/refdata/transform/datprop2rd-prod#> .
8 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spif: <http://spinrdf.org/spif#> .
14 +@prefix spin: <http://spinrdf.org/spin#> .
15 +@prefix spl: <http://spinrdf.org/spl#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/refdata/transform/datprop2rd-prod>
19 + rdf:type owl:Ontology ;
20 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 +
23 +owl:DatatypeProperty
24 + spin:rule
25 + [ rdf:type sp:Construct ;
26 + rdfs:comment "0395 Handle classification of RD propety as Production"^^xsd:string ;
27 + sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
28 + sp:predicate rdf:type ;
29 + sp:subject
30 + [ sp:varName "clsnuri"^^xsd:string
31 + ]
32 + ] [ sp:object
33 + [ sp:varName "thisrduri"^^xsd:string
34 + ] ;
35 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
36 + sp:subject
37 + [ sp:varName "clsnuri"^^xsd:string
38 + ]
39 + ] [ sp:object <http://posccaesar.org/rdl/ERH00004> ;
40 + sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
41 + sp:subject
42 + [ sp:varName "clsnuri"^^xsd:string
43 + ]
44 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
45 + sp:predicate rdf:type ;
46 + sp:subject
47 + [ sp:varName "clsnuri"^^xsd:string
48 + ]
49 + ]) ;
50 + sp:where ([ sp:object
51 + [ sp:varName "thisrduri"^^xsd:string
52 + ] ;
53 + sp:predicate owl:sameAs ;
54 + sp:subject spin:_this
55 + ] [ rdf:type sp:Bind ;
56 + sp:expression
57 + [ rdf:type spif:generateUUID
58 + ] ;
59 + sp:variable
60 + [ sp:varName "uuid"^^xsd:string
61 + ]
62 + ] [ rdf:type sp:Bind ;
63 + sp:expression
64 + [ rdf:type fn:concat ;
65 + sp:arg1 "ERH" ;
66 + sp:arg2 [ sp:varName "uuid"^^xsd:string
67 + ]
68 + ] ;
69 + sp:variable
70 + [ sp:varName "pcaid"^^xsd:string
71 + ]
72 + ] [ rdf:type sp:Bind ;
73 + sp:expression
74 + [ rdf:type spif:buildURI ;
75 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
76 + ] ;
77 + sp:variable
78 + [ sp:varName "clsnuri"^^xsd:string
79 + ]
80 + ])
81 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations 3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 # imports: http://www.reportinghub.no/refdata/foundation 6 # imports: http://www.reportinghub.no/refdata/foundation
7 7
8 @prefix : <http://www.reportinghub.no/refdata/transform/datprop2rd#> . 8 @prefix : <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
9 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . 9 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
10 @prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> . 10 @prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> .
11 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 11 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
12 -@prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
13 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 12 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
14 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -23,7 +22,7 @@ ...@@ -23,7 +22,7 @@
23 22
24 <http://www.reportinghub.no/refdata/transform/datprop2rd> 23 <http://www.reportinghub.no/refdata/transform/datprop2rd>
25 rdf:type owl:Ontology ; 24 rdf:type owl:Ontology ;
26 - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/foundation> ; 25 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/refdata/foundation> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 26 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
28 27
29 owl:DatatypeProperty 28 owl:DatatypeProperty
...@@ -240,136 +239,4 @@ owl:DatatypeProperty ...@@ -240,136 +239,4 @@ owl:DatatypeProperty
240 [ sp:varName "domain"^^xsd:string 239 [ sp:varName "domain"^^xsd:string
241 ] 240 ]
242 ]) 241 ])
243 - ] ;
244 - spin:rule
245 - [ rdf:type sp:Construct ;
246 - rdfs:comment "0395 Handle classification of RD propety as NPD"^^xsd:string ;
247 - sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
248 - sp:predicate rdf:type ;
249 - sp:subject
250 - [ sp:varName "clsnuri"^^xsd:string
251 - ]
252 - ] [ sp:object
253 - [ sp:varName "thisrduri"^^xsd:string
254 - ] ;
255 - sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
256 - sp:subject
257 - [ sp:varName "clsnuri"^^xsd:string
258 - ]
259 - ] [ sp:object <http://posccaesar.org/rdl/ERH00002> ;
260 - sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
261 - sp:subject
262 - [ sp:varName "clsnuri"^^xsd:string
263 - ]
264 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
265 - sp:predicate rdf:type ;
266 - sp:subject
267 - [ sp:varName "clsnuri"^^xsd:string
268 - ]
269 - ]) ;
270 - sp:where ([ sp:object
271 - [ sp:varName "thisrduri"^^xsd:string
272 - ] ;
273 - sp:predicate owl:sameAs ;
274 - sp:subject spin:_this
275 - ] [ rdf:type sp:Filter ;
276 - sp:expression
277 - [ rdf:type sp:eq ;
278 - sp:arg1 [ rdf:type afn:namespace ;
279 - sp:arg1 spin:_this
280 - ] ;
281 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
282 - ]
283 - ] [ rdf:type sp:Bind ;
284 - sp:expression
285 - [ rdf:type spif:generateUUID
286 - ] ;
287 - sp:variable
288 - [ sp:varName "uuid"^^xsd:string
289 - ]
290 - ] [ rdf:type sp:Bind ;
291 - sp:expression
292 - [ rdf:type fn:concat ;
293 - sp:arg1 "ERH" ;
294 - sp:arg2 [ sp:varName "uuid"^^xsd:string
295 - ]
296 - ] ;
297 - sp:variable
298 - [ sp:varName "pcaid"^^xsd:string
299 - ]
300 - ] [ rdf:type sp:Bind ;
301 - sp:expression
302 - [ rdf:type spif:buildURI ;
303 - sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
304 - ] ;
305 - sp:variable
306 - [ sp:varName "clsnuri"^^xsd:string
307 - ]
308 - ])
309 - ] ;
310 - spin:rule
311 - [ rdf:type sp:Construct ;
312 - rdfs:comment "0396 Handle classification of RD classes as Drilling"^^xsd:string ;
313 - sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
314 - sp:predicate rdf:type ;
315 - sp:subject
316 - [ sp:varName "clsnuri"^^xsd:string
317 - ]
318 - ] [ sp:object
319 - [ sp:varName "thisrduri"^^xsd:string
320 - ] ;
321 - sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
322 - sp:subject
323 - [ sp:varName "clsnuri"^^xsd:string
324 - ]
325 - ] [ sp:object <http://posccaesar.org/rdl/ERH00003> ;
326 - sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
327 - sp:subject
328 - [ sp:varName "clsnuri"^^xsd:string
329 - ]
330 - ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
331 - sp:predicate rdf:type ;
332 - sp:subject
333 - [ sp:varName "clsnuri"^^xsd:string
334 - ]
335 - ]) ;
336 - sp:where ([ sp:object
337 - [ sp:varName "thisrduri"^^xsd:string
338 - ] ;
339 - sp:predicate owl:sameAs ;
340 - sp:subject spin:_this
341 - ] [ rdf:type sp:Filter ;
342 - sp:expression
343 - [ rdf:type sp:ne ;
344 - sp:arg1 [ rdf:type afn:namespace ;
345 - sp:arg1 spin:_this
346 - ] ;
347 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
348 - ]
349 - ] [ rdf:type sp:Bind ;
350 - sp:expression
351 - [ rdf:type spif:generateUUID
352 - ] ;
353 - sp:variable
354 - [ sp:varName "uuid"^^xsd:string
355 - ]
356 - ] [ rdf:type sp:Bind ;
357 - sp:expression
358 - [ rdf:type fn:concat ;
359 - sp:arg1 "ERH" ;
360 - sp:arg2 [ sp:varName "uuid"^^xsd:string
361 - ]
362 - ] ;
363 - sp:variable
364 - [ sp:varName "pcaid"^^xsd:string
365 - ]
366 - ] [ rdf:type sp:Bind ;
367 - sp:expression
368 - [ rdf:type spif:buildURI ;
369 - sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
370 - ] ;
371 - sp:variable
372 - [ sp:varName "clsnuri"^^xsd:string
373 - ]
374 - ])
375 ] . 242 ] .
......
1 # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-drill 1 # baseURI: http://www.reportinghub.no/refdata/transform/make-rd-drill
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling
4 +# imports: http://www.reportinghub.no/refdata/1.0/drilling
5 +# imports: http://www.reportinghub.no/refdata/transform/class2rd-drill
3 6
4 @prefix : <http://www.reportinghub.no/refdata/transform/make-rd-drill#> . 7 @prefix : <http://www.reportinghub.no/refdata/transform/make-rd-drill#> .
8 +@prefix class2rd-drill: <http://www.reportinghub.no/refdata/transform/class2rd-drill#> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 9 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -12,5 +16,5 @@ ...@@ -12,5 +16,5 @@
12 16
13 <http://www.reportinghub.no/refdata/transform/make-rd-drill> 17 <http://www.reportinghub.no/refdata/transform/make-rd-drill>
14 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
15 - owl:imports <http://spinrdf.org/spin> ; 19 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> , <http://www.reportinghub.no/refdata/1.0/drilling> , <http://www.reportinghub.no/refdata/transform/class2rd-drill> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 +# baseURI: http://www.reportinghub.no/refdata/transform/make-rd-npd
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
4 +# imports: http://www.reportinghub.no/refdata/1.0/npd
5 +# imports: http://www.reportinghub.no/refdata/transform/class2rd-npd
6 +
7 +@prefix class2rd-npd: <http://www.reportinghub.no/refdata/transform/class2rd-npd#> .
8 +@prefix make-rd-npd: <http://www.reportinghub.no/refdata/transform/make-rd-npd#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spin: <http://spinrdf.org/spin#> .
14 +@prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 +
17 +<http://www.reportinghub.no/refdata/transform/make-rd-npd>
18 + rdf:type owl:Ontology ;
19 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/1.0/npd> , <http://www.reportinghub.no/refdata/transform/class2rd-npd> ;
20 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + <http://spinrdf.org/spin#topSPINOptions>
16 + "singlePass" ;
17 + composite:index "0"^^xsd:int
18 + ] .
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 2 # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations 3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 # imports: http://www.reportinghub.no/refdata/foundation 6 # imports: http://www.reportinghub.no/refdata/foundation
7 -# imports: http://www.reportinghub.no/refdata/transform/class2rd
8 7
9 @prefix : <http://www.reportinghub.no/refdata/transform/objprop2rd#> . 8 @prefix : <http://www.reportinghub.no/refdata/transform/objprop2rd#> .
10 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . 9 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
...@@ -165,7 +164,7 @@ ...@@ -165,7 +164,7 @@
165 164
166 <http://www.reportinghub.no/refdata/transform/objprop2rd> 165 <http://www.reportinghub.no/refdata/transform/objprop2rd>
167 rdf:type owl:Ontology ; 166 rdf:type owl:Ontology ;
168 - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/foundation> , <http://www.reportinghub.no/refdata/transform/class2rd> ; 167 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/refdata/foundation> ;
169 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 168 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
170 169
171 owl:ObjectProperty 170 owl:ObjectProperty
......