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

Do not show datasets that are no longer valid #18

Open
ddeboer opened this issue Nov 8, 2023 · 1 comment
Open

Do not show datasets that are no longer valid #18

ddeboer opened this issue Nov 8, 2023 · 1 comment

Comments

@ddeboer
Copy link
Member

ddeboer commented Nov 8, 2023

Check the dataset’s registration URL schema:validUntil property.

@coret
Copy link
Contributor

coret commented Nov 8, 2023

Or include "tombstone" like message.

Possible change to search query:

SELECT DISTINCT ?dataset ?title ?publisherName ?validUntil WHERE {

An addition:

OPTIONAL { ?dataset schema:validUntil ?validUntil } 

so the list can be sorted in such a wat the "archives" datasetdescription go to the bottom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants