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? # 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
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.
The text was updated successfully, but these errors were encountered:
from https://stackoverflow.com/questions/70443271/how-to-produce-triple-with-differentfrom-vocab-in-owlapi
Sorry, something went wrong.
Fix OWLDifferentIndividuals with two ops rendered with one triple #1031
52f3820
7de51e8
67a0073
9e40af7
No branches or pull requests
Should be rendered as
However current implementations always render DifferentIndividualsAxiom using the format for more than two operands.
The text was updated successfully, but these errors were encountered: