Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressenregister gepubliceerde data zou correcte RDF (of JSON-LD) moeten zijn #342

Open
mvanbrab opened this issue Feb 23, 2021 · 0 comments
Assignees

Comments

@mvanbrab
Copy link
Collaborator

mvanbrab commented Feb 23, 2021

Link waar het probleem zich voor doet:
https://data.vlaanderen.be/id/adres/20470097 (bijvoorbeeld)

Omschrijving van het probleem:
De response headers voldoen niet voor consumptie als linked data.

Testvoorbeeld (bash command line):
curl -i -L -H'Accept: application/ld+json' https://data.vlaanderen.be/id/adres/20470097
(de response header is niet 'content-type: application/ld+json')

Testvoorbeeld (online tool):
https://rdf-play.rubensworks.net/#url=https%3A%2F%2Fdata.vlaanderen.be%2Fid%2Fadres%2F20470097
(de foutmelding vraagt om een aanvullende context link header)

Omschrijving van een mogelijke oplossing:
Om volwaardige linked data te publiceren van adressen, moet een HTTP request met request header 'Accept: application/ld+json'
een response met response header 'content-type: application/ld+json' teruggeven indien de data volwaardige JSON-LD is,
Is de data JSON, dan hoort de response een aanvullende context link header te bevatten, zoals beschreven in de JSON-LD specificatie (https://w3c.github.io/json-ld-syntax/#interpreting-json-as-json-ld).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants