We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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)
The text was updated successfully, but these errors were encountered:
Docs for edges, see #21
e39e368
Merge pull request #22 from cmungall/issue-21-redux
c7193f1
cmungall
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: