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:22:19 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb77e93bb6f18031589a3096bd087067674f3a01
bb77e93b
1 parent
94675442
added product flow table and set SWP to be for DailyProductionReport
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
www.reportinghub.no/swp/DailyProductionReport.uispin.html
www.reportinghub.no/swp/SWP_dpr.ui.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
View file @
bb77e93
This diff is collapsed. Click to expand it.
www.reportinghub.no/swp/DailyProductionReport.uispin.html
View file @
bb77e93
...
...
@@ -50,8 +50,8 @@ WHERE {
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:ProductionOperationActivity"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:ProductVolumes"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:Product
ion
Volumes"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:ProductFlows"
/>
<hr
/>
<h2>
General Well Test Information
</h2>
...
...
www.reportinghub.no/swp/SWP_dpr.ui.ttl
View file @
bb77e93
...
...
@@ -28,7 +28,7 @@ arg:template
rdfs:
label
"template"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
<http://www.reportinghub.no/ep/schema/report#
Daily
ProductionReport>
ui:
instanceView
[
rdf:
type
dprswp:
DailyProductionReportView
;
arg:
report
spin:
_this
...
...
@@ -47,7 +47,7 @@ dprswp:DailyProductionReportView
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The report to display."
^^
xsd:
string
;
spl:
predicate
arg:
report
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#
Daily
ProductionReport>
]
;
ui:
headIncludes
[
rdf:
type
html:
Link
;
...
...
@@ -67,7 +67,7 @@ dprswp:Table
rdfs:
comment
"The report that serves as root of the template."
^^
xsd:
string
;
spl:
optional
"true"
^^
xsd:
boolean
;
spl:
predicate
arg:
report
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#
Daily
ProductionReport>
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
...
...
Please
register
or
login
to post a comment