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-09-25 11:35:10 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a00634f6bbe176b9fb91aa26337de5213074f7d
2a00634f
1 parent
6c761a0e
primary component set
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 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 @
2a00634
...
...
@@ -32,6 +32,7 @@ dpr-tables:FluidSampleAnalysisResults
]
[
sp:
varName
"componentName"
^^
xsd:
string
]
[
sp:
varName
"moleRatioPercent"
^^
xsd:
string
]
[
sp:
varName
"massRatioPercent"
^^
xsd:
string
]
[
sp:
varName
"isPrimary"
^^
xsd:
string
])
;
sp:
where
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
;
sp:
predicate
rdf:
type
;
...
...
@@ -165,9 +166,23 @@ dpr-tables:FluidSampleAnalysisResults
]
])
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"component"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasPrimaryComponent>
;
sp:
subject
[
sp:
varName
"sampledFluid"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"True"
;
sp:
variable
[
sp:
varName
"isPrimary"
^^
xsd:
string
]
])
])
]
;
rhspin:
tableHeaders
(
"Fluid Sample Name"
^^
xsd:
string
"Component"
^^
xsd:
string
"Mole Ratio"
^^
xsd:
string
"Mass Ratio"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"Fluid Sample Name"
^^
xsd:
string
"Component"
^^
xsd:
string
"Mole Ratio"
^^
xsd:
string
"Mass Ratio"
^^
xsd:
string
"Is Primary"
^^
xsd:
string
)
.
dpr-tables:
FluidSamples
rdf:
type
rhspin:
TableTemplate
;
...
...
Please
register
or
login
to post a comment