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

Provide a better definition of edge #21

Open
cmungall opened this issue Oct 7, 2021 · 0 comments
Open

Provide a better definition of edge #21

cmungall opened this issue Oct 7, 2021 · 0 comments
Assignees

Comments

@cmungall
Copy link
Collaborator

cmungall commented Oct 7, 2021

This is quite minimal: https://cmungall.github.io/knowledge-graph-change-language/Edge/

The description of edge should be improved, as well as the mapping to OWL

Mapping to OWL

For v1 we can have the simple mapping:

  • A subClassOf B <==> Edge(subject=A, predicate=subClassOf, object=B)
  • A subClassOf P some B <==> Edge(subject=A, predicate=P, object=B)

For v2 we extend this, with an additional owlinterpretation edge property, as per owl star. See https://github.com/cmungall/owlstar/blob/master/owlstar.ttl.

For example:

  • A subClassOf P only B <==> Edge(subject=A, predicate=P, object=B, interpretation=allValuesFrom)
@cmungall cmungall self-assigned this Oct 7, 2021
cmungall added a commit that referenced this issue Oct 7, 2021
hrshdhgd added a commit that referenced this issue Mar 1, 2022
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