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
Examples: hasProperty some Quantity --> owlreadt2.Restriction (asProperty.some(Quantity) )
Atom or Molecule --> owlready2.LogicalClassConstruct
not Atom --> owlready2.Not(ontology.Atom)
Should always return owlready2.ClassConstruct or one of its subclasses.
ClassConstructs implemented in owlready2: Not, Inverse, LogicalClassConstruct, Restriction, OneOf, ConstrainedDatatype
The text was updated successfully, but these errors were encountered:
jesper-friis
Successfully merging a pull request may close this issue.
Examples:
hasProperty some Quantity --> owlreadt2.Restriction (asProperty.some(Quantity) )
Atom or Molecule --> owlready2.LogicalClassConstruct
not Atom --> owlready2.Not(ontology.Atom)
Should always return owlready2.ClassConstruct or one of its subclasses.
ClassConstructs implemented in owlready2:
Not, Inverse, LogicalClassConstruct, Restriction, OneOf, ConstrainedDatatype
The text was updated successfully, but these errors were encountered: