obtain list of names of a set of ancestors
Examples
pa = get_ordo_owl_path()
o2 = try(reticulate::import("owlready2"), silent=TRUE)
if (!inherits(o2, "try-error")) {
orde = setup_entities(pa)
al = ancestors(orde[1001:1002])
ancestors_names(al)
}