Open
Description
I expect
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
}
Current behavior
no tests
Possible solution
add a gh action running a sparql query and testing all the retrieved URLs
Metadata
Assignees
Type
Projects
Status
🆕 New