Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created December 9, 2020 17:15
Show Gist options
  • Save baskaufs/659084d31b154556750a1dbe83efa191 to your computer and use it in GitHub Desktop.
Save baskaufs/659084d31b154556750a1dbe83efa191 to your computer and use it in GitHub Desktop.
example SPARQL query to Wikidata Query Service
select distinct ?prop ?valueNode ?reference ?value ?time where {
wd:Q42352198 ?wdt ?statement.
?statement prov:wasDerivedFrom ?reference.
?reference ?prop ?valueNode.
?valueNode ?p ?time.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment