forked from Geonovum/MIM-Werkomgeving
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (49 loc) · 3.26 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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="nl">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/config/geonovum-config.js" class="remove"></script>
<script src="./config.js" class="remove"></script>
<script class="remove"> respecConfig = {...organisationConfig, ...respecConfig}</script>
<script>document.title = respecConfig.title</script>
<title>Default</title>
<link rel="shortcut icon" type="image/x-icon" href="https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico" />
<!-- <link rel="stylesheet" href="./media/style.css"/> -->
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script>
<!-- Additional lines -->
<link rel="stylesheet" href="./inline-code.css">
<link rel="stylesheet" href="./blockqoute.css"/>
<link rel="stylesheet" href="./table.css"/>
<link rel="stylesheet" href="./transformatie-rdf.css"/>
<link rel="stylesheet" href="./dfn-box.css"/>
</head>
<body>
<!-- voeg hier je eigen hoofdstukken toe -->
<section id='abstract' data-format="markdown" data-include="Samenvatting.md"><h2>Samenvatting</h2></section>
<section id='sotd'><p></p></section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ----------------------->
<!-- Secties komen in de inhoudsopgave div's niet ----------------------------------------->
<!-- Secties hebben verplicht <h2> tags, div's niet --------------------------------------->
<!-- Voorbeelden: ------------------------------------------------------------------------->
<!-- <div id='H00' data-format="markdown" data-include="filenaam.md"></div> --------------->
<!-- voor een nieuw hoofdstuk kopieer je een regel, en voegt die toe ---------------------->
<div data-include-format="markdown" data-include="ToCoVo.md"><h2>ToVoCo</h2></div>
<section data-include-format="markdown" data-include="Inleiding.md"><h2>Inleiding</h2></section>
<section data-include-format="markdown" data-include="MetamodelAlgemeen.md"><h2>MetaAlg</h2></section>
<section data-include-format="markdown" data-include="MetamodelUML.md"><h2>MetaUML</h2></section>
<section data-include-format="markdown" data-include="MetamodelLD.md"><h2>MetamodelLD</h2></section>
<section data-include-format="markdown" data-include="AfsprakenRegels.md"><h2>AfsprakenRegels</h2></section>
<section><h2>Bijlagen</h2>
<section data-include-format="markdown" data-include="Diagrammen.md"></section>
<section data-include-format="markdown" data-include="TemplateNaamgevingsconventies.md"></section>
<section data-include-format="markdown" data-include="VertalingEngels.md"></section>
<section data-include-format="markdown" data-include="TransformatieRDF.md"></section>
<section data-include-format="markdown" data-include="Versielog.md"></section>
</section>
<section id='conformance'></section>
<section id='tof'></section>
<section id="index"></section>
</body>
</html>