INCATools / INCATools/ontology-development-kit
Conceptual problem with simple seed
Open
bug
- Dominant language
- Dockerfile
- Stars
- 375
- Forks
- 69
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
This happened for example with [FBCV](https://github.com/FlyBase/flybase-controlled-vocabulary/issues/71).
There is a definition that contains a foreign term and a relation. Now simple does this:
1. Get all classes in namespace
2. Get all properties OVERALL (in here lies the problem)
3. Removes all axioms that are not covered by 1. + 2.
The problem is that there axioms that contain foreign terms and relations, this relations then make it in the seed, and then are never used; these relations should be filtered out later.
Contributor guide
Assessment
This issue has not been assessed yet.