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
Holger Knublauch
2012-03-14 13:07:08 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69065a9b43d5696ec23cd9f08a90352e86b1f669
69065a9b
1 parent
5a08a915
Type casting to xsd:decimal to avoid rounding errors
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
View file @
69065a9
...
...
@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:
type
owl:
Ontology
;
rdfs:
comment
"A collection of SELECT templates that can be used to assemble tables in DD reports."
^^
xsd:
string
;
owl:
imports
<http://
www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/spin/rh
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ddr-tables:
BitRecord
...
...
@@ -3314,13 +3314,11 @@ ddr-tables:Operations
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
sub
;
sp:
arg1
[
rdf:
type
spif:
cast
;
arg:
datatype
xsd:
float
;
sp:
arg1
[
rdf:
type
xsd:
decimal
;
sp:
arg1
[
sp:
varName
"endDepth2"
^^
xsd:
string
]
]
;
sp:
arg2
[
rdf:
type
spif:
cast
;
arg:
datatype
xsd:
float
;
sp:
arg2
[
rdf:
type
xsd:
decimal
;
sp:
arg1
[
sp:
varName
"startDepth2"
^^
xsd:
string
]
]
...
...
Please
register
or
login
to post a comment