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

Manchester parser #103

Draft
wants to merge 6 commits into
base: devel
Choose a base branch
from
Draft

Manchester parser #103

wants to merge 6 commits into from

Conversation

althonos
Copy link
Collaborator

This is the WIP branch for the Manchester syntax, I generated test cases using bubo and currently only have the lexer working, it passes all but 6 tests at the moment.

@althonos althonos marked this pull request as draft June 11, 2024 13:03
@filippodebortoli filippodebortoli added enhancement New feature or request API This concerns horned as a library labels Jun 12, 2024
@b-gehrke
Copy link
Contributor

Would it be possible to add other extensions to Manchester Syntax (which are implemented in the OWL API) as well? Not all OWL constructs can be expressed in Manchester Syntax when strictly following the OWL standard. The most prominent one being general concept inclusions. We summarized the missing features and extensions in a paper (https://ceur-ws.org/Vol-3515/paper-12.pdf). I'd be happy to help with the implementation!

@althonos
Copy link
Collaborator Author

Ah, great that you have a reference document @b-gehrke ! I definitely started to implement some of that because I couldn't get the test cases to pass against the OWL-API output without taking care of the:

ObjectProperty:  inverse (r:x)
    EquivalentTo: 
        r:y 

I'll have a look at the paper and probably rewrite the grammar a bit to account for all possible cases :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API This concerns horned as a library enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants