added two example normalized value with unit to weather table
Showing
1 changed file
with
16 additions
and
12 deletions
... | @@ -4563,19 +4563,23 @@ dpr-tables:WeatherInformation | ... | @@ -4563,19 +4563,23 @@ dpr-tables:WeatherInformation |
4563 | sp:subject | 4563 | sp:subject |
4564 | [ sp:varName "avgWaveHeightObject"^^xsd:string | 4564 | [ sp:varName "avgWaveHeightObject"^^xsd:string |
4565 | ] | 4565 | ] |
4566 | - ] [ sp:object | 4566 | + ] [ rdf:type sp:Bind ; |
4567 | - [ sp:varName "maxWaveHeight"^^xsd:string | 4567 | + sp:expression |
4568 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
4569 | + sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string | ||
4570 | + ] | ||
4568 | ] ; | 4571 | ] ; |
4569 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 4572 | + sp:variable |
4570 | - sp:subject | 4573 | + [ sp:varName "maxWaveHeight"^^xsd:string |
4571 | - [ sp:varName "maxWaveHeightObject"^^xsd:string | 4574 | + ] |
4575 | + ] [ rdf:type sp:Bind ; | ||
4576 | + sp:expression | ||
4577 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
4578 | + sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
4572 | ] | 4579 | ] |
4573 | - ] [ sp:object | ||
4574 | - [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | ||
4575 | ] ; | 4580 | ] ; |
4576 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | 4581 | + sp:variable |
4577 | - sp:subject | 4582 | + [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string |
4578 | - [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
4579 | ] | 4583 | ] |
4580 | ]) | 4584 | ]) |
4581 | ] ; | 4585 | ] ; |
... | @@ -4585,8 +4589,8 @@ Chill (c)"""^^xsd:string """Cloud Ceiling | ... | @@ -4585,8 +4589,8 @@ Chill (c)"""^^xsd:string """Cloud Ceiling |
4585 | Height (m)"""^^xsd:string """Average Wave | 4589 | Height (m)"""^^xsd:string """Average Wave |
4586 | Height (m)"""^^xsd:string """Average Third | 4590 | Height (m)"""^^xsd:string """Average Third |
4587 | Highest Wave | 4591 | Highest Wave |
4588 | -Height (m)"""^^xsd:string """Maximum Wave | 4592 | +Height"""^^xsd:string """Maximum Wave |
4589 | -Height (m)"""^^xsd:string "Comments"^^xsd:string) . | 4593 | +Height"""^^xsd:string "Comments"^^xsd:string) . |
4590 | 4594 | ||
4591 | dpr-tables:WellFluidLevelTest | 4595 | dpr-tables:WellFluidLevelTest |
4592 | rdf:type rhspin:TableTemplate ; | 4596 | rdf:type rhspin:TableTemplate ; | ... | ... |
-
Please register or login to post a comment