children_names | R Documentation |
obtain list of names of a set of subclasses/children
children_names(sclist)
sclist |
output of 'subclasses' |
list of vectors of character()
non-entities are removed and names are extracted
pa = get_ordo_owl_path()
orde = setup_entities(pa)
al = subclasses(orde[100:120])
children_names(al)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.