Split weather section of DPR2 rpt into Atmosphere and Sea weather, finished Atmosphere one
Showing
3 changed files
with
273 additions
and
69 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/spin/dpr-tables> | 20 | <http://www.reportinghub.no/ep/spin/dpr-tables> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; | 22 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | dpr-tables:ExportVolumes | 25 | dpr-tables:ExportVolumes |
| ... | @@ -4434,9 +4434,167 @@ dpr-tables:SafetyInformation | ... | @@ -4434,9 +4434,167 @@ dpr-tables:SafetyInformation |
| 4434 | ] ; | 4434 | ] ; |
| 4435 | rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string "Duration"^^xsd:string) . | 4435 | rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string "Duration"^^xsd:string) . |
| 4436 | 4436 | ||
| 4437 | +dpr-tables:SeaWeatherInformation | ||
| 4438 | + rdf:type rhspin:TableTemplate ; | ||
| 4439 | + rdfs:label "Sea Weather Information"^^xsd:string ; | ||
| 4440 | + rdfs:subClassOf rhspin:DPRTableTemplates ; | ||
| 4441 | + spin:body | ||
| 4442 | + [ rdf:type sp:Select ; | ||
| 4443 | + sp:distinct "true"^^xsd:boolean ; | ||
| 4444 | + sp:resultVariables ([ sp:varName "avgWaveHeight"^^xsd:string | ||
| 4445 | + ] [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | ||
| 4446 | + ] [ sp:varName "maxWaveHeight"^^xsd:string | ||
| 4447 | + ]) ; | ||
| 4448 | + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
| 4449 | + sp:predicate rdf:type ; | ||
| 4450 | + sp:subject | ||
| 4451 | + [ sp:varName "report"^^xsd:string | ||
| 4452 | + ] | ||
| 4453 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
| 4454 | + sp:predicate rdf:type ; | ||
| 4455 | + sp:subject | ||
| 4456 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4457 | + ] | ||
| 4458 | + ] [ sp:object | ||
| 4459 | + [ sp:varName "productionReport"^^xsd:string | ||
| 4460 | + ] ; | ||
| 4461 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 4462 | + sp:subject | ||
| 4463 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4464 | + ] | ||
| 4465 | + ] [ sp:object | ||
| 4466 | + [ sp:varName "installationPart"^^xsd:string | ||
| 4467 | + ] ; | ||
| 4468 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 4469 | + sp:subject | ||
| 4470 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
| 4471 | + ] | ||
| 4472 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ; | ||
| 4473 | + sp:predicate rdf:type ; | ||
| 4474 | + sp:subject | ||
| 4475 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
| 4476 | + ] | ||
| 4477 | + ] [ sp:object | ||
| 4478 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4479 | + ] ; | ||
| 4480 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 4481 | + sp:subject | ||
| 4482 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
| 4483 | + ] | ||
| 4484 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 4485 | + sp:predicate rdf:type ; | ||
| 4486 | + sp:subject | ||
| 4487 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
| 4488 | + ] | ||
| 4489 | + ] [ sp:object | ||
| 4490 | + [ sp:varName "installationPart"^^xsd:string | ||
| 4491 | + ] ; | ||
| 4492 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 4493 | + sp:subject | ||
| 4494 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
| 4495 | + ] | ||
| 4496 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 4497 | + sp:predicate rdf:type ; | ||
| 4498 | + sp:subject | ||
| 4499 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
| 4500 | + ] | ||
| 4501 | + ] [ sp:object | ||
| 4502 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
| 4503 | + ] ; | ||
| 4504 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4505 | + sp:subject | ||
| 4506 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
| 4507 | + ] | ||
| 4508 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
| 4509 | + sp:predicate rdf:type ; | ||
| 4510 | + sp:subject | ||
| 4511 | + [ sp:varName "surroundingWater"^^xsd:string | ||
| 4512 | + ] | ||
| 4513 | + ] [ sp:object | ||
| 4514 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
| 4515 | + ] ; | ||
| 4516 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 4517 | + sp:subject | ||
| 4518 | + [ sp:varName "surroundingWater"^^xsd:string | ||
| 4519 | + ] | ||
| 4520 | + ] [ sp:object | ||
| 4521 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 4522 | + ] ; | ||
| 4523 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
| 4524 | + sp:subject | ||
| 4525 | + [ sp:varName "surroundingWater"^^xsd:string | ||
| 4526 | + ] | ||
| 4527 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
| 4528 | + sp:predicate rdf:type ; | ||
| 4529 | + sp:subject | ||
| 4530 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 4531 | + ] | ||
| 4532 | + ] [ sp:object | ||
| 4533 | + [ sp:varName "avgWaveHeightObject"^^xsd:string | ||
| 4534 | + ] ; | ||
| 4535 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; | ||
| 4536 | + sp:subject | ||
| 4537 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 4538 | + ] | ||
| 4539 | + ] [ sp:object | ||
| 4540 | + [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
| 4541 | + ] ; | ||
| 4542 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; | ||
| 4543 | + sp:subject | ||
| 4544 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 4545 | + ] | ||
| 4546 | + ] [ sp:object | ||
| 4547 | + [ sp:varName "maxWaveHeightObject"^^xsd:string | ||
| 4548 | + ] ; | ||
| 4549 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; | ||
| 4550 | + sp:subject | ||
| 4551 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 4552 | + ] | ||
| 4553 | + ] [ sp:object | ||
| 4554 | + [ sp:varName "avgWaveHeight"^^xsd:string | ||
| 4555 | + ] ; | ||
| 4556 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
| 4557 | + sp:subject | ||
| 4558 | + [ sp:varName "avgWaveHeightObject"^^xsd:string | ||
| 4559 | + ] | ||
| 4560 | + ] [ rdf:type sp:Bind ; | ||
| 4561 | + sp:expression | ||
| 4562 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 4563 | + sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string | ||
| 4564 | + ] | ||
| 4565 | + ] ; | ||
| 4566 | + sp:variable | ||
| 4567 | + [ sp:varName "maxWaveHeight"^^xsd:string | ||
| 4568 | + ] | ||
| 4569 | + ] [ rdf:type sp:Bind ; | ||
| 4570 | + sp:expression | ||
| 4571 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 4572 | + sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
| 4573 | + ] | ||
| 4574 | + ] ; | ||
| 4575 | + sp:variable | ||
| 4576 | + [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | ||
| 4577 | + ] | ||
| 4578 | + ] [ rdf:type sp:Bind ; | ||
| 4579 | + sp:expression | ||
| 4580 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 4581 | + sp:arg1 [ sp:varName "avgWaveHeightObject"^^xsd:string | ||
| 4582 | + ] | ||
| 4583 | + ] ; | ||
| 4584 | + sp:variable | ||
| 4585 | + [ sp:varName "averageWaveHeight"^^xsd:string | ||
| 4586 | + ] | ||
| 4587 | + ]) | ||
| 4588 | + ] ; | ||
| 4589 | + rhspin:tableHeaders ("""Average | ||
| 4590 | +Wave Height"""^^xsd:string """Average Third | ||
| 4591 | +Highest Wave | ||
| 4592 | +Height"""^^xsd:string """Maximum Wave | ||
| 4593 | +Height"""^^xsd:string) . | ||
| 4594 | + | ||
| 4437 | dpr-tables:WeatherInformation | 4595 | dpr-tables:WeatherInformation |
| 4438 | rdf:type rhspin:TableTemplate ; | 4596 | rdf:type rhspin:TableTemplate ; |
| 4439 | - rdfs:label "Weather Information"^^xsd:string ; | 4597 | + rdfs:label "Atmosphere Weather Information"^^xsd:string ; |
| 4440 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 4598 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
| 4441 | spin:body | 4599 | spin:body |
| 4442 | [ rdf:type sp:Select ; | 4600 | [ rdf:type sp:Select ; |
| ... | @@ -4444,9 +4602,12 @@ dpr-tables:WeatherInformation | ... | @@ -4444,9 +4602,12 @@ dpr-tables:WeatherInformation |
| 4444 | sp:resultVariables ([ sp:varName "baromPressure"^^xsd:string | 4602 | sp:resultVariables ([ sp:varName "baromPressure"^^xsd:string |
| 4445 | ] [ sp:varName "windChill"^^xsd:string | 4603 | ] [ sp:varName "windChill"^^xsd:string |
| 4446 | ] [ sp:varName "cloudCeilingHeight"^^xsd:string | 4604 | ] [ sp:varName "cloudCeilingHeight"^^xsd:string |
| 4447 | - ] [ sp:varName "avgWaveHeight"^^xsd:string | 4605 | + ] [ sp:varName "coverCloud"^^xsd:string |
| 4448 | - ] [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | 4606 | + ] [ sp:varName "beaufortNumber"^^xsd:string |
| 4449 | - ] [ sp:varName "maxWaveHeight"^^xsd:string | 4607 | + ] [ sp:varName "windSpeed"^^xsd:string |
| 4608 | + ] [ sp:varName "aziWind"^^xsd:string | ||
| 4609 | + ] [ sp:varName "precipitationName"^^xsd:string | ||
| 4610 | + ] [ sp:varName "precipitationAmount"^^xsd:string | ||
| 4450 | ] [ sp:varName "description"^^xsd:string | 4611 | ] [ sp:varName "description"^^xsd:string |
| 4451 | ]) ; | 4612 | ]) ; |
| 4452 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 4613 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
| ... | @@ -4542,117 +4703,156 @@ dpr-tables:WeatherInformation | ... | @@ -4542,117 +4703,156 @@ dpr-tables:WeatherInformation |
| 4542 | sp:subject | 4703 | sp:subject |
| 4543 | [ sp:varName "surroundingAir"^^xsd:string | 4704 | [ sp:varName "surroundingAir"^^xsd:string |
| 4544 | ] | 4705 | ] |
| 4545 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | 4706 | + ] [ sp:object |
| 4546 | - sp:predicate rdf:type ; | 4707 | + [ sp:varName "wind"^^xsd:string |
| 4708 | + ] ; | ||
| 4709 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 4547 | sp:subject | 4710 | sp:subject |
| 4548 | - [ sp:varName "pressure"^^xsd:string | 4711 | + [ sp:varName "surroundingAir"^^xsd:string |
| 4549 | ] | 4712 | ] |
| 4550 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 4713 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
| 4551 | sp:predicate rdf:type ; | 4714 | sp:predicate rdf:type ; |
| 4552 | sp:subject | 4715 | sp:subject |
| 4553 | - [ sp:varName "cloudCover"^^xsd:string | 4716 | + [ sp:varName "wind"^^xsd:string |
| 4554 | ] | 4717 | ] |
| 4555 | ] [ sp:object | 4718 | ] [ sp:object |
| 4556 | - [ sp:varName "surroundingAir"^^xsd:string | 4719 | + [ sp:varName "velocity"^^xsd:string |
| 4557 | ] ; | 4720 | ] ; |
| 4558 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 4721 | + sp:predicate rdf:type ; |
| 4559 | sp:subject | 4722 | sp:subject |
| 4560 | - [ sp:varName "cloudCover"^^xsd:string | 4723 | + [ sp:varName "wind"^^xsd:string |
| 4724 | + ] | ||
| 4725 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
| 4726 | + sp:predicate rdf:type ; | ||
| 4727 | + sp:subject | ||
| 4728 | + [ sp:varName "velocity"^^xsd:string | ||
| 4561 | ] | 4729 | ] |
| 4562 | ] [ sp:object | 4730 | ] [ sp:object |
| 4563 | - [ sp:varName "cloudCeilingHeightObject"^^xsd:string | 4731 | + [ sp:varName "beaufortNumber"^^xsd:string |
| 4564 | ] ; | 4732 | ] ; |
| 4565 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; | 4733 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ; |
| 4566 | sp:subject | 4734 | sp:subject |
| 4567 | - [ sp:varName "cloudCover"^^xsd:string | 4735 | + [ sp:varName "velocity"^^xsd:string |
| 4568 | ] | 4736 | ] |
| 4569 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 4737 | + ] [ sp:object |
| 4570 | - sp:predicate rdf:type ; | 4738 | + [ sp:varName "windSpeed"^^xsd:string |
| 4739 | + ] ; | ||
| 4740 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#m_s-1> ; | ||
| 4571 | sp:subject | 4741 | sp:subject |
| 4572 | - [ sp:varName "surroundingWater"^^xsd:string | 4742 | + [ sp:varName "velocity"^^xsd:string |
| 4573 | ] | 4743 | ] |
| 4574 | ] [ sp:object | 4744 | ] [ sp:object |
| 4575 | - [ sp:varName "surroundingEnvironment1"^^xsd:string | 4745 | + [ sp:varName "planeAngle"^^xsd:string |
| 4576 | ] ; | 4746 | ] ; |
| 4577 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 4747 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; |
| 4578 | sp:subject | 4748 | sp:subject |
| 4579 | - [ sp:varName "surroundingWater"^^xsd:string | 4749 | + [ sp:varName "wind"^^xsd:string |
| 4750 | + ] | ||
| 4751 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; | ||
| 4752 | + sp:predicate rdf:type ; | ||
| 4753 | + sp:subject | ||
| 4754 | + [ sp:varName "planeAngle"^^xsd:string | ||
| 4580 | ] | 4755 | ] |
| 4581 | ] [ sp:object | 4756 | ] [ sp:object |
| 4582 | - [ sp:varName "surfaceWaves"^^xsd:string | 4757 | + [ sp:varName "aziWind"^^xsd:string |
| 4583 | ] ; | 4758 | ] ; |
| 4584 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | 4759 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#radian> ; |
| 4585 | sp:subject | 4760 | sp:subject |
| 4586 | - [ sp:varName "surroundingWater"^^xsd:string | 4761 | + [ sp:varName "planeAngle"^^xsd:string |
| 4587 | ] | 4762 | ] |
| 4588 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 4763 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 4589 | sp:predicate rdf:type ; | 4764 | sp:predicate rdf:type ; |
| 4590 | sp:subject | 4765 | sp:subject |
| 4591 | - [ sp:varName "surfaceWaves"^^xsd:string | 4766 | + [ sp:varName "pressure"^^xsd:string |
| 4767 | + ] | ||
| 4768 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
| 4769 | + sp:predicate rdf:type ; | ||
| 4770 | + sp:subject | ||
| 4771 | + [ sp:varName "cloudCover"^^xsd:string | ||
| 4592 | ] | 4772 | ] |
| 4593 | ] [ sp:object | 4773 | ] [ sp:object |
| 4594 | - [ sp:varName "avgWaveHeightObject"^^xsd:string | 4774 | + [ sp:varName "coverCloud"^^xsd:string |
| 4595 | ] ; | 4775 | ] ; |
| 4596 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; | 4776 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 4597 | sp:subject | 4777 | sp:subject |
| 4598 | - [ sp:varName "surfaceWaves"^^xsd:string | 4778 | + [ sp:varName "cloudCover"^^xsd:string |
| 4599 | ] | 4779 | ] |
| 4600 | ] [ sp:object | 4780 | ] [ sp:object |
| 4601 | - [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | 4781 | + [ sp:varName "surroundingAir"^^xsd:string |
| 4602 | ] ; | 4782 | ] ; |
| 4603 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; | 4783 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 4604 | sp:subject | 4784 | sp:subject |
| 4605 | - [ sp:varName "surfaceWaves"^^xsd:string | 4785 | + [ sp:varName "cloudCover"^^xsd:string |
| 4606 | ] | 4786 | ] |
| 4607 | ] [ sp:object | 4787 | ] [ sp:object |
| 4608 | - [ sp:varName "maxWaveHeightObject"^^xsd:string | 4788 | + [ sp:varName "cloudCeilingHeightObject"^^xsd:string |
| 4609 | ] ; | 4789 | ] ; |
| 4610 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; | 4790 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; |
| 4611 | sp:subject | 4791 | sp:subject |
| 4612 | - [ sp:varName "surfaceWaves"^^xsd:string | 4792 | + [ sp:varName "cloudCover"^^xsd:string |
| 4613 | ] | 4793 | ] |
| 4614 | ] [ sp:object | 4794 | ] [ sp:object |
| 4615 | - [ sp:varName "avgWaveHeight"^^xsd:string | 4795 | + [ sp:varName "surroundingAir2"^^xsd:string |
| 4616 | ] ; | 4796 | ] ; |
| 4617 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 4797 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 4618 | sp:subject | 4798 | sp:subject |
| 4619 | - [ sp:varName "avgWaveHeightObject"^^xsd:string | 4799 | + [ sp:varName "surroundingAir"^^xsd:string |
| 4620 | ] | 4800 | ] |
| 4621 | - ] [ rdf:type sp:Bind ; | 4801 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 4622 | - sp:expression | 4802 | + sp:predicate rdf:type ; |
| 4623 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | 4803 | + sp:subject |
| 4624 | - sp:arg1 [ sp:varName "windChillObject"^^xsd:string | 4804 | + [ sp:varName "surroundingAir2"^^xsd:string |
| 4625 | ] | 4805 | ] |
| 4806 | + ] [ sp:object | ||
| 4807 | + [ sp:varName "flow"^^xsd:string | ||
| 4626 | ] ; | 4808 | ] ; |
| 4627 | - sp:variable | 4809 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 4628 | - [ sp:varName "windChill"^^xsd:string | 4810 | + sp:subject |
| 4811 | + [ sp:varName "surroundingAir2"^^xsd:string | ||
| 4629 | ] | 4812 | ] |
| 4630 | - ] [ rdf:type sp:Bind ; | 4813 | + ] [ sp:object |
| 4631 | - sp:expression | 4814 | + [ sp:varName "precipitationType"^^xsd:string |
| 4632 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | 4815 | + ] ; |
| 4633 | - sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string | 4816 | + sp:predicate rdf:type ; |
| 4817 | + sp:subject | ||
| 4818 | + [ sp:varName "flow"^^xsd:string | ||
| 4819 | + ] | ||
| 4820 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#PrecipitationType> ; | ||
| 4821 | + sp:predicate rdf:type ; | ||
| 4822 | + sp:subject | ||
| 4823 | + [ sp:varName "precipitationType"^^xsd:string | ||
| 4634 | ] | 4824 | ] |
| 4825 | + ] [ sp:object | ||
| 4826 | + [ sp:varName "precipitationName"^^xsd:string | ||
| 4635 | ] ; | 4827 | ] ; |
| 4636 | - sp:variable | 4828 | + sp:predicate rdfs:label ; |
| 4637 | - [ sp:varName "maxWaveHeight"^^xsd:string | 4829 | + sp:subject |
| 4830 | + [ sp:varName "precipitationType"^^xsd:string | ||
| 4831 | + ] | ||
| 4832 | + ] [ sp:object | ||
| 4833 | + [ sp:varName "precipitationAmountObj"^^xsd:string | ||
| 4834 | + ] ; | ||
| 4835 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ; | ||
| 4836 | + sp:subject | ||
| 4837 | + [ sp:varName "flow"^^xsd:string | ||
| 4638 | ] | 4838 | ] |
| 4639 | ] [ rdf:type sp:Bind ; | 4839 | ] [ rdf:type sp:Bind ; |
| 4640 | sp:expression | 4840 | sp:expression |
| 4641 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | 4841 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; |
| 4642 | - sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | 4842 | + sp:arg1 [ sp:varName "precipitationAmountObj"^^xsd:string |
| 4643 | ] | 4843 | ] |
| 4644 | ] ; | 4844 | ] ; |
| 4645 | sp:variable | 4845 | sp:variable |
| 4646 | - [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | 4846 | + [ sp:varName "precipitationAmount"^^xsd:string |
| 4647 | ] | 4847 | ] |
| 4648 | ] [ rdf:type sp:Bind ; | 4848 | ] [ rdf:type sp:Bind ; |
| 4649 | sp:expression | 4849 | sp:expression |
| 4650 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | 4850 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; |
| 4651 | - sp:arg1 [ sp:varName "avgWaveHeightObject"^^xsd:string | 4851 | + sp:arg1 [ sp:varName "windChillObject"^^xsd:string |
| 4652 | ] | 4852 | ] |
| 4653 | ] ; | 4853 | ] ; |
| 4654 | sp:variable | 4854 | sp:variable |
| 4655 | - [ sp:varName "averageWaveHeight"^^xsd:string | 4855 | + [ sp:varName "windChill"^^xsd:string |
| 4656 | ] | 4856 | ] |
| 4657 | ] [ rdf:type sp:Bind ; | 4857 | ] [ rdf:type sp:Bind ; |
| 4658 | sp:expression | 4858 | sp:expression |
| ... | @@ -4675,13 +4875,11 @@ dpr-tables:WeatherInformation | ... | @@ -4675,13 +4875,11 @@ dpr-tables:WeatherInformation |
| 4675 | ]) | 4875 | ]) |
| 4676 | ] ; | 4876 | ] ; |
| 4677 | rhspin:tableHeaders ("""Barometric | 4877 | rhspin:tableHeaders ("""Barometric |
| 4678 | -Pressure"""^^xsd:string """Wind | 4878 | +Pressure"""^^xsd:string """Wind Chill |
| 4679 | -Chill"""^^xsd:string """Cloud Ceiling | 4879 | +Factor"""^^xsd:string "Cloud Ceiling"^^xsd:string "Cloud Description"^^xsd:string """Beaufort |
| 4680 | -Height"""^^xsd:string """Average | 4880 | +Wind Scale"""^^xsd:string "Wind Speed"^^xsd:string "Azimuth Wind"^^xsd:string """Precipitation |
| 4681 | -Wave Height"""^^xsd:string """Average Third | 4881 | +Type"""^^xsd:string """Amount |
| 4682 | -Highest Wave | 4882 | +Precipitation"""^^xsd:string "Comments"^^xsd:string) . |
| 4683 | -Height"""^^xsd:string """Maximum Wave | ||
| 4684 | -Height"""^^xsd:string "Comments"^^xsd:string) . | ||
| 4685 | 4883 | ||
| 4686 | dpr-tables:WellFluidLevelTest | 4884 | dpr-tables:WellFluidLevelTest |
| 4687 | rdf:type rhspin:TableTemplate ; | 4885 | rdf:type rhspin:TableTemplate ; | ... | ... |
| ... | @@ -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" /> | ... | ... |
| ... | @@ -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> . | ... | ... |
-
Please register or login to post a comment