Skip to contents

retrieve is_a

Usage

parents(oe)

Arguments

oe

owlents instance

Value

list of vectors of tags of parents

Examples

pa = get_ordo_owl_path()
o2 = try(reticulate::import("owlready2"), silent=TRUE)
if (!inherits(o2, "try-error")) {
 orde = setup_entities(pa)
 orde
 parents(orde[1000:1001])
 labels(orde[1000:1001])
}