Holger Knublauch

Renamed to .spin. file

Updated download page to new NPD namespace
1 -<html xmlns:npd="http://www.reportinghub.no/schema/npd#"> 1 +<html>
2 <head> 2 <head>
3 <title>ReportingHub - Download DDR</title> 3 <title>ReportingHub - Download DDR</title>
4 <link rel="stylesheet" type="text/css" href="lib/rh/rh.css" /> 4 <link rel="stylesheet" type="text/css" href="lib/rh/rh.css" />
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
37 <ui:forEach ui:resultSet="{# 37 <ui:forEach ui:resultSet="{#
38 SELECT ?well ?wellName 38 SELECT ?well ?wellName
39 WHERE { 39 WHERE {
40 - GRAPH &lt;https://www.reportinghub.no/data/npd&gt; { 40 + GRAPH npdata:npd {
41 - ?well a npd:Well . 41 + ?well a ep-well:Well .
42 ?well npd:name ?wellName . 42 ?well npd:name ?wellName .
43 } 43 }
44 } ORDER BY ?wellName 44 } ORDER BY ?wellName
......