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

SPARQL support: federate data and ontology #645

Open
kysrpex opened this issue May 25, 2021 · 0 comments
Open

SPARQL support: federate data and ontology #645

kysrpex opened this issue May 25, 2021 · 0 comments
Labels
API details ⚙️ wrappers Issues related to wrappers and/or wrapper development and the Wrapper API. 🌱 new feature Solving the issue involves the incorporation of a new feature. ⚡ breaking change Solution introduces incompatible API changes, MAJOR version number update. See https://semver.org.

Comments

@kysrpex
Copy link
Contributor

kysrpex commented May 25, 2021

In issue #209, a basic API for SPARQL queries were implemented. However, in order for the SPARQL queries to be efficient, they should be run against the backend. Therefore, to obtain meaningful results, the ontologies installed in OSP-core should be somehow present in the backend. This creates the need of an ontology management and versioning tool on the wrapper for such backend, and thus a change of the wrapper API.

Another option to explore is to see if federated SPARQL queries are possible with rdflib. That would be ideal, so that the namespace registry (containing the ontology) and the backend could just be federated and no transfer would be needed.

@kysrpex kysrpex added API details 🌱 new feature Solving the issue involves the incorporation of a new feature. ⚙️ wrappers Issues related to wrappers and/or wrapper development and the Wrapper API. ⚡ breaking change Solution introduces incompatible API changes, MAJOR version number update. See https://semver.org. labels May 25, 2021
@kysrpex kysrpex changed the title SPARQL support: management of ontology transfer and storage SPARQL support: federate data and ontology Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API details ⚙️ wrappers Issues related to wrappers and/or wrapper development and the Wrapper API. 🌱 new feature Solving the issue involves the incorporation of a new feature. ⚡ breaking change Solution introduces incompatible API changes, MAJOR version number update. See https://semver.org.
Projects
None yet
Development

No branches or pull requests

1 participant