Skip to content

Commit

Permalink
chore: Skip unreliable endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Dec 20, 2023
1 parent 6b34af9 commit bed8d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queries/selection/dataset-with-rdf-distribution.rq
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ CONSTRUCT {
|| ?distribution_format = "text/turtle"
|| ?distribution_format = "text/turtle+gzip"
)
# Skip unreliable endpoints.
FILTER(!STRSTARTS(STR(?distribution_url), "https://cat.apis.beeldengeluid.nl/sparql"))
} ORDER BY ?dataset ?distribution

0 comments on commit bed8d6d

Please sign in to comment.