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
Use something like:
SELECT ?compound ?date_ WHERE { BIND ((now() - "P1D"^^xsd:duration) AS ?date_) ?compound schema:dateModified ?date . ?compound wdt:P31 wd:Q113145171; FILTER (?date >= ?date_) }
We need to store the last modified date.
The text was updated successfully, but these errors were encountered:
Sill not 100% optimal but 99% there:
https://w.wiki/8wTB
Sorry, something went wrong.
No branches or pull requests
Use something like:
We need to store the last modified date.
The text was updated successfully, but these errors were encountered: