Holger Knublauch

Renamed to .spin. file

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