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

RDF API output generates incorrect internal IRIs #4382

Open
svandenhoek opened this issue Oct 21, 2024 · 0 comments · May be fixed by #4383
Open

RDF API output generates incorrect internal IRIs #4382

svandenhoek opened this issue Oct 21, 2024 · 0 comments · May be fixed by #4383
Labels
bug Something isn't working

Comments

@svandenhoek
Copy link
Contributor

svandenhoek commented Oct 21, 2024

What version of EMX2 are you using (see footer)
v11.22.0-SNAPSHOT (when tested on localhost, though dev server also shows issue)

Describe the bug
The RDF generates invalid internal IRIs.

To Reproduce
Steps to reproduce the behavior:

  1. Run curl https://emx2.dev.molgenis.org/dcatje/api/rdf/Distribution?name=Analyses

Expected behavior
Internal IRIs should be identical to v11.16.2 and older. For example:

http://emx2.dev.molgenis.org//dcatje/api/rdf/Distribution/dcatje/api/rdf/Distribution/column/name

should be

http://emx2.dev.molgenis.org/dcatje/api/rdf/Distribution/column/name

Additional context
Bug might have been introduced with #4165?

@svandenhoek svandenhoek added the bug Something isn't working label Oct 21, 2024
@svandenhoek svandenhoek changed the title RDF API output generates incorrect links RDF API output generates incorrect internal IRIs Oct 21, 2024
@svandenhoek svandenhoek linked a pull request Oct 21, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant