DSO Explorer¶
A step-by-step walkthrough for searching the Digitaal Stelsel Omgevingswet from inside LDE and linking the result to a BPMN subprocess. For the architectural overview and API surface, see DSO Integration.
Before you start¶
- Open LDE and navigate to the DSO Explorer view in the sidebar (the globe icon).
- Decide which DSO environment you need. Most authority data is published in pre-production first; production carries the authoritative live ruleset. Test anchors per environment are listed in DSO Integration Phase Plan.
- Confirm the environment in Settings → DSO environment. The header badge turns amber for pre-production, green for production.
The setting persists in localStorage — closing and reopening LDE keeps the same environment.
Workflow 1 — Find a werkzaamheid by citizen-facing name¶
Use this when you know the public name of the task (the term a citizen would use on the Omgevingsloket) but not the underlying URN.
- Open the Works tab.
- Start typing — autocomplete suggestions appear after two characters. The list is sorted by
meestGekozen, so the most-used Omgevingsloket terms surface first. - Pick a suggestion or hit Enter to run the full search.
- Click a result to open the detail panel. The panel shows the current version's omschrijving, validity period, and the full version history with start/end dates.
The functioneleStructuurRef URI on each result is the pivot to the STTR file used in the upcoming Phase 4 import. Copy it now if you'll be linking it to a BPMN subprocess later.
Workflow 2 — Browse activiteiten by authority¶
Use this when you know which authority publishes the activity (e.g. gemeente Lelystad) and want to see what they have on a given date.
- Open the Activities tab.
- Pick an authority preset — Lelystad or Flevoland.
- The date input defaults to today; change it if you need a historical view.
- Click Load. The list refreshes with that authority's activiteiten valid on the selected date.
Each card shows badges for which rule types are present:
- Conclusie — DMN decision content available
- Indieningsvereisten — application questionnaire available
- Maatregelen — textual measures available
The badges tell you ahead of time which downstream LDE assets the activity can support.
- Click an activity card to open the detail panel.
Workflow 3 — Verify a URN you already have¶
Use this when someone has handed you a DSO URN and you need to confirm it resolves and see what it points to.
- Open a BPMN process in the BPMN Modeler.
- Scroll to the DSO Activity section in the footer panel.
- Paste the URN into the input.
- Click Verify. LDE queries the live DSO RTR.
- On success, a teal info card appears below showing the omschrijving, the authority block, and a link icon that opens the URN in the public DSO RTR viewer.
- On 404, a red error appears: "URN not found in DSO". Check the environment toggle — the URN may exist only in production.
- The URN is persisted as
ronl:dsoActiviteitUrnon the BPMN process when you click Save in the canvas toolbar.
If you switch DSO environments after verifying, re-verify — a URN that resolved in pre-production may 404 in production.
Common situations¶
An activity card has only Indieningsvereisten — no Conclusie. That activity has questionnaire logic but no full decision model. You can still link it to a BPMN subprocess, but Phase 4 will only generate a form scaffold, not a DMN.
The detail panel shows "not available in this environment". The URN was queried with the wrong DSO environment toggle. Switch in Settings and try again.
A werkzaamheid result shows no ref: line. The Zoekinterface didn't return a functioneleStructuurRef for that werkzaamheid version. Try a different version from the version history, or contact the publishing authority — the activity may not yet carry a structuur reference.
Authority preset Load button gives an empty list. Either the authority has no activities for that date, or the date is outside the validity windows of all activities. Try a recent date close to today.
Related documentation¶
- DSO Integration — overview of the three APIs and what each enables
- DSO Integration Phase Plan — current phase status and test anchors
- BPMN Modeler — DSO activiteit linkage