-
Notifications
You must be signed in to change notification settings - Fork 4
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
[DO NOT MERGE] Ordered positions #13
base: main
Are you sure you want to change the base?
Conversation
This seems very useful. We should add cartesian site positions as well and a common parent class "site position" or similar. I'll make an issue for this. I can't seem to find where I can inspect the cardinality changes in Protégé, could you help me with this? |
Ah, I have found where it is. It's implicit in the number of, e.g., |
You have several good points here. First there is a mistake - we are breaking the non-transitivity of direct parthood. FranctionalPosition should not have FranctionalPositionA, FranctionalPositionB and FranctionalPositionC as spatial direct parts - they are spatial direct parts of its quantity value. EMMO seems to miss the restriction For the crystallography ontology, I think that the solution is to create a subclass Shape3Vector for fractional positions that has spatial direct parts FranctionalPositionA, FranctionalPositionB and FranctionalPositionC. |
FranctionalPositionA, FranctionalPositionB and FranctionalPositionC. Changed FractionalPositionA to a real.
I updated the PR by adding a FractionalPositionVector with spatial direct parts FranctionalPositionA, FranctionalPositionB and FranctionalPositionC. |
@jesper-friis Could you determine whether this and also #14 need to be rebased and implemented or if they should be closed? |
This is still relevant and should be implemented either in this or a future PR. |
This should be "moved" to the domain-crystallography repo. |
Added ordering to lattice vector a, b and c.