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

Support Federated Entities #291

Open
luxbe opened this issue Nov 22, 2024 · 0 comments
Open

Support Federated Entities #291

luxbe opened this issue Nov 22, 2024 · 0 comments

Comments

@luxbe
Copy link
Contributor

luxbe commented Nov 22, 2024

As a user, I want to be able to load different entities from different repositories or event databases, based on the concept of Federated Queries.

An initial rough idea would be to introduce a service parameter within the @OWLObjectProperty annotation. JOPA could use this information to resolve the proper service to load the requested Entites.

@OWLObjectProperty(iri = "...", service = "abc")
private Set<Course> courses;

One central requirement for this feature is #290 - the Support for the SERVICE keyword within SOQL

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

1 participant