David Price

Minor change using ?report in well production flow table

...@@ -3842,10 +3842,10 @@ mpr-tables:WellProductionFlows ...@@ -3842,10 +3842,10 @@ mpr-tables:WellProductionFlows
3842 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 3842 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
3843 sp:predicate rdf:type ; 3843 sp:predicate rdf:type ;
3844 sp:subject 3844 sp:subject
3845 - [ sp:varName "productionReport"^^xsd:string 3845 + [ sp:varName "report"^^xsd:string
3846 ] 3846 ]
3847 ] [ sp:object 3847 ] [ sp:object
3848 - [ sp:varName "productionReport"^^xsd:string 3848 + [ sp:varName "report"^^xsd:string
3849 ] ; 3849 ] ;
3850 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 3850 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
3851 sp:subject 3851 sp:subject
......
...@@ -13,7 +13,7 @@ WHERE { ...@@ -13,7 +13,7 @@ WHERE {
13 }}" 13 }}"
14 > 14 >
15 15
16 -<h1>Monthly Government Report Test3 : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> 16 +<h1>Monthly Government Report Test 4 : {= ?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 {
......