Skip to content

Instantly share code, notes, and snippets.

@egonw
Created June 11, 2017 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/518d7f6a0e6cf52c9840042d037e9e9a to your computer and use it in GitHub Desktop.
Save egonw/518d7f6a0e6cf52c9840042d037e9e9a to your computer and use it in GitHub Desktop.
SELECT DISTINCT ?item ?date_modified WHERE {
VALUES ?item {
wd:Q410688 wd:Q410689
}
?item schema:dateModified ?date_modified .
FILTER (?date_modified > "2017-05-29"^^xsd:dateTime)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment