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

Uninstantiated data properties and Complex Class Relationships #154

Open
Nathaniel-Fernandes opened this issue Dec 23, 2020 · 1 comment

Comments

@Nathaniel-Fernandes
Copy link

Hi all! I am completely new to creating ontologies and protege and had a couple questions. I am using WebProtege found at this link: https://protege.stanford.edu/products.php#web-protege.

  1. Say I am defining a class for chess pieces. Could I add an unfilled/null data property rank and file to the class Piece that each instance of a piece would have? (For example, the instance of a pawn on b5 would have rank 5, file b).

  2. How could I create complex relationships between classes other than parent/child relationships. To stick with the chess example, a "backward pawn" would be defined as "A pawn P that has at least one friendly pawn B in the adjacent file but that pawn(s) row is greater than than P's row."

My background is in JS and C++ programming and I know how to write the code to do the above but I am a bit lost in doing it in WebProtege.

Thanks for your help!!

@martinjoconnor
Copy link
Member

I would post this question to the Protege mailing list:

https://protege.stanford.edu/support.php

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

2 participants