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-09-14 15:09:53 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b9504a62a541aad54836ab175385a6ad309ce7e
7b9504a6
1 parent
fed695ab
Put Month Ending date in title of report
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
www.reportinghub.no/swp/MPRG.uispin.html
www.reportinghub.no/swp/MPRG.uispin.html
View file @
7b9504a
<ui:group
let:report=
"{# SELECT ?report WHERE { ?report a ep-report:ProductionReport . } }"
let:activity=
"{# SELECT ?activity WHERE {?activity a ep-fac:TemporalPartOfAProductionFacility . ?report ep-report:reportOn ?activity}}"
let:activityEnd=
"{# SELECT ?activityEnd WHERE {?activity a ep-fac:TemporalPartOfAProductionFacility . ?report ep-report:reportOn ?activity . ?activity ep-activity:finishedAt ?activityEnd}}"
let:reportedFieldName=
"{# SELECT ?reportedFieldName
WHERE {
?report a ep-report:ProductionReport .
...
...
@@ -15,16 +16,7 @@ WHERE {
>
<!--
let:facilityName="{# SELECT DISTINCT
?productionFlowFacilityName WHERE { ?productionFlow a ep-flow:WholeLifeProductionFlow ; ep-flow:flowIntoOrOutOf ?productionFlowFacility . ?productionFlowFacility npd:name ?productionFlowFacilityName . } }"
-->
<h1>
Monthly Government Report : {= ?reportedFieldName } Field {# SELECT ?month WHERE { ?report a ep-report:ProductionReport . ?report ep-report:issuedAt ?month . } }
</h1>
<h1>
Monthly Government Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}
</h1>
<h2>
Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }
</h2>
<h2>
Submitted by : {# SELECT ?submittingFieldName WHERE
{
...
...
Please
register
or
login
to post a comment