Page MenuHomePhabricator

Add https://standaarden.overheid.nl/tooi/sparql to WDQS allowlist
Closed, ResolvedPublic

Description

The Dutch government provides this SPARQL endpoint for TOOI: https://standaarden.overheid.nl/tooi/sparql

My request is to add this endpoint to the list of SPARQL services that are allowed for fedarated queries.

See also: https://www.wikidata.org/wiki/Property:P11767

Template:
Describe your request here. You should include the following information:

  • Dataset name: TOOI
  • Dataset homepage: https://standaarden.overheid.nl/tooi
  • SPARQL endpoint URL: https://standaarden.overheid.nl/tooi/sparql
  • SPARQL web UI URL (if exists and known): https://standaarden.overheid.nl/tooi/sparql
  • Licensing information (if known): CC BY 4.0
  • Short description of the dataset: TOOI is an abbreviation of "Thesauri en Ontologieën voor Overheidsinformatie" (Thesauri and Ontologies for Government Information). TOOI is a knowledge model. The objective of this knowledge model is to define a common language to express data and metadata, so that government information can be made Findable, Accessible, Interoperable and Reusable (FAIR).
  • Example demonstrating how the dataset in the requested endpoint can be meaningfully linked to Wikidata
PREFIX tooiont: <https://identifier.overheid.nl/tooi/def/ont/>
SELECT ?muni ?muniLabel ?tooiuri ?province_uri where {
  ?muni p:P31 ?instanceOf.
  ?instanceOf ps:P31 wd:Q2039348. # P31 should be 'municipality of the Netherlands'
  OPTIONAL { ?muni wdt:P11767 ?tooiuri . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". } # Show names in Dutch
  SERVICE <https://standaarden.overheid.nl/tooi/sparql> {
    ?tooiuri tooiont:ligtInProvincie ?province_uri.
  }
}
  • Summary of your project (if any):

TOOI is a proposed as a mandatory standard for the Dutch government: https://www.forumstandaardisatie.nl/open-standaarden/tooi

For details and examples, see https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/Federated_queries/Allowlist

Checklist (please do not remove from the template)

  • Relevance check
  • Courtesy notification to endpoint owners
  • Technical check
  • Deployment
  • Endpoints registry update

Event Timeline

@Janvlug: Hi, where to run federated queries? Is this about Wikidata-Query-Service, or something else?

I arrived here via: Here to here, which directed me to Fabricator.

Because I had no Fabricator account, I did not immediately see the questions, so here I provide the answers:

Janvlug renamed this task from Allow standaarden.overheid.nl/tooi/sparql service in federated SPARQL queries to Add https://standaarden.overheid.nl/tooi/sparql to WDQS allowlist.Oct 13 2025, 12:32 PM
BTracy-WMF triaged this task as Medium priority.Oct 22 2025, 8:57 PM
BTracy-WMF moved this task from Incoming to Operations/SRE on the Wikidata-Query-Service board.

Is there anything needed to advance this request?

@Janvlug

Thanks for bumping this ticket, it was buried in the backlog and never got the attention. We introduced a new process 6 months ago to process tickets like these. Could you please copy-paste this template into the description of this ticket and fill it out? Then it will move through the process smoothly. Sorry for the chaos.

Janvlug updated Other Assignee, added: Lydia_Pintscher.

@Anton.Kokh No problem, thanks! I updated the description with the template.

Lydia_Pintscher updated Other Assignee, removed: Lydia_Pintscher.
Lydia_Pintscher updated the task description. (Show Details)
Lydia_Pintscher subscribed.

@Janvlug: Are you in touch with them already? Asking if I should give them a heads-up or you.

I suggest that you give them a heads up via tooi@koop.overheid.nl (see their contributing info).

Change #1308067 had a related patch set uploaded (by Brouberol; author: Brouberol):

[operations/puppet@production] Add https://standaarden.overheid.nl/tooi/sparql to WDQS allowlist

https://gerrit.wikimedia.org/r/1308067

brouberol changed the task status from Open to In Progress.Jul 7 2026, 10:33 AM

Change #1308067 merged by Brouberol:

[operations/puppet@production] Add https://standaarden.overheid.nl/tooi/sparql to WDQS allowlist

https://gerrit.wikimedia.org/r/1308067

Thanks all who worked on this!