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

Owlapy mapper extension and infer methods of adapter #58

Merged
merged 6 commits into from
Aug 19, 2024

Conversation

alkidbaci
Copy link
Collaborator

Owlapi Mapper

  • added mappings for all type of axioms
  • added mappings for all data ranges
  • added mappings for literals
  • added mappings for annotations
  • added mappings for 'hasIRI' implementors

Owlapy Adapter

  • infer_and_save method renamed to infer_axioms_and_save
  • added infer_axioms method which behave similar to infer_axioms_and_save but will instead return the axioms as OWLAPY classes
  • added more types of inference that can be used in the parameter inference_types for the above mentioned methods.
  • renamed method generate_inferred_class_assertion_axioms to generate_and_save_inferred_class_assertion_axioms to avoid confusion.
  • added docstrings for infer_and_save as well as for infer_axioms where its now clearer to know the valid input for the inference_types argument.

Google Console Indexing

  • Added owlapys documentation to Google Search Console for better indexing.
    • file docs/googlec4c425077889c69c.html needed for verification by google. It should always be there so please do not remove.

@Demirrr Demirrr self-requested a review August 19, 2024 09:40
Copy link
Member

@Demirrr Demirrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Demirrr Demirrr merged commit 1f6d2aa into develop Aug 19, 2024
3 checks passed
@Demirrr Demirrr deleted the owlapi-adaptor branch August 19, 2024 09:41
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 this pull request may close these issues.

2 participants