Set rdfs:label and rdfs:comment for every NPD namespace class and property
Showing
1 changed file
with
136 additions
and
75 deletions
... | @@ -61,11 +61,9 @@ | ... | @@ -61,11 +61,9 @@ |
61 | 61 | ||
62 | npd:BusinessArrangementArea | 62 | npd:BusinessArrangementArea |
63 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
64 | - rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; | 64 | + rdfs:comment "an area on the Norweigan Continental Shelf that is that is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; |
65 | - rdfs:label "business arrangement area"^^xsd:string ; | 65 | + rdfs:label "Norwegian business arrangement area"@en ; |
66 | - rdfs:subClassOf ep-core:PhysicalThing , npd:NPDIndividual , npd:Owner ; | 66 | + rdfs:subClassOf ep-core:PhysicalThing , npd:NPDIndividual , npd:Owner . |
67 | - ep-core:seeReferenceData | ||
68 | - "http://posccaesar.org/rdl/RDS431663463"^^xsd:string . | ||
69 | 67 | ||
70 | npd:DWBP_Injection | 68 | npd:DWBP_Injection |
71 | rdf:type npd:DevelopmentWellBorePurpose ; | 69 | rdf:type npd:DevelopmentWellBorePurpose ; |
... | @@ -84,14 +82,15 @@ npd:DWBP_Production | ... | @@ -84,14 +82,15 @@ npd:DWBP_Production |
84 | 82 | ||
85 | npd:DevelopmentWellBorePurpose | 83 | npd:DevelopmentWellBorePurpose |
86 | rdf:type owl:Class ; | 84 | rdf:type owl:Class ; |
87 | - rdfs:label "Development well bore purpose"^^xsd:string ; | 85 | + rdfs:comment "the purpose of the development wellbore"^^xsd:string ; |
86 | + rdfs:label "Development well bore purpose"@en ; | ||
88 | rdfs:subClassOf npd:WellBorePurpose ; | 87 | rdfs:subClassOf npd:WellBorePurpose ; |
89 | owl:oneOf (npd:DWBP_Injection npd:DWBP_Observation npd:DWBP_Production) . | 88 | owl:oneOf (npd:DWBP_Injection npd:DWBP_Observation npd:DWBP_Production) . |
90 | 89 | ||
91 | npd:Discovery | 90 | npd:Discovery |
92 | rdf:type owl:Class ; | 91 | rdf:type owl:Class ; |
93 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; | 92 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; |
94 | - rdfs:label "discovery"^^xsd:string ; | 93 | + rdfs:label "petroleum deposit discovery"@en ; |
95 | rdfs:subClassOf npd:NPDIndividual . | 94 | rdfs:subClassOf npd:NPDIndividual . |
96 | 95 | ||
97 | npd:EWBP_Appraisal | 96 | npd:EWBP_Appraisal |
... | @@ -121,14 +120,15 @@ npd:Enumeration | ... | @@ -121,14 +120,15 @@ npd:Enumeration |
121 | 120 | ||
122 | npd:ExplorationWellBorePurpose | 121 | npd:ExplorationWellBorePurpose |
123 | rdf:type owl:Class ; | 122 | rdf:type owl:Class ; |
124 | - rdfs:label "Exploration well bore purpose"^^xsd:string ; | 123 | + rdfs:comment "the purpose of the exploration wellbore"^^xsd:string ; |
124 | + rdfs:label "Exploration well bore purpose"@en ; | ||
125 | rdfs:subClassOf npd:WellBorePurpose ; | 125 | rdfs:subClassOf npd:WellBorePurpose ; |
126 | owl:oneOf (npd:EWBP_Appraisal npd:EWBP_Wildcat-Appraisal npd:EWBP_Wildcat) . | 126 | owl:oneOf (npd:EWBP_Appraisal npd:EWBP_Wildcat-Appraisal npd:EWBP_Wildcat) . |
127 | 127 | ||
128 | npd:FixedFacilityParent | 128 | npd:FixedFacilityParent |
129 | rdf:type owl:Class ; | 129 | rdf:type owl:Class ; |
130 | rdfs:comment "the parent facility of a fixed facility"^^xsd:string ; | 130 | rdfs:comment "the parent facility of a fixed facility"^^xsd:string ; |
131 | - rdfs:label "fixed facility parent"^^xsd:string ; | 131 | + rdfs:label "fixed facility parent"@en ; |
132 | rdfs:subClassOf npd:NPDIndividual . | 132 | rdfs:subClassOf npd:NPDIndividual . |
133 | 133 | ||
134 | npd:HCT_Gas | 134 | npd:HCT_Gas |
... | @@ -153,12 +153,14 @@ npd:HCT_Oil-Gas | ... | @@ -153,12 +153,14 @@ npd:HCT_Oil-Gas |
153 | 153 | ||
154 | npd:HCType | 154 | npd:HCType |
155 | rdf:type owl:Class ; | 155 | rdf:type owl:Class ; |
156 | - rdfs:label "HCType"^^xsd:string ; | 156 | + rdfs:comment "class that is a valid hydrocarbon type in the NPD fact pages"^^xsd:string ; |
157 | + rdfs:label "HC Type"@en ; | ||
157 | rdfs:subClassOf npd:Enumeration ; | 158 | rdfs:subClassOf npd:Enumeration ; |
158 | owl:oneOf (npd:HCT_Gas-Condensate npd:HCT_Oil-Gas npd:HCT_Gas npd:HCT_Oil) . | 159 | owl:oneOf (npd:HCT_Gas-Condensate npd:HCT_Oil-Gas npd:HCT_Gas npd:HCT_Oil) . |
159 | 160 | ||
160 | npd:Individual | 161 | npd:Individual |
161 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
163 | + rdfs:label "Individual"@en ; | ||
162 | rdfs:subClassOf owl:Thing . | 164 | rdfs:subClassOf owl:Thing . |
163 | 165 | ||
164 | npd:LS_Active | 166 | npd:LS_Active |
... | @@ -173,16 +175,14 @@ npd:LS_Inactive | ... | @@ -173,16 +175,14 @@ npd:LS_Inactive |
173 | 175 | ||
174 | npd:Licence | 176 | npd:Licence |
175 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
176 | - rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; | 178 | + rdfs:comment "an area on the Norweigan Continental Shelf to which the Ministry of Petroleum and Energy has granted a production licence"^^xsd:string ; |
177 | - rdfs:label "license"^^xsd:string ; | 179 | + rdfs:label "Norwegian production license area"@en ; |
178 | - rdfs:subClassOf ep-core:PhysicalThing , npd:NPDIndividual , npd:Owner ; | 180 | + rdfs:subClassOf ep-core:PhysicalThing , npd:NPDIndividual , npd:Owner . |
179 | - ep-core:seeReferenceData | ||
180 | - "http://posccaesar.org/rdl/RDS43166345139"^^xsd:string . | ||
181 | 181 | ||
182 | npd:LicenceStatus | 182 | npd:LicenceStatus |
183 | rdf:type owl:Class ; | 183 | rdf:type owl:Class ; |
184 | - rdfs:comment "the activation status of a license"^^xsd:string ; | 184 | + rdfs:comment "class that is the active – inactive status of a licence"^^xsd:string ; |
185 | - rdfs:label "Licence status"^^xsd:string ; | 185 | + rdfs:label "Licence status"@en ; |
186 | rdfs:subClassOf npd:Enumeration ; | 186 | rdfs:subClassOf npd:Enumeration ; |
187 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . | 187 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . |
188 | 188 | ||
... | @@ -203,88 +203,88 @@ npd:MNA_NorwegianSea | ... | @@ -203,88 +203,88 @@ npd:MNA_NorwegianSea |
203 | 203 | ||
204 | npd:MainNCSArea | 204 | npd:MainNCSArea |
205 | rdf:type owl:Class ; | 205 | rdf:type owl:Class ; |
206 | - rdfs:comment "the main Norwegian Continental Shelf Area"^^xsd:string ; | 206 | + rdfs:comment "part of the surface of the earth that is a main area of the Norwegian Continental Shelf"^^xsd:string ; |
207 | - rdfs:label "Main NCS Area"^^xsd:string ; | 207 | + rdfs:label "Main NCS Area"@en ; |
208 | rdfs:subClassOf npd:Enumeration ; | 208 | rdfs:subClassOf npd:Enumeration ; |
209 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . | 209 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . |
210 | 210 | ||
211 | npd:NPDIndividual | 211 | npd:NPDIndividual |
212 | rdf:type owl:Class ; | 212 | rdf:type owl:Class ; |
213 | rdfs:comment "an individual that is a member of an NPD-related class"^^xsd:string ; | 213 | rdfs:comment "an individual that is a member of an NPD-related class"^^xsd:string ; |
214 | - rdfs:label "NPD individual"^^xsd:string ; | 214 | + rdfs:label "NPD individual"@en ; |
215 | rdfs:subClassOf npd:Individual . | 215 | rdfs:subClassOf npd:Individual . |
216 | 216 | ||
217 | npd:OperatingCompany | 217 | npd:OperatingCompany |
218 | rdf:type owl:Class ; | 218 | rdf:type owl:Class ; |
219 | rdfs:comment "a company operating a facility"^^xsd:string ; | 219 | rdfs:comment "a company operating a facility"^^xsd:string ; |
220 | - rdfs:label "operating company"^^xsd:string ; | 220 | + rdfs:label "operating company"@en ; |
221 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> , npd:NPDIndividual . | 221 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> , npd:NPDIndividual . |
222 | 222 | ||
223 | npd:Owner | 223 | npd:Owner |
224 | rdf:type owl:Class ; | 224 | rdf:type owl:Class ; |
225 | - rdfs:comment "a BAA or License that can own a Field"^^xsd:string ; | 225 | + rdfs:comment "a business arrangement area or production license on the Norweigan Continental Shelf "^^xsd:string ; |
226 | - rdfs:label "owner"^^xsd:string ; | 226 | + rdfs:label "owner"@en ; |
227 | rdfs:subClassOf npd:Individual . | 227 | rdfs:subClassOf npd:Individual . |
228 | 228 | ||
229 | npd:ParcellBAA | 229 | npd:ParcellBAA |
230 | rdf:type owl:Class ; | 230 | rdf:type owl:Class ; |
231 | - rdfs:comment "a BAA based on a parcel"^^xsd:string ; | 231 | + rdfs:comment "a business arrangement area based on a parcel"^^xsd:string ; |
232 | - rdfs:label "parcel BAA"^^xsd:string ; | 232 | + rdfs:label "parcel BAA"@en ; |
233 | rdfs:subClassOf npd:BusinessArrangementArea . | 233 | rdfs:subClassOf npd:BusinessArrangementArea . |
234 | 234 | ||
235 | npd:ParentCompany | 235 | npd:ParentCompany |
236 | rdf:type owl:Class ; | 236 | rdf:type owl:Class ; |
237 | rdfs:comment "a company that is the parent of another company"^^xsd:string ; | 237 | rdfs:comment "a company that is the parent of another company"^^xsd:string ; |
238 | - rdfs:label "parent company"^^xsd:string ; | 238 | + rdfs:label "parent company"@en ; |
239 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> . | 239 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> . |
240 | 240 | ||
241 | npd:SeismicAreaBAA | 241 | npd:SeismicAreaBAA |
242 | rdf:type owl:Class ; | 242 | rdf:type owl:Class ; |
243 | - rdfs:comment "a BAA that is a seismic area"^^xsd:string ; | 243 | + rdfs:comment "a business arrangement area that is a seismic area"^^xsd:string ; |
244 | - rdfs:label "seismic area BAA"^^xsd:string ; | 244 | + rdfs:label "seismic area BAA"@en ; |
245 | rdfs:subClassOf npd:BusinessArrangementArea . | 245 | rdfs:subClassOf npd:BusinessArrangementArea . |
246 | 246 | ||
247 | npd:Share | 247 | npd:Share |
248 | rdf:type owl:Class ; | 248 | rdf:type owl:Class ; |
249 | rdfs:comment "a company's share in something "^^xsd:string ; | 249 | rdfs:comment "a company's share in something "^^xsd:string ; |
250 | - rdfs:label "share"^^xsd:string ; | 250 | + rdfs:label "share"@en ; |
251 | rdfs:subClassOf ep-core:PhysicalThing . | 251 | rdfs:subClassOf ep-core:PhysicalThing . |
252 | 252 | ||
253 | npd:ShareOfBAA | 253 | npd:ShareOfBAA |
254 | rdf:type owl:Class ; | 254 | rdf:type owl:Class ; |
255 | rdfs:comment "a share of the ownership of a BAA"^^xsd:string ; | 255 | rdfs:comment "a share of the ownership of a BAA"^^xsd:string ; |
256 | - rdfs:label "share of BAA"^^xsd:string ; | 256 | + rdfs:label "share of BAA"@en ; |
257 | rdfs:subClassOf npd:Share . | 257 | rdfs:subClassOf npd:Share . |
258 | 258 | ||
259 | npd:ShareOfLicence | 259 | npd:ShareOfLicence |
260 | rdf:type owl:Class ; | 260 | rdf:type owl:Class ; |
261 | rdfs:comment "a share of the ownership of a license"^^xsd:string ; | 261 | rdfs:comment "a share of the ownership of a license"^^xsd:string ; |
262 | - rdfs:label "share of license"^^xsd:string ; | 262 | + rdfs:label "share of license"@en ; |
263 | rdfs:subClassOf npd:Share . | 263 | rdfs:subClassOf npd:Share . |
264 | 264 | ||
265 | npd:SlidingScaleBAA | 265 | npd:SlidingScaleBAA |
266 | rdf:type owl:Class ; | 266 | rdf:type owl:Class ; |
267 | - rdfs:comment "a BAA that is based on a sliding scale"^^xsd:string ; | 267 | + rdfs:comment "a business arrangement area that is based on a sliding scale"^^xsd:string ; |
268 | - rdfs:label "sliding scale BAA"^^xsd:string ; | 268 | + rdfs:label "sliding scale BAA"@en ; |
269 | rdfs:subClassOf npd:BusinessArrangementArea . | 269 | rdfs:subClassOf npd:BusinessArrangementArea . |
270 | 270 | ||
271 | npd:TUF | 271 | npd:TUF |
272 | rdf:type owl:Class ; | 272 | rdf:type owl:Class ; |
273 | rdfs:comment "a transportation and utilization facility"^^xsd:string ; | 273 | rdfs:comment "a transportation and utilization facility"^^xsd:string ; |
274 | - rdfs:label "TUF"^^xsd:string ; | 274 | + rdfs:label "TUF"@en ; |
275 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> , npd:FixedFacilityParent . | 275 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> , npd:FixedFacilityParent . |
276 | 276 | ||
277 | npd:TUFPart | 277 | npd:TUFPart |
278 | rdf:type owl:Class ; | 278 | rdf:type owl:Class ; |
279 | rdfs:comment "A part of a TUF"^^xsd:string ; | 279 | rdfs:comment "A part of a TUF"^^xsd:string ; |
280 | - rdfs:label "TUF part"^^xsd:string ; | 280 | + rdfs:label "TUF part"@en ; |
281 | rdfs:subClassOf npd:FixedFacilityParent . | 281 | rdfs:subClassOf npd:FixedFacilityParent . |
282 | 282 | ||
283 | npd:UnitizedBAA | 283 | npd:UnitizedBAA |
284 | rdf:type owl:Class ; | 284 | rdf:type owl:Class ; |
285 | - rdfs:subClassOf npd:BusinessArrangementArea ; | 285 | + rdfs:comment "a business arrangement area that is unitized"^^xsd:string ; |
286 | - ep-core:seeReferenceData | 286 | + rdfs:label "unitized BAA"@en ; |
287 | - "http://posccaesar.org/rdl/RDS4316634639"^^xsd:string . | 287 | + rdfs:subClassOf npd:BusinessArrangementArea . |
288 | 288 | ||
289 | npd:WBC_CO2 | 289 | npd:WBC_CO2 |
290 | rdf:type npd:WellBoreContent ; | 290 | rdf:type npd:WellBoreContent ; |
... | @@ -338,282 +338,343 @@ npd:WBC_Water-Gas | ... | @@ -338,282 +338,343 @@ npd:WBC_Water-Gas |
338 | 338 | ||
339 | npd:WellBoreContent | 339 | npd:WellBoreContent |
340 | rdf:type owl:Class ; | 340 | rdf:type owl:Class ; |
341 | - rdfs:comment "the content of a well bore"^^xsd:string ; | 341 | + rdfs:comment "class of material that is a valid wellbore content in the NPD fact pages"^^xsd:string ; |
342 | - rdfs:label "Well bore content"^^xsd:string ; | 342 | + rdfs:label "Well bore content"@en ; |
343 | rdfs:subClassOf npd:Enumeration ; | 343 | rdfs:subClassOf npd:Enumeration ; |
344 | owl:oneOf (npd:WBC_Water-Gas npd:WBC_Water npd:WBC_Gas npd:WBC_Gas-Condensate npd:WBC_NotAvailable npd:WBC_Cuttings npd:WBC_Oil npd:WBC_NotApplicable npd:WBC_Oil-Gas npd:WBC_CO2) . | 344 | owl:oneOf (npd:WBC_Water-Gas npd:WBC_Water npd:WBC_Gas npd:WBC_Gas-Condensate npd:WBC_NotAvailable npd:WBC_Cuttings npd:WBC_Oil npd:WBC_NotApplicable npd:WBC_Oil-Gas npd:WBC_CO2) . |
345 | 345 | ||
346 | npd:WellBorePurpose | 346 | npd:WellBorePurpose |
347 | rdf:type owl:Class ; | 347 | rdf:type owl:Class ; |
348 | - rdfs:comment "the purpose of a wellbore"^^xsd:string ; | 348 | + rdfs:comment "class of activity that is a valid wellbore purpose in the NPD fact pages"^^xsd:string ; |
349 | - rdfs:label "Well bore purpose"^^xsd:string ; | 349 | + rdfs:label "Well bore purpose"@en ; |
350 | rdfs:subClassOf npd:Enumeration . | 350 | rdfs:subClassOf npd:Enumeration . |
351 | 351 | ||
352 | npd:baaOperator | 352 | npd:baaOperator |
353 | rdf:type owl:ObjectProperty ; | 353 | rdf:type owl:ObjectProperty ; |
354 | - rdfs:comment "The current operator of a BAA."^^xsd:string ; | 354 | + rdfs:comment "the current operator of a BAA"^^xsd:string ; |
355 | rdfs:domain npd:BusinessArrangementArea ; | 355 | rdfs:domain npd:BusinessArrangementArea ; |
356 | - rdfs:label "BAA operator"^^xsd:string ; | 356 | + rdfs:label "BAA operator"@en ; |
357 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 357 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
358 | 358 | ||
359 | npd:baaShared | 359 | npd:baaShared |
360 | rdf:type owl:ObjectProperty ; | 360 | rdf:type owl:ObjectProperty ; |
361 | + rdfs:comment "the BAA of which this is a share"^^xsd:string ; | ||
361 | rdfs:domain npd:ShareOfBAA ; | 362 | rdfs:domain npd:ShareOfBAA ; |
363 | + rdfs:label "BAA shared"@en ; | ||
362 | rdfs:range npd:BusinessArrangementArea . | 364 | rdfs:range npd:BusinessArrangementArea . |
363 | 365 | ||
364 | npd:belongsTo | 366 | npd:belongsTo |
365 | rdf:type owl:ObjectProperty ; | 367 | rdf:type owl:ObjectProperty ; |
368 | + rdfs:comment "the parent facility of the fixed facility"^^xsd:string ; | ||
366 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; | 369 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; |
370 | + rdfs:label "belongs to"@en ; | ||
367 | rdfs:range npd:FixedFacilityParent . | 371 | rdfs:range npd:FixedFacilityParent . |
368 | 372 | ||
369 | npd:code | 373 | npd:code |
370 | rdf:type owl:DatatypeProperty ; | 374 | rdf:type owl:DatatypeProperty ; |
371 | - rdfs:comment "Identifier of enumerated resources (control vocabularies). Can be used to match against string values in databases etc."^^xsd:string ; | 375 | + rdfs:comment "the NPD code"^^xsd:string ; |
372 | - rdfs:label "code"^^xsd:string . | 376 | + rdfs:label "code"@en . |
373 | 377 | ||
374 | npd:companyShortName | 378 | npd:companyShortName |
375 | rdf:type owl:DatatypeProperty ; | 379 | rdf:type owl:DatatypeProperty ; |
380 | + rdfs:comment "the NPD company short name"^^xsd:string ; | ||
376 | rdfs:domain <http://www.reportinghub.no/ep/schema/organization#Company> ; | 381 | rdfs:domain <http://www.reportinghub.no/ep/schema/organization#Company> ; |
382 | + rdfs:label "company short name"@en ; | ||
377 | rdfs:range xsd:string ; | 383 | rdfs:range xsd:string ; |
378 | rdfs:subPropertyOf rdfs:label . | 384 | rdfs:subPropertyOf rdfs:label . |
379 | 385 | ||
380 | npd:currentActivityStatus | 386 | npd:currentActivityStatus |
381 | rdf:type owl:DatatypeProperty ; | 387 | rdf:type owl:DatatypeProperty ; |
388 | + rdfs:comment "the NPD status of the field"^^xsd:string ; | ||
382 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; | 389 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; |
390 | + rdfs:label "current activity status"@en ; | ||
383 | rdfs:range xsd:string . | 391 | rdfs:range xsd:string . |
384 | 392 | ||
385 | npd:currentOperator | 393 | npd:currentOperator |
386 | rdf:type owl:ObjectProperty ; | 394 | rdf:type owl:ObjectProperty ; |
387 | - rdfs:comment "Corresponds to Current Operator field in fixed facility tables"^^xsd:string ; | 395 | + rdfs:comment "the company that is the current operator of a fixed facility"^^xsd:string ; |
388 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; | 396 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; |
397 | + rdfs:label "current operator"@en ; | ||
389 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 398 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
390 | 399 | ||
391 | npd:currentlyResponsibleCompany | 400 | npd:currentlyResponsibleCompany |
392 | rdf:type owl:ObjectProperty ; | 401 | rdf:type owl:ObjectProperty ; |
393 | - rdfs:comment "Corresponds to Currently Reponsible Company field in moveable facility tables"^^xsd:string ; | 402 | + rdfs:comment "the company that is currently responsible for a moveable facility"^^xsd:string ; |
394 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; | 403 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; |
404 | + rdfs:label "currently responsible company"@en ; | ||
395 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 405 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
396 | 406 | ||
397 | npd:discoveryCurrentActivityStatus | 407 | npd:discoveryCurrentActivityStatus |
398 | rdf:type owl:DatatypeProperty ; | 408 | rdf:type owl:DatatypeProperty ; |
409 | + rdfs:comment "the NPD status of the discovery"^^xsd:string ; | ||
399 | rdfs:domain npd:Discovery ; | 410 | rdfs:domain npd:Discovery ; |
411 | + rdfs:label "discovery current activity status"@en ; | ||
400 | rdfs:range xsd:string . | 412 | rdfs:range xsd:string . |
401 | 413 | ||
402 | npd:discoveryField | 414 | npd:discoveryField |
403 | rdf:type owl:ObjectProperty ; | 415 | rdf:type owl:ObjectProperty ; |
404 | - rdfs:comment "Corresponds to Field NPDID field in NPD Discovery table (overview)"^^xsd:string ; | 416 | + rdfs:comment "the field in which the discovery exists"^^xsd:string ; |
405 | rdfs:domain npd:Discovery ; | 417 | rdfs:domain npd:Discovery ; |
418 | + rdfs:label "discovery field"@en ; | ||
406 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Field> . | 419 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Field> . |
407 | 420 | ||
408 | npd:discoveryHCType | 421 | npd:discoveryHCType |
409 | rdf:type owl:ObjectProperty ; | 422 | rdf:type owl:ObjectProperty ; |
423 | + rdfs:comment "the hydrocarbon type of the discovery"^^xsd:string ; | ||
410 | rdfs:domain npd:Discovery ; | 424 | rdfs:domain npd:Discovery ; |
425 | + rdfs:label "discovery HC type"@en ; | ||
411 | rdfs:range npd:HCType . | 426 | rdfs:range npd:HCType . |
412 | 427 | ||
413 | npd:discoveryMainNcsArea | 428 | npd:discoveryMainNcsArea |
414 | rdf:type owl:ObjectProperty ; | 429 | rdf:type owl:ObjectProperty ; |
430 | + rdfs:comment "the main NCS area in which discovery is located"^^xsd:string ; | ||
415 | rdfs:domain npd:Discovery ; | 431 | rdfs:domain npd:Discovery ; |
432 | + rdfs:label "discovery main NCS area"@en ; | ||
416 | rdfs:range npd:MainNCSArea . | 433 | rdfs:range npd:MainNCSArea . |
417 | 434 | ||
418 | npd:discoveryOperator | 435 | npd:discoveryOperator |
419 | rdf:type owl:ObjectProperty ; | 436 | rdf:type owl:ObjectProperty ; |
420 | - rdfs:comment "Corresponds to Operator field in NPD Discovery table (overview)"^^xsd:string ; | 437 | + rdfs:comment "the operator of the discovery"^^xsd:string ; |
421 | rdfs:domain npd:Discovery ; | 438 | rdfs:domain npd:Discovery ; |
439 | + rdfs:label "discovery operator"@en ; | ||
422 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 440 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
423 | 441 | ||
424 | npd:discoveryOwner | 442 | npd:discoveryOwner |
425 | rdf:type owl:ObjectProperty ; | 443 | rdf:type owl:ObjectProperty ; |
426 | - rdfs:comment "Corresponds to Owner field in NPD Discovery table (see also Owner Kind)"^^xsd:string ; | 444 | + rdfs:comment "the BAA or PL that owns the discovery"^^xsd:string ; |
427 | rdfs:domain npd:Discovery ; | 445 | rdfs:domain npd:Discovery ; |
446 | + rdfs:label "discovery owner"@en ; | ||
428 | rdfs:range npd:Owner . | 447 | rdfs:range npd:Owner . |
429 | 448 | ||
430 | npd:discoveryWellBore | 449 | npd:discoveryWellBore |
431 | rdf:type owl:ObjectProperty ; | 450 | rdf:type owl:ObjectProperty ; |
432 | - rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Discovery table (overview)"^^xsd:string ; | 451 | + rdfs:comment "the wellbore that made the discovery"^^xsd:string ; |
433 | rdfs:domain npd:Discovery ; | 452 | rdfs:domain npd:Discovery ; |
453 | + rdfs:label "discovery wellbore"@en ; | ||
434 | rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . | 454 | rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . |
435 | 455 | ||
436 | npd:discoveryYear | 456 | npd:discoveryYear |
437 | rdf:type owl:DatatypeProperty ; | 457 | rdf:type owl:DatatypeProperty ; |
458 | + rdfs:comment "the year the discovery was made"^^xsd:string ; | ||
438 | rdfs:domain npd:Discovery ; | 459 | rdfs:domain npd:Discovery ; |
460 | + rdfs:label "discovery year"@en ; | ||
439 | rdfs:range xsd:integer . | 461 | rdfs:range xsd:integer . |
440 | 462 | ||
441 | npd:drilledInProductionLicence | 463 | npd:drilledInProductionLicence |
442 | rdf:type owl:ObjectProperty ; | 464 | rdf:type owl:ObjectProperty ; |
443 | - rdfs:comment "Corresponds to Drilled in Production Licence field in WellBore tables"^^xsd:string ; | 465 | + rdfs:comment "the production licence under which the wellbore was drilled"^^xsd:string ; |
444 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 466 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
467 | + rdfs:label "drilled in production licence"@en ; | ||
445 | rdfs:range npd:Licence . | 468 | rdfs:range npd:Licence . |
446 | 469 | ||
447 | npd:drillingFacility | 470 | npd:drillingFacility |
448 | rdf:type owl:ObjectProperty ; | 471 | rdf:type owl:ObjectProperty ; |
449 | - rdfs:comment "Corresponds to Drilled in Production License field in WellBore tables"^^xsd:string ; | 472 | + rdfs:comment "the drilling facility of the wellbore"^^xsd:string ; |
450 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 473 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
474 | + rdfs:label "drilling facility"@en ; | ||
451 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 475 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
452 | 476 | ||
453 | npd:drillingOperator | 477 | npd:drillingOperator |
454 | rdf:type owl:ObjectProperty ; | 478 | rdf:type owl:ObjectProperty ; |
455 | - rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; | 479 | + rdfs:comment "the drilling operator of the wellbore"^^xsd:string ; |
456 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 480 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
481 | + rdfs:label "drilling operator"@en ; | ||
457 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 482 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
458 | 483 | ||
459 | npd:endDate | 484 | npd:endDate |
460 | rdf:type owl:DatatypeProperty ; | 485 | rdf:type owl:DatatypeProperty ; |
461 | - rdfs:comment "The date at which an individual ceases to exist"^^xsd:string ; | 486 | + rdfs:comment "the NPD end date of the thing"^^xsd:string ; |
462 | rdfs:domain ep-core:PhysicalThing ; | 487 | rdfs:domain ep-core:PhysicalThing ; |
488 | + rdfs:label "end date"@en ; | ||
463 | rdfs:range xsd:date . | 489 | rdfs:range xsd:date . |
464 | 490 | ||
465 | npd:facilityFunctions | 491 | npd:facilityFunctions |
466 | rdf:type owl:DatatypeProperty ; | 492 | rdf:type owl:DatatypeProperty ; |
467 | - rdfs:comment "corresponds to Functions field in both the fixed and moveable facility tables"^^xsd:string ; | 493 | + rdfs:comment "the NPD functions of the facility"^^xsd:string ; |
468 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 494 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
495 | + rdfs:label "facility functions"@en ; | ||
469 | rdfs:range xsd:string . | 496 | rdfs:range xsd:string . |
470 | 497 | ||
471 | npd:facilityKind | 498 | npd:facilityKind |
472 | rdf:type owl:DatatypeProperty ; | 499 | rdf:type owl:DatatypeProperty ; |
473 | - rdfs:comment "corresponds to Kind field in both the fixed and moveable facility tables"^^xsd:string ; | 500 | + rdfs:comment "the NPD kind of the facility"^^xsd:string ; |
474 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 501 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
502 | + rdfs:label "facility kind"@en ; | ||
475 | rdfs:range xsd:string . | 503 | rdfs:range xsd:string . |
476 | 504 | ||
477 | npd:fieldDiscoveryWellBore | 505 | npd:fieldDiscoveryWellBore |
478 | rdf:type owl:ObjectProperty ; | 506 | rdf:type owl:ObjectProperty ; |
479 | - rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Field table "^^xsd:string ; | 507 | + rdfs:comment "the wellbore that proved the field"^^xsd:string ; |
480 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; | 508 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; |
509 | + rdfs:label "field discovery wellbore"@en ; | ||
481 | rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . | 510 | rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . |
482 | 511 | ||
483 | npd:fieldOperator | 512 | npd:fieldOperator |
484 | rdf:type owl:ObjectProperty ; | 513 | rdf:type owl:ObjectProperty ; |
514 | + rdfs:comment "the company operating the field"^^xsd:string ; | ||
485 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; | 515 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; |
516 | + rdfs:label "field operator"@en ; | ||
486 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 517 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
487 | 518 | ||
488 | npd:fieldOwner | 519 | npd:fieldOwner |
489 | rdf:type owl:ObjectProperty ; | 520 | rdf:type owl:ObjectProperty ; |
490 | - rdfs:comment "The owner column in the NPD Field table may correspond to a BAA or a License, as indicated by the Owner Kind column"^^xsd:string ; | 521 | + rdfs:comment "the licence that owns the field"^^xsd:string ; |
491 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; | 522 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Field> ; |
523 | + rdfs:label "field owner"@en ; | ||
492 | rdfs:range npd:Owner . | 524 | rdfs:range npd:Owner . |
493 | 525 | ||
494 | npd:fixedFacilityPhase | 526 | npd:fixedFacilityPhase |
495 | rdf:type owl:DatatypeProperty ; | 527 | rdf:type owl:DatatypeProperty ; |
496 | - rdfs:comment "corresponds to Phase field in fixed facility tables"^^xsd:string ; | 528 | + rdfs:comment "the NPD phase of the fixed facility"^^xsd:string ; |
497 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; | 529 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#FixedFacility> ; |
530 | + rdfs:label "fixed facility phase"@en ; | ||
498 | rdfs:range xsd:string . | 531 | rdfs:range xsd:string . |
499 | 532 | ||
500 | npd:id | 533 | npd:id |
501 | rdf:type owl:DatatypeProperty ; | 534 | rdf:type owl:DatatypeProperty ; |
535 | + rdfs:comment "the NPD identifier"^^xsd:string ; | ||
502 | rdfs:domain npd:NPDIndividual ; | 536 | rdfs:domain npd:NPDIndividual ; |
537 | + rdfs:label "NPD identifier"@en ; | ||
503 | rdfs:range xsd:string . | 538 | rdfs:range xsd:string . |
504 | 539 | ||
505 | npd:licenceOperator | 540 | npd:licenceOperator |
506 | rdf:type owl:ObjectProperty ; | 541 | rdf:type owl:ObjectProperty ; |
542 | + rdfs:comment "the company that is the operator of the licence"^^xsd:string ; | ||
507 | rdfs:domain npd:Licence ; | 543 | rdfs:domain npd:Licence ; |
508 | - rdfs:label "licence operator"^^xsd:string ; | 544 | + rdfs:label "licence operator"@en ; |
509 | rdfs:range npd:OperatingCompany . | 545 | rdfs:range npd:OperatingCompany . |
510 | 546 | ||
511 | npd:licenceShared | 547 | npd:licenceShared |
512 | rdf:type owl:ObjectProperty ; | 548 | rdf:type owl:ObjectProperty ; |
549 | + rdfs:comment "the licence of which this is a share"^^xsd:string ; | ||
513 | rdfs:domain npd:ShareOfLicence ; | 550 | rdfs:domain npd:ShareOfLicence ; |
551 | + rdfs:label "licence shared"@en ; | ||
514 | rdfs:range npd:Licence . | 552 | rdfs:range npd:Licence . |
515 | 553 | ||
516 | npd:licenceStatus | 554 | npd:licenceStatus |
517 | rdf:type owl:ObjectProperty ; | 555 | rdf:type owl:ObjectProperty ; |
518 | - rdfs:comment "corresponds to the Status field in the License table"^^xsd:string ; | 556 | + rdfs:comment "the NPD status of the licence"^^xsd:string ; |
519 | rdfs:domain npd:Licence ; | 557 | rdfs:domain npd:Licence ; |
558 | + rdfs:label "licence status"@en ; | ||
520 | rdfs:range npd:LicenceStatus . | 559 | rdfs:range npd:LicenceStatus . |
521 | 560 | ||
522 | npd:licensingActivity | 561 | npd:licensingActivity |
523 | rdf:type owl:DatatypeProperty ; | 562 | rdf:type owl:DatatypeProperty ; |
524 | - rdfs:comment "corresponds to the licensing activity field in the License table"^^xsd:string ; | 563 | + rdfs:comment "the Ministry of Petroleum and Energy licencing activity under which the licence was granted"^^xsd:string ; |
525 | rdfs:domain npd:Licence ; | 564 | rdfs:domain npd:Licence ; |
565 | + rdfs:label "licencing activity"@en ; | ||
526 | rdfs:range xsd:string . | 566 | rdfs:range xsd:string . |
527 | 567 | ||
528 | npd:name | 568 | npd:name |
529 | rdf:type owl:DatatypeProperty ; | 569 | rdf:type owl:DatatypeProperty ; |
570 | + rdfs:comment "the NPD name"^^xsd:string ; | ||
530 | rdfs:domain npd:Individual ; | 571 | rdfs:domain npd:Individual ; |
572 | + rdfs:label "NPD name"@en ; | ||
531 | rdfs:range xsd:string ; | 573 | rdfs:range xsd:string ; |
532 | rdfs:subPropertyOf rdfs:label . | 574 | rdfs:subPropertyOf rdfs:label . |
533 | 575 | ||
534 | npd:organisationNumber | 576 | npd:organisationNumber |
535 | rdf:type owl:DatatypeProperty ; | 577 | rdf:type owl:DatatypeProperty ; |
578 | + rdfs:comment "the NPD organization number of the operating company"^^xsd:string ; | ||
536 | rdfs:domain npd:OperatingCompany ; | 579 | rdfs:domain npd:OperatingCompany ; |
537 | - rdfs:label "organisation number"^^xsd:string ; | 580 | + rdfs:label "organisation number"@en ; |
538 | rdfs:range xsd:string . | 581 | rdfs:range xsd:string . |
539 | 582 | ||
540 | npd:parentCompany | 583 | npd:parentCompany |
541 | rdf:type owl:ObjectProperty ; | 584 | rdf:type owl:ObjectProperty ; |
585 | + rdfs:comment "the parent company of the operating company"^^xsd:string ; | ||
542 | rdfs:domain npd:OperatingCompany ; | 586 | rdfs:domain npd:OperatingCompany ; |
587 | + rdfs:label "parent company"@en ; | ||
543 | rdfs:range npd:ParentCompany . | 588 | rdfs:range npd:ParentCompany . |
544 | 589 | ||
545 | npd:partOfTUF | 590 | npd:partOfTUF |
546 | rdf:type owl:ObjectProperty ; | 591 | rdf:type owl:ObjectProperty ; |
592 | + rdfs:comment "the TUF of which this is a part"^^xsd:string ; | ||
547 | rdfs:domain npd:TUFPart ; | 593 | rdfs:domain npd:TUFPart ; |
594 | + rdfs:label "part of TUF"@en ; | ||
548 | rdfs:range npd:TUF . | 595 | rdfs:range npd:TUF . |
549 | 596 | ||
550 | npd:partOfWell | 597 | npd:partOfWell |
551 | rdf:type owl:ObjectProperty ; | 598 | rdf:type owl:ObjectProperty ; |
599 | + rdfs:comment "the well of which the wellbore is a part"^^xsd:string ; | ||
552 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 600 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
601 | + rdfs:label "part of well"@en ; | ||
553 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Well> . | 602 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Well> . |
554 | 603 | ||
555 | npd:percentageOfShare | 604 | npd:percentageOfShare |
556 | rdf:type owl:DatatypeProperty ; | 605 | rdf:type owl:DatatypeProperty ; |
606 | + rdfs:comment "the percent of the total share of the licence"^^xsd:string ; | ||
557 | rdfs:domain npd:Share ; | 607 | rdfs:domain npd:Share ; |
608 | + rdfs:label "percentage of share"@en ; | ||
558 | rdfs:range xsd:float . | 609 | rdfs:range xsd:float . |
559 | 610 | ||
560 | npd:productionFacility | 611 | npd:productionFacility |
561 | rdf:type owl:ObjectProperty ; | 612 | rdf:type owl:ObjectProperty ; |
562 | - rdfs:comment "Corresponds to Production Facility field in WellBore tables"^^xsd:string ; | 613 | + rdfs:comment "the production facility for the wellbore"^^xsd:string ; |
563 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 614 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
615 | + rdfs:label "production facility"@en ; | ||
564 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 616 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
565 | 617 | ||
566 | npd:shareHolder | 618 | npd:shareHolder |
567 | rdf:type owl:ObjectProperty ; | 619 | rdf:type owl:ObjectProperty ; |
568 | - rdfs:comment "Equivalent to AwardedTo field in License table"^^xsd:string ; | 620 | + rdfs:comment "the company holding the share"^^xsd:string ; |
569 | rdfs:domain npd:Share ; | 621 | rdfs:domain npd:Share ; |
622 | + rdfs:label "share holder"@en ; | ||
570 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . | 623 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . |
571 | 624 | ||
572 | npd:startDate | 625 | npd:startDate |
573 | rdf:type owl:DatatypeProperty ; | 626 | rdf:type owl:DatatypeProperty ; |
574 | - rdfs:comment "The date at which an individual comes into existance"^^xsd:string ; | 627 | + rdfs:comment "the NPD start date of the thing"^^xsd:string ; |
575 | rdfs:domain ep-core:PhysicalThing ; | 628 | rdfs:domain ep-core:PhysicalThing ; |
629 | + rdfs:label "start date"@en ; | ||
576 | rdfs:range xsd:date . | 630 | rdfs:range xsd:date . |
577 | 631 | ||
578 | npd:wellBoreCompletionDate | 632 | npd:wellBoreCompletionDate |
579 | rdf:type owl:DatatypeProperty ; | 633 | rdf:type owl:DatatypeProperty ; |
580 | - rdfs:comment "Corresponds to Completion Date field in WellBore tables"^^xsd:string ; | 634 | + rdfs:comment "the completion date of the wellbore"^^xsd:string ; |
581 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 635 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
636 | + rdfs:label "wellbore completion date"@en ; | ||
582 | rdfs:range xsd:date ; | 637 | rdfs:range xsd:date ; |
583 | rdfs:subPropertyOf npd:endDate . | 638 | rdfs:subPropertyOf npd:endDate . |
584 | 639 | ||
585 | npd:wellBoreContent | 640 | npd:wellBoreContent |
586 | rdf:type owl:ObjectProperty ; | 641 | rdf:type owl:ObjectProperty ; |
587 | - rdfs:comment "Corresponds to Content field in WellBore tables"^^xsd:string ; | 642 | + rdfs:comment "the NPD content of the wellbore"^^xsd:string ; |
588 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 643 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
644 | + rdfs:label "wellbore content"@en ; | ||
589 | rdfs:range npd:WellBoreContent . | 645 | rdfs:range npd:WellBoreContent . |
590 | 646 | ||
591 | npd:wellBoreDrillPermit | 647 | npd:wellBoreDrillPermit |
592 | rdf:type owl:DatatypeProperty ; | 648 | rdf:type owl:DatatypeProperty ; |
593 | - rdfs:comment "Corresponds to Drill Permit field in WellBore tables"^^xsd:string ; | 649 | + rdfs:comment "the NPD drill permit of the wellbore"^^xsd:string ; |
594 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 650 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
651 | + rdfs:label "wellbore drill permit"@en ; | ||
595 | rdfs:range xsd:string . | 652 | rdfs:range xsd:string . |
596 | 653 | ||
597 | npd:wellBorePurpose | 654 | npd:wellBorePurpose |
598 | rdf:type owl:ObjectProperty ; | 655 | rdf:type owl:ObjectProperty ; |
599 | - rdfs:comment "Corresponds to Purpose field in WellBore tables"^^xsd:string ; | 656 | + rdfs:comment "the NPD purpose of the wellbore"^^xsd:string ; |
600 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 657 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
658 | + rdfs:label "wellbore purpose"@en ; | ||
601 | rdfs:range npd:WellBorePurpose . | 659 | rdfs:range npd:WellBorePurpose . |
602 | 660 | ||
603 | npd:wellBoreType | 661 | npd:wellBoreType |
604 | rdf:type owl:DatatypeProperty ; | 662 | rdf:type owl:DatatypeProperty ; |
605 | - rdfs:comment "Corresponds to Type field in WellBore tables"^^xsd:string ; | 663 | + rdfs:comment "the NPD type of the wellbore"^^xsd:string ; |
606 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 664 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
665 | + rdfs:label "wellbore type"@en ; | ||
607 | rdfs:range xsd:string . | 666 | rdfs:range xsd:string . |
608 | 667 | ||
609 | npd:wellPartOfField | 668 | npd:wellPartOfField |
610 | rdf:type owl:ObjectProperty ; | 669 | rdf:type owl:ObjectProperty ; |
611 | - rdfs:comment "A field may have several Wells, however this information is not presented directly in the NPD data. Each Well usually has one (occasionally more than one) WellBore, and so in order to ascertain what field the Well is in, we have to infer it from the related WellBore table. Unfortunately, the Field column is not always populated, so sometimes the Field can only be inferred from the License, which usually corresponds to a Field."^^xsd:string ; | 670 | + rdfs:comment "the well is part of field"^^xsd:string ; |
612 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; | 671 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; |
672 | + rdfs:label "well part of field"@en ; | ||
613 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Field> . | 673 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Field> . |
614 | 674 | ||
615 | npd:wellboreOwner | 675 | npd:wellboreOwner |
616 | rdf:type owl:ObjectProperty ; | 676 | rdf:type owl:ObjectProperty ; |
617 | - rdfs:comment "Corresponds to Owner field in WellBore tables - see also Owner Kind"^^xsd:string ; | 677 | + rdfs:comment "the owning licence of the wellbore"^^xsd:string ; |
618 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 678 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
679 | + rdfs:label "wellbore owner"@en ; | ||
619 | rdfs:range npd:Owner . | 680 | rdfs:range npd:Owner . | ... | ... |
-
Please register or login to post a comment