owlcollab / owlcollab/owltools
Add option to Oort to filter relationship types for basic/simple release
Open
Nobody has claimed this yet.
enhancement
imported
- Dominant language
- Java
- Stars
- 115
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
From cmung...@gmail.com on March 28, 2013 11:38:35
Essentially the same as this chunk from CommandRunner
else if (opts.nextEq("--make-subset-by-properties")) {
opts.info("PROPERTY-LIST","make an ontology subset that excludes axioms that use properties not in the specified set. The property list should be terminated by //");
Set<OWLObjectProperty> props = this.resolveObjectPropertyList(opts);
Mooncat m = new Mooncat(g);
m.retainAxiomsInPropertySubset(g.getSourceOntology(),props,reasoner);
m.removeDanglingAxioms();
}
Original issue: http://code.google.com/p/owltools/issues/detail?id=59
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 comparing Oort's basic/simple release path with the CommandRunner branch shown in the issue, especially the property-list resolution and subset filtering flow. Add the requested relationship-type filtering option and verify that the basic/simple release excludes axioms using relationship types outside the selected set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100