A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
The error was introduced in #658. When parsing the ontologies the validity of classes, is checked, but in some of the functions I forgot to use a ReadOnlyGraphAggregate to mix the graph of the namespace registry with the graph of the ontology, so for some ontologies the parsing was failing. This should fix the error. Closes #670.
The error was introduced in #658. When parsing the ontologies the validity of classes, is checked, but in some of the functions I forgot to use a ReadOnlyGraphAggregate to mix the graph of the namespace registry with the graph of the ontology, so for some ontologies the parsing was failing. This should fix the error. Closes #670.