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

Split rdf parser files into separate files #603

Closed
b1rger opened this issue Feb 1, 2024 · 0 comments · Fixed by #601
Closed

Split rdf parser files into separate files #603

b1rger opened this issue Feb 1, 2024 · 0 comments · Fixed by #601
Assignees

Comments

@b1rger
Copy link
Contributor

b1rger commented Feb 1, 2024

and let user add custom ones in their app

@b1rger b1rger self-assigned this Feb 1, 2024
b1rger added a commit that referenced this issue Feb 6, 2024
The sparql files now reside in `apis_entities/rdfimport` and the list of
sparqlfiles can be extended, resp. the existing ones overridden, by
putting `.toml` files in any `rdfimport` folder of a Djang app.

The function for parsing the RDF endpoint was renamed to
`get_defintion_and_attributes_from_uri`. Given the new logic to iterate
through the app `rdfimport` folders, it does not use the
`APIS_RDF_YAML_SETTINGS` setting anymore, which was therefore dropped
(together with the corresponding function from `utils.settins`)

Closes: #603
b1rger added a commit that referenced this issue Feb 9, 2024
The sparql files now reside in `apis_entities/rdfimport` and the list of
sparqlfiles can be extended, resp. the existing ones overridden, by
putting `.toml` files in any `rdfimport` folder of a Djang app.

The function for parsing the RDF endpoint was renamed to
`get_defintion_and_attributes_from_uri`. Given the new logic to iterate
through the app `rdfimport` folders, it does not use the
`APIS_RDF_YAML_SETTINGS` setting anymore, which was therefore dropped
(together with the corresponding function from `utils.settins`)

Closes: #603
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

Successfully merging a pull request may close this issue.

1 participant