Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Apr 17, 2024
1 parent 5d934e3 commit c333d69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/usage/main.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OWLAPY
# About owlapy

**Version:** ontolearn 1.0.0
**Version:** owlapy 1.0.0

**GitHub repository:** [https://github.com/dice-group/owlapy](https://github.com/dice-group/owlapy)

Expand All @@ -26,7 +26,7 @@ focus on knowledge graphs and class expression learnings.

---------------------------------------

## What does owlapy offer?:
## What does owlapy have to offer?

- Represent every notation in
[OWL 2 Structural Specification and Functional-Style Syntax](https://www.w3.org/TR/owl2-syntax/)
Expand All @@ -44,7 +44,7 @@ including:
- Parse Description Logics or Manchester expression to owl expression.


## Installation
## How to install?

Installation from source:
``` bash
Expand Down
6 changes: 3 additions & 3 deletions owlapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# from .render import owl_expression_to_dl, owl_expression_to_manchester
# from .parser import dl_to_owl_expression, manchester_to_owl_expression
# from .converter import owl_expression_to_sparql
from .render import owl_expression_to_dl, owl_expression_to_manchester
from .parser import dl_to_owl_expression, manchester_to_owl_expression
from .converter import owl_expression_to_sparql
__version__ = '0.1.3'

0 comments on commit c333d69

Please sign in to comment.