Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2012-10-25 09:42:44 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0cfe89938294a27c6ac36de8e8bbb129b43812e2
0cfe8993
1 parent
2a08d0fd
added two example normalized value with unit to weather table
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
View file @
0cfe899
...
...
@@ -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
;
...
...
Please
register
or
login
to post a comment