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

Tbox not accepted #1

Open
yannis1962 opened this issue Apr 24, 2023 · 0 comments
Open

Tbox not accepted #1

yannis1962 opened this issue Apr 24, 2023 · 0 comments

Comments

@yannis1962
Copy link

yannis1962 commented Apr 24, 2023

Hi,
I wrote the following tbox.txt and starting with line 5, dl-reasoner will not accept it. Can you tell me what I am doing wrong?
Thanks in advance

(and Plants Animals) == not __TOP__
Branches -> (some isPartOf Trees)
Leaves -> (some isPartOf Branches)
Trees -> Plants
Carnivores == (and (only eats Animals) (some eats __TOP__))
Herbivores == (and (only eats (or Plants (some isPartOf Plants))) (some eats __TOP__))
Lions -> (and (only eats Herbivores) (some eats __TOP__))
Giraffes -> (and (only eats Leaves) (some eats __TOP__))

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

No branches or pull requests

1 participant