David Price

added two example normalized value with unit to weather table

......@@ -4563,19 +4563,23 @@ dpr-tables:WeatherInformation
sp:subject
[ sp:varName "avgWaveHeightObject"^^xsd:string
]
] [ sp:object
[ sp:varName "maxWaveHeight"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "maxWaveHeightObject"^^xsd:string
sp:variable
[ sp:varName "maxWaveHeight"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string
]
] [ sp:object
[ sp:varName "avgHighest3rdWaveHeight"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string
sp:variable
[ sp:varName "avgHighest3rdWaveHeight"^^xsd:string
]
])
] ;
......@@ -4585,8 +4589,8 @@ Chill (c)"""^^xsd:string """Cloud Ceiling
Height (m)"""^^xsd:string """Average Wave
Height (m)"""^^xsd:string """Average Third
Highest Wave
Height (m)"""^^xsd:string """Maximum Wave
Height (m)"""^^xsd:string "Comments"^^xsd:string) .
Height"""^^xsd:string """Maximum Wave
Height"""^^xsd:string "Comments"^^xsd:string) .
dpr-tables:WellFluidLevelTest
rdf:type rhspin:TableTemplate ;
......