owlcollab / owlcollab/owltools
Provide graph view over GCIs
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 115
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
From cmung...@gmail.com on January 24, 2013 17:15:48
OWLGraphView provides a graph view of an ontology, with edges formed by axioms such as
X SubClassOf R Some Y
==>
Ontologies such as Uberon have taxon-specific relationships which have OWL semantics
(X and part_of some Taxon) SubClassOf R some Y
these are "invisible" in the graph view, as the subject is not a named class.
Some options:
- Add something to materialize the class expressions on the LHS. In the above you would get a graph
{{{
Taxon X
^ /
| /
[p] [i]
| /
NewClass---[R]-->Y
}}}
-
Fold the GCI conditions into the edge label. E.g.
X---[R,Taxon]---->Y
This is potentially dangerous, so it would be done only if the API user asks for this.
Any other options?
[Reported by Frederic Bastian]
Original issue: http://code.google.com/p/owltools/issues/detail?id=45
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing OWLGraphView and the GCI examples in this issue; no file or test is named. Compare materializing class expressions with folding GCI conditions into edge labels, then establish which API behavior is wanted and how taxon-specific relationships will demonstrate completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100