Skip to content

Commit

Permalink
feat: Move NMVW to new endpoint (#1411)
Browse files Browse the repository at this point in the history
* NMVW to new endpoint

Switch Wereldculturen thesaurus endpoint from NDE to colonialcollections

* Apply suggestions from code review

Co-authored-by: David de Boer <[email protected]>

---------

Co-authored-by: RubenSchalk <[email protected]>
Co-authored-by: David de Boer <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent 28bbe0f commit 1d64a3f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
"@id": "https://data.netwerkdigitaalerfgoed.nl/NMVW/thesaurus",
"@id": "https://data.colonialcollections.nl/nmvw/thesaurus",
"@type": "Dataset",
"name": [
{
Expand Down Expand Up @@ -45,9 +45,9 @@
"inLanguage": "nl",
"distribution": [
{
"@id": "https://data.netwerkdigitaalerfgoed.nl/NMVW/thesaurus/sparql",
"@id": "https://api.colonialcollections.nl/datasets/nmvw/thesaurus/services/thesaurus/sparql",
"@type": "DataDownload",
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/nmvw/thesaurus/services/thesaurus/sparql",
"contentUrl": "https://api.colonialcollections.nl/datasets/nmvw/thesaurus/services/thesaurus/sparql",
"encodingFormat": "application/sparql-query",
"potentialAction": [
{
Expand Down

0 comments on commit 1d64a3f

Please sign in to comment.