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

Order of the input arguments in owl_expression_to_sparql #29

Closed
Demirrr opened this issue Apr 26, 2024 · 0 comments
Closed

Order of the input arguments in owl_expression_to_sparql #29

Demirrr opened this issue Apr 26, 2024 · 0 comments
Assignees

Comments

@Demirrr
Copy link
Member

Demirrr commented Apr 26, 2024

root_variable should come after expression owl_expression_to_sparql(). The new order should be

expression: OWLClassExpression = None,
root_variable: str = "?x",
values: Optional[Iterable[OWLNamedIndividual]] = None,
named_individuals: bool = False
@Demirrr Demirrr self-assigned this Apr 26, 2024
alkidbaci added a commit that referenced this issue Apr 26, 2024
@alkidbaci alkidbaci mentioned this issue Apr 26, 2024
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

2 participants