We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Periodically test that accessURLs are valid on schema.gov.it/sparql
prefix dcat: <http://www.w3.org/ns/dcat#> select distinct ?url where { _:a1 dcat:accessURL ?url }
no tests
add a gh action running a sparql query and testing all the retrieved URLs
The text was updated successfully, but these errors were encountered:
This is part of a set of basic tests that should be implemented to ensure the correct working of the platform.
For example, running this query right now, I found this URL
https://schema.gov.it/lodview/controlled-vocabulary/classifications-for-organizations/ateco-2007WoD -> https://unece-stardog.ichec.ie/Ateco2007Classification#!/query/
https://unece-stardog.ichec.ie/Ateco2007Classification#!/query/
That is referencing a nxdomain.
Probably, accessURL domains should be declared/whitelisted in some way (e.g., to inhibit referencing potentially malicious resources).
Sorry, something went wrong.
No branches or pull requests
I expect
Periodically test that accessURLs are valid on schema.gov.it/sparql
Current behavior
no tests
Possible solution
add a gh action running a sparql query and testing all the retrieved URLs
The text was updated successfully, but these errors were encountered: