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

Make ManchesterSyntaxParser that returns Owlready2 #293

Closed
francescalb opened this issue Nov 17, 2021 · 0 comments · Fixed by #296
Closed

Make ManchesterSyntaxParser that returns Owlready2 #293

francescalb opened this issue Nov 17, 2021 · 0 comments · Fixed by #296
Assignees

Comments

@francescalb
Copy link
Collaborator

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

@jesper-friis jesper-friis linked a pull request Nov 20, 2021 that will close this issue
11 tasks
@jesper-friis jesper-friis self-assigned this Nov 20, 2021
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

Successfully merging a pull request may close this issue.

2 participants