From cab609b33e7d3b4fbd1ae7e182ebd4f7438630ff Mon Sep 17 00:00:00 2001 From: Kristof Vandenbroucke Date: Wed, 29 May 2024 09:50:51 +0200 Subject: [PATCH] RELEASE STANDAARDENREGISTER 2.0 | 29/05/2024 --- README.md | 9 +++++- ap-schuldbeheer-config.json | 61 +++++++++++++++++++------------------ 2 files changed, 40 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 06c4c71..7edd5a7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,14 @@ Is the usage of the data standard mandatory or recommended? Allowed values are: - Verplicht - Pas toe of leg uit -### `repsonsibleOrganisation` +### `status` + +Different stages of the data standard lifecycle: +- standaard-in-ontwikkeling +- kandidaat-standaard +- erkende-standaard + +### `responsibleOrganisation` The name of the organisation that is responsible for the data standard. diff --git a/ap-schuldbeheer-config.json b/ap-schuldbeheer-config.json index 09098a9..e20a599 100644 --- a/ap-schuldbeheer-config.json +++ b/ap-schuldbeheer-config.json @@ -1,45 +1,48 @@ { - "naam": "Applicatieprofiel Schuldbeheer", - "rapport" : "", - "verantwoordelijke_organisatie": "Digitaal Vlaanderen", - "identificator_organisatie": "https://data.vlaanderen.be/id/organisatie/OVO002949", - "publicatiedatum": "2024-04-11", - "type_toepassing": "Aanbevolen (vrijwillig)", - "categorie": "Applicatieprofiel", - "beschrijving" : "ap-schuldbeheer-config.md", - "specificatiedocument": [ + "title": "Applicatieprofiel Schuldbeheer", + "category": "Applicatieprofiel", + "usage": "Aanbevolen (vrijwillig)", + "status": "standaard-in-ontwikkeling", + "descriptionFileName": "ap-schuldbeheer-config.md", + "responsibleOrganisation": [ { - "naam": "Applicatieprofiel Schuldbeheer", - "waarde": "https://data.vlaanderen.be/doc/applicatieprofiel/schuldbeheer" + "name": "Digitaal Vlaanderen", + "resourceReference": "https://data.vlaanderen.be/id/organisatie/OVO002949" } ], - "documentatie": [ + "publicationDate": "2024-04-11", + "specificationDocuments": [ { - "naam": "Vocabularium Schuldbeheer", - "waarde": "https://data.vlaanderen.be/ns/schuldbeheer" + "name": "Applicatieprofiel Schuldbeheer", + "resourceReference": "https://data.vlaanderen.be/doc/applicatieprofiel/schuldbeheer" } ], - "charter": [ + "documentation": [ { - "naam": "Charter Schuldbeheer", - "waarde": "Charter OSLO_Schuldbeheer.pdf" + "name": "Vocabularium Schuldbeheer", + "resourceReference": "https://data.vlaanderen.be/ns/schuldbeheer" } ], - "verslagen": [ + "reports": [ { - "naam": "Verslag Business Werkgroep - 4 maart 2024", - "waarde": "20240304_BusinessWorkshop_Verslag_OSLOSchuldbeheer.pdf" + "name": "Verslag Business Werkgroep - 4 maart 2024", + "resourceReference": "https://raw.githubusercontent.com/Informatievlaanderen/OSLOthema-schuldbeheer/standaardenregister/reports/20240304_BusinessWorkshop_Verslag_OSLOSchuldbeheer.pdf" } ], - "presentaties": [ + "charter": { + "name": "Charter Schuldbeheer", + "resourceReference": "https://raw.githubusercontent.com/Informatievlaanderen/OSLOthema-schuldbeheer/standaardenregister/charter/Charter OSLO_Schuldbeheer.pdf" + }, + "presentations": [ { - "naam": "Presentatie Business Werkgroep - 4 maart 2024", - "waarde": "20240304_BusinessWorkshop_Presentatie_OSLOSchuldbeheer.pptx" + "name": "Presentatie Business Werkgroep - 4 maart 2024", + "resourceReference": "https://raw.githubusercontent.com/Informatievlaanderen/OSLOthema-schuldbeheer/standaardenregister/presentations/20240304_BusinessWorkshop_Presentatie_OSLOSchuldbeheer.pptx" } ], - "functioneel_toepassingsgebied": "Semantische standaard voor de digitale transformatie van de Vlaamse Overheid en lokale besturen", - "organisatorisch_werkingsgebied": "Lokale besturen, alle entiteiten van de Vlaamse overheid", - "datum_van_aanmelding": "21 maart 2024", - "erkenning_werkgroep_datastandaarden": "TBD", - "erkenning_stuurgroep": "TBD" -} + "dateOfRegistration": "21 maart 2024", + "dateOfAcknowledgementByWorkingGroup": "TBD", + "dateOfAcknowledgementBySteeringCommittee": "TBD", + "repository": "OSLOthema-schuldbeheer", + "datePublicReviewStart": "", + "endOfPublicationDate": "" +} \ No newline at end of file