David Price

Merge branch 'master' into drilling-rd-more

Showing 41 changed files with 454 additions and 92 deletions
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 17
18 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> 18 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.w3.org/2004/02/skos/core> ;
21 owl:versionInfo "0.1.0"^^xsd:string . 21 owl:versionInfo "0.1.0"^^xsd:string .
22 22
23 ep-actpurp:Completion--bopwellheadequipment 23 ep-actpurp:Completion--bopwellheadequipment
...@@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline ...@@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline
112 112
113 ep-actpurp:DailyDrillingActivityPurposeType 113 ep-actpurp:DailyDrillingActivityPurposeType
114 rdf:type rdfs:Class ; 114 rdf:type rdfs:Class ;
115 + rdfs:comment "class of daily drilling activity on the basis of the purpose of the activity"^^xsd:string ;
115 rdfs:label "daily drilling activity purpose type"^^xsd:string ; 116 rdfs:label "daily drilling activity purpose type"^^xsd:string ;
116 rdfs:subClassOf owl:Class . 117 rdfs:subClassOf owl:Class .
117 118
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
16 ep-core:Acidity 16 ep-core:Acidity
17 rdf:type ep-core:PropertySpace , rdfs:Class ; 17 rdf:type ep-core:PropertySpace , rdfs:Class ;
18 rdfs:label "acidity"^^xsd:string ; 18 rdfs:label "acidity"^^xsd:string ;
19 - rdfs:subClassOf owl:Class . 19 + rdfs:subClassOf owl:Class ;
20 + ep-core:seeReferenceData
21 + "http://posccaesar.org/rdl/RDS1060066151"^^xsd:string .
20 22
21 ep-core:Attenuation 23 ep-core:Attenuation
22 rdf:type rdfs:Class ; 24 rdf:type rdfs:Class ;
...@@ -24,8 +26,10 @@ ep-core:Attenuation ...@@ -24,8 +26,10 @@ ep-core:Attenuation
24 26
25 ep-core:BulkModulus 27 ep-core:BulkModulus
26 rdf:type ep-core:PropertySpace , rdfs:Class ; 28 rdf:type ep-core:PropertySpace , rdfs:Class ;
27 - rdfs:label "Shear Modulus"^^xsd:string ; 29 + rdfs:label "Bulk Modulus"^^xsd:string ;
28 - rdfs:subClassOf ep-core:EnergyPerVolume . 30 + rdfs:subClassOf ep-core:EnergyPerVolume ;
31 + ep-core:seeReferenceData
32 + "http://posccaesar.org/rdl/RDS380474"^^xsd:string .
29 33
30 ep-core:Class_of_indirect_property 34 ep-core:Class_of_indirect_property
31 rdf:type owl:Class ; 35 rdf:type owl:Class ;
...@@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType ...@@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType
45 ep-core:Compressibility 49 ep-core:Compressibility
46 rdf:type ep-core:PropertySpace , rdfs:Class ; 50 rdf:type ep-core:PropertySpace , rdfs:Class ;
47 rdfs:label "Compressibility"^^xsd:string ; 51 rdfs:label "Compressibility"^^xsd:string ;
48 - rdfs:subClassOf owl:Class . 52 + rdfs:subClassOf owl:Class ;
53 + ep-core:seeReferenceData
54 + "http://posccaesar.org/rdl/RDS350234"^^xsd:string .
49 55
50 ep-core:Density 56 ep-core:Density
51 rdf:type ep-core:PropertySpace , rdfs:Class ; 57 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -86,7 +92,10 @@ ep-core:EnergyPerVolume ...@@ -86,7 +92,10 @@ ep-core:EnergyPerVolume
86 92
87 ep-core:Frequency 93 ep-core:Frequency
88 rdf:type rdfs:Class ; 94 rdf:type rdfs:Class ;
89 - rdfs:subClassOf owl:Class . 95 + rdfs:label "frequency"^^xsd:string ;
96 + rdfs:subClassOf owl:Class ;
97 + ep-core:seeReferenceData
98 + "http://posccaesar.org/rdl/RDS351989"^^xsd:string .
90 99
91 ep-core:GP_cm-1 100 ep-core:GP_cm-1
92 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 101 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -96,7 +105,10 @@ ep-core:GP_cm-1 ...@@ -96,7 +105,10 @@ ep-core:GP_cm-1
96 105
97 ep-core:Illuminance 106 ep-core:Illuminance
98 rdf:type rdfs:Class ; 107 rdf:type rdfs:Class ;
99 - rdfs:subClassOf owl:Class . 108 + rdfs:label "illuminance"^^xsd:string ;
109 + rdfs:subClassOf owl:Class ;
110 + ep-core:seeReferenceData
111 + "http://posccaesar.org/rdl/RDS352349"^^xsd:string .
100 112
101 ep-core:Length 113 ep-core:Length
102 rdf:type ep-core:PropertySpace , rdfs:Class ; 114 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -116,7 +128,9 @@ ep-core:LinearStrain ...@@ -116,7 +128,9 @@ ep-core:LinearStrain
116 ep-core:MagneticFieldStrength 128 ep-core:MagneticFieldStrength
117 rdf:type ep-core:PropertySpace , rdfs:Class ; 129 rdf:type ep-core:PropertySpace , rdfs:Class ;
118 rdfs:label "magnetic field strength"^^xsd:string ; 130 rdfs:label "magnetic field strength"^^xsd:string ;
119 - rdfs:subClassOf owl:Class . 131 + rdfs:subClassOf owl:Class ;
132 + ep-core:seeReferenceData
133 + "http://posccaesar.org/rdl/RDS353024"^^xsd:string .
120 134
121 ep-core:Mass 135 ep-core:Mass
122 rdf:type ep-core:PropertySpace , rdfs:Class ; 136 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -184,7 +198,9 @@ ep-core:ModulusOfCompression ...@@ -184,7 +198,9 @@ ep-core:ModulusOfCompression
184 ep-core:ModulusOfElasticity 198 ep-core:ModulusOfElasticity
185 rdf:type ep-core:PropertySpace , rdfs:Class ; 199 rdf:type ep-core:PropertySpace , rdfs:Class ;
186 rdfs:label "modulus of elasticity"^^xsd:string ; 200 rdfs:label "modulus of elasticity"^^xsd:string ;
187 - rdfs:subClassOf ep-core:EnergyPerVolume . 201 + rdfs:subClassOf ep-core:EnergyPerVolume ;
202 + ep-core:seeReferenceData
203 + "http://posccaesar.org/rdl/RDS380429"^^xsd:string .
188 204
189 ep-core:ModulusOfRigidity 205 ep-core:ModulusOfRigidity
190 rdf:type ep-core:PropertySpace , rdfs:Class ; 206 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -193,8 +209,10 @@ ep-core:ModulusOfRigidity ...@@ -193,8 +209,10 @@ ep-core:ModulusOfRigidity
193 209
194 ep-core:MolarVolume 210 ep-core:MolarVolume
195 rdf:type ep-core:PropertySpace , rdfs:Class ; 211 rdf:type ep-core:PropertySpace , rdfs:Class ;
196 - rdfs:label "length"^^xsd:string ; 212 + rdfs:label "molar volume"^^xsd:string ;
197 - rdfs:subClassOf owl:Class . 213 + rdfs:subClassOf owl:Class ;
214 + ep-core:seeReferenceData
215 + "http://posccaesar.org/rdl/RDS387764"^^xsd:string .
198 216
199 ep-core:Mole 217 ep-core:Mole
200 rdf:type ep-core:PropertySpace , rdfs:Class ; 218 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -209,12 +227,16 @@ ep-core:MolePair ...@@ -209,12 +227,16 @@ ep-core:MolePair
209 ep-core:MomentOfForce 227 ep-core:MomentOfForce
210 rdf:type ep-core:PropertySpace , rdfs:Class ; 228 rdf:type ep-core:PropertySpace , rdfs:Class ;
211 rdfs:label "Moment of Force"^^xsd:string ; 229 rdfs:label "Moment of Force"^^xsd:string ;
212 - rdfs:subClassOf owl:Class . 230 + rdfs:subClassOf owl:Class ;
231 + ep-core:seeReferenceData
232 + "http://posccaesar.org/rdl/RDS380069"^^xsd:string .
213 233
214 ep-core:NormalStress 234 ep-core:NormalStress
215 rdf:type ep-core:PropertySpace , rdfs:Class ; 235 rdf:type ep-core:PropertySpace , rdfs:Class ;
216 rdfs:label "Normal Stress"^^xsd:string ; 236 rdfs:label "Normal Stress"^^xsd:string ;
217 - rdfs:subClassOf ep-core:EnergyPerVolume . 237 + rdfs:subClassOf ep-core:EnergyPerVolume ;
238 + ep-core:seeReferenceData
239 + "http://posccaesar.org/rdl/RDS380249"^^xsd:string .
218 240
219 ep-core:Pair 241 ep-core:Pair
220 rdf:type owl:Class ; 242 rdf:type owl:Class ;
...@@ -262,13 +284,17 @@ ep-core:PoissonRatio ...@@ -262,13 +284,17 @@ ep-core:PoissonRatio
262 284
263 ep-core:Power 285 ep-core:Power
264 rdf:type ep-core:PropertySpace , rdfs:Class ; 286 rdf:type ep-core:PropertySpace , rdfs:Class ;
265 - rdfs:label "pressure"^^xsd:string ; 287 + rdfs:label "power"^^xsd:string ;
266 - rdfs:subClassOf owl:Class . 288 + rdfs:subClassOf owl:Class ;
289 + ep-core:seeReferenceData
290 + "http://posccaesar.org/rdl/RDS354104"^^xsd:string .
267 291
268 ep-core:Pressure 292 ep-core:Pressure
269 rdf:type ep-core:PropertySpace , rdfs:Class ; 293 rdf:type ep-core:PropertySpace , rdfs:Class ;
270 rdfs:label "pressure"^^xsd:string ; 294 rdfs:label "pressure"^^xsd:string ;
271 - rdfs:subClassOf owl:Class . 295 + rdfs:subClassOf owl:Class ;
296 + ep-core:seeReferenceData
297 + "http://posccaesar.org/rdl/RDS354194"^^xsd:string .
272 298
273 ep-core:PressureValue1atm 299 ep-core:PressureValue1atm
274 rdf:type ep-core:Pressure ; 300 rdf:type ep-core:Pressure ;
...@@ -288,12 +314,16 @@ ep-core:PropertySpace ...@@ -288,12 +314,16 @@ ep-core:PropertySpace
288 ep-core:RadiantEngergyDensity 314 ep-core:RadiantEngergyDensity
289 rdf:type ep-core:PropertySpace , rdfs:Class ; 315 rdf:type ep-core:PropertySpace , rdfs:Class ;
290 rdfs:label "Radiant Energy Density"^^xsd:string ; 316 rdfs:label "Radiant Energy Density"^^xsd:string ;
291 - rdfs:subClassOf ep-core:EnergyPerVolume . 317 + rdfs:subClassOf ep-core:EnergyPerVolume ;
318 + ep-core:seeReferenceData
319 + "http://posccaesar.org/rdl/RDS384614"^^xsd:string .
292 320
293 ep-core:Ratio 321 ep-core:Ratio
294 rdf:type ep-core:PropertySpace , rdfs:Class ; 322 rdf:type ep-core:PropertySpace , rdfs:Class ;
295 rdfs:label "ratio"^^xsd:string ; 323 rdfs:label "ratio"^^xsd:string ;
296 - rdfs:subClassOf ep-core:DimensionlessMeasure . 324 + rdfs:subClassOf ep-core:DimensionlessMeasure ;
325 + ep-core:seeReferenceData
326 + "http://posccaesar.org/rdl/RDS368999"^^xsd:string .
297 327
298 ep-core:RegionOfSpace 328 ep-core:RegionOfSpace
299 rdf:type owl:Class ; 329 rdf:type owl:Class ;
...@@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants ...@@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants
323 ep-core:ShearModulus 353 ep-core:ShearModulus
324 rdf:type ep-core:PropertySpace , rdfs:Class ; 354 rdf:type ep-core:PropertySpace , rdfs:Class ;
325 rdfs:label "Shear Modulus"^^xsd:string ; 355 rdfs:label "Shear Modulus"^^xsd:string ;
326 - rdfs:subClassOf ep-core:EnergyPerVolume . 356 + rdfs:subClassOf ep-core:EnergyPerVolume ;
357 + ep-core:seeReferenceData
358 + "http://posccaesar.org/rdl/RDS366254"^^xsd:string .
327 359
328 ep-core:ShearStrain 360 ep-core:ShearStrain
329 rdf:type rdfs:Class ; 361 rdf:type rdfs:Class ;
...@@ -332,17 +364,23 @@ ep-core:ShearStrain ...@@ -332,17 +364,23 @@ ep-core:ShearStrain
332 ep-core:ShearStress 364 ep-core:ShearStress
333 rdf:type ep-core:PropertySpace , rdfs:Class ; 365 rdf:type ep-core:PropertySpace , rdfs:Class ;
334 rdfs:label "Shear Stress"^^xsd:string ; 366 rdfs:label "Shear Stress"^^xsd:string ;
335 - rdfs:subClassOf ep-core:EnergyPerVolume . 367 + rdfs:subClassOf ep-core:EnergyPerVolume ;
368 + ep-core:seeReferenceData
369 + "http://posccaesar.org/rdl/RDS363149"^^xsd:string .
336 370
337 ep-core:SpecificVolume 371 ep-core:SpecificVolume
338 rdf:type ep-core:PropertySpace , rdfs:Class ; 372 rdf:type ep-core:PropertySpace , rdfs:Class ;
339 rdfs:label "specific volume"^^xsd:string ; 373 rdfs:label "specific volume"^^xsd:string ;
340 - rdfs:subClassOf owl:Class . 374 + rdfs:subClassOf owl:Class ;
375 + ep-core:seeReferenceData
376 + "http://posccaesar.org/rdl/RDS375029"^^xsd:string .
341 377
342 ep-core:Speed 378 ep-core:Speed
343 rdf:type ep-core:PropertySpace , rdfs:Class ; 379 rdf:type ep-core:PropertySpace , rdfs:Class ;
344 rdfs:label "speed"^^xsd:string ; 380 rdfs:label "speed"^^xsd:string ;
345 - rdfs:subClassOf owl:Class . 381 + rdfs:subClassOf owl:Class ;
382 + ep-core:seeReferenceData
383 + "http://posccaesar.org/rdl/RDS356309"^^xsd:string .
346 384
347 ep-core:Strain 385 ep-core:Strain
348 rdf:type rdfs:Class ; 386 rdf:type rdfs:Class ;
...@@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation ...@@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation
356 ep-core:Temperature 394 ep-core:Temperature
357 rdf:type ep-core:PropertySpace , rdfs:Class ; 395 rdf:type ep-core:PropertySpace , rdfs:Class ;
358 rdfs:label "temperature"^^xsd:string ; 396 rdfs:label "temperature"^^xsd:string ;
359 - rdfs:subClassOf owl:Class . 397 + rdfs:subClassOf owl:Class ;
398 + ep-core:seeReferenceData
399 + "http://posccaesar.org/rdl/RDS355859"^^xsd:string .
360 400
361 ep-core:Temperature60degF 401 ep-core:Temperature60degF
362 rdf:type ep-core:Temperature ; 402 rdf:type ep-core:Temperature ;
...@@ -398,17 +438,23 @@ ep-core:TimeDuration ...@@ -398,17 +438,23 @@ ep-core:TimeDuration
398 ep-core:Turbidity 438 ep-core:Turbidity
399 rdf:type ep-core:PropertySpace , rdfs:Class ; 439 rdf:type ep-core:PropertySpace , rdfs:Class ;
400 rdfs:label "turbidity"^^xsd:string ; 440 rdfs:label "turbidity"^^xsd:string ;
401 - rdfs:subClassOf owl:Class . 441 + rdfs:subClassOf owl:Class ;
442 + ep-core:seeReferenceData
443 + "http://posccaesar.org/rdl/RDS17043482"^^xsd:string .
402 444
403 ep-core:Velocity 445 ep-core:Velocity
404 rdf:type ep-core:PropertySpace , rdfs:Class ; 446 rdf:type ep-core:PropertySpace , rdfs:Class ;
405 rdfs:label "velocity"^^xsd:string ; 447 rdfs:label "velocity"^^xsd:string ;
406 - rdfs:subClassOf owl:Class . 448 + rdfs:subClassOf owl:Class ;
449 + ep-core:seeReferenceData
450 + "http://posccaesar.org/rdl/RDS54808338240"^^xsd:string .
407 451
408 ep-core:Volume 452 ep-core:Volume
409 rdf:type ep-core:PropertySpace , rdfs:Class ; 453 rdf:type ep-core:PropertySpace , rdfs:Class ;
410 rdfs:label "volume"^^xsd:string ; 454 rdfs:label "volume"^^xsd:string ;
411 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class . 455 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class ;
456 + ep-core:seeReferenceData
457 + "http://posccaesar.org/rdl/RDS356444"^^xsd:string .
412 458
413 ep-core:VolumeAt0degC1atm 459 ep-core:VolumeAt0degC1atm
414 rdf:type ep-core:PropertySpace , rdfs:Class ; 460 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -422,7 +468,7 @@ ep-core:VolumeAt15degC1atm ...@@ -422,7 +468,7 @@ ep-core:VolumeAt15degC1atm
422 468
423 ep-core:VolumeAt1degC1atm 469 ep-core:VolumeAt1degC1atm
424 rdf:type ep-core:PropertySpace , rdfs:Class ; 470 rdf:type ep-core:PropertySpace , rdfs:Class ;
425 - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; 471 + rdfs:label "volume at 1 degrees C 1 atmosphere"^^xsd:string ;
426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 472 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
427 473
428 ep-core:VolumeAt60degF1atm 474 ep-core:VolumeAt60degF1atm
...@@ -481,12 +527,16 @@ ep-core:VolumicConcentration ...@@ -481,12 +527,16 @@ ep-core:VolumicConcentration
481 ep-core:Work 527 ep-core:Work
482 rdf:type ep-core:PropertySpace , rdfs:Class ; 528 rdf:type ep-core:PropertySpace , rdfs:Class ;
483 rdfs:label "Work (energy)"^^xsd:string ; 529 rdfs:label "Work (energy)"^^xsd:string ;
484 - rdfs:subClassOf owl:Class . 530 + rdfs:subClassOf owl:Class ;
531 + ep-core:seeReferenceData
532 + "http://posccaesar.org/rdl/RDS380654"^^xsd:string .
485 533
486 ep-core:YieldPoint 534 ep-core:YieldPoint
487 rdf:type ep-core:PropertySpace , rdfs:Class ; 535 rdf:type ep-core:PropertySpace , rdfs:Class ;
488 rdfs:label "yield point"^^xsd:string ; 536 rdfs:label "yield point"^^xsd:string ;
489 - rdfs:subClassOf owl:Class . 537 + rdfs:subClassOf owl:Class ;
538 + ep-core:seeReferenceData
539 + "http://posccaesar.org/rdl/RDS8647761"^^xsd:string .
490 540
491 ep-core:a_m-1 541 ep-core:a_m-1
492 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 542 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -1759,7 +1809,7 @@ ep-core:hasCompositionOfAllPartsOfDefinedType ...@@ -1759,7 +1809,7 @@ ep-core:hasCompositionOfAllPartsOfDefinedType
1759 ep-core:hasFeature 1809 ep-core:hasFeature
1760 rdf:type owl:ObjectProperty ; 1810 rdf:type owl:ObjectProperty ;
1761 rdfs:domain ep-core:PhysicalThing ; 1811 rdfs:domain ep-core:PhysicalThing ;
1762 - rdfs:label "has part"^^xsd:string ; 1812 + rdfs:label "has feature"^^xsd:string ;
1763 rdfs:range ep-core:PhysicalFeature . 1813 rdfs:range ep-core:PhysicalFeature .
1764 1814
1765 ep-core:hasPart 1815 ep-core:hasPart
...@@ -3442,7 +3492,7 @@ ep-core:n_m-2 ...@@ -3442,7 +3492,7 @@ ep-core:n_m-2
3442 3492
3443 ep-core:n_m-3 3493 ep-core:n_m-3
3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3494 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3445 - rdfs:label "Newtons per square metre"^^xsd:string . 3495 + rdfs:label "Newtons per cubic metre"^^xsd:string .
3446 3496
3447 ep-core:n_m-E 3497 ep-core:n_m-E
3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3498 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -3782,7 +3832,8 @@ ep-core:picosecond ...@@ -3782,7 +3832,8 @@ ep-core:picosecond
3782 ep-core:poise 3832 ep-core:poise
3783 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3833 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3784 rdfs:domain ep-core:PlasticViscosity ; 3834 rdfs:domain ep-core:PlasticViscosity ;
3785 - rdfs:label "P"^^xsd:string . 3835 + rdfs:label "poise"^^xsd:string ;
3836 + ep-core:unitSymbol "P"^^xsd:string .
3786 3837
3787 ep-core:pound_foot-1 3838 ep-core:pound_foot-1
3788 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3839 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -4552,6 +4603,12 @@ ep-core:us_mi2 ...@@ -4552,6 +4603,12 @@ ep-core:us_mi2
4552 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 4603 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
4553 rdfs:label "square miles (US)"^^xsd:string . 4604 rdfs:label "square miles (US)"^^xsd:string .
4554 4605
4606 +ep-core:versionOf
4607 + rdf:type owl:ObjectProperty ;
4608 + rdfs:domain ep-core:PhysicalThing ;
4609 + rdfs:label "version of"^^xsd:string ;
4610 + rdfs:range ep-core:PhysicalThing .
4611 +
4555 ep-core:volt 4612 ep-core:volt
4556 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 4613 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
4557 rdfs:label "Volt"^^xsd:string ; 4614 rdfs:label "Volt"^^xsd:string ;
......
...@@ -13,13 +13,15 @@ ...@@ -13,13 +13,15 @@
13 13
14 <http://www.reportinghub.no/ep/schema/1.0/geography> 14 <http://www.reportinghub.no/ep/schema/1.0/geography>
15 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 18
19 ep-core:Area 19 ep-core:Area
20 - rdf:type rdfs:Class , ep-core:PropertySpace ; 20 + rdf:type ep-core:PropertySpace , rdfs:Class ;
21 - rdfs:label "Compressibility"^^xsd:string ; 21 + rdfs:label "Area"^^xsd:string ;
22 - rdfs:subClassOf owl:Class . 22 + rdfs:subClassOf owl:Class ;
23 + ep-core:seeReferenceData
24 + "http://posccaesar.org/rdl/RDS349874"^^xsd:string .
23 25
24 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart 26 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
25 rdf:type owl:TransitiveProperty ; 27 rdf:type owl:TransitiveProperty ;
...@@ -40,19 +42,19 @@ ep-geo:AreaCoveredByBusinessArrangement ...@@ -40,19 +42,19 @@ ep-geo:AreaCoveredByBusinessArrangement
40 rdf:type owl:Class ; 42 rdf:type owl:Class ;
41 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; 43 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
42 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 44 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
43 - owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . 45 + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
44 46
45 ep-geo:Country 47 ep-geo:Country
46 rdf:type owl:Class ; 48 rdf:type owl:Class ;
47 rdfs:label "country"^^xsd:string ; 49 rdfs:label "country"^^xsd:string ;
48 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 50 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
49 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . 51 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
50 52
51 ep-geo:County 53 ep-geo:County
52 rdf:type owl:Class ; 54 rdf:type owl:Class ;
53 rdfs:label "county"^^xsd:string ; 55 rdfs:label "county"^^xsd:string ;
54 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 56 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
55 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 57 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
56 58
57 ep-geo:DestinationType 59 ep-geo:DestinationType
58 rdf:type rdfs:Class ; 60 rdf:type rdfs:Class ;
...@@ -60,7 +62,7 @@ ep-geo:DestinationType ...@@ -60,7 +62,7 @@ ep-geo:DestinationType
60 rdfs:subClassOf owl:Class . 62 rdfs:subClassOf owl:Class .
61 63
62 ep-geo:Harbour 64 ep-geo:Harbour
63 - rdf:type owl:Class , ep-geo:DestinationType ; 65 + rdf:type ep-geo:DestinationType , owl:Class ;
64 rdfs:label "harbour"^^xsd:string ; 66 rdfs:label "harbour"^^xsd:string ;
65 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 67 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
66 68
...@@ -69,7 +71,7 @@ ep-geo:LicenceBlock ...@@ -69,7 +71,7 @@ ep-geo:LicenceBlock
69 rdfs:comment "See RDL RDS13025226"^^xsd:string ; 71 rdfs:comment "See RDL RDS13025226"^^xsd:string ;
70 rdfs:label "Licence Block"^^xsd:string ; 72 rdfs:label "Licence Block"^^xsd:string ;
71 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 73 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
72 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . 74 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
73 75
74 ep-geo:OffshoreLocation 76 ep-geo:OffshoreLocation
75 rdf:type owl:Class ; 77 rdf:type owl:Class ;
...@@ -80,7 +82,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ...@@ -80,7 +82,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
80 rdf:type owl:Class ; 82 rdf:type owl:Class ;
81 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; 83 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
82 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 84 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
83 - owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . 85 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State .
84 86
85 ep-geo:PartOfTheSurfaceOfTheEarth 87 ep-geo:PartOfTheSurfaceOfTheEarth
86 rdf:type owl:Class ; 88 rdf:type owl:Class ;
...@@ -91,13 +93,13 @@ ep-geo:State ...@@ -91,13 +93,13 @@ ep-geo:State
91 rdf:type owl:Class ; 93 rdf:type owl:Class ;
92 rdfs:label "state"^^xsd:string ; 94 rdfs:label "state"^^xsd:string ;
93 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 95 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
94 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 96 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
95 97
96 ep-geo:Terminal 98 ep-geo:Terminal
97 - rdf:type owl:Class , ep-geo:DestinationType ; 99 + rdf:type ep-geo:DestinationType , owl:Class ;
98 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; 100 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ;
99 rdfs:label "terminal"^^xsd:string ; 101 rdfs:label "terminal"^^xsd:string ;
100 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . 102 + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
101 103
102 ep-geo:areaOnSurfaceOfEarth 104 ep-geo:areaOnSurfaceOfEarth
103 rdf:type owl:ObjectProperty ; 105 rdf:type owl:ObjectProperty ;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 21
22 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 22 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 24 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 26
27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> 27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport>
...@@ -189,6 +189,11 @@ ep-prodact:DailyProductionVolumeActivity ...@@ -189,6 +189,11 @@ ep-prodact:DailyProductionVolumeActivity
189 rdfs:label "daily production volume activity"^^xsd:string ; 189 rdfs:label "daily production volume activity"^^xsd:string ;
190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity . 190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity .
191 191
192 +ep-prodact:DataAcquisitionActivity
193 + rdf:type owl:Class ;
194 + rdfs:label "data acquisition activity"^^xsd:string ;
195 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
196 +
192 ep-prodact:DefinedHazardAndAccidentSituation 197 ep-prodact:DefinedHazardAndAccidentSituation
193 rdf:type owl:Class ; 198 rdf:type owl:Class ;
194 rdfs:label "defined hazard and accident situation"^^xsd:string ; 199 rdfs:label "defined hazard and accident situation"^^xsd:string ;
...@@ -412,7 +417,7 @@ ep-prodact:MedicalTreatment ...@@ -412,7 +417,7 @@ ep-prodact:MedicalTreatment
412 417
413 ep-prodact:MedicalTreatmentInjury 418 ep-prodact:MedicalTreatmentInjury
414 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 419 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
415 - rdfs:label "medical treatment"^^xsd:string ; 420 + rdfs:label "medical treatment injury"^^xsd:string ;
416 rdfs:subClassOf ep-prodact:Injury . 421 rdfs:subClassOf ep-prodact:Injury .
417 422
418 ep-prodact:ModificationProject 423 ep-prodact:ModificationProject
...@@ -886,6 +891,16 @@ ep-prodact:coulterCounter ...@@ -886,6 +891,16 @@ ep-prodact:coulterCounter
886 rdf:type owl:ObjectProperty ; 891 rdf:type owl:ObjectProperty ;
887 rdfs:range ep-core:MassPerUnitMassConcentration . 892 rdfs:range ep-core:MassPerUnitMassConcentration .
888 893
894 +ep-prodact:describes
895 + rdf:type owl:ObjectProperty ;
896 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
897 + rdfs:range ep-core:PhysicalThing .
898 +
899 +ep-prodact:descriptionOfSource
900 + rdf:type owl:DatatypeProperty ;
901 + rdfs:domain ep-prodact:DataAcquisitionActivity ;
902 + rdfs:label "description of source"^^xsd:string .
903 +
889 ep-prodact:destination 904 ep-prodact:destination
890 rdf:type owl:TransitiveProperty ; 905 rdf:type owl:TransitiveProperty ;
891 rdfs:domain ep-prodact:MovementOfProduct ; 906 rdfs:domain ep-prodact:MovementOfProduct ;
......
...@@ -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/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <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 ep-material:Air-gas 20 ep-material:Air-gas
...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane ...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane
348 rdf:type ep-prodwell:ComponentMaterialType . 348 rdf:type ep-prodwell:ComponentMaterialType .
349 349
350 ep-prodwell:AbandonedWell 350 ep-prodwell:AbandonedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 rdfs:label "abandoned well"^^xsd:string ; 352 rdfs:label "abandoned well"^^xsd:string ;
353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
354 354
355 ep-prodwell:ClosedWell 355 ep-prodwell:ClosedWell
356 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 356 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
357 rdfs:label "closed well"^^xsd:string ; 357 rdfs:label "closed well"^^xsd:string ;
358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
359 359
...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType ...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType
374 rdfs:subClassOf owl:Class . 374 rdfs:subClassOf owl:Class .
375 375
376 ep-prodwell:InjectingWell 376 ep-prodwell:InjectingWell
377 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 377 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
378 rdfs:label "injecting well"^^xsd:string ; 378 rdfs:label "injecting well"^^xsd:string ;
379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
380 380
...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType ...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType
384 rdfs:subClassOf owl:Class . 384 rdfs:subClassOf owl:Class .
385 385
386 ep-prodwell:JunkedWell 386 ep-prodwell:JunkedWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 387 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 rdfs:label "junked well"^^xsd:string ; 388 rdfs:label "junked well"^^xsd:string ;
389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 390
...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass ...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass
394 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
395 395
396 ep-prodwell:OperatingWell 396 ep-prodwell:OperatingWell
397 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 397 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
398 rdfs:label "operating well"^^xsd:string ; 398 rdfs:label "operating well"^^xsd:string ;
399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
400 400
...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell ...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell
404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
405 405
406 ep-prodwell:PluggedWell 406 ep-prodwell:PluggedWell
407 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 407 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
408 rdfs:label "plugged well"^^xsd:string ; 408 rdfs:label "plugged well"^^xsd:string ;
409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
410 410
411 ep-prodwell:ProducingInjectingWell 411 ep-prodwell:ProducingInjectingWell
412 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 412 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
413 rdfs:label "producing injecting well"^^xsd:string ; 413 rdfs:label "producing injecting well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
415 415
...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation ...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation
424 rdfs:subClassOf ep-core:PhysicalObject . 424 rdfs:subClassOf ep-core:PhysicalObject .
425 425
426 ep-prodwell:SuspendedAtTdWell 426 ep-prodwell:SuspendedAtTdWell
427 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 427 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
428 rdfs:label "suspended at td well"^^xsd:string ; 428 rdfs:label "suspended at td well"^^xsd:string ;
429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
430 430
431 ep-prodwell:SuspendedWell 431 ep-prodwell:SuspendedWell
432 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 432 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
433 rdfs:label "suspended well"^^xsd:string ; 433 rdfs:label "suspended well"^^xsd:string ;
434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
435 435
...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion ...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion
454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
455 455
456 ep-prodwell:WellReclassedToDevelopment 456 ep-prodwell:WellReclassedToDevelopment
457 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 457 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
458 rdfs:label "well reclassed to development"^^xsd:string ; 458 rdfs:label "well reclassed to development"^^xsd:string ;
459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
460 460
...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf ...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf
470 rdfs:range ep-material:Liquid . 470 rdfs:range ep-material:Liquid .
471 471
472 ep-prodwell:condensateYield 472 ep-prodwell:condensateYield
473 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 473 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
474 rdfs:label "condensate yield"^^xsd:string ; 474 rdfs:label "condensate yield"^^xsd:string ;
475 rdfs:range ep-core:SpecificVolume . 475 rdfs:range ep-core:SpecificVolume .
476 476
477 ep-prodwell:depthOfBaseUsableWaterFromSurface 477 ep-prodwell:depthOfBaseUsableWaterFromSurface
478 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 478 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
479 rdfs:domain ep-material:Fluid ; 479 rdfs:domain ep-material:Fluid ;
480 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 480 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
481 rdfs:range ep-core:Length . 481 rdfs:range ep-core:Length .
482 482
483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
484 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 484 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
485 rdfs:domain ep-material:Fluid ; 485 rdfs:domain ep-material:Fluid ;
486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
487 rdfs:range ep-core:Length . 487 rdfs:range ep-core:Length .
488 488
489 ep-prodwell:oilWaterRatioByMass 489 ep-prodwell:oilWaterRatioByMass
490 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 490 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
491 rdfs:domain ep-material:Fluid ; 491 rdfs:domain ep-material:Fluid ;
492 rdfs:label "oil/water ratio by mass"^^xsd:string ; 492 rdfs:label "oil/water ratio by mass"^^xsd:string ;
493 rdfs:range ep-core:Ratio . 493 rdfs:range ep-core:Ratio .
494 494
495 ep-prodwell:pOverZ 495 ep-prodwell:pOverZ
496 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 496 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
497 rdfs:domain ep-material:Fluid ; 497 rdfs:domain ep-material:Fluid ;
498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
499 rdfs:range ep-core:Pressure . 499 rdfs:range ep-core:Pressure .
500 500
501 ep-prodwell:potentialGasProduction 501 ep-prodwell:potentialGasProduction
502 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 502 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
503 rdfs:domain ep-well:WellBore ; 503 rdfs:domain ep-well:WellBore ;
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:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 508 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
509 rdfs:domain ep-well:WellBore ; 509 rdfs:domain ep-well:WellBore ;
510 - rdfs:label "potential gas production"^^xsd:string ; 510 + rdfs:label "potential oil production"^^xsd:string ;
511 rdfs:range ep-core:VolumetricFlowRate . 511 rdfs:range ep-core:VolumetricFlowRate .
512 512
513 ep-well:SpatialPartOfAWellBore 513 ep-well:SpatialPartOfAWellBore
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
11 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
14 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 16
17 transhelp:derivedFrom 17 transhelp:derivedFrom
18 rdf:type owl:ObjectProperty . 18 rdf:type owl:ObjectProperty .
19 19
20 transhelp:facilityIdentifier 20 transhelp:facilityIdentifier
21 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 21 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
22 22
23 transhelp:forComment 23 transhelp:forComment
24 rdf:type owl:ObjectProperty ; 24 rdf:type owl:ObjectProperty ;
...@@ -29,28 +29,31 @@ transhelp:forComment ...@@ -29,28 +29,31 @@ transhelp:forComment
29 transhelp:hasDerivedText 29 transhelp:hasDerivedText
30 rdf:type owl:DatatypeProperty . 30 rdf:type owl:DatatypeProperty .
31 31
32 +transhelp:interval
33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 +
32 transhelp:intervalEnd 35 transhelp:intervalEnd
33 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 37
35 transhelp:intervalIdentifier 38 transhelp:intervalIdentifier
36 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
37 40
38 transhelp:intervalStart 41 transhelp:intervalStart
39 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 42 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
40 43
41 transhelp:label 44 transhelp:label
42 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 45 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
43 46
44 transhelp:mapsTo 47 transhelp:mapsTo
45 rdf:type rdf:Property . 48 rdf:type rdf:Property .
46 49
47 transhelp:materialClassMapsToMPREnumeration 50 transhelp:materialClassMapsToMPREnumeration
48 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 51 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
49 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 52 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
50 rdfs:subPropertyOf transhelp:mapsTo . 53 rdfs:subPropertyOf transhelp:mapsTo .
51 54
52 transhelp:nominalInstant 55 transhelp:nominalInstant
53 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 56 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
54 57
55 transhelp:standardTempPres 58 transhelp:standardTempPres
56 rdf:type rdf:Property ; 59 rdf:type rdf:Property ;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1 13 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1
14 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 14 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1
15 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 15 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0
16 +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0
16 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 17 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0
17 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 18 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1
18 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 19 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
31 @prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> . 32 @prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> .
32 @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . 33 @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> .
33 @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . 34 @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> .
35 +@prefix TRANSFORM_mpr-productVolumePeriod-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0#> .
34 @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . 36 @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> .
35 @prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> . 37 @prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> .
36 @prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . 38 @prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> .
...@@ -50,5 +52,5 @@ ...@@ -50,5 +52,5 @@
50 52
51 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> 53 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
52 rdf:type owl:Ontology ; 54 rdf:type owl:Ontology ;
53 - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; 55 + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ;
54 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.
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 + ] .
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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 +
5 +@prefix : <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
6 +@prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
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 pca-rdl: <http://posccaesar.org/rdl/> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
13 +
14 +pca-rdl:ERH00000
15 + rdf:type ISO-15926-2_2003:Thing , owl:Class ;
16 + rdfs:subClassOf owl:Thing ;
17 + pca-rdl:hasDesignation
18 + "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
19 + pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
20 +
21 +pca-rdl:ERH00001
22 + rdf:type ISO-15926-2_2003:ClassOfClass , owl:Class ;
23 + rdfs:subClassOf owl:Thing ;
24 + pca-rdl:hasDesignation
25 + "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
26 + pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
27 +
28 +<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
29 + rdf:type owl:Ontology ;
30 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
31 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology 1 +SELECT DISTINCT ?RDDesignation ?RDDefinition ?RDId ?EntityType ?RDURI ?RDSuperclass ?RDSuperclassId ?RDSuperclassURI ?ERHLocalname ?ERHOntology
2 WHERE { 2 WHERE {
3 - ?s pca-rdl:hasDesignation ?RDLDesignation . 3 + ?RDURI pca-rdl:hasDesignation ?RDDesignation .
4 - ?s pca-rdl:hasDefinition ?RDLDefinition . 4 + ?RDURI pca-rdl:hasDefinition ?RDDefinition .
5 - ?s rdf:type ?p2 . 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#" )
6 BIND (afn:localname(?p2) AS ?EntityType ) 8 BIND (afn:localname(?p2) AS ?EntityType )
7 OPTIONAL { 9 OPTIONAL {
8 - ?spec ISO-15926-2_2003:hasSubclass ?s . 10 + ?spec ISO-15926-2_2003:hasSubclass ?RDURI .
9 - ?spec ISO-15926-2_2003:hasSuperclass ?sup . 11 + ?spec ISO-15926-2_2003:hasSuperclass ?RDSuperclassURI .
10 - ?sup pca-rdl:hasDesignation ?RDLSuperclass . 12 + ?RDSuperclassURI pca-rdl:hasDesignation ?RDSuperclass .
13 + ?RDSuperclassURI pca-rdl:hasIdPCA ?RDSuperclassId .
11 } 14 }
12 15
13 - ?erh owl:sameAs ?s . 16 + ?erh owl:sameAs ?RDURI .
14 BIND (afn:localname(?erh) AS ?ERHLocalname ) 17 BIND (afn:localname(?erh) AS ?ERHLocalname )
15 BIND (afn:namespace(?erh) AS ?ERHOntology ) 18 BIND (afn:namespace(?erh) AS ?ERHOntology )
16 } 19 }
...\ 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 ISO-15926-2_2003:hasClassOfPossessor ?CoPossessor .
5 + ?s pca-rdl:hasDefinition ?RDLDefinition .
6 + ?s rdf:type ?p2 .
7 + BIND (afn:localname(?p2) AS ?EntityType )
8 + OPTIONAL {
9 + ?spec ISO-15926-2_2003:hasSubclass ?s .
10 + ?spec ISO-15926-2_2003: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
1 +# baseURI: http://www.reportinghub.no/refdata/transform/match-designation
2 +# imports: file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls
3 +# imports: http://spinrdf.org/spin
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +
6 +@prefix : <http://www.reportinghub.no/refdata/transform/match-designation#> .
7 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
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 sp: <http://spinrdf.org/sp#> .
12 +@prefix spin: <http://spinrdf.org/spin#> .
13 +@prefix spl: <http://spinrdf.org/spl#> .
14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 +
16 +<http://www.reportinghub.no/ep/schema/core#PropertySpace>
17 + spin:rule
18 + [ rdf:type sp:Construct ;
19 + sp:templates ([ sp:object
20 + [ sp:varName "uri"^^xsd:string
21 + ] ;
22 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
23 + sp:subject spin:_this
24 + ]) ;
25 + sp:where ([ rdf:type sp:NotExists ;
26 + sp:elements ([ sp:object
27 + [ sp:varName "ref"^^xsd:string
28 + ] ;
29 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
30 + sp:subject spin:_this
31 + ])
32 + ] [ sp:object
33 + [ sp:varName "label"^^xsd:string
34 + ] ;
35 + sp:predicate rdfs:label ;
36 + sp:subject spin:_this
37 + ] [ rdf:type sp:Bind ;
38 + sp:expression
39 + [ rdf:type fn:upper-case ;
40 + sp:arg1 [ sp:varName "label"^^xsd:string
41 + ]
42 + ] ;
43 + sp:variable
44 + [ sp:varName "thisdes"^^xsd:string
45 + ]
46 + ] [ sp:object
47 + [ sp:varName "thisdes"^^xsd:string
48 + ] ;
49 + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#des> ;
50 + sp:subject
51 + [ sp:varName "rd"^^xsd:string
52 + ]
53 + ] [ sp:object
54 + [ sp:varName "uri"^^xsd:string
55 + ] ;
56 + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#uRI> ;
57 + sp:subject
58 + [ sp:varName "rd"^^xsd:string
59 + ]
60 + ])
61 + ] .
62 +
63 +<http://www.reportinghub.no/refdata/transform/match-designation>
64 + rdf:type owl:Ontology ;
65 + owl:imports <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
66 + 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 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/refdata/transform/match-xsd-label
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 +# imports: http://www.witsml.org/schemas/1series
5 +
6 +@prefix : <http://www.reportinghub.no/refdata/transform/match-xsd-label#> .
7 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
8 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix p1series: <http://www.witsml.org/schemas/1series#> .
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 sp: <http://spinrdf.org/sp#> .
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/ep/schema/core#ClassificationFunctionOverTime>
19 + rdfs:subClassOf :DDR-Thing .
20 +
21 +<http://www.reportinghub.no/ep/schema/core#Pair>
22 + rdfs:subClassOf :DDR-Thing .
23 +
24 +<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
25 + rdfs:subClassOf :DDR-Thing .
26 +
27 +<http://www.reportinghub.no/ep/schema/material#MaterialPair>
28 + rdfs:subClassOf :DDR-Thing .
29 +
30 +<http://www.reportinghub.no/ep/schema/report#Report>
31 + rdfs:subClassOf :DDR-Thing .
32 +
33 +<http://www.reportinghub.no/refdata/transform/match-xsd-label>
34 + rdf:type owl:Ontology ;
35 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.witsml.org/schemas/1series> ;
36 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
37 +
38 +:DDR-Thing
39 + rdf:type owl:Class ;
40 + rdfs:subClassOf owl:Thing .
41 +
42 +owl:Class
43 + spin:rule
44 + [ rdf:type sp:Construct ;
45 + sp:templates ([ sp:object
46 + [ sp:varName "s1"^^xsd:string
47 + ] ;
48 + sp:predicate rdfs:seeAlso ;
49 + sp:subject
50 + [ sp:varName "s2"^^xsd:string
51 + ]
52 + ]) ;
53 + sp:where ([ sp:object
54 + [ sp:varName "label1"^^xsd:string
55 + ] ;
56 + sp:predicate rdfs:label ;
57 + sp:subject
58 + [ sp:varName "s1"^^xsd:string
59 + ]
60 + ] [ rdf:type sp:Filter ;
61 + sp:expression
62 + [ rdf:type sp:eq ;
63 + sp:arg1 [ rdf:type afn:namespace ;
64 + sp:arg1 [ sp:varName "s1"^^xsd:string
65 + ]
66 + ] ;
67 + sp:arg2 "http://www.witsml.org/schemas/1series#"
68 + ]
69 + ] [ rdf:type sp:Bind ;
70 + sp:expression
71 + [ rdf:type fn:upper-case ;
72 + sp:arg1 [ sp:varName "label1"^^xsd:string
73 + ]
74 + ] ;
75 + sp:variable
76 + [ sp:varName "ulabel1"^^xsd:string
77 + ]
78 + ] [ rdf:type sp:TriplePath ;
79 + sp:object :DDR-Thing ;
80 + sp:path [ rdf:type sp:ModPath ;
81 + sp:modMax -2 ;
82 + sp:modMin 0 ;
83 + sp:subPath rdfs:subClassOf
84 + ] ;
85 + sp:subject
86 + [ sp:varName "s2"^^xsd:string
87 + ]
88 + ] [ rdf:type sp:Bind ;
89 + sp:expression
90 + [ rdf:type fn:upper-case ;
91 + sp:arg1 [ rdf:type afn:localname ;
92 + sp:arg1 [ sp:varName "s2"^^xsd:string
93 + ]
94 + ]
95 + ] ;
96 + sp:variable
97 + [ sp:varName "localname"^^xsd:string
98 + ]
99 + ] [ rdf:type sp:Filter ;
100 + sp:expression
101 + [ rdf:type sp:eq ;
102 + sp:arg1 [ sp:varName "localname"^^xsd:string
103 + ] ;
104 + sp:arg2 [ sp:varName "ulabel1"^^xsd:string
105 + ]
106 + ]
107 + ])
108 + ] .
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 + ] .
...@@ -67,6 +67,7 @@ WHERE { ...@@ -67,6 +67,7 @@ WHERE {
67 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> 67 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" />
68 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> 68 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" />
69 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" /> 69 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" />
70 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SeaWeatherInformation" />
70 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> 71 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" />
71 72
72 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 73 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
...@@ -79,8 +80,8 @@ WHERE { ...@@ -79,8 +80,8 @@ WHERE {
79 80
80 81
81 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> 82 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
82 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> 83 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
83 - 84 + />
84 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> 85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" />
85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" /> 86 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" />
86 87
......
...@@ -6,12 +6,14 @@ ...@@ -6,12 +6,14 @@
6 6
7 @prefix arg: <http://spinrdf.org/arg#> . 7 @prefix arg: <http://spinrdf.org/arg#> .
8 @prefix dprswp: <http://www.reportinghub.no/swp/dpr#> . 8 @prefix dprswp: <http://www.reportinghub.no/swp/dpr#> .
9 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix html: <http://uispin.org/html#> . 10 @prefix html: <http://uispin.org/html#> .
10 @prefix let: <http://uispin.org/let#> . 11 @prefix let: <http://uispin.org/let#> .
11 @prefix letrs: <http://uispin.org/letrs#> . 12 @prefix letrs: <http://uispin.org/letrs#> .
12 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
13 @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#> .
14 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
15 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
16 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
17 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -34,9 +36,12 @@ arg:template ...@@ -34,9 +36,12 @@ arg:template
34 arg:report spin:_this 36 arg:report spin:_this
35 ] . 37 ] .
36 38
39 +<http://www.reportinghub.no/ep/spin/dpr-tables#WeatherInformation>
40 + rdfs:comment "rhspin:tableHeaders values come from http://massivemonster.org/prodmltutorial/movingon/operational/weather"^^xsd:string .
41 +
37 <http://www.reportinghub.no/swp/dpr> 42 <http://www.reportinghub.no/swp/dpr>
38 rdf:type owl:Ontology ; 43 rdf:type owl:Ontology ;
39 - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/spin/rh> ; 44 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://uispin.org/tui> ;
40 owl:versionInfo "0.1.0"^^xsd:string . 45 owl:versionInfo "0.1.0"^^xsd:string .
41 46
42 dprswp:DailyProductionReportView 47 dprswp:DailyProductionReportView
...@@ -64,15 +69,15 @@ dprswp:Table ...@@ -64,15 +69,15 @@ dprswp:Table
64 rdfs:subClassOf ui:Element ; 69 rdfs:subClassOf ui:Element ;
65 spin:constraint 70 spin:constraint
66 [ rdf:type spl:Argument ; 71 [ rdf:type spl:Argument ;
72 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
73 + spl:predicate arg:template ;
74 + spl:valueType spin:Template
75 + ] ;
76 + spin:constraint
77 + [ rdf:type spl:Argument ;
67 rdfs:comment "The report that serves as root of the template."^^xsd:string ; 78 rdfs:comment "The report that serves as root of the template."^^xsd:string ;
68 spl:optional "true"^^xsd:boolean ; 79 spl:optional "true"^^xsd:boolean ;
69 spl:predicate arg:report ; 80 spl:predicate arg:report ;
70 spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> 81 spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport>
71 ] ; 82 ] ;
72 - spin:constraint
73 - [ rdf:type spl:Argument ;
74 - rdfs:comment "The SPIN Template to execute."^^xsd:string ;
75 - spl:predicate arg:template ;
76 - spl:valueType spin:Template
77 - ] ;
78 ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . 83 ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> .
......