The manual uri generation for the ontology turtle files does not properly escape white space. Loading the ontology seems to nevertheless work. For safety, we should probably use pathlib for the uri generation and adapt the file:// prefix on Windows only.
This came up in #41
The manual uri generation for the ontology turtle files does not properly escape white space. Loading the ontology seems to nevertheless work. For safety, we should probably use pathlib for the uri generation and adapt the
file://prefix on Windows only.This came up in #41