CSCfi / mscr-ui-monorepo

Monorepo for MSCR related UIs
European Union Public License 1.1
0 stars 0 forks source link

OWL ontology can't be created #130

Open chenejac opened 3 months ago

chenejac commented 3 months ago

An OWL ontology can't be created as a Schema. There is only ROOT element, other elements are not loaded.

Steps to reproduce

maariaw commented 3 months ago

OWL is supported now, hopefully you can confirm with your use case and let us know if the issue isn't resolved.

chenejac commented 3 months ago

@maariaw thanks for this. I have loaded owl file, but I have to use Provide schema file URI reference (https://raw.githubusercontent.com/EuroCRIS/CERIF-Core/main/serializations/RDF/core.owl), because upload file doesn't allow owl extension (I can change to show Custom files to All files, but it is workaround).

I need also to load this schema - https://tietomallit.suomi.fi/model/ttv. I tried to make it by downloading ttl extension, but after registering schema in MSCR only Root element is loaded, there are no classes inside. If you think this is for a new ticket/issue, I can open a new ticket.

maariaw commented 2 months ago

@chenejac Owl files still need to have the extension .ttl when you register them as schemas in MSCR. It's possible to register for example the core.owl now after renaming it to core.ttl as you mentioned in the issue description.

As for the second part, we will investigate, so maybe a new issue would be a good idea.