You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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