owlcollab / owlcollab/owltools
Extracting taxon constraints from an ontology
@hdietze is already working on this.
Since Feb 18, 2015.
- Dominant language
- Java
- Stars
- 115
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
There are different ways of representing TCs in OWL - non-logical (shortcuts) and logical, with different logical forms almost equivalent tuned to different reasoners.
We should have a method for extracting TCs from an ontology (by class or whole ontology) that abstracts over these issues.
It should support inferred direct TCs, to free the client from needing to calculate this. It should of course indicate whether the TC is inferred. It could also indicate if a TC is redundant.
id: GOTAXON:nnnnn ## optional - not there for all GO axioms
type: "TaxonAxiom"
is_complemented: {true,false} # true = in-taxon, # false = never-in-taxon
is_entailed: {true,false} # true if not asserted and is an entailment
is_direct: {true, false} # only direct would be shown in AmiGO, QuickGO
subClass: GO:nnnnnn
taxonClass: NCBITaxon:nnnnnn
annotations:
- property: P1
value: V1
- property: P2
value: V2
cc @fbastian
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.
Assessment
This issue has not been assessed yet.