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

Missing notation for relation entities that are the domain/range of some other relation entity. #24

Open
NicolasRouquette opened this issue Dec 20, 2021 · 0 comments

Comments

@NicolasRouquette
Copy link
Member

Here is an example:

concept A

concept B

relation entity C [
  from A
  to B
  forward c
]

concept D

relation entity E [
  from C
  to D
  forward e
]

With Rosetta 1.0.6, the above produces a diagram like this:

image

This diagram is incomplete as it lacks relation entity E. More specifically, relation entity C should be displayed as a box instead of a line so that it should be the source/target of other relation entities like E.

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