Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instances data table error alert for DATA4CPLUS #65

Closed
syphax-bouazzouni opened this issue Feb 28, 2022 · 3 comments
Closed

Instances data table error alert for DATA4CPLUS #65

syphax-bouazzouni opened this issue Feb 28, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@syphax-bouazzouni
Copy link
Collaborator

syphax-bouazzouni commented Feb 28, 2022

@syphax-bouazzouni
Copy link
Collaborator Author

I think this is a two level error :

1 - (It might be) a modelisation error (or a modelisation pattern that we didn't implement) :

In the modilisation we have 3 topConcepts that are "Annual and perennial croplands" , "Forests, forest plantations and other wooded lands" and "Forests, forest plantations and other wooded lands".
image

But in fact the real topConcept is "http://data4c-plus.net/admin/thesaurus/read/0" that is not instancied (is not a concept)

image

Like this topConcept ("http://data4c-plus.net/admin/thesaurus/read/0") it's not defined in the thesaurus, Agroportal can't find it (see screenshot below)
image

2- Agroportal skos concept handling

First we didn't catch the error (if having a topConcept is not concept it's really one) in the parsing step. We should have an error status to tell us that a top concept is not defined

And second we might think to handle this case of concepts that are external

@syphax-bouazzouni
Copy link
Collaborator Author

The modelization error ( top concept "http://data4c-plus.net/admin/thesaurus/read/0" not defined in the thesaurus) was fixed, by the thesaurus maintainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant