-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (39 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width">
<title>GWSW Apps</title>
<link rel='shortcut icon' type='image/x-icon' href='media/GWSW LogoSmall.ico.gif' />
<script src='builds/respec-rioned.js' async class='remove'></script>
<script src="./config.js" class='remove'></script>
</head>
<body>
<script src="./reload.js" class='remove'></script> <!-- bouwfase (20230522) -->
<!-- section data-format="markdown" data-include="bp-gwsw.md"</section-->
<div id='abstract'>
<h1>GWSW</h1>
<p>
In het GegevensWoordenboek Stedelijk Water (GWSW) worden alle objecten en gegevens van objecten, hun onderlinge
relaties, en de beheeractiviteiten binnen stedelijk water eenduidig gedefinieerd en vastgelegd ten behoeve van een
soepele gegevensuitwisseling en beter beheer.
</p>
<p>
De GWSW applicaties {GWSW Apps) voorzien in toegang tot de GWSW Server. Ze verzorgen algemene toepassingen zoals
upload, toetsing en presentatie van (gemeentelijke) datasets.
De website <a href="https://apps.gwsw.nl">apps.gwsw.nl</a> biedt toegang tot GWSW Apps.
</p>
</div>
<div id="logo">
<a href="https://data.gwsw.nl" style="margin-top:2em;"><img class="logo" src="media/GWSW Logo.png"
alt="GWSW Logo"></a>
</div>
<section data-format="markdown" data-include="main.md"></section>
<!-- onderdruk de melding "niet normatief"
<section class="informative" data-format="markdown" data-include="main.md"></section>
-->
<!-- This section is filled automatically by ReSpec. -->
<!-- meldt "alles in dit document is (niet)normatief" -->
<section id='conformance'></section>
</body>
</html>