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-11-15 23:32:26 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ef33593c1b34a6d597d79cd32d7b7ef4dcb0c4a5
ef33593c
1 parent
eb311050
Added fluid and well test clones of dpr tables to mprp
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
17 deletions
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
www.reportinghub.no/swp/DailyProductionReport.uispin.html
www.reportinghub.no/swp/MPRP.uispin.html
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
View file @
ef33593
This diff could not be displayed because it is too large.
www.reportinghub.no/swp/DailyProductionReport.uispin.html
View file @
ef33593
...
...
@@ -40,9 +40,6 @@ WHERE {
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:PersonnelInformation"
/>
<table>
<ui:forEach
ui:resultSet=
"{# SELECT ?facilityName ?beds
...
...
www.reportinghub.no/swp/MPRP.uispin.html
View file @
ef33593
...
...
@@ -18,37 +18,48 @@ WHERE {
<h1>
Monthly Partner Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}
</h1>
<h2>
Report title : {# SELECT ?title WHERE { ?report a ep-report:MonthlyProductionReportPartner . ?report ep-core:name ?title . } }
</h2>
<h2>
Report Status : {# SELECT ?reportStatusLabel
WHERE {
?report rdf:type ep-report:ProductionReport .
?report a ?reportStatus .
?reportStatus a ep-report:ReportVersionStatus .
?reportStatus rdfs:label ?reportStatusLabel .
}}
</h2>
<h2>
Submitted by : {# SELECT ?submittingFieldName WHERE
{
?report a ep-report:MonthlyProductionReportPartner .
?report ep-report:reportSubmittedFrom ?submittingFieldState .
?report a ep-report:ProductionReport .
?reportIssueActivity ep-report:issuedReport ?report .
?reportIssueActivity ep-activity:issuedFrom ?submittingFieldState .
?submittingFieldState ep-core:temporalPartOf ?submittingField .
?submittingField npd:name ?submittingFieldName .
} }
</h2>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:GasSales"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:GasSales"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:WellProductionFlows"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:WellProductionFlows"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:Cargo"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:Cargo"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:CargoOwnership"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:CargoOwnership"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionSales"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionSales"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionFlowsAll"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionFlowsAll"
/>
<mpr
g
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionInventory"
/>
<mpr
p
swp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionInventory"
/>
<mprgswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionInventoryOwnership"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:ProductionInventoryOwnership"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:FluidSamples"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:FluidSampleAnalysisResults"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:WellTest"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:WellInjectionTest"
/>
<mprpswp:Table
arg:report=
"{= ?report }"
arg:template=
"mpr-tables:WellInjectionTestResults"
/>
</ui:group>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment