lifewatch-eric/ecoportal_web_ui

The semantic resource processing failed, with the current statuses: (Uploaded, Error Rdf)

Closed this issue · 4 comments

We were trying to upload a new resource (https://ecoportal.lifewatchdev.eu/ontologies/ETS_T2), but this error came up.

image

We tried to upload it with a pull URL (https://data.biodivportal.gfbio.org/ontologies/ETS/download), and also with the owl file, but we had the same error.

As I was mentioning in the first meeting, we are not capable of understanding the issue behind it.

Hello @martinaPulieri , it seems to work now, did you change something?
image

Generally Error RDF status means the file has a syntax error. Right now we don't have an easy way for admin/users to check the syntax error, except going to the parsing logs on the admin page.

No, I didn't touch anything. But the tab classes is empty.

Also for new processed sources the issue remains
image

Hello @martinaPulieri, the issue with ETS_T2 was in the type of the resource it was set to OBO; but changing it to OWL format, made it work. (https://ecoportal.lifewatchdev.eu/ontologies/ETS_T2?p=classes)
image

Also for new processed sources the issue remains image

Hello @dadeex, it is not the same cause, the issue with INRAETHES is the URI metadata of that ontology was not correct, so changing from https://www.davide.davide/inrae to the correct one http://opendata.inrae.fr/thesaurusINRAE/thesaurusINRAE, fixed that ontology https://ecoportal.lifewatchdev.eu/ontologies/INRAETHESTEST3?p=classes.

Having a wrong URI, makes it try to show all the concepts, not only the main ones. Showing all the concepts takes too much time, which explains the infinite load.

image