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

Invalid semantics fields in model csv files #4576

Open
1 task done
svandenhoek opened this issue Dec 19, 2024 · 0 comments · May be fixed by #4577
Open
1 task done

Invalid semantics fields in model csv files #4576

svandenhoek opened this issue Dec 19, 2024 · 0 comments · May be fixed by #4577
Labels
bug Something isn't working

Comments

@svandenhoek
Copy link
Contributor

Have you checked if this issue already exists?

  • yes

Molgenis EMX2 version

Software version: v11.41.2-SNAPSHOT. Database version: 23.

Description

Several files in data/_models/shared/ contain invalid semantics. They use prefix:value instead of the full URL. This is currently not supported and causes functionalities such as the RDF API to output incorrect data.

For example (using DATA_CATALOGUE with example data):

<http://localhost:8080/cat/api/rdf/Catalogues?name=LifeCycle&network=LifeCycle> a
    Cat:Catalogues, qb:Observation, <dcat:Catalog>;

Reproduction steps

  1. Create new database with example data using template DATA_CATALOGUE
  2. Go to http://localhost:8080/<database>/api/rdf/Catalogues

Expected behaviour

Full IRIs are used for semantics field.

System configuration

No response

@svandenhoek svandenhoek added the bug Something isn't working label Dec 19, 2024
@svandenhoek svandenhoek linked a pull request Dec 19, 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