From geo
Overzicht van alle Geonovum geo-standaarden. Gebruik deze skill wanneer de gebruiker vraagt over 'geonovum', 'geo standaarden', 'geostandaarden', 'PDOK', 'ruimtelijke data', 'spatial data', 'GIS overheid', 'welke geo-standaarden zijn er', 'geo-informatie Nederland', 'geodata overheid'.
npx claudepluginhub developer-overheid-nl/skills-marketplace --plugin geoThis skill is limited to using the following tools:
> **CONCEPT — Let op:** Deze skill is geen officieel product van Geonovum. De beschrijvingen zijn informatieve samenvattingen — niet de officiële standaarden zelf. De definities op [forumstandaardisatie.nl](https://www.forumstandaardisatie.nl/open-standaarden) en [Geonovum](https://www.geonovum.nl) zijn altijd leidend. Overheidsorganisaties die generatieve AI inzetten dienen te voldoen aan het ...
Guides use of open standards in Dutch government projects per Forum Standaardisatie and pas-toe-of-leg-uit policies for interoperability and avoiding vendor lock-in.
Provides Dutch government data standards and practices for formats, exchange protocols, and quality compliance. Covers Linked Data (RDF, SHACL, DCAT, SKOS) and logging with Go/Jakarta examples.
Guides PostGIS spatial table design with geometry/geography types, SRIDs, GiST indexing, constraints, and performance patterns for location apps.
Share bugs, ideas, or general feedback.
CONCEPT — Let op: Deze skill is geen officieel product van Geonovum. De beschrijvingen zijn informatieve samenvattingen — niet de officiële standaarden zelf. De definities op forumstandaardisatie.nl en Geonovum zijn altijd leidend. Overheidsorganisaties die generatieve AI inzetten dienen te voldoen aan het Overheidsbreed standpunt voor de inzet van generatieve AI. Zie DISCLAIMER.md en onze verantwoording.
Agent-instructie: Gebruik deze skill om de gebruiker naar het juiste geo-domein te routeren. Bij een domein-specifieke vraag, verwijs naar de juiste /geo-* skill. Bij brede vragen over het geo-standaarden ecosysteem, gebruik de informatie hieronder en de gh commando's.
Geonovum is de Nederlandse organisatie die geo-standaarden ontwikkelt en beheert. Samen met PDOK (Publieke Dienstverlening Op de Kaart), het Kadaster, en Rijkswaterstaat vormt Geonovum de ruggengraat van de Nederlandse geo-informatie-infrastructuur. De standaarden zijn gepubliceerd op docs.geostandaarden.nl.
De geo-standaarden staan op de 'pas-toe-of-leg-uit'-lijst van het Forum Standaardisatie. Let op: sinds september 2024 is de samenstelling gewijzigd.
Verplicht (pas-toe-of-leg-uit) — onderdeel van het Geo-Standaarden-pakket:
| Standaard | Type | Status |
|---|---|---|
| GML | Data-encoding | Verplicht |
| OGC API Features | REST API service | Verplicht |
| OGC API Tiles | Tileservice | Verplicht |
| NEN 3610 | Informatiemodel | Verplicht |
| ISO 19115/19119 | Metadata | Verplicht |
Aanbevolen (sinds september 2024 verplaatst van verplicht naar aanbevolen):
| Standaard | Type | Status |
|---|---|---|
| WMS | Viewservice | Aanbevolen |
| WFS | Downloadservice | Aanbevolen |
| Skill | Domein | Beschrijving |
|---|---|---|
/geo-api | OGC Services | WMS, WFS, OGC API Tiles, WCS, OGC API Features, ogc-checker validatie |
/geo-meta | Metadata | NL profiel ISO 19115, CSW, NGR, DCAT |
/geo-model | Informatiemodellen | NEN 3610, MIM, sectormodellen (IMGeo, IMBAG), linked data |
/geo-inspire | INSPIRE | Europese richtlijn implementatie, validatie, ETF |
/geo-3d | 3D Standaarden | CityGML, 3D Tiles, GeoBIM, digital twins |
| Organisatie | Rol | Website |
|---|---|---|
| Geonovum | Standaardontwikkeling en -beheer | geonovum.nl |
| PDOK | Nationale geo-dataportaal, hosting van services | pdok.nl |
| Kadaster | Basisregistraties (BAG, BRK), PDOK-beheer, Landelijke Voorziening BGT | kadaster.nl |
| Rijkswaterstaat | Infrastructuurdata, waterdata | rijkswaterstaat.nl |
| CBS | Statistische geodata, wijk/buurtkaart | cbs.nl |
| Repository | Beschrijving | Licentie |
|---|---|---|
| Geonovum/ogc-checker | Validatietool voor OGC services | EUPL-1.2 |
| Geonovum/NEN3610-Linkeddata | NEN 3610 linked data profiel | CC-BY-4.0 |
| Geonovum/Metadata-ISO19115 | Nederlands profiel ISO 19115 metadata | CC-BY-4.0 |
| Geonovum/inspire-handreiking | INSPIRE implementatie handreiking | CC-BY-ND-4.0 |
| Geonovum/IMGeo | Informatiemodel Geografie (BGT/IMGeo) | CC-BY-4.0 |
| Geonovum/MIM-Werkomgeving | Metamodel Informatie Modellering | CC-BY-4.0 |
Naast de domein-skills hierboven beheert Geonovum ook:
| Standaard | Beschrijving |
|---|---|
| Raamwerk Geo-Standaarden | Overzichtsdocument: hoe alle geo-standaarden samenhangen |
| GeoPackage | Verplicht formaat voor geodata-downloads bij de overheid (sinds 2019) |
| NL-SBB | Standaard voor het beschrijven van begrippen |
| IMX-Geo | Semantisch model voor samenhang basis-/kernregistraties (Kadaster + Geonovum) |
# Alle repos van Geonovum
gh api orgs/Geonovum/repos --paginate --jq '.[].name' | sort
# Zoek in alle repos
gh search code "zoekterm" --owner Geonovum
# Recent gewijzigde repos
gh api orgs/Geonovum/repos --paginate \
--jq 'sort_by(.pushed_at) | reverse | .[:10] | .[] | "\(.pushed_at) \(.name)"'
# Open issues over alle repos
gh search issues --owner Geonovum --state open --sort created
# Repos met een specifiek onderwerp
gh api orgs/Geonovum/repos --paginate \
--jq '.[] | select(.topics | index("nen3610") or index("inspire") or index("ogc")) | .name'
| Vraag | Routing |
|---|---|
| "Welke geo-API standaard moet ik gebruiken?" | /geo-api |
| "Hoe publiceer ik metadata in het NGR?" | /geo-meta |
| "Wat is NEN 3610?" | /geo-model |
| "Hoe voldoe ik aan INSPIRE?" | /geo-inspire |
| "Hoe werk ik met CityGML of 3D data?" | /geo-3d |
| "Hoe gebruik ik de ADR geo-module?" | /ls-api (uit skills-standaarden) |