|
| 1 | +let respecConfig = { |
| 2 | +// useLogo: true, |
| 3 | +// useLabel: true, |
| 4 | +// license: "eupl", |
| 5 | + shortName: "hWho", |
| 6 | + |
| 7 | + // Zie 'localizationStrings/nl' voor de lijst met toegestane specificatie-types |
| 8 | + specType: "HL", |
| 9 | + pubDomain: "hl", |
| 10 | + |
| 11 | + // Zie 'localizationStrings/nl' voor de lijst met toegestane specificatie-statussen |
| 12 | + specStatus: "IG", |
| 13 | + publishDate: "2025-8-20", |
| 14 | + publishVersion: "1.1.0", |
| 15 | + |
| 16 | + // Zie 'localizationStrings/nl' voor de lijst met toegestane maturities |
| 17 | + previousMaturity: "IO", |
| 18 | + previousPublishDate: "2024-7-30", |
| 19 | + previousPublishVersion: "1.0.0", |
| 20 | + |
| 21 | + title: "Handleiding Herziene Who nav de Wet implementatie open data richtlijn", |
| 22 | +// content: {"mermaid": "", "ch01": "informative", "ch02": ""}, |
| 23 | +// authors: |
| 24 | +// [ |
| 25 | +// { |
| 26 | +// name: "Robert Melskens", |
| 27 | +// company: "VNG Realisatie", |
| 28 | +// companyURL: "https://vng.nl/artikelen/vng-realisatie", |
| 29 | +// } |
| 30 | +// ], |
| 31 | + |
| 32 | + editors: |
| 33 | + [ |
| 34 | + { |
| 35 | + name: "Sander Bakker", |
| 36 | + company: "VNG Realisatie", |
| 37 | + companyURL: "https://vng.nl/artikelen/vng-realisatie", |
| 38 | + }, |
| 39 | + { |
| 40 | + name: "Hanneke van Katwijk", |
| 41 | + company: "VNG Realisatie", |
| 42 | + companyURL: "https://vng.nl/artikelen/vng-realisatie", |
| 43 | + }, |
| 44 | + { |
| 45 | + name: "Jesse Renema", |
| 46 | + company: "Ministerie van Binnenlandse Zaken", |
| 47 | + companyURL: "https://www.rijksoverheid.nl/ministeries/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties", |
| 48 | + }, |
| 49 | + { |
| 50 | + name: "Anne Thier", |
| 51 | + company: "Ministerie van Binnenlandse Zaken", |
| 52 | + companyURL: "https://www.rijksoverheid.nl/ministeries/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties", |
| 53 | + }, |
| 54 | + { |
| 55 | + name: "Tom Kanis", |
| 56 | + company: "Ministerie van Binnenlandse Zaken", |
| 57 | + companyURL: "https://www.rijksoverheid.nl/ministeries/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties", |
| 58 | + }, |
| 59 | + { |
| 60 | + name: "Geert Leloup", |
| 61 | + company: "Nationaal Archief", |
| 62 | + companyURL: "https://www.nationaalarchief.nl/", |
| 63 | + }, |
| 64 | + { |
| 65 | + name: "Martin Herz", |
| 66 | + company: "Kenniscentrum Europa Decentraal", |
| 67 | + companyURL: "https://europadecentraal.nl/", |
| 68 | + }, |
| 69 | + { |
| 70 | + name: "Mart van der Wal", |
| 71 | + company: "Kenniscentrum Europa Decentraal", |
| 72 | + companyURL: "https://europadecentraal.nl/", |
| 73 | + }, |
| 74 | + { |
| 75 | + name: "Barend Tensen", |
| 76 | + company: "Kenniscentrum Europa Decentraal", |
| 77 | + companyURL: "https://europadecentraal.nl/", |
| 78 | + }, |
| 79 | + { |
| 80 | + name: "Kim Oud", |
| 81 | + company: "IPO", |
| 82 | + companyURL: "https://www.ipo.nl/", |
| 83 | + }, |
| 84 | + { |
| 85 | + name: "Roland Versluis", |
| 86 | + company: "UvW", |
| 87 | + companyURL: "https://unievanwaterschappen.nl/", |
| 88 | + }, |
| 89 | + ], |
| 90 | + github: "https://github.com/MinBZK/Handleiding-hWho", |
| 91 | + |
| 92 | + maxTocLevel: 2, |
| 93 | + |
| 94 | + // Creëer PDF en link deze aan de file in de header van het html document (optioneel). Het is (nog) niet mogelijk hier een globale property van te maken: |
| 95 | + alternateFormats: [ |
| 96 | + { |
| 97 | + label: "pdf", |
| 98 | + uri: "Handleiding-hWho.pdf", |
| 99 | + }, |
| 100 | + ], |
| 101 | + localBiblio: { |
| 102 | + "MIM": { |
| 103 | + "href": "https://docs.geostandaarden.nl/mim/mim/", |
| 104 | + "publisher": "Geonovum", |
| 105 | + "title": "MIM - Metamodel Informatie Modellering", |
| 106 | + date: "Oktober 2013", |
| 107 | + rawDate: "2023" |
| 108 | + }, |
| 109 | + }, |
| 110 | + nl_organisationName: "Samenwerking BZK, VNG, IPO, UvW, NA, KED", |
| 111 | + logos: [{ |
| 112 | + src: "https://minbzk.github.io/BZK-R-Respec-Organization-configurations/media/Leeg.jpg", |
| 113 | + alt: "Geen logo", |
| 114 | + id: "", |
| 115 | + height: 77, |
| 116 | + url: "", |
| 117 | + }], |
| 118 | +}; |
| 119 | + |
0 commit comments