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
Bob DuCharme
2012-10-26 16:41:40 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09a42cbbdb541b24a457899be1d8a6a1292e60da
09a42cbb
1 parent
5c17c718
fixed up weather section
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
25 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 @
09a42cb
...
...
@@ -4466,25 +4466,11 @@ dpr-tables:WeatherInformation
sp:
subject
[
sp:
varName
"surroundingAir"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"windChill"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#celsius>
;
sp:
subject
[
sp:
varName
"windChillObject"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"pressure"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"baromPressure"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#pascal>
;
sp:
subject
[
sp:
varName
"pressure"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/facility#CloudCover>
;
sp:
predicate
rdf:
type
;
sp:
subject
...
...
@@ -4504,13 +4490,6 @@ dpr-tables:WeatherInformation
sp:
subject
[
sp:
varName
"cloudCover"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"cloudCeilingHeight"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
subject
[
sp:
varName
"cloudCeilingHeightObject"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/facility#SurroundingWater>
;
sp:
predicate
rdf:
type
;
sp:
subject
...
...
@@ -4566,6 +4545,15 @@ dpr-tables:WeatherInformation
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"windChillObject"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"windChill"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"maxWaveHeightObject"
^^
xsd:
string
]
]
;
...
...
@@ -4581,13 +4569,40 @@ dpr-tables:WeatherInformation
sp:
variable
[
sp:
varName
"avgHighest3rdWaveHeight"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"avgWaveHeightObject"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"averageWaveHeight"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"cloudCeilingHeightObject"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"cloudCeilingHeight"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"pressure"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"baromPressure"
^^
xsd:
string
]
])
]
;
rhspin:
tableHeaders
(
"""Barometric
Pressure
(Pa)
"""
^^
xsd:
string
"""Wind
Chill
(c)
"""
^^
xsd:
string
"""Cloud Ceiling
Height
(m)"""
^^
xsd:
string
"""Average Wav
e
Height (m)
"""
^^
xsd:
string
"""Average Third
Pressure"""
^^
xsd:
string
"""Wind
Chill"""
^^
xsd:
string
"""Cloud Ceiling
Height
"""
^^
xsd:
string
"""Averag
e
Wave Height
"""
^^
xsd:
string
"""Average Third
Highest Wave
Height"""
^^
xsd:
string
"""Maximum Wave
Height"""
^^
xsd:
string
"Comments"
^^
xsd:
string
)
.
...
...
Please
register
or
login
to post a comment