We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root_variable should come after expression owl_expression_to_sparql(). The new order should be
root_variable
expression
expression: OWLClassExpression = None, root_variable: str = "?x", values: Optional[Iterable[OWLNamedIndividual]] = None, named_individuals: bool = False
The text was updated successfully, but these errors were encountered:
changed order of input arguments #29
9a01e89
Demirrr
No branches or pull requests
root_variable
should come afterexpression
owl_expression_to_sparql(). The new order should beThe text was updated successfully, but these errors were encountered: