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
2014-03-12 18:19:36 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56a0b82d1dc885d0de7a18056e88fed59c396c3e
56a0b82d
1 parent
688eb76e
Fixed density of productFlow
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
www.reportinghub.no/ep/spin/SPIN_EP-PROD-property.ttl
www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg.ttl
www.reportinghub.no/ep/spin/SPIN_EP-PROD-property.ttl
View file @
56a0b82
...
...
@@ -102,6 +102,15 @@
<http://www.reportinghub.no/ep/schema/flow#productFlowDensity>
rdf:
type
spin:
MagicProperty
,
owl:
DatatypeProperty
;
rdfs:
comment
"""SELECT ?densityValueString
WHERE {
?arg1 ep-flow:materialThatFlows ?productFlowMaterial .
?productFlowMaterial a ep-material:QuantityOfMaterial .
?materialWithDensity ep-core:temporalPartOf ?productFlowMaterial .
?materialWithDensity a ?density .
?density a ep-core:Density .
BIND (ep-spin-lib:normalizePropertyUnitAndValue(?density) AS ?densityValueString) .
}"""
^^
xsd:
string
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/flow#ProductFlow>
;
rdfs:
label
"product flow density"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
...
...
@@ -110,29 +119,22 @@
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"densityValueString"
^^
xsd:
string
])
;
sp:
where
([
sp:
object
[
sp:
varName
"productFlowMaterial"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/flow#materialThatFlows>
;
sp:
subject
spin:
_arg1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial>
;
sp:
predicate
rdf:
type
;
sp:
where
([
sp:
object
spin:
_arg1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"
productFlowMaterial
"
^^
xsd:
string
[
sp:
varName
"
flowWithDensity
"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"productFlowMaterial"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/flow#Flow>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"
material
WithDensity"
^^
xsd:
string
[
sp:
varName
"
flow
WithDensity"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"density"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"
material
WithDensity"
^^
xsd:
string
[
sp:
varName
"
flow
WithDensity"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
...
...
www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg.ttl
0 → 100644
View file @
56a0b82
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment