Skip to content

Commit

Permalink
Merge pull request #680 from MinBZK/feat/wetsuitvoering
Browse files Browse the repository at this point in the history
Feat/wetsuitvoering
  • Loading branch information
sgort authored Nov 27, 2024
2 parents 126bdff + 4f20519 commit 1c1f8a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-colts-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": minor
---

Added wetsuitvoering work in progress publication
14 changes: 7 additions & 7 deletions apps/web/src/app/publicaties/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ export default function PublicatiesPage() {
Specificatie van het <b>juridisch analyseschema</b> (JAS) dat gebruikt wordt bij Wetsanalyse en waarin
verschillende juridische elementen die in wetgeving voorkomen in samenhang gerangschikt zijn.
</CardPublication.Root>
<CardPublication.Root title="Wetsuitvoering" variant="unavailable">
Specificatie van het <b>juridisch referentiemodel</b> (JRM) dat met scenario&apos;s beschrijft hoe een burger
of bedrijf een bepaald stuk wet- en regelgeving ervaart of doorloopt in de wetsuitvoering.
</CardPublication.Root>
<CardPublication.Root
title="DCAT"
title="Wetsuitvoering"
variant="work-in-progress"
url="https://regels.overheid.nl/publicaties/dcat-ap-ronl"
url="https://minbzk.github.io/wetsuitvoering/"
>
Specificatie van het <b>juridisch referentiemodel</b> (JRM) dat met scenario&apos;s beschrijft hoe een burger
of bedrijf een bepaald stuk wet- en regelgeving ervaart of doorloopt in de wetsuitvoering.
</CardPublication.Root>
<CardPublication.Root title="DCAT" variant="work-in-progress" url="/publicaties/dcat-ap-ronl">
DCAT-AP is een Europese specificatie voor het beschrijven van datasets van de publieke sector, gebaseerd op
W3C&apos;s Data Catalogue Vocabulary (DCAT).
</CardPublication.Root>
Expand All @@ -50,7 +50,7 @@ export default function PublicatiesPage() {
<CardPublication.Root
variant="work-in-progress"
title="WetsTaal Handreiking"
url="https://diederikd.github.io/wetstaal_1_documentatie/"
url="https://minbzk.github.io/wetstaal/"
>
De syntax en semantiek van de logisch formele, declaratieve en breed begrijpelijke taal
</CardPublication.Root>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/common/methods-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ export const methodsTree = {
Wetsanalyse_1: {
color: 'info',
docs: '/docs/methods/WETSANALYSE',
publication: 'https://regels.overheid.nl/publicaties/wetsanalyse',
publication: '/publicaties/wetsanalyse',
},
Wetsanalyse_2: {
color: 'info',
demo: '/lab/jas-annotatie-tool/',
docs: '/docs/methods/WETSANALYSE',
publication: 'https://regels.overheid.nl/publicaties/wetsanalyse',
publication: '/publicaties/wetsanalyse',
},
} satisfies Record<string, MethodTree>;

Expand Down

0 comments on commit 1c1f8a9

Please sign in to comment.