Skip to content

1.1.13

Compare
Choose a tag to compare
@arteymix arteymix released this 31 Mar 18:40
· 173 commits to development since this release
  • introduce OntologyService.getParents and OntologyService.getChildren as super-optimized strategy for gathering the parent and child terms of a set of ontology terms
  • consistently exclude owl:Thing and owl:Nothing when listing parents and children terms
  • cache all restrictions involving additional properties to make listing of parents and children efficient
  • exclude deprecated terms when searching and listing parents/children by default and add an option to keep them
  • move Jena-specific code under ubic.basecode.ontology.jena
  • standardize how ontology resources are displayed and compared
  • use owl:deprecated, OBO's ObsoleteClass and ObsoleteProperty to mark properties as obsolete