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-31 15:13:51 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e9b59caa87dd672b88ee2d374ac17bad3df4e59
7e9b59ca
1 parent
3af9a756
Added mole ratio figures to Fluid Sample Analysis Results section of report.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
18 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 @
7e9b59c
...
...
@@ -252,6 +252,7 @@ dpr-tables:FluidSampleAnalysisResults
rdfs:
subClassOf
rhspin:
DPRTableTemplates
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
distinct
"true"
^^
xsd:
boolean
;
sp:
orderBy
([
sp:
varName
"sampledFluidName"
^^
xsd:
string
])
;
sp:
resultVariables
([
sp:
varName
"sampledFluidName"
^^
xsd:
string
...
...
@@ -347,6 +348,63 @@ dpr-tables:FluidSampleAnalysisResults
sp:
subject
[
sp:
varName
"componentType"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"firstOfPair"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"component"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#MolePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"molePair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"firstOfPair"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#firstOfPair>
;
sp:
subject
[
sp:
varName
"molePair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Mole>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"firstOfPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"secondOfPair"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#secondOfPair>
;
sp:
subject
[
sp:
varName
"molePair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Mole>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"secondOfPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ratio"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#divide>
;
sp:
subject
[
sp:
varName
"molePair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"ratio"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"ratio"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"moleRatioPercent"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"component"
^^
xsd:
string
...
...
@@ -373,24 +431,6 @@ dpr-tables:FluidSampleAnalysisResults
[
sp:
varName
"massRatioPercent"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"moleRatio"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#moleRatio>
;
sp:
subject
[
sp:
varName
"materialPair"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizePropertyUnitAndValue
;
sp:
arg1
[
sp:
varName
"moleRatio"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"moleRatioPercent"
^^
xsd:
string
]
])
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
...
...
Please
register
or
login
to post a comment