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-05-31 17:29:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4debbdb075bd7d18f598acce862ae083123da3e
d4debbdb
1 parent
5aeefdb9
Generlized Mass property
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
5 deletions
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
View file @
d4debbd
...
...
@@ -19,7 +19,7 @@
<http://www.reportinghub.no/ep/spin/mpr-tables>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/transform/transform-helper-schema
>
;
owl:
imports
<http://
www.reportinghub.no/ep/transform/transform-helper-schema>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://spinrdf.org/spin
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
mpr-tables:
ProductionFlows
...
...
@@ -37,7 +37,7 @@ mpr-tables:ProductionFlows
]
[
sp:
varName
"productFlowMaterialTypeName"
^^
xsd:
string
]
[
sp:
varName
"productFlowGrossOrNetTypeName"
^^
xsd:
string
]
[
sp:
varName
"productFlowInPeriodDurationTypeName"
^^
xsd:
string
]
[
sp:
varName
"mass
InKilograms
"
^^
xsd:
string
]
[
sp:
varName
"mass
ValueString
"
^^
xsd:
string
]
[
sp:
varName
"pressureInAtmospheres"
^^
xsd:
string
]
[
sp:
varName
"temperatureInCelsius"
^^
xsd:
string
]
[
sp:
varName
"volumeInMetre3"
^^
xsd:
string
...
...
@@ -304,12 +304,42 @@ mpr-tables:ProductionFlows
[
sp:
varName
"mass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"massInKilograms"
^^
xsd:
string
[
sp:
varName
"massValue"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"massPredicate"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#kilogram>
;
sp:
subject
[
sp:
varName
"mass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Scale>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"massPredicate"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"massPropertyName"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
[
sp:
varName
"massPredicate"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
concat
;
sp:
arg1
[
rdf:
type
spif:
decimalFormat
;
arg:
number
[
sp:
varName
"massValue"
^^
xsd:
string
]
;
arg:
pattern
"#.##"
]
;
sp:
arg2
" "
;
sp:
arg3
[
sp:
varName
"massPropertyName"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"massValueString"
^^
xsd:
string
]
])
]
[
sp:
object
[
sp:
varName
"materialThatFlowsInPeriod"
^^
xsd:
string
...
...
@@ -400,7 +430,7 @@ mpr-tables:ProductionFlows
])
])
]
;
rhspin:
tableHeaders
(
"facility"
^^
xsd:
string
"flow name"
^^
xsd:
string
"type"
^^
xsd:
string
"subtype"
^^
xsd:
string
"purpose"
^^
xsd:
string
"product"
^^
xsd:
string
"material type"
^^
xsd:
string
"gross or net"
^^
xsd:
string
"duration type"
^^
xsd:
string
"mass
(kg)
"
^^
xsd:
string
"pressure (atm)"
^^
xsd:
string
"temperature (C)"
^^
xsd:
string
"volume (m^3"
^^
xsd:
string
"gross calorific value (MJ/m^3)"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"facility"
^^
xsd:
string
"flow name"
^^
xsd:
string
"type"
^^
xsd:
string
"subtype"
^^
xsd:
string
"purpose"
^^
xsd:
string
"product"
^^
xsd:
string
"material type"
^^
xsd:
string
"gross or net"
^^
xsd:
string
"duration type"
^^
xsd:
string
"mass "
^^
xsd:
string
"pressure (atm)"
^^
xsd:
string
"temperature (C)"
^^
xsd:
string
"volume (m^3"
^^
xsd:
string
"gross calorific value (MJ/m^3)"
^^
xsd:
string
)
.
mpr-tables:
ProductionFlowsAll
rdf:
type
rhspin:
TableTemplate
;
...
...
Please
register
or
login
to post a comment