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
Bob DuCharme
2012-11-29 16:42:11 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e116a637fe4febfe313c6009d7380578a28a7032
e116a637
1 parent
0165e7b0
Split weather section of DPR2 rpt into Atmosphere and Sea weather, finished Atmosphere one
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 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 @
e116a63
This diff is collapsed. Click to expand it.
www.reportinghub.no/swp/DailyProductionReport.uispin.html
View file @
e116a63
...
...
@@ -67,6 +67,7 @@ WHERE {
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:HSEInformation"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:SafetyInformation"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:WeatherInformation"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:SeaWeatherInformation"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:OperationInformation"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:ProductionOperationActivity"
/>
...
...
www.reportinghub.no/swp/SWP_dpr.ui.ttl
View file @
e116a63
...
...
@@ -6,12 +6,14 @@
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
dprswp:
<http://www.reportinghub.no/swp/dpr#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@prefix
html:
<http://uispin.org/html#>
.
@prefix
let:
<http://uispin.org/let#>
.
@prefix
letrs:
<http://uispin.org/letrs#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
rhspin:
<http://www.reportinghub.no/spin/rh#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
...
...
@@ -34,9 +36,12 @@ arg:template
arg:
report
spin:
_this
]
.
<http://www.reportinghub.no/ep/spin/dpr-tables#WeatherInformation>
rdfs:
comment
"rhspin:tableHeaders values come from http://massivemonster.org/prodmltutorial/movingon/operational/weather"
^^
xsd:
string
.
<http://www.reportinghub.no/swp/dpr>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
uispin.org/tui>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/spin/dpr-tables>
,
<http://www.reportinghub.no/spin/rh>
;
owl:
imports
<http://
www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/spin/dpr-tables>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://uispin.org/tui>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
dprswp:
DailyProductionReportView
...
...
@@ -64,15 +69,15 @@ dprswp:Table
rdfs:
subClassOf
ui:
Element
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The SPIN Template to execute."
^^
xsd:
string
;
spl:
predicate
arg:
template
;
spl:
valueType
spin:
Template
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
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#DailyProductionReport>
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The SPIN Template to execute."
^^
xsd:
string
;
spl:
predicate
arg:
template
;
spl:
valueType
spin:
Template
]
;
ui:
prototype
<http://www.reportinghub.no/swp/DPRTable.uispin.html>
.
...
...
Please
register
or
login
to post a comment