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-08-26 16:26:57 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a812b645d2e894d4b919c003707aa1c59ccae7ff
a812b645
1 parent
bb77e93b
made flow properties optional
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
20 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 @
a812b64
...
...
@@ -279,7 +279,8 @@ dpr-tables:ProductFlows
sp:
subject
[
sp:
varName
"flowDefinition"
^^
xsd:
string
]
]
[
sp:
object
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"productFlow"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/flow#hasMixedPart>
;
...
...
@@ -330,34 +331,31 @@ dpr-tables:ProductFlows
sp:
subject
[
sp:
varName
"productFlow"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"temperature"
^^
xsd:
string
]
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"productFlow
"
^^
xsd:
string
[
sp:
varName
"pressure
"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"density
"
^^
xsd:
string
[
sp:
varName
"pressureValue
"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#pascal>
;
sp:
subject
[
sp:
varName
"productFlow
"
^^
xsd:
string
[
sp:
varName
"pressure
"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Temperature>
;
sp:
predicate
rdf:
type
;
sp:
su
bject
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
o
bject
[
sp:
varName
"temperature"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"pressure
"
^^
xsd:
string
[
sp:
varName
"productFlow
"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density
>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Temperature
>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"density
"
^^
xsd:
string
[
sp:
varName
"temperature
"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"temperatureValue"
^^
xsd:
string
...
...
@@ -366,12 +364,19 @@ dpr-tables:ProductFlows
sp:
subject
[
sp:
varName
"temperature"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pressureValue"
^^
xsd:
string
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"density"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#pascal>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"pressure"
^^
xsd:
string
[
sp:
varName
"productFlow"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"density"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"densityValue"
^^
xsd:
string
...
...
@@ -382,6 +387,7 @@ dpr-tables:ProductFlows
]
])
])
])
]
;
rhspin:
tableHeaders
(
"Field"
^^
xsd:
string
"Facility Name"
^^
xsd:
string
"Flow Purpose"
^^
xsd:
string
"Flow Definition"
^^
xsd:
string
"Material"
^^
xsd:
string
"Flow Density"
^^
xsd:
string
"Flow Temperature"
^^
xsd:
string
"Flow Pressure"
^^
xsd:
string
)
.
...
...
Please
register
or
login
to post a comment