Hi
I'm attempting to make use of the Registry Java API, but I'm strugging.
I can see how one can create a RegistryOntology from an OWLNamedIndividual,
and one can create a Library similarly, and presumably then use
Library#addChild to add one or more ontologies to the library.
But I'm struggling with the usage of Registry; how do I create this and add
my Library? Presumably I need to do this and then use the
RegistryManager#addRegistry(Registry) to register my ontologies
Overall the use case is to use a LibrarySource to load several ontologies
into a space's core scope.
Any pointers would be most welcome!
Thanks
Steve