R/semsql_to_oi.R
semsql_to_oi.Rdproduce an ontology_index instance from semantic sql sqlite connection
semsql_to_oi(con)result of ontologyIndex::ontology_index evaluated for the labels and parent-child relations in tables statements and edge of the semantic sql resource
if (FALSE) { # \dontrun{
conn <- semsql_connect(ontology = "aio")
oi <- suppressWarnings(semsql_to_oi(conn@con))
names(oi)
} # }