Showing
41 changed files
with
530 additions
and
185 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 | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -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 ; | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
1 | -# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema |
2 | -# imports: http://www.epim.no/schemas/mprml/1 | 2 | +# imports: http://www.epim.no/schemas/mprml/1 |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | - | 4 | + |
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
8 | -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 8 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
10 | - | 10 | + |
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 ; |
25 | - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | 25 | + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; |
26 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 26 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
27 | - rdfs:label "for comment"^^xsd:string . | 27 | + rdfs:label "for comment"^^xsd:string . |
28 | - | 28 | + |
29 | -transhelp:hasDerivedText | 29 | +transhelp:hasDerivedText |
30 | - rdf:type owl:DatatypeProperty . | 30 | + rdf:type owl:DatatypeProperty . |
31 | - | 31 | + |
32 | -transhelp:intervalEnd | 32 | +transhelp:interval |
33 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 33 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
34 | - | 34 | + |
35 | -transhelp:intervalIdentifier | 35 | +transhelp:intervalEnd |
36 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 36 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
37 | - | 37 | + |
38 | -transhelp:intervalStart | 38 | +transhelp:intervalIdentifier |
39 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 39 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
40 | - | 40 | + |
41 | -transhelp:label | 41 | +transhelp:intervalStart |
42 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 42 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
43 | - | 43 | + |
44 | -transhelp:mapsTo | 44 | +transhelp:label |
45 | - rdf:type rdf:Property . | 45 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
46 | - | 46 | + |
47 | -transhelp:materialClassMapsToMPREnumeration | 47 | +transhelp:mapsTo |
48 | - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; | 48 | + rdf:type rdf:Property . |
49 | - rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 49 | + |
50 | - rdfs:subPropertyOf transhelp:mapsTo . | 50 | +transhelp:materialClassMapsToMPREnumeration |
51 | - | 51 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; |
52 | -transhelp:nominalInstant | 52 | + rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
53 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 53 | + rdfs:subPropertyOf transhelp:mapsTo . |
54 | - | 54 | + |
55 | -transhelp:standardTempPres | 55 | +transhelp:nominalInstant |
56 | - rdf:type rdf:Property ; | 56 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
57 | - rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | 57 | + |
58 | - | 58 | +transhelp:standardTempPres |
59 | -transhelp:typeOfPartCommentedOn | 59 | + rdf:type rdf:Property ; |
60 | - rdf:type owl:ObjectProperty ; | 60 | + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . |
61 | - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | 61 | + |
62 | - rdfs:domain owl:Class ; | 62 | +transhelp:typeOfPartCommentedOn |
63 | - rdfs:label "type of part commented on"^^xsd:string . | 63 | + rdf:type owl:ObjectProperty ; |
64 | + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | ||
65 | + rdfs:domain owl:Class ; | ||
66 | + rdfs:label "type of part commented on"^^xsd:string . | ... | ... |
... | @@ -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 is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
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.
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 |
This diff is collapsed. Click to expand it.
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,10 +80,10 @@ WHERE { | ... | @@ -79,10 +80,10 @@ 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 | ||
87 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ImportVolumes" /> | 88 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ImportVolumes" /> |
88 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsImport" /> | 89 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsImport" /> | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/swp/dpr | 1 | +# baseURI: http://www.reportinghub.no/swp/dpr |
2 | -# imports: http://uispin.org/tui | 2 | +# imports: http://uispin.org/tui |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production |
4 | -# imports: http://www.reportinghub.no/ep/spin/dpr-tables | 4 | +# imports: http://www.reportinghub.no/ep/spin/dpr-tables |
5 | -# imports: http://www.reportinghub.no/spin/rh | 5 | +# imports: http://www.reportinghub.no/spin/rh |
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 html: <http://uispin.org/html#> . | 9 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
10 | -@prefix let: <http://uispin.org/let#> . | 10 | +@prefix html: <http://uispin.org/html#> . |
11 | -@prefix letrs: <http://uispin.org/letrs#> . | 11 | +@prefix let: <http://uispin.org/let#> . |
12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix letrs: <http://uispin.org/letrs#> . |
13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
15 | -@prefix sp: <http://spinrdf.org/sp#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
16 | -@prefix spin: <http://spinrdf.org/spin#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
17 | -@prefix spl: <http://spinrdf.org/spl#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
18 | -@prefix ui: <http://uispin.org/ui#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
20 | - | 20 | +@prefix ui: <http://uispin.org/ui#> . |
21 | -arg:report | 21 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
22 | - rdf:type rdf:Property ; | 22 | + |
23 | - rdfs:label "report"^^xsd:string ; | 23 | +arg:report |
24 | - rdfs:subPropertyOf sp:arg . | 24 | + rdf:type rdf:Property ; |
25 | - | 25 | + rdfs:label "report"^^xsd:string ; |
26 | -arg:template | 26 | + rdfs:subPropertyOf sp:arg . |
27 | - rdf:type rdf:Property ; | 27 | + |
28 | - rdfs:label "template"^^xsd:string ; | 28 | +arg:template |
29 | - rdfs:subPropertyOf sp:arg . | 29 | + rdf:type rdf:Property ; |
30 | - | 30 | + rdfs:label "template"^^xsd:string ; |
31 | -<http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 31 | + rdfs:subPropertyOf sp:arg . |
32 | - ui:instanceView | 32 | + |
33 | - [ rdf:type dprswp:DailyProductionReportView ; | 33 | +<http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
34 | - arg:report spin:_this | 34 | + ui:instanceView |
35 | - ] . | 35 | + [ rdf:type dprswp:DailyProductionReportView ; |
36 | - | 36 | + arg:report spin:_this |
37 | -<http://www.reportinghub.no/swp/dpr> | 37 | + ] . |
38 | - rdf:type owl:Ontology ; | 38 | + |
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> ; | 39 | +<http://www.reportinghub.no/ep/spin/dpr-tables#WeatherInformation> |
40 | - owl:versionInfo "0.1.0"^^xsd:string . | 40 | + rdfs:comment "rhspin:tableHeaders values come from http://massivemonster.org/prodmltutorial/movingon/operational/weather"^^xsd:string . |
41 | - | 41 | + |
42 | -dprswp:DailyProductionReportView | 42 | +<http://www.reportinghub.no/swp/dpr> |
43 | - rdf:type ui:NodeClass ; | 43 | + rdf:type owl:Ontology ; |
44 | - rdfs:label "Daily production report view"^^xsd:string ; | 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> ; |
45 | - rdfs:subClassOf ui:Element ; | 45 | + owl:versionInfo "0.1.0"^^xsd:string . |
46 | - spin:constraint | 46 | + |
47 | - [ rdf:type spl:Argument ; | 47 | +dprswp:DailyProductionReportView |
48 | - rdfs:comment "The report to display."^^xsd:string ; | 48 | + rdf:type ui:NodeClass ; |
49 | - spl:predicate arg:report ; | 49 | + rdfs:label "Daily production report view"^^xsd:string ; |
50 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 50 | + rdfs:subClassOf ui:Element ; |
51 | - ] ; | 51 | + spin:constraint |
52 | - ui:headIncludes | 52 | + [ rdf:type spl:Argument ; |
53 | - [ rdf:type html:Link ; | 53 | + rdfs:comment "The report to display."^^xsd:string ; |
54 | - html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | 54 | + spl:predicate arg:report ; |
55 | - html:rel "stylesheet"^^xsd:string ; | 55 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
56 | - html:type "text/css"^^xsd:string | 56 | + ] ; |
57 | - ] ; | 57 | + ui:headIncludes |
58 | - ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> . | 58 | + [ rdf:type html:Link ; |
59 | - | 59 | + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; |
60 | -dprswp:Table | 60 | + html:rel "stylesheet"^^xsd:string ; |
61 | - rdf:type ui:NodeClass ; | 61 | + html:type "text/css"^^xsd:string |
62 | - rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ; | 62 | + ] ; |
63 | - rdfs:label "Table"^^xsd:string ; | 63 | + ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> . |
64 | - rdfs:subClassOf ui:Element ; | 64 | + |
65 | - spin:constraint | 65 | +dprswp:Table |
66 | - [ rdf:type spl:Argument ; | 66 | + rdf:type ui:NodeClass ; |
67 | - rdfs:comment "The report that serves as root of the template."^^xsd:string ; | 67 | + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ; |
68 | - spl:optional "true"^^xsd:boolean ; | 68 | + rdfs:label "Table"^^xsd:string ; |
69 | - spl:predicate arg:report ; | 69 | + rdfs:subClassOf ui:Element ; |
70 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 70 | + spin:constraint |
71 | - ] ; | 71 | + [ rdf:type spl:Argument ; |
72 | - spin:constraint | 72 | + rdfs:comment "The SPIN Template to execute."^^xsd:string ; |
73 | - [ rdf:type spl:Argument ; | 73 | + spl:predicate arg:template ; |
74 | - rdfs:comment "The SPIN Template to execute."^^xsd:string ; | 74 | + spl:valueType spin:Template |
75 | - spl:predicate arg:template ; | 75 | + ] ; |
76 | - spl:valueType spin:Template | 76 | + spin:constraint |
77 | - ] ; | 77 | + [ rdf:type spl:Argument ; |
78 | - ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . | 78 | + rdfs:comment "The report that serves as root of the template."^^xsd:string ; |
79 | + spl:optional "true"^^xsd:boolean ; | ||
80 | + spl:predicate arg:report ; | ||
81 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | ||
82 | + ] ; | ||
83 | + ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment