Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

OWLDifferentIndividuals with two operands should render with one triple #1031

Closed
ignazio1977 opened this issue Dec 22, 2021 · 1 comment
Closed

Comments

@ignazio1977
Copy link
Contributor

OWLNamedIndividual op1 = factory.getOWLNamedIndividual(baseIRI + A);
OWLNamedIndividual op2 = factory.getOWLNamedIndividual(baseIRI + B);
ont.add(factory.getOWLDifferentIndividualsAxiom(op1, op2));

Should be rendered as

test:A owl:differentFrom test:B

However current implementations always render DifferentIndividualsAxiom using the format for more than two operands.

@ignazio1977
Copy link
Contributor Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant