INCATools / INCATools/ubergraph

describe which entailment regime is used

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Makefile
Stars
53
Forks
6
PR merge metrics
No merged PRs in 30d

Description

the markdown docs or ideally metadata in the ontology itself would describe what entailment strategy was used to materialize entailments

for example, this query only has asserted D+Rs

```sparql
SELECT ?x ?d ?r ?v0 ?v1 ?v2 WHERE {
?x .
?x ?d .
?x ?r .
OPTIONAL {
?x ?v0} .
OPTIONAL {
?d ?v1} .
OPTIONAL {
?r ?v2}}
```

I think we should coordinate OMO, Robot, and Ubergraph here. Ideally each NG would be annotated with something like prov but minimally a simple vocabulary telling me e.g Elk was used

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the markdown docs and the ontology metadata approach mentioned in the issue. Compare how OMO, ROBOT, and Ubergraph currently represent materialized entailments, and determine whether a simple vocabulary or PROV-style annotation is appropriate. Done means the entailment regime and tool used, such as ELK, are documented or represented consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown
Domain
documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.