David Price

Merge branch 'trygraph'

...@@ -13,7 +13,7 @@ WHERE { ...@@ -13,7 +13,7 @@ WHERE {
13 }}" 13 }}"
14 > 14 >
15 15
16 -<h1>Monthly Government Report v0809: {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> 16 +<h1>Monthly Government Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1>
17 <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2> 17 <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2>
18 <h2>Report version : {# SELECT ?reportVersion 18 <h2>Report version : {# SELECT ?reportVersion
19 WHERE { 19 WHERE {
...@@ -37,6 +37,7 @@ WHERE { ...@@ -37,6 +37,7 @@ WHERE {
37 ?submittingField npd:name ?submittingFieldName . 37 ?submittingField npd:name ?submittingFieldName .
38 38
39 } }</h2> 39 } }</h2>
40 +<h3>Format Last Modified 2013-08-12</h3>
40 41
41 <!-- <ui:forEach ui:resultSet="{# 42 <!-- <ui:forEach ui:resultSet="{#
42 SELECT 43 SELECT
......